diff --git a/app/page.tsx b/app/page.tsx index f306f40..a258099 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -1,6 +1,14 @@ 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'; @@ -21,6 +29,18 @@ const blogposts = [ publish: '2023-09-25', get_absolute_url: '/blog/science-video-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', + }, + { + label: 'Rocket Science', + body: 'Discover how rocket are work.', + publish: '2023-09-25', + get_absolute_url: '/blog/rocket-science', + }, ]; export default function Home() { @@ -49,7 +69,7 @@ export default function Home() {

- 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. + 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.

@@ -61,20 +81,66 @@ export default function Home() { diff --git a/public/gamepad.svg b/public/gamepad.svg new file mode 100644 index 0000000..d5f0644 --- /dev/null +++ b/public/gamepad.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/public/github.svg b/public/github.svg new file mode 100644 index 0000000..afb1814 --- /dev/null +++ b/public/github.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/instagram.svg b/public/instagram.svg new file mode 100644 index 0000000..8fc9c72 --- /dev/null +++ b/public/instagram.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/mastodon.svg b/public/mastodon.svg new file mode 100644 index 0000000..69ab9c0 --- /dev/null +++ b/public/mastodon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/project.svg b/public/project.svg new file mode 100644 index 0000000..465269a --- /dev/null +++ b/public/project.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/steam.svg b/public/steam.svg new file mode 100644 index 0000000..ba29e7d --- /dev/null +++ b/public/steam.svg @@ -0,0 +1 @@ + \ No newline at end of file