-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
34 lines (33 loc) · 1007 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<title>Conduit Works</title>
<link rel="stylesheet" href="/css/styles.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body>
<header>
<h1>
<span class="heading1">for emergent</span>
<span class="heading2 blinking-cursor">design...</span>
</h1>
<br /><br />
</header>
<br /><br /><br /><br /><br /><br />
<main>
<section id="whitepaper">
<h2>All or Nothing</h2>
<p>Experience a new level of decentralized organization.</p>
</section>
<section class="btn-container">
<div class="btn-wrapper">
<a href="/pages/app_sample.html" class="btn">Enter App</a>
</div>
<div class="btn-wrapper">
<a href="/pages/white_paper.html" class="btn">Whitepaper</a>
</div>
</section>
<script src="/scripts/script.js"></script>
</main>
</body>
</html>