sync
This commit is contained in:
+13
-14
@@ -34,17 +34,16 @@
|
|||||||
<h2>About</h2>
|
<h2>About</h2>
|
||||||
<p class="quote">"I tell the computer what it should do and sometimes it listens to me."</p>
|
<p class="quote">"I tell the computer what it should do and sometimes it listens to me."</p>
|
||||||
<p>
|
<p>
|
||||||
Codevisoft is the sole proprietorship of <strong>Paweł Szudarek</strong>, a software
|
I am a software developer based in Szczecin, Poland and Codevisoft is my sole proprietorship.
|
||||||
developer based in Szczecin, Poland. Paweł works as a B2B contractor at Inseye
|
I currently work as a B2B contractor at Inseye Technologies, previously as a Junior Software Engineer at Tieto.
|
||||||
Technologies, previously as a Junior Software Engineer at Tieto, and is finishing a
|
I am also in process of getting a Master's degree in Computer Science at Zachodniopomorski Uniwersytet Technologiczny.
|
||||||
Computer Science degree at Zachodniopomorski Uniwersytet Technologiczny. He's also a
|
There I'm a founding member and President of the student research club "Collider".
|
||||||
founding member and President of the student research club "Collider", and builds
|
I'm trying to build games with Unreal Engine and Unity with my friends in my infrequent spare time.
|
||||||
games with Unreal Engine in his spare time — earning a distinction at Digital Dragons
|
We've managed to earn a distinction at ZTGK 2025.
|
||||||
/ ZTGK 2025.
|
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Through Codevisoft, he takes on independent software and game development work
|
Through Codevisoft, I take on independent software and game development work
|
||||||
alongside his other roles.
|
alongside my other roles. Feel free to contact me if you need my services :)
|
||||||
</p>
|
</p>
|
||||||
<p class="links-inline">
|
<p class="links-inline">
|
||||||
<a href="https://www.linkedin.com/in/pawel-szudarek/" target="_blank" rel="noopener">LinkedIn — Paweł Szudarek</a>
|
<a href="https://www.linkedin.com/in/pawel-szudarek/" target="_blank" rel="noopener">LinkedIn — Paweł Szudarek</a>
|
||||||
@@ -61,21 +60,21 @@
|
|||||||
|
|
||||||
<article class="card">
|
<article class="card">
|
||||||
<h3>Jeżmin</h3>
|
<h3>Jeżmin</h3>
|
||||||
<p class="card-meta">Action-RPG · by CD Pink · ZTGK 2025 competition entry</p>
|
<p class="card-meta">Action-RPG · by CD Pink · ZTGK 2025 competition entry · Distinction from Digital Dragons</p>
|
||||||
<p>An action-RPG built for the 2025 ZTGK game development competition.</p>
|
<p>An action-RPG built for the 2025 ZTGK game development competition.</p>
|
||||||
<a class="card-link" href="https://codevisoft.itch.io" target="_blank" rel="noopener">View on itch.io →</a>
|
<a class="card-link" href="https://codevisoft.itch.io/jezmin" target="_blank" rel="noopener">View on itch.io →</a>
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
<article class="card">
|
<article class="card">
|
||||||
<h3>PanDa 3</h3>
|
<h3>PanDa 3</h3>
|
||||||
<p class="card-meta">Educational · by OgórkiKiszone · ZTGK 2026 competition entry</p>
|
<p class="card-meta">Educational VR · by OgórkiKiszone · ZTGK 2026 competition entry</p>
|
||||||
<p>An educational game developed for the 2026 ZTGK game development competition.</p>
|
<p>An educational game developed for the 2026 ZTGK game development competition.</p>
|
||||||
<a class="card-link" href="https://codevisoft.itch.io" target="_blank" rel="noopener">View on itch.io →</a>
|
<a class="card-link" href="https://codevisoft.itch.io/panda-3" target="_blank" rel="noopener">View on itch.io →</a>
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<p class="more-link">
|
<p class="more-link">
|
||||||
More projects on <a href="https://codevisoft.itch.io" target="_blank" rel="noopener">codevisoft.itch.io →</a>
|
More projects on <a href="https://github.com/Vysyr" target="_blank" rel="noopener">GitHub →</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
@@ -93,6 +93,11 @@ nav a:hover { color: var(--accent); text-decoration: none; }
|
|||||||
color: var(--text-dim);
|
color: var(--text-dim);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.quote {
|
||||||
|
color: var(--accent);
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|
||||||
.portfolio-grid {
|
.portfolio-grid {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
|
grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
|
||||||
|
|||||||
Reference in New Issue
Block a user