Files
gabrielkaszewski-dev-areo/zola/content/about.md
Gabriel Kaszewski 3678f761dd Update styles and templates for improved layout and design
- Updated Tailwind CSS to version 4.0.17, introducing new color variables and adjustments to existing styles.
- Added a new section template for displaying project sections with a consistent design.
- Enhanced card shortcodes to include list styles for better readability.
- Modified sidebar links to ensure correct image paths and improved accessibility with added links for projects.
2025-05-02 23:57:34 +02:00

61 lines
1.6 KiB
Markdown

+++
title = "About me"
+++
{% 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 gap-1 p-2 w-full justify-between list-none!">
<li>Programming</li>
<li>Filmmaking</li>
<li>Gaming</li>
<li>Playing guitar</li>
</ul>
{% end %}
{% card(title="Interests") %}
<ul class="flex flex-wrap gap-1 p-2 w-full justify-between list-none!">
<li>Computer Science</li>
<li>Sci-Fi Books</li>
<li>Astronomy</li>
<li>Sports</li>
<li>History</li>
</ul>
{% 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 %}