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

File diff suppressed because one or more lines are too long

View File

@@ -1,5 +1,6 @@
{% import "website/macros/chip.html" as chip %} {% extends "website/base.html" {% import "website/macros/chip.html" as chip %} {% extends "website/base.html"
%} {% block content %} %} {% block content %}
<div class="mt-8"></div>
<div <div
class="flex flex-col items-center justify-center gap-2 p-4 bg-white rounded-lg" class="flex flex-col items-center justify-center gap-2 p-4 bg-white rounded-lg"
> >

View File

@@ -13,7 +13,6 @@
> >
Blog Blog
</a> </a>
<a href="/contact" class="text-lg"> Contact </a>
<a href="/about" class="text-lg"> About </a> <a href="/about" class="text-lg"> About </a>
</div> </div>
</nav> </nav>

View File

@@ -122,16 +122,25 @@
</div> </div>
</div> </div>
<div class="w-full mt-8"></div> <div class="w-full mt-8"></div>
<h3 class="mt-4 mb-2 text-5xl font-bold tracking-tight">Who am I? 🤔</h3> <div
<section 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"
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"
> >
<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 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 self-taught full-stack developer 💻.
solving problems and writing software 👨‍💻. Currently, I am working as a Python </p>
Developer at digimonkeys.com 🐒. I am very passionate about Computer Science <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> </section>
</div>
<h3 class="mt-4 mb-2 text-5xl font-bold tracking-tight">Skills 🛠️</h3> <h3 class="mt-4 mb-2 text-5xl font-bold tracking-tight">Skills 🛠️</h3>
{% for skill in skills %} {{ chip::chip(text=skill.name) }} {%endfor%} {% for skill in skills %} {{ chip::chip(text=skill.name) }} {%endfor%}
<section class="flex flex-wrap justify-center w-1/2 gap-4"></section> <section class="flex flex-wrap justify-center w-1/2 gap-4"></section>