diff --git a/src/components/ExperienceCard.astro b/src/components/ExperienceCard.astro index a3d123a..985061c 100644 --- a/src/components/ExperienceCard.astro +++ b/src/components/ExperienceCard.astro @@ -11,15 +11,15 @@ export interface Props { const { title, company, period, location, achievements, technologies } = Astro.props; --- -
{company}, {period}, {location}
-{company}, {period}, {location}
++
{technologies}
{content}
+{content}
My digital corner — science, code, thoughts.
-My digital corner — science, code, thoughts.
++
I'm a second year computer science student at the European Institute of Technology, still trying to figure out my place but enjoying the journey through systems programming, webdev and other fields. Outside of code, my favorite writer is Isaac Asimov, my favorite piece of music is Spiegel im Spiegel, and my favorite book is The Witches by Roald Dahl. My favorite star is Vega because it was once our north star and will be again in about 12,000 years - something poetic about that cycle. And that's pretty much everything you need to know about me, except maybe my tea preferences, but we'll save that for another time...
Bachelor + Master’s Degree in Computer Science
-European Institute of Technology, class of 2029
+Bachelor + Master's Degree in Computer Science
+European Institute of Technology, class of 2029
Vocational Studies in Networking, Microcomputers and Operative Systems
-INS Cendrassos, class of 2024
+Vocational Studies in Networking, Microcomputers and Operative Systems
+INS Cendrassos, class of 2024
+
Languages: C, Go, Python, Javascript/Typescript, PHP
Frameworks & Libraries: Astro, React, Preact, NextJS, Vue, NuxtJS, Express, FastAPI, TailwindCSS
Databases: MongoDB, PostgreSQL, MySQL/MariaDB, ClickHouse
@@ -115,8 +115,8 @@ const experiences = [
+
Unpolished notes, working prototypes, honest questions. A space for building understanding from the ground up. Trying to understand the world by writing and building.
+ I'm a second year computer science student at the European Institute of Technology, still trying to figure out my place but enjoying the journey through systems programming, webdev and other fields. Outside of code, my favorite writer is Isaac Asimov, my favorite piece of music is Spiegel im Spiegel, and my favorite book is The Witches by Roald Dahl. My favorite star is Vega because it was once our north star and will be again in about 12,000 years - something poetic about that cycle. And that's pretty much everything you need to know about me, except maybe my tea preferences, but we'll save that for another time...
++ {new Date(post.data.pubDate).toLocaleDateString()} +
+ )} + +