feat: add about me section

This commit is contained in:
Kentai Radiquum 2024-09-14 14:26:05 +05:00
parent b09a84afbe
commit 1f4628a259
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
3 changed files with 79 additions and 6 deletions

View file

@ -47,12 +47,26 @@
</div>
<div class="flex items-end justify-end w-full max-w-[45%] gap-4 p-8 font-medium text-4xl mb-[3%]">
<a class="w-[320px] h-[75px] flex items-end justify-end pr-2 pb-2 bg-bg-blue hover:bg-opacity-85 transition-colors" href="#section_about">READ MORE</a>
<a class="w-[300px] h-[75px] flex items-end justify-end pr-2 pb-2 bg-bg-blue hover:bg-opacity-85 transition-colors" href="#">LINKS</a>
<a class="w-[300px] h-[75px] flex items-end justify-end pr-2 pb-2 bg-bg-blue hover:bg-opacity-85 transition-colors" href="#section_links">LINKS</a>
</div>
</div>
</div>
<div class="h-screen" id="section_about">
<div class="container h-screen mx-auto text-white scroll-mt-32" id="section_about">
<h1 class="mt-16 mb-12 text-6xl font-bold text-center">ABOUT ME</h1>
<div class="flex flex-col gap-8 text-2xl font-light max-w-[1200px] mx-auto justify-center">
<p class="">Hi! I'm Kentai Radiquum 🐾, a tech enthusiast with a passion for software development. I love diving into code and exploring new software, though hardware fascinates me too.</p>
<p class="">Im also getting into photography and excited to share my progress 📸. I will be glad if you will check them out and leave a feedback! </p>
<p class="">One of my biggest loves is red pandas — I cant get enough of them! Ive been collecting red panda stickers and sharing them on the Red Panda Stickers Telegram channel. Plus, Ive curated a collection of over 3000 red panda photos and videos, available at wahs.wah.su.</p>
<p class="">I'm really into self-hosting through my wah.su project, which helps me dive into server management and hosting platforms.</p>
<p class="">I listen a lot of various music, but mainly listen to EDM \ Happy Hardcore \ Tech \ Rock \ Alternative.<br/>By artist like: S3RL, Camellia, t+pazolite, BTMH, Saint Motel, and more...</p>
<p class="">Feel free to reach out anytime! I will be happy to chat.</p>
</div>
</div>
<div class="container h-screen mx-auto text-white scroll-mt-32" id="section_links">
<h1 class="mt-16 mb-12 text-6xl font-bold text-center">LINKS</h1>
<div class="flex flex-col gap-8 text-2xl font-light max-w-[1200px] mx-auto justify-center">
</div>
</div>
<script src="./static/script.js"></script>
</body>