fix: update employment details from Choreograph to WPP Media and remove emojis for consistency
All checks were successful
Build and Deploy Gabriel Kaszewski Portfolio / build-and-deploy-local (push) Successful in 1m39s

This commit is contained in:
2026-03-19 23:43:55 +01:00
parent 292a5d2587
commit d1dab290a4
2 changed files with 17 additions and 15 deletions

View File

@@ -86,8 +86,8 @@ const AboutPage = () => {
<p> <p>
Hi! I am Gabriel and I am {age} years old. I graduated in Hi! I am Gabriel and I am {age} years old. I graduated in
Bioinformatics from the University of Gdańsk. I&apos;m fluent in Bioinformatics from the University of Gdańsk. I&apos;m fluent in
Polish and English and currently work as a Software Engineer at Polish and English and currently work as a Software Engineer at WPP
Choreograph. Media.
</p> </p>
<p> <p>
I have co-authored one scientific article, which you can read{" "} I have co-authored one scientific article, which you can read{" "}

View File

@@ -5,15 +5,20 @@ const AboutSummary = () => {
className="flex flex-col items-center justify-center gap-4 p-4 rounded w-full" className="flex flex-col items-center justify-center gap-4 p-4 rounded w-full"
> >
<h3 className="mt-4 mb-2 text-5xl font-bold tracking-tight text-white"> <h3 className="mt-4 mb-2 text-5xl font-bold tracking-tight text-white">
Who am I? 🤔 Who am I?
</h3> </h3>
<section className="prose text-white md:prose-lg lg:prose-xl max-w-3xl mx-auto"> <section className="prose text-white md:prose-lg lg:prose-xl max-w-3xl mx-auto">
<p> <p>
Hi, my name is Gabriel Kaszewski - I&apos;m a Bioinformatics graduate Hi, I&apos;m Gabriel Kaszewski a Bioinformatics graduate and a
🧬 and a self-taught full-stack developer 💻. I love creating software software engineer by trade. Ive been obsessed with programming since
that resolves complex problems, and my most ambitious project yet is I was 11, and I thrive on building software that solves complex,
my first game. Take a look at the Steam preview below and consider real-world problems.
adding it to your wishlist! </p>
<p>
My most ambitious project to date is my first game. You can check out
the Steam preview below if it catches your eye, Id love for you to
add it to your wishlist!
</p> </p>
<div className="w-full max-w-full aspect-[646/190] mx-auto not-prose"> <div className="w-full max-w-full aspect-[646/190] mx-auto not-prose">
@@ -24,13 +29,10 @@ const AboutSummary = () => {
</div> </div>
<p> <p>
My journey with programming started when I was 11 🚀. I love solving Currently, I am a Software Engineer at{" "}
problems and creating software that resolves them 👨💻. <strong className="text-yellow-400">WPP Media</strong>. When Im not
</p> at my day job, Im usually deep-diving into new technologies or
<p> bringing my own side projects to life.
Currently, I am working as a Python Developer at digimonkeys.com 🐒.
In my free time I like to read about new technologies and work on my
projects 📚.
</p> </p>
</section> </section>
</div> </div>