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">
|
<section class="hero">
|
||||||
<div class="container">
|
<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>
|
<p class="tagline">Software & game development, IT services and consulting.</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
@@ -32,11 +32,19 @@
|
|||||||
<section id="about" class="section">
|
<section id="about" class="section">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<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>
|
<p>
|
||||||
Codevisoft is the sole proprietorship of <strong>Paweł Szudarek</strong>, an independent
|
Codevisoft is the sole proprietorship of <strong>Paweł Szudarek</strong>, a software
|
||||||
software developer working across IT services & consulting and game development.
|
developer based in Szczecin, Poland. Paweł works as a B2B contractor at Inseye
|
||||||
From small competition projects to freelance IT work, Codevisoft focuses on building
|
Technologies, previously as a Junior Software Engineer at Tieto, and is finishing a
|
||||||
solid, well-crafted software.
|
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>
|
||||||
<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>
|
||||||
|
|||||||
+2
-8
@@ -61,18 +61,12 @@ nav a:hover { color: var(--accent); text-decoration: none; }
|
|||||||
padding: 5rem 0 4rem;
|
padding: 5rem 0 4rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hero-emblem {
|
.hero-logo {
|
||||||
width: 88px;
|
width: min(800px, 90%);
|
||||||
height: auto;
|
height: auto;
|
||||||
margin-bottom: 1.5rem;
|
margin-bottom: 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hero h1 {
|
|
||||||
font-size: 2.75rem;
|
|
||||||
margin: 0 0 0.5rem;
|
|
||||||
letter-spacing: 0.02em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tagline {
|
.tagline {
|
||||||
color: var(--text-dim);
|
color: var(--text-dim);
|
||||||
font-size: 1.15rem;
|
font-size: 1.15rem;
|
||||||
|
|||||||
Reference in New Issue
Block a user