-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
65 lines (60 loc) · 2.72 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Subspace Foundation: Advancing the Future of Decentralization">
<title>Subspace Foundation</title>
<link rel="stylesheet" href="styles.css">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
<body>
<!-- Header Section with Overlapping Logo -->
<header>
<div class="hero-container">
<img src="assets/hero-banner.png" alt="Subspace Foundation Hero Banner" class="banner">
<img src="assets/logo.png" alt="Subspace Foundation Logo" id="logo">
</div>
<nav>
<ul>
<li><a href="#about">About Us</a></li>
<li><a href="#mission">Our Mission</a></li>
<li><a href="#team">Our Team</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</header>
<!-- Hero Text Section Below the Navigation Bar -->
<section id="hero">
<div class="hero-text">
<h1>Subspace Foundation</h1>
</div>
</section>
<!-- Content Container for Sections -->
<div class="content-container">
<section id="about">
<h2>About Us</h2>
<p>The Subspace Foundation, established in June 2023, is the driving force behind the Autonomys Network - a cutting-edge instance of the Subspace protocol designed for web3 x AI infrastructure.</p>
</section>
<section id="mission">
<h2>Our Mission</h2>
<p>Our mission is clear: to promote, develop, and ultimately decentralize the Autonomys Network. We're committed to fostering a thriving ecosystem of farmers, operators, nominators, developers, and token holders through strategic grants, treasury management, and community engagement.</p>
</section>
<section id="team">
<h2>Our Team</h2>
<p>Led by a diverse five-member council, we're executing a progressive decentralization roadmap. Our goal? To transition from our current structure to a fully decentralized, community-driven DAO, ensuring the network's future lies in the hands of its users.</p>
<p>Join us in shaping the future of decentralized infrastructure. Together, we're building a foundation for innovation, transparency, and community-powered growth.</p>
</section>
<section id="contact">
<h2>Contact Us</h2>
<p>Email us at <a href="mailto:[email protected]">[email protected]</a> or follow us on <a href="https://x.com/subspaceFdn">X</a>.</p>
</section>
</div>
<footer>
<div class="footer-content">
© 2024 Subspace Foundation. All rights reserved.
</div>
</footer>
</body>
</html>