add CV page and enhance About section with hobbies and interests
This commit is contained in:
@@ -7,6 +7,9 @@ compile_sass = false
|
|||||||
# Whether to build a search index to be used later on by a JavaScript library
|
# Whether to build a search index to be used later on by a JavaScript library
|
||||||
build_search_index = true
|
build_search_index = true
|
||||||
|
|
||||||
|
minify_html = true
|
||||||
|
|
||||||
|
|
||||||
[markdown]
|
[markdown]
|
||||||
# Whether to do syntax highlighting
|
# Whether to do syntax highlighting
|
||||||
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
|
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
|
||||||
|
@@ -30,26 +30,39 @@ title = "About me"
|
|||||||
class="aero-gradient-glass rounded-lg p-4 flex flex-col border-midnight-light border"
|
class="aero-gradient-glass rounded-lg p-4 flex flex-col border-midnight-light border"
|
||||||
>
|
>
|
||||||
<section
|
<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
|
<h6
|
||||||
class="aero-gradient text-white p-2 border border-midnight rounded-lg w-full items-center flex justify-center"
|
class="aero-gradient text-white p-2 border border-midnight rounded-lg w-full items-center flex justify-center"
|
||||||
>
|
>
|
||||||
Hobbies
|
Hobbies
|
||||||
</h6>
|
</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>
|
</section>
|
||||||
</article>
|
</article>
|
||||||
<article
|
<article
|
||||||
class="aero-gradient-glass rounded-lg p-4 flex flex-col border-midnight-light border"
|
class="aero-gradient-glass rounded-lg p-4 flex flex-col border-midnight-light border"
|
||||||
>
|
>
|
||||||
<section
|
<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
|
<h6
|
||||||
class="aero-gradient text-white p-2 border border-midnight rounded-lg w-full items-center flex justify-center"
|
class="aero-gradient text-white p-2 border border-midnight rounded-lg w-full items-center flex justify-center"
|
||||||
>
|
>
|
||||||
Interests
|
Interests
|
||||||
</h6>
|
</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>
|
</section>
|
||||||
</article>
|
</article>
|
||||||
<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>
|
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
Reference in New Issue
Block a user