-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
72 lines (66 loc) · 2.44 KB
/
Copy pathindex.html
File metadata and controls
72 lines (66 loc) · 2.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>ByteBuilt – Build Smarter</title>
<link rel="icon" type="image/png" href="assets/img/favicon.png" />
<link rel="stylesheet" href="assets/css/style.css"/>
</head>
<body>
<!-- Meta Tags for Discord / Social Embed -->
<meta property="og:title" content="ByteBuilt – Premium Websites & Tools" />
<meta property="og:description" content="Custom-built websites, branding & digital tools crafted for creators and businesses." />
<meta property="og:url" content="https://bytebuilt.online" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://bytebuilt.online/assets/img/embed-preview.gif" />
<meta name="theme-color" content="#9b59b6" />
<!-- Header -->
<header class="site-header">
<div class="container">
<img src="assets/img/logo.png" alt="ByteBuilt Logo" class="logo"/>
<nav>
<ul class="nav-links">
<li><a href="index.html" class="active">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="order.html">Order</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
<li><a href="affiliates.html">Affiliates</a></li>
<li><a href="reviews.html">Reviews</a></li>
</ul>
</nav>
</div>
</header>
<!-- Hero Section -->
<section class="hero">
<div class="container">
<h1>Build Smarter. Brand Stronger.</h1>
<p>Websites, Designs & Digital Tools – Crafted to Convert.</p>
<a href="order.html" class="cta-btn">Start Your Project</a>
</div>
</section>
<!-- Features -->
<section class="features">
<div class="container">
<div class="feature">
<h3>💻 Web Development</h3>
<p>Clean, responsive, and modern websites tailored to your brand.</p>
</div>
<div class="feature">
<h3>🎨 Branding & Design</h3>
<p>Custom logos, banners, and full identity kits that pop.</p>
</div>
<div class="feature">
<h3>⚙️ Digital Tools</h3>
<p>Software panels, tools, and scripts built for efficiency.</p>
</div>
</div>
</section>
<!-- Footer -->
<footer class="site-footer">
<div class="container">
<p>© 2025 ByteBuilt. All rights reserved.</p>
</div>
</footer>
</body>
</html>