Unify label styling by replacing hero-label with section-label and comment out portfolio CTA section

This commit is contained in:
Ovidiu U
2026-03-14 07:45:23 +00:00
parent a4be60147d
commit 43ba520dae
5 changed files with 19 additions and 19 deletions

View File

@@ -6,7 +6,7 @@ require __DIR__.'/includes/header.php';
?>
<header class="hero">
<div class="hero-label">Web Developer — UK</div>
<div class="section-label">Web Developer — UK</div>
<h1>Ovidiu<br>Ungureanu</h1>
<p class="hero-sub">I build web applications that work.<br>PHP, MySQL, clean code, no nonsense.</p>
<div class="hero-cta">
@@ -82,13 +82,13 @@ require __DIR__.'/includes/header.php';
</div>
</section>
<section class="section section-cta">
<div class="section-label">003 — Work</div>
<div class="section-content">
<p class="large-text">A few recent builds.</p>
<a href="/portfolio" class="btn">View Work →</a>
</div>
</section>
<!--<section class="section section-cta">-->
<!-- <div class="section-label">003 — Work</div>-->
<!-- <div class="section-content">-->
<!-- <p class="large-text">A few recent builds.</p>-->
<!-- <a href="/portfolio" class="btn">View Work →</a>-->
<!-- </div>-->
<!--</section>-->
<section id="contact" class="section">
<div class="section-label">004 — Contact</div>