<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Domainofy – Domain & Digital Services</title>
<link rel="stylesheet" href="style.css" />
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
</head>
<body>
<!-- Header -->
<header class="navbar">
<div class="logo">Domainofy</div>
<nav>
<a href="#">Domains</a>
<a href="#">Hosting</a>
<a href="#">Services</a>
<a href="#">Contact</a>
<button class="btn-outline">Login</button>
</nav>
</header>
<!-- Hero Section -->
<section class="hero">
<div class="hero-content">
<h1>Build Your Online Presence with Confidence</h1>
<p>Domains, hosting, and digital solutions designed to help your business grow online.</p>
<div class="hero-actions">
<button class="btn-primary">Search Domain</button>
<button class="btn-secondary">Get Started</button>
</div>
</div>
</section>
<!-- Features -->
<section class="features">
<div class="feature">
<h3>Domain Registration</h3>
<p>Secure your brand with trusted domain extensions.</p>
</div>
<div class="feature">
<h3>Fast Hosting</h3>
<p>Optimized servers with 99.9% uptime guarantee.</p>
</div>
<div class="feature">
<h3>Expert Support</h3>
<p>24/7 assistance from experienced professionals.</p>
</div>
</section>
<!-- CTA -->
<section class="cta">
<h2>Ready to launch your website?</h2>
<p>Start today and bring your idea online in minutes.</p>
<button class="btn-primary">Launch Now</button>
</section>
<!-- Footer -->
<footer>
<p>© 2026 Domainofy. All rights reserved.</p>
</footer>
<script src="script.js"></script>
</body>
</html>