106 lines
4.0 KiB
HTML
106 lines
4.0 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 & 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>
|
|
Codevisoft is the sole proprietorship of <strong>Paweł Szudarek</strong>, 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.
|
|
</p>
|
|
<p>
|
|
Through Codevisoft, he takes on independent software and game development work
|
|
alongside his other roles.
|
|
</p>
|
|
<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/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 · by CD Pink · ZTGK 2025 competition entry</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>
|
|
</article>
|
|
|
|
<article class="card">
|
|
<h3>PanDa 3</h3>
|
|
<p class="card-meta">Educational · by OgórkiKiszone · 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" target="_blank" rel="noopener">View on itch.io →</a>
|
|
</article>
|
|
|
|
</div>
|
|
<p class="more-link">
|
|
More projects on <a href="https://codevisoft.itch.io" target="_blank" rel="noopener">codevisoft.itch.io →</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>© <span id="year"></span> Codevisoft — Paweł Szudarek</p>
|
|
</div>
|
|
</footer>
|
|
|
|
<script src="script.js"></script>
|
|
</body>
|
|
</html>
|