add CV page and enhance About section with hobbies and interests

This commit is contained in:
2025-03-26 13:43:18 +01:00
parent d8e4bd07c2
commit b40c550c5b
6 changed files with 29 additions and 1327 deletions

View File

@@ -7,6 +7,9 @@ compile_sass = false
# Whether to build a search index to be used later on by a JavaScript library
build_search_index = true
minify_html = true
[markdown]
# Whether to do syntax highlighting
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola

View File

@@ -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
View 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>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long