From 6ba890519a09899660c507a87285bca91915c428 Mon Sep 17 00:00:00 2001 From: AderKonstantin Date: Tue, 25 Mar 2025 23:48:52 +0300 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(blog):=20Enhance=20blog=20home?= =?UTF-8?q?page?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit introduces several improvements to the blog homepage: - Adds a search icon and link to the Russian version of the blog - Reduces the font size of the main title to make it more visually balanced - Updates the blog description to focus on posts about science - Adjusts the overall layout and spacing for a more polished appearance These changes aim to enhance the user experience and better communicate the blog's content and focus. --- app/layout.tsx | 6 +++--- app/page.tsx | 29 +++++++++++++++++++---------- public/globe.svg | 3 +++ public/moon.svg | 3 +++ public/sun.svg | 3 +++ 5 files changed, 31 insertions(+), 13 deletions(-) create mode 100644 public/globe.svg create mode 100644 public/moon.svg create mode 100644 public/sun.svg diff --git a/app/layout.tsx b/app/layout.tsx index c685dd3..44ac46d 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -4,13 +4,13 @@ import "./globals.css"; export const metadata: Metadata = { title: 'AderKI Blog', - description: 'Welcome to AderKI Blog. Explore hoodies, comics, books, and more in my personal store.', + description: 'Welcome to AderKI Blog. There will be posts about science', keywords: ['AderKI', 'hoodies', 'comics', 'books', 'store', 'blog'], authors: [{ name: 'AderKI' }], openGraph: { title: 'AderKI Blog', - description: 'Welcome to AderKI Blog. Explore hoodies, comics, books, and more in my personal store.', - url: 'https://aderk.tech/', + description: 'Welcome to AderKI Blog. There will be posts about science', + url: 'https://blog.aderk.tech/', images: [ { url: '/images/logo.png', // Path to your Open Graph image diff --git a/app/page.tsx b/app/page.tsx index 793a5d0..f4fb05b 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -1,4 +1,8 @@ +import searchPic from '../public/search.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"; @@ -21,24 +25,29 @@ const blogposts = [ export default function Home() { return ( -
+
-
    -
  • +
      +
    • - AderKI + aderk.tech
    • - -
    • - - RU - + +
    • + + search +
-
+

Hello. I am is a programmer, hacker, gamer and otaku. Love comics, coding, read books. There I am posting articles about computer science and another staff, that’s im like.

diff --git a/public/globe.svg b/public/globe.svg new file mode 100644 index 0000000..c50616f --- /dev/null +++ b/public/globe.svg @@ -0,0 +1,3 @@ + + + diff --git a/public/moon.svg b/public/moon.svg new file mode 100644 index 0000000..c91b28f --- /dev/null +++ b/public/moon.svg @@ -0,0 +1,3 @@ + + + diff --git a/public/sun.svg b/public/sun.svg new file mode 100644 index 0000000..c740b1e --- /dev/null +++ b/public/sun.svg @@ -0,0 +1,3 @@ + + +