-
Notifications
You must be signed in to change notification settings - Fork 0
/
biop.html
111 lines (96 loc) · 3.66 KB
/
biop.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
<!DOCTYPE HTML>
<html>
<head>
<title>BIOPSET</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="shortcut icon" type="image/png" href="images/favicon.ico"/>
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Start Wrapper -->
<div id="wrapper" class="fade-in">
<!-- Start Header -->
<header id="header">
<img src="images/biop-white-icon-128x128px.png" width="75px" height="75px" alt="white icon" />
<h1>biopset</h1>
</header>
<!-- End Header -->
<!-- Start Nav -->
<nav id="nav">
<ul class="links">
<li><a href="trade.html">TRADE</a></li>
<li><a href="write.html">WRITE</a></li>
<li><a href="settle.html">SETTLE</a></li>
<li class="active"><a href="biop.html">BIOP</a></li>
</ul>
<ul class="icons">
<li><a href="https://github.com/BIOPset" class="icon brands fa-github"><span class="label">GitHub</span></a></li>
<li><a href="https://docs.biopset.com" class="icon solid fa-book"><span class="label">GitBook</span></a></li>
<li><a href="https://twitter.com/biopset" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://discord.gg/4SRYBNdE3r" class="icon brands fa-discord"><span class="label">Discord</span></a></li>
<li><a href="https://t.me/BIOPset" class="icon brands fa-telegram"><span class="label">Telegram</span></a></li>
</ul>
</nav>
<!-- End Nav -->
<!-- Start Main -->
<div id="main">
<!-- Start Content -->
<!-- Start Form -->
<h2>Get Tokens</h2>
<div class="table-wrapper">
<table class="alt">
<thead>
<tr>
<th>Tier</th>
<th>BIOP Price</th>
</tr>
</thead>
<tbody>
<tr>
<td>0</td>
<td>0.000006 ETH</td>
</tr>
</tbody>
</table>
</div>
<form method="post" action="#">
<div class="row gtr-uniform">
<div class="col-8 col-12-small">
<input type="text" name="contribution" id="contribution" value="" placeholder="Quantity (e.g. 1000 BIOP)" />
</div>
<div class="col-2 col-12-small">
<ul class="actions">
<li><input type="submit" value="Purchase" class="primary" /></li>
</ul>
</div>
<div class="col-2 col-12-small">
<input type="checkbox" id="max" name="max" checked>
<label for="contribute">Max</label>
</div>
</div>
</form>
<!-- End Form -->
<p>Note: This Tiered IBCO contract cannot be used to sell BIOP.</p>
<!-- End Content -->
</div>
<!-- End Main -->
<!-- Start Copyright -->
<div id="copyright">
<ul><li>© SETTLEMENT DAO. ALL RIGHTS RESERVED.</li><li>APP CREATOR: <a href="https://twitter.com/shalaquiana">SHALAQUIANA</a></li></ul>
</div>
<!-- End Copyright -->
</div>
<!-- End Wrapper -->
<!-- Start Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
<!-- End Scripts -->
</body>
</html>