add CV page and enhance About section with hobbies and interests
This commit is contained in:
@@ -30,26 +30,39 @@ title = "About me"
|
||||
class="aero-gradient-glass rounded-lg p-4 flex flex-col border-midnight-light border"
|
||||
>
|
||||
<section
|
||||
class="aero-gradient-dark p-2 rounded-lg border-midnight border prose-sm prose-a:text-blue-500 text-white flex flex-col"
|
||||
class="aero-gradient-dark p-2 rounded-lg border-midnight border text-sm text-white flex flex-col"
|
||||
>
|
||||
<h6
|
||||
class="aero-gradient text-white p-2 border border-midnight rounded-lg w-full items-center flex justify-center"
|
||||
>
|
||||
Hobbies
|
||||
</h6>
|
||||
<ul class="flex flex-wrap gap-1 list-none p-2 w-full justify-between">
|
||||
<li>Programming</li>
|
||||
<li>Filmmaking</li>
|
||||
<li>Gaming</li>
|
||||
<li>Playing guitar</li>
|
||||
</ul>
|
||||
</section>
|
||||
</article>
|
||||
<article
|
||||
class="aero-gradient-glass rounded-lg p-4 flex flex-col border-midnight-light border"
|
||||
>
|
||||
<section
|
||||
class="aero-gradient-dark p-2 rounded-lg border-midnight border prose-sm prose-a:text-blue-500 text-white flex flex-col"
|
||||
class="aero-gradient-dark p-2 rounded-lg border-midnight border text-sm text-white flex flex-col"
|
||||
>
|
||||
<h6
|
||||
class="aero-gradient text-white p-2 border border-midnight rounded-lg w-full items-center flex justify-center"
|
||||
>
|
||||
Interests
|
||||
</h6>
|
||||
<ul class="flex flex-wrap gap-1 list-none p-2 w-full justify-between">
|
||||
<li>Computer Science</li>
|
||||
<li>Sci-Fi Books</li>
|
||||
<li>Astronomy</li>
|
||||
<li>Sports</li>
|
||||
<li>History</li>
|
||||
</ul>
|
||||
</section>
|
||||
</article>
|
||||
<article
|
||||
|
6
zola/content/cv.md
Normal file
6
zola/content/cv.md
Normal file
@@ -0,0 +1,6 @@
|
||||
+++
|
||||
title = "CV"
|
||||
+++
|
||||
|
||||
<iframe width="100%" height="100%" src="https://gabrielkaszewski.dev/api/data/cv.pdf"></iframe>
|
||||
<a href="https://gabrielkaszewski.dev/api/data/cv.pdf" target="_blank" class="text-blue-500">View in full</a>
|
Reference in New Issue
Block a user