Add new documents and images to the public directory
All checks were successful
Build and Deploy Gabriel Kaszewski Portfolio / build-and-deploy-local (push) Successful in 1m32s

- Added essays: qui-sumus-existential-dread.pdf and licencjat.pdf
- Added scripts: loop.pdf
- Added images: DSC_1283.avif, GAK00015.avif, GAK00017.avif, GAK00041.avif, GAK00042.avif, painter.avif, parasitic-god-1.avif, parasitic-god-2.avif, parasitic-god-3.avif, parasitic-god-4.avif, parasitic-god-5.avif, spanish-inq-1.avif, spanish-inq-2.avif, spanish-inq-3.avif, spanish-inq-4.avif, typing-game-1.avif, typing-game-2.avif
This commit is contained in:
2026-08-20 01:39:14 +02:00
parent 97e8260def
commit 9e95d5c544
46 changed files with 1538 additions and 3108 deletions

View File

@@ -4,35 +4,34 @@ const AboutSummary = () => {
id="who-am-i"
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">
<h2 className="mt-4 mb-2 text-5xl font-bold tracking-tight text-white">
Who am I?
</h3>
</h2>
<section className="prose text-white md:prose-lg lg:prose-xl max-w-3xl mx-auto">
<p>
Hi, I&apos;m Gabriel Kaszewski a Bioinformatics graduate and a
software engineer by trade. Ive been obsessed with programming since
I was 11, and I thrive on building software that solves complex,
real-world problems.
Hi, I&apos;m Gabriel Kaszewski. I studied Bioinformatics and work as
a software engineer. I&apos;ve been programming since I was 11 and
I still enjoy it just as much.
</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!
I&apos;m currently working on my first game. If it looks interesting,
consider wishlisting it!
</p>
<div className="w-full max-w-full aspect-[646/190] mx-auto not-prose">
<iframe
className="w-full h-full"
src="https://store.steampowered.com/widget/3575090/"
title="Steam store widget"
></iframe>
</div>
<p>
Currently, I am a Software Engineer at{" "}
<strong className="text-yellow-400">WPP Media</strong>. When Im not
at my day job, Im usually deep-diving into new technologies or
bringing my own side projects to life.
By day I work at{" "}
<strong className="text-yellow-400">WPP Media</strong>. Outside of
that I&apos;m usually tinkering with side projects or picking up
something new.
</p>
</section>
</div>