diff --git a/index.html b/index.html index 29daf0d..1c01b3a 100644 --- a/index.html +++ b/index.html @@ -34,17 +34,16 @@

About

"I tell the computer what it should do and sometimes it listens to me."

- Codevisoft is the sole proprietorship of Paweł Szudarek, a software - developer based in Szczecin, Poland. Paweł works as a B2B contractor at Inseye - Technologies, previously as a Junior Software Engineer at Tieto, and is finishing a - Computer Science degree at Zachodniopomorski Uniwersytet Technologiczny. He's also a - founding member and President of the student research club "Collider", and builds - games with Unreal Engine in his spare time — earning a distinction at Digital Dragons - / ZTGK 2025. + I am a software developer based in Szczecin, Poland and Codevisoft is my sole proprietorship. + I currently work as a B2B contractor at Inseye Technologies, previously as a Junior Software Engineer at Tieto. + I am also in process of getting a Master's degree in Computer Science at Zachodniopomorski Uniwersytet Technologiczny. + There I'm a founding member and President of the student research club "Collider". + I'm trying to build games with Unreal Engine and Unity with my friends in my infrequent spare time. + We've managed to earn a distinction at ZTGK 2025.

- Through Codevisoft, he takes on independent software and game development work - alongside his other roles. + Through Codevisoft, I take on independent software and game development work + alongside my other roles. Feel free to contact me if you need my services :)

Jeżmin

-

Action-RPG · by CD Pink · ZTGK 2025 competition entry

+

Action-RPG · by CD Pink · ZTGK 2025 competition entry · Distinction from Digital Dragons

An action-RPG built for the 2025 ZTGK game development competition.

- View on itch.io → + View on itch.io →

PanDa 3

-

Educational · by OgórkiKiszone · ZTGK 2026 competition entry

+

Educational VR · by OgórkiKiszone · ZTGK 2026 competition entry

An educational game developed for the 2026 ZTGK game development competition.

- View on itch.io → + View on itch.io →
diff --git a/styles.css b/styles.css index 30eb92a..dae5ea4 100644 --- a/styles.css +++ b/styles.css @@ -93,6 +93,11 @@ nav a:hover { color: var(--accent); text-decoration: none; } color: var(--text-dim); } +.quote { + color: var(--accent); + font-style: italic; +} + .portfolio-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));