redesign home page
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
{% import "website/macros/chip.html" as chip %} {% extends "website/base.html"
|
||||
%} {% block content %}
|
||||
<div class="mt-8"></div>
|
||||
<div
|
||||
class="flex flex-col items-center justify-center gap-2 p-4 bg-white rounded-lg"
|
||||
>
|
||||
|
@@ -13,7 +13,6 @@
|
||||
>
|
||||
Blog
|
||||
</a>
|
||||
<a href="/contact" class="text-lg"> Contact </a>
|
||||
<a href="/about" class="text-lg"> About </a>
|
||||
</div>
|
||||
</nav>
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user