-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
130 lines (124 loc) · 3.94 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>MeridenDAO - Building The UK's Digital Asset Ecosystem</title>
<link rel="stylesheet" href="styles/site.css" />
</head>
<body>
<header>
<inner-column
><picture class="logo">
<img
src="Assets/Meriden_DAO_320.png"
alt="MeridenDAO Logo"
/>
</picture>
<nav>
<ul>
<li><a class="text" href="#about">About</a></li>
<li><a class="text" href="#values">Values</a></li>
<li><a class="text" href="#join">Join Us</a></li>
<li><a class="text" href="#contact">Contact</a></li>
</ul>
</nav></inner-column
>
</header>
<main>
<section id="hero">
<inner-column>
<h1 class="booming-voice">Welcome to MeridenDAO</h1>
<p class="notice-voice">
Shaping the Future of Cryptocurrency in the Midlands and North.
</p>
</inner-column>
</section>
<section id="about">
<inner-column>
<h2 class="loud-voice">About Us</h2>
<p class="notice-voice">
MeridenDAO is a community-led initiative aimed at building and
strengthening the cryptocurrency scene in the cities outside of London.
</p>
</inner-column>
</section>
<section id="values">
<inner-column>
<h2 class="loud-voice">Our Core Values</h2>
<ul>
<li class="value">
<h3 class="firm-voice">Focus on Crypto Policy</h3>
<p>
We aim to shape and influence cryptocurrency policies that
facilitate innovation and growth.
</p>
</li>
<li class="value">
<h3 class="firm-voice">Building the Community</h3>
<p>
Connecting the UK's crypto enthusiasts, developers, investors,
and pioneers to foster innovation and collaboration.
</p>
</li>
<li class="value">
<h3 class="firm-voice">Welcoming Global Businesses</h3>
<p>
Creating a hospitable environment for global crypto businesses
to establish, collaborate, and thrive in cities across the UK.
</p>
</li>
</ul>
</inner-column>
</section>
<section id="join">
<inner-column>
<h2 class="loud-voice">Join MeridenDAO's West Midlands Chapter</h2>
<p class="notice-voice">
Become a part of a vetted community that is spearheading the
development of Birmingham's cryptocurrency scene.
</p>
<div class="actions">
<a href="https://t.me/+sknGT-7jO7FmYmZk" class="button firm-voice">Apply Now</a>
</div>
</inner-column>
</section>
</main>
<footer>
<inner-column>
<section id="contact">
<h2 class="firm-voice">Contact Us</h2>
<p>
Have questions? Say hello to us by emailing
<a class="text" href="mailto:[[email protected]]">MeridenDAO</a>
</p>
</section>
<!--
<section id="socials">
<h2 class="firm-voice">Follow Us</h2>
<nav>
<ul>
<li>
<a
class="text"
href="https://twitter.com/londondao"
target="_blank"
>Twitter</a
>
</li>
<li>
<a
class="text"
href="https://linkedin.com/londondao"
target="_blank"
>LinkedIn</a
>
</li>
-->
</ul>
</nav>
</inner-column>
</section>
</footer>
</body>
</html>