diff --git a/app/page.tsx b/app/page.tsx index f306f40..c034f6f 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -1,11 +1,17 @@ -import searchPic from '../public/search.svg'; +import mastodonPic from '../public/mastodon.svg'; +import githubPic from '../public/github.svg'; +import instagramPic from '../public/instagram.svg'; +import steamPic from '../public/steam.svg'; +import gamePic from '../public/gamepad.svg'; +import projectPic from '../public/project.svg'; import Image from "next/image"; import Link from "next/link"; import AnimatedLink from '../components/animatedLink'; import BlogArea from "../components/blogpost"; -import HeaderToolbar from "../components/header/toolbar"; + +import MainHeader from "@/components/header/main"; // Mock data for blog posts const blogposts = [ @@ -14,46 +20,35 @@ const blogposts = [ body: 'Explore the fascinating world of retro futurism and its impact on modern science and culture.', publish: '2023-10-01', get_absolute_url: '/blog/retro-futurism', + tags: ["science", "retro", "science-friction"] }, { label: 'The Science Behind Video Games', body: 'Discover how video games are pushing the boundaries of technology and human interaction.', publish: '2023-09-25', get_absolute_url: '/blog/science-video-games', + tags: ["science", "math", "games"] + }, + { + label: 'How to install Docker & Docker Compose', + body: 'Guide to install Docker & Docker Compose on your machine.', + publish: '2023-09-25', + get_absolute_url: '/blog/docker-installation', + tags: ["docker", "docker-compose", "linux"] + }, + { + label: 'Rocket Science', + body: 'Discover how rocket are work.', + publish: '2023-09-25', + get_absolute_url: '/blog/rocket-science', + tags: ["rocket", "space", "engineering"] }, ]; export default function Home() { return (
- Hello. I am is a programmer, hacker, and gamer. Love comics, coding, read books. There I am posting articles about science and another staff, that’s im like. -
-Posted: {blogpost.publish}
-{blogpost.publish}
+ Hello. I am is a programmer, hacker, and gamer. Love comics, coding, read books. There I am posting articles about science and another staff, that’s im like. +
+