-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
50 lines (42 loc) · 1.72 KB
/
Copy pathindex.html
File metadata and controls
50 lines (42 loc) · 1.72 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Fairbuntu | Coming Soon</title>
<meta name="description"
content="Fairbuntu - A futuristic tech project. Coming soon to revolutionize your workflow.">
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;700&display=swap" rel="stylesheet">
</head>
<body>
<div class="background-container">
<img src="hero.png" alt="Futuristic Background" class="hero-bg">
<div class="overlay"></div>
</div>
<main class="container">
<div class="glass-card">
<header>
<h1 class="logo">Fair<span>buntu</span></h1>
</header>
<section class="content">
<h2 class="title">Something Big is Coming</h2>
<p class="subtitle">A new era of open-source excellence is just around the corner. Stay tuned for the
ultimate Fairbuntu experience.</p>
<div class="status-badge">
<span class="pulse"></span>
Coming Soon
</div>
</section>
<footer class="socials">
<p>Follow our journey, we are coming soon</p>
<p>Visit regularly to stay updated with the latest information.</p>
<p>Copyright © 2026 Fairbuntu. All rights reserved.</p>
</footer>
</div>
</main>
<script src="script.js"></script>
</body>
</html>