page update
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 135 KiB |
+13
-5
@@ -24,7 +24,7 @@
|
||||
|
||||
<section class="hero">
|
||||
<div class="container">
|
||||
<img class="hero-logo" src="images/FullLogo_transparent.png" alt="Codevisoft">
|
||||
<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>
|
||||
@@ -32,11 +32,19 @@
|
||||
<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>, 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.
|
||||
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>
|
||||
|
||||
+2
-8
@@ -61,18 +61,12 @@ nav a:hover { color: var(--accent); text-decoration: none; }
|
||||
padding: 5rem 0 4rem;
|
||||
}
|
||||
|
||||
.hero-emblem {
|
||||
width: 88px;
|
||||
.hero-logo {
|
||||
width: min(800px, 90%);
|
||||
height: auto;
|
||||
margin-bottom: 1.5rem;
|
||||
}
|
||||
|
||||
.hero h1 {
|
||||
font-size: 2.75rem;
|
||||
margin: 0 0 0.5rem;
|
||||
letter-spacing: 0.02em;
|
||||
}
|
||||
|
||||
.tagline {
|
||||
color: var(--text-dim);
|
||||
font-size: 1.15rem;
|
||||
|
||||
Reference in New Issue
Block a user