redesign home page

This commit is contained in:
2024-11-04 06:07:23 +01:00
parent 918d7ea327
commit 033073dd26
4 changed files with 20 additions and 11 deletions

View File

@@ -122,16 +122,25 @@
</div>
</div>
<div class="w-full mt-8"></div>
<h3 class="mt-4 mb-2 text-5xl font-bold tracking-tight">Who am I? 🤔</h3>
<section
class="flex flex-col items-center m-4 prose text-justify text-white md:text-left md:m-0 md:w-1/2 md:prose-lg lg:prose-xl"
<div
class="flex flex-col items-center justify-center gap-4 rounded md:w-fit max-w-[60ch] text-[1.25rem] leading-[1.8] text-left p-4 text-pretty"
>
Hi, my name is Gabriel Kaszewski, and I am a Bioinformatics student 🧬 and
self-taught full-stack developer 💻. I started coding when I was 11 🚀. I love
solving problems and writing software 👨‍💻. Currently, I am working as a Python
Developer at digimonkeys.com 🐒. I am very passionate about Computer Science
💾.
</section>
<h3 class="mt-4 mb-2 text-5xl font-bold tracking-tight">Who am I? 🤔</h3>
<section class="leading-relaxed text-white">
<p>
Hi, my name is Gabriel Kaszewski, and I am a Bioinformatics student 🧬 and
self-taught full-stack developer 💻.
</p>
<p>
I started coding when I was 11 🚀. I love solving problems and writing
software 👨‍💻.
</p>
<p>
Currently, I am working as a Python Developer at digimonkeys.com 🐒. I am
very passionate about Computer Science 💾.
</p>
</section>
</div>
<h3 class="mt-4 mb-2 text-5xl font-bold tracking-tight">Skills 🛠️</h3>
{% for skill in skills %} {{ chip::chip(text=skill.name) }} {%endfor%}
<section class="flex flex-wrap justify-center w-1/2 gap-4"></section>