2025-03-01 06:33:09 +03:00
|
|
|
|
import Image from "next/image";
|
2025-03-01 08:23:57 +03:00
|
|
|
|
import AnimatedLink from '../components/animatedLink';
|
2025-03-01 07:35:06 +03:00
|
|
|
|
import BlogArea from "../components/blogpost";
|
2025-03-25 22:51:56 +03:00
|
|
|
|
import HeaderToolbar from "../components/header/toolbar";
|
2025-03-01 07:35:06 +03:00
|
|
|
|
|
|
|
|
|
|
// Mock data for blog posts
|
|
|
|
|
|
const blogposts = [
|
|
|
|
|
|
{
|
|
|
|
|
|
label: 'Retro Futurism: A Journey Through Time',
|
|
|
|
|
|
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',
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
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',
|
|
|
|
|
|
},
|
|
|
|
|
|
];
|
2025-03-01 06:33:09 +03:00
|
|
|
|
|
|
|
|
|
|
export default function Home() {
|
|
|
|
|
|
return (
|
2025-03-25 23:03:27 +03:00
|
|
|
|
<div className="text-xl mx-64">
|
2025-03-01 07:10:28 +03:00
|
|
|
|
<header className="flex flex-col">
|
|
|
|
|
|
<div className="flex flex-row mt-12 mb-22">
|
|
|
|
|
|
<ul className="w-full flex flex-row justify-between list-none">
|
|
|
|
|
|
<li className="text-6xl p-2 pr-0">
|
2025-03-25 22:51:56 +03:00
|
|
|
|
<AnimatedLink href="https://blog.aderk.tech/en">
|
2025-03-01 07:10:28 +03:00
|
|
|
|
AderKI
|
2025-03-01 08:23:57 +03:00
|
|
|
|
</AnimatedLink>
|
2025-03-01 07:10:28 +03:00
|
|
|
|
</li>
|
2025-03-25 22:51:56 +03:00
|
|
|
|
|
|
|
|
|
|
<li className="text-6xl p-2 pr-0">
|
|
|
|
|
|
<AnimatedLink href="https://blog.aderk.tech/ru">
|
|
|
|
|
|
RU
|
|
|
|
|
|
</AnimatedLink>
|
|
|
|
|
|
</li>
|
2025-03-01 07:10:28 +03:00
|
|
|
|
</ul>
|
|
|
|
|
|
</div>
|
2025-03-25 22:51:56 +03:00
|
|
|
|
<div className="text-5xl mb-20">
|
2025-03-01 07:10:28 +03:00
|
|
|
|
<p>
|
2025-03-25 21:19:47 +03:00
|
|
|
|
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.
|
2025-03-01 07:10:28 +03:00
|
|
|
|
</p>
|
2025-03-01 06:33:09 +03:00
|
|
|
|
</div>
|
2025-03-25 22:51:56 +03:00
|
|
|
|
<HeaderToolbar />
|
2025-03-01 07:10:28 +03:00
|
|
|
|
</header>
|
|
|
|
|
|
|
|
|
|
|
|
<main>
|
2025-03-01 07:35:06 +03:00
|
|
|
|
<BlogArea blogposts={blogposts} />
|
2025-03-01 06:33:09 +03:00
|
|
|
|
</main>
|
2025-03-01 07:10:28 +03:00
|
|
|
|
|
|
|
|
|
|
<footer className="border-t border-white pt-4 flex flex-row justify-around text-2xl">
|
|
|
|
|
|
<ul className="list-none m-4">
|
|
|
|
|
|
<li className="text-3xl"><h3>Socials</h3></li>
|
2025-03-01 08:23:57 +03:00
|
|
|
|
<li className="p-3 text-xl"><AnimatedLink href="https://www.instagram.com/aderkitty/">Instagram</AnimatedLink></li>
|
|
|
|
|
|
<li className="p-3 text-xl"><AnimatedLink href="https://mastodon.social/@aderkonstantin">Mastodon</AnimatedLink></li>
|
|
|
|
|
|
<li className="p-3 text-xl"><AnimatedLink href="https://github.com/AderKonstantin">GitHub</AnimatedLink></li>
|
|
|
|
|
|
<li className="p-3 text-xl"><AnimatedLink href="https://steamcommunity.com/yourprofile">Steam</AnimatedLink></li>
|
2025-03-01 07:10:28 +03:00
|
|
|
|
</ul>
|
|
|
|
|
|
<ul className="list-none m-4">
|
|
|
|
|
|
<li className="text-3xl"><h3>Games</h3></li>
|
2025-03-01 08:23:57 +03:00
|
|
|
|
<li className="p-3 text-xl"><AnimatedLink href="#">Joe The Rabbit</AnimatedLink></li>
|
2025-03-01 07:10:28 +03:00
|
|
|
|
</ul>
|
|
|
|
|
|
<ul className="list-none m-4">
|
|
|
|
|
|
<li className="text-3xl"><h3>Other Projects</h3></li>
|
2025-03-01 08:23:57 +03:00
|
|
|
|
<li className="p-3 text-xl"><AnimatedLink href="#">Ader Berry Bot (Telegram)</AnimatedLink></li>
|
|
|
|
|
|
<li className="p-3 text-xl"><AnimatedLink href="#">Store</AnimatedLink></li>
|
2025-03-01 07:10:28 +03:00
|
|
|
|
</ul>
|
2025-03-01 06:33:09 +03:00
|
|
|
|
</footer>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
);
|
|
|
|
|
|
}
|