add CV and Podcasts pages, update About section with new card layout
This commit is contained in:
@@ -2,79 +2,59 @@
|
||||
title = "About me"
|
||||
+++
|
||||
|
||||
<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"
|
||||
>
|
||||
<h6
|
||||
class="aero-gradient text-white p-2 border border-midnight rounded-lg w-full items-center flex justify-center"
|
||||
>
|
||||
More info about me!
|
||||
</h6>
|
||||
<p>
|
||||
Hi! I am Gabriel and I am 23 years old. I study Bioinformatics
|
||||
at the University of Gdansk. I'm fluent in Polish and English
|
||||
and currently work as a Python Developer at digimonkeys.com
|
||||
</p>
|
||||
<p>
|
||||
I have published one article you can read it
|
||||
<a href="https://dx.doi.org/10.1038/s41598-023-44488-7"
|
||||
>here</a
|
||||
>.
|
||||
</p>
|
||||
</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 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">
|
||||
{% card(title="More info about me!") %}
|
||||
Hi! I am Gabriel and I am 23 years old.
|
||||
I study Bioinformatics at the University of Gdansk.
|
||||
|
||||
I'm fluent in Polish and English and currently work as a Python Developer at digimonkeys.com.
|
||||
|
||||
I have published one article — you can read it [here](https://dx.doi.org/10.1038/s41598-023-44488-7).
|
||||
{% end %}
|
||||
|
||||
{% card(title="Hobbies") %}
|
||||
|
||||
<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 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">
|
||||
{% end %}
|
||||
|
||||
{% card(title="Interests") %}
|
||||
|
||||
<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
|
||||
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"
|
||||
>
|
||||
<h6
|
||||
class="aero-gradient text-white p-2 border border-midnight rounded-lg w-full items-center flex justify-center"
|
||||
>
|
||||
FAQ
|
||||
</h6>
|
||||
</section>
|
||||
</article>
|
||||
{% end %}
|
||||
|
||||
{% card(title="FAQ") %}
|
||||
|
||||
- **How old were you when you started programming?**
|
||||
|
||||
I was 11 years old 🧑💻
|
||||
|
||||
- **How did you learn programming?**
|
||||
|
||||
I read books 📖 and practiced a lot.
|
||||
|
||||
- **Are you studying Computer Science?**
|
||||
|
||||
No, I study Bioinformatics, but it's closely related.
|
||||
|
||||
- **Which programming language do you recommend for a beginner?**
|
||||
|
||||
The language doesn't really matter, just choose one you like and dive in.
|
||||
|
||||
- **What was your first programming language?**
|
||||
|
||||
My journey began with C++.
|
||||
|
||||
- What is your favorite programming language?
|
||||
|
||||
I enjoy writing in Rust, C, and Python. But Rust is the best!
|
||||
{% end %}
|
||||
|
@@ -2,5 +2,5 @@
|
||||
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>
|
||||
<iframe width="100%" height="100%" src="/files/cv.pdf" class="rounded-lg"></iframe>
|
||||
<a href="/files/cv.pdf" target="_blank" class="text-blue-500">View in full</a>
|
||||
|
5
zola/content/podcasts.md
Normal file
5
zola/content/podcasts.md
Normal file
@@ -0,0 +1,5 @@
|
||||
+++
|
||||
title = "Podcasts"
|
||||
+++
|
||||
|
||||
<iframe src="https://podcast.gabrielkaszewski.dev/" width="100%" height="100%" class="rounded-lg"></iframe>
|
Reference in New Issue
Block a user