Files
uovidiu.com/index.php

125 lines
3.6 KiB
PHP

<?php
$title = 'Ovidiu Ungureanu — Web Developer';
$description = 'PHP/MySQL developer based in Peterborough. I build custom web apps, booking systems, and backends for small businesses.';
require __DIR__ . '/includes/header.php';
?>
<header class="hero">
<div class="hero-content">
<div class="hero-divider"></div>
<div class="hero-meta-row">
<div class="hero-meta">
<span>Web Developer — Peterborough, UK</span>
<span>I build web applications that work.</span>
<span>Available for freelance</span>
</div>
<a href="#contact" class="hero-cta-btn">Let's Talk →</a>
</div>
<h1 class="hero-headline">
<span class="line1">CleanCode</span>
<span class="line2">Studio</span>
</h1>
</div>
</header>
<main>
<!-- About / Manifesto -->
<section class="manifesto" id="about">
<div class="manifesto-label-col">
<span class="section-label">001 — About</span>
</div>
<div class="manifesto-text-col">
<p class="manifesto-text">
I build websites and online tools for small businesses
<span class="hl">— booking systems, customer dashboards</span>.
<br>Fast, affordable, and built to last.
Built for businesses that need something real.
</p>
</div>
</section>
<!-- Services Category Divider -->
<div class="category-divider">
<h2>Services</h2>
</div>
<!-- Services List -->
<section class="services" id="services">
<div class="service-row">
<span class="service-num">(01)</span>
<div class="service-body">
<h3 class="service-title">Website Design<br>&amp; Development</h3>
<div class="service-tags">
<span class="service-tag">Design</span>
<span class="service-tag">Development</span>
<span class="service-tag">Responsive</span>
</div>
</div>
<span class="service-badge">Enquire →</span>
</div>
<div class="service-row service-row--alt">
<span class="service-num">(02)</span>
<div class="service-body">
<h3 class="service-title"><span>Custom Tools<br>&amp; Systems</span></h3>
<div class="service-tags">
<span class="service-tag">PHP</span>
<span class="service-tag">MySQL</span>
<span class="service-tag">Custom Builds</span>
</div>
</div>
<span class="service-badge">Enquire →</span>
</div>
<div class="service-row">
<span class="service-num">(03)</span>
<div class="service-body">
<h3 class="service-title">Booking &amp;<br>Scheduling</h3>
<div class="service-tags">
<span class="service-tag">Bookings</span>
<span class="service-tag">Automation</span>
<span class="service-tag">Small Business</span>
</div>
</div>
<span class="service-badge">Enquire →</span>
</div>
<div class="service-row service-row--alt">
<span class="service-num">(04)</span>
<div class="service-body">
<h3 class="service-title"><span>Ongoing Support<br>&amp; Updates</span></h3>
<div class="service-tags">
<span class="service-tag">Maintenance</span>
<span class="service-tag">Performance</span>
<span class="service-tag">Support</span>
</div>
</div>
<span class="service-badge">Enquire →</span>
</div>
</section>
<!-- Contact -->
<section class="contact-section" id="contact">
<div class="contact-inner">
<span class="section-label">004 — Contact</span>
<h2 class="contact-headline">
Got a project<br>
<span class="accent">in mind?</span>
</h2>
<a href="mailto:hello@uovidiu.com" class="contact-email">hello@uovidiu.com</a>
<div class="contact-meta">
<span>Peterborough, UK</span>
<span class="dot">·</span>
<span>Available for freelance</span>
</div>
</div>
</section>
</main>
<?php require __DIR__ . '/includes/footer.php'; ?>