initial page
This commit is contained in:
+97
@@ -0,0 +1,97 @@
|
||||
<!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.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>
|
||||
Codevisoft is the sole proprietorship of <strong>Paweł Szudarek</strong>, an independent
|
||||
software developer working across IT services & consulting and game development.
|
||||
From small competition projects to freelance IT work, Codevisoft focuses on building
|
||||
solid, well-crafted software.
|
||||
</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>
|
||||
Reference in New Issue
Block a user