Files
2026-08-31 22:11:49 +02:00

105 lines
4.1 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Codevisoft — Paweł Szudarek</title>
<meta name="description" content="Codevisoft — IT services, software & game development by Paweł Szudarek.">
<link rel="icon" type="image/png" href="images/Emblem.png">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header class="site-header">
<div class="container header-inner">
<nav>
<a href="#about">About</a>
<a href="#portfolio">Portfolio</a>
<a href="#contact">Contact</a>
</nav>
</div>
</header>
<main>
<section class="hero">
<div class="container">
<img class="hero-logo" src="images/FullLogo_transparent_narrow.png" alt="Codevisoft">
<p class="tagline">Software &amp; game development, IT services and consulting.</p>
</div>
</section>
<section id="about" class="section">
<div class="container">
<h2>About</h2>
<p class="quote">"I tell the computer what it should do and sometimes it listens to me."</p>
<p>
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.
</p>
<p>
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 :)
</p>
<p class="links-inline">
<a href="https://www.linkedin.com/in/pawel-szudarek/" target="_blank" rel="noopener">LinkedIn — Paweł Szudarek</a>
&middot;
<a href="https://www.linkedin.com/company/codevisoft/" target="_blank" rel="noopener">LinkedIn — Codevisoft</a>
</p>
</div>
</section>
<section id="portfolio" class="section alt">
<div class="container">
<h2>Portfolio</h2>
<div class="portfolio-grid">
<article class="card">
<h3>Jeżmin</h3>
<p class="card-meta">Action-RPG &middot; by CD Pink &middot; ZTGK 2025 competition entry &middot; Distinction from Digital Dragons</p>
<p>An action-RPG built for the 2025 ZTGK game development competition.</p>
<a class="card-link" href="https://codevisoft.itch.io/jezmin" target="_blank" rel="noopener">View on itch.io →</a>
</article>
<article class="card">
<h3>PanDa 3</h3>
<p class="card-meta">Educational VR &middot; by OgórkiKiszone &middot; ZTGK 2026 competition entry</p>
<p>An educational game developed for the 2026 ZTGK game development competition.</p>
<a class="card-link" href="https://codevisoft.itch.io/panda-3" target="_blank" rel="noopener">View on itch.io →</a>
</article>
</div>
<p class="more-link">
More projects on <a href="https://github.com/Vysyr" target="_blank" rel="noopener">GitHub →</a>
</p>
</div>
</section>
<section id="contact" class="section">
<div class="container">
<h2>Contact</h2>
<ul class="contact-list">
<li><a href="mailto:pszudarek@codevisoft.com">pszudarek@codevisoft.com</a></li>
<li><a href="https://www.linkedin.com/in/pawel-szudarek/" target="_blank" rel="noopener">linkedin.com/in/pawel-szudarek</a></li>
<li><a href="https://www.linkedin.com/company/codevisoft/" target="_blank" rel="noopener">linkedin.com/company/codevisoft</a></li>
<li><a href="https://codevisoft.itch.io" target="_blank" rel="noopener">codevisoft.itch.io</a></li>
</ul>
</div>
</section>
</main>
<footer class="site-footer">
<div class="container">
<p>&copy; <span id="year"></span> Codevisoft — Paweł Szudarek</p>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>