109 lines
3.8 KiB
PHP
109 lines
3.8 KiB
PHP
<?php
|
|
|
|
$title = 'Ovidiu Ungureanu — Web Developer';
|
|
$description = 'PHP/MySQL developer based in Peterborough. I build custom web apps, ERP systems, and backends for businesses that need something specific.';
|
|
require __DIR__.'/includes/header.php';
|
|
?>
|
|
|
|
<header class="hero">
|
|
<div class="hero-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">
|
|
<a href="/portfolio" class="btn">View Work →</a>
|
|
<a href="#contact" class="btn btn-ghost">Let's Talk</a>
|
|
</div>
|
|
</header>
|
|
|
|
<section id="about" class="section">
|
|
<div class="section-label">001 — About</div>
|
|
<div class="section-content">
|
|
<p> I'm a web developer based in Peterborough.</p>
|
|
<p>I build websites and online tools for small businesses — things like booking systems, customer dashboards, and the bits that make your day-to-day easier to manage.</p>
|
|
<p>Whether you need a fresh website, an online booking page for your garage, or a simple system to keep track of jobs and customers — I'll build it quickly, affordably, and without the jargon.</p>
|
|
</div>
|
|
</section>
|
|
|
|
<section id="services" class="services-section">
|
|
<div class="services-section-label">002 — Services</div>
|
|
<h2 class="services-heading">Services</h2>
|
|
<div class="services-list">
|
|
<div class="service-row">
|
|
<div class="service-row-body">
|
|
<span class="service-row-num">(01)</span>
|
|
<div class="service-row-content">
|
|
<h3 class="service-row-title">Website Design<br>& Development</h3>
|
|
<div class="service-row-tags">
|
|
<span class="service-tag">Design</span>
|
|
<span class="service-tag">Development</span>
|
|
<span class="service-tag">Responsive</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="service-row">
|
|
<div class="service-row-body">
|
|
<span class="service-row-num">(02)</span>
|
|
<div class="service-row-content">
|
|
<h3 class="service-row-title">Custom Tools<br>& Systems</h3>
|
|
<div class="service-row-tags">
|
|
<span class="service-tag">PHP</span>
|
|
<span class="service-tag">MySQL</span>
|
|
<span class="service-tag">Custom Builds</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="service-row">
|
|
<div class="service-row-body">
|
|
<span class="service-row-num">(03)</span>
|
|
<div class="service-row-content">
|
|
<h3 class="service-row-title">Booking &<br>Scheduling</h3>
|
|
<div class="service-row-tags">
|
|
<span class="service-tag">Bookings</span>
|
|
<span class="service-tag">Automation</span>
|
|
<span class="service-tag">Small Business</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="service-row">
|
|
<div class="service-row-body">
|
|
<span class="service-row-num">(04)</span>
|
|
<div class="service-row-content">
|
|
<h3 class="service-row-title">Ongoing Support<br>& Updates</h3>
|
|
<div class="service-row-tags">
|
|
<span class="service-tag">Maintenance</span>
|
|
<span class="service-tag">Performance</span>
|
|
<span class="service-tag">Support</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</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>
|
|
<div class="section-content">
|
|
<p class="large-text">Got a project in mind?</p>
|
|
<a href="mailto:hello@uovidiu.com" class="contact-email">hello@uovidiu.com</a>
|
|
<div class="contact-details">
|
|
<span>Peterborough, UK</span>
|
|
<span>·</span>
|
|
<span>Available for freelance</span>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<?php
|
|
require __DIR__.'/includes/footer.php'; ?>
|