mirror of
https://github.com/Radiquum/radiquum.github.io.git
synced 2025-05-22 04:09:34 +05:00
feat: add about me section
This commit is contained in:
parent
b09a84afbe
commit
1f4628a259
3 changed files with 79 additions and 6 deletions
20
index.html
20
index.html
|
@ -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="">I’m 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 can’t get enough of them! I’ve been collecting red panda stickers and sharing them on the Red Panda Stickers Telegram channel. Plus, I’ve 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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue