redesign home page
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -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"
|
||||||
>
|
>
|
||||||
|
@@ -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>
|
||||||
|
@@ -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"
|
|
||||||
>
|
>
|
||||||
Hi, my name is Gabriel Kaszewski, and I am a Bioinformatics student 🧬 and
|
<h3 class="mt-4 mb-2 text-5xl font-bold tracking-tight">Who am I? 🤔</h3>
|
||||||
self-taught full-stack developer 💻. I started coding when I was 11 🚀. I love
|
<section class="leading-relaxed text-white">
|
||||||
solving problems and writing software 👨💻. Currently, I am working as a Python
|
<p>
|
||||||
Developer at digimonkeys.com 🐒. I am very passionate about Computer Science
|
Hi, my name is Gabriel Kaszewski, and I am a Bioinformatics student 🧬 and
|
||||||
💾.
|
self-taught full-stack developer 💻.
|
||||||
</section>
|
</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>
|
<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>
|
||||||
|
Reference in New Issue
Block a user