-
Notifications
You must be signed in to change notification settings - Fork 1
/
project-faucet.html
233 lines (160 loc) · 7.4 KB
/
project-faucet.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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
<!DOCTYPE html>
<!--[if IE 7]> <html class="ie7 no-js" lang="en"> <![endif]-->
<!--[if lte IE 8]> <html class="ie8 no-js" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--> <html class="not-ie no-js" lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>The Spice Must Flow - spicetoken.org</title>
<meta name="description" content="The Spice Must Flow - Built on the Simple Ledger Protocol (SLP), Spice is an appreciation token for the Bitcoin Cash blockchain, a decentralized cryptocurrency with lightning fast transactions." />
<meta name="keywords" content="Spice Token,BCH SLP,Simple Ledger Protocol,Bitcoin Cash" />
<meta name="robots" content="index,follow" />
<meta name="author" content="Spice Developers" />
<link rel="stylesheet" href="css/style.css" media="screen" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,600,300,800,700,400italic|PT+Serif:400,400italic" />
<link rel="stylesheet" href="css/fancybox.min.css" media="screen" />
<link rel="stylesheet" href="css/video-js.min.css" media="screen" />
<link rel="stylesheet" href="css/audioplayerv1.min.css" media="screen" />
<!-- favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="fav/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="fav/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="fav/favicon-16x16.png">
<link rel="manifest" href="fav/site.webmanifest">
<link rel="mask-icon" href="fav/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="fav/favicon.ico">
<meta name="msapplication-TileColor" content="#ffc40d">
<meta name="msapplication-config" content="fav/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<!-- HTML5 Shiv + detect touch events -->
<script src="js/modernizr.custom.js"></script>
<!-- HTML5 video player -->
<script src="js/video.min.js"></script>
<script>_V_.options.flash.swf = 'js/video-js.swf';</script>
</head>
<body>
<header id="header" class="container clearfix">
<a href="./" id="logo">
<img src="img/logo.svg" height="80" alt="Spice">
</a>
<nav id="main-nav">
<ul>
<li>
<a href="./" data-description="All starts here">Home</a>
</li>
<li class="current">
<a href="#" data-description="All the things">Projects</a>
<ul>
<li><a href="project-spice.html">Spice SLP Token</a></li>
<li><a href="project-spicebot.html">Spicebot</a></li>
<li><a href="project-games.html">Spice Games</a></li>
</ul>
</li>
<li>
<a href="./#getspice" data-description="where to get Spice">Got Spice?</a>
<ul>
<li><a href="https://memo.cash/token/4de69e374a8ed21cbddd47f2338cc0f479dc58daa2bbe11cd604ca488eca0ddf?for-sale" target="_blank">Memo.cash</a></li>
<li><a href="https://t.me/spicetoken" target="_blank">Spice Telegram</a></li>
</ul>
</li>
<li>
<a href="#" data-description="Go in depth">More Info</a>
<ul>
<li><a href="https://simpleledger.info/#token/4de69e374a8ed21cbddd47f2338cc0f479dc58daa2bbe11cd604ca488eca0ddf" target="_blank">Token id / Genesis Info</a></li>
<li><a href="spice_paper.pdf" target="_blank">Spicepaper</a></li>
<li><a href="media_files.html">Media Files</a></li>
<li><a href="bot_faq/">Spicebot FAQs</a></li>
<li><a href="">Merch Store (coming soon)</a></li>
</ul>
</li>
</ul>
</nav><!-- end #main-nav -->
</header><!-- end #header -->
<section id="content" class="container clearfix">
<article class="single-project">
<header class="page-header">
<!--<h1 class="page-title align-left">Things we have done</h1>
<a href="portfolio-4-columns.html" class="button no-bg medium align-right">
All Projects <img src="img/icon-grid.png" alt="" class="icon">
</a>
<hr />-->
<ul class="portfolio-pagination">
<!-- <li class="prev"><a href="project-spicefeed.html" class="button medium no-bg"><span class="arrow left">»</span> Previous</a></li> -->
<!--<li class="next"><a href="#" class="button medium no-bg">Next <span class="arrow">»</span></a></li>-->
</ul><!-- end .portfolio-pagination -->
</header><!-- end .page-header -->
<div id="main">
<div class="image-gallery-slider">
<ul>
<li>
<a href="img/placeholders/faucet_1_680_600.png" class="single-image" title="Faucet - It Must Flow" rel="single-project">
<img src="img/placeholders/faucet_1_680_600.png" alt="Altered">
</a>
</li>
</ul>
</div><!-- end .image-gallery-slider -->
</div><!-- end #main -->
<div id="sidebar">
<h4>Overview</h4>
<p>Spice faucet allows anyone to grab a bit of spice every 24 hours.</p>
<p>Input your BCH SLP address to receive random amounts ranging from 20-100 Spice!</p>
<p>The faucet has features such as potentially receiving 0 Spice (Ouch!), with some lucky people receiving 1000 Spice (Nice!)</p>
<h4>Highlights</h4>
<ul class="check">
<li>Daily</li>
<li>Fun</li>
<li>Free to use</li>
<li>Up to 1000 Spice!</li>
<li>Hidden features</li>
</ul>
<p>
<a href="https://spice.network/faucet" class="button" target="_blank">Visit Faucet</a>
</p>
</div><!-- end #sidebar -->
</article><!-- end .single-project -->
</section><!-- end #content -->
<footer id="footer" class="clearfix">
<div class="container">
<div class="three-fourth">
<nav id="footer-nav" class="clearfix">
<ul>
<li><a href="./">Home</a></li>
<li><a href="project-spice.html">Projects</a></li>
<li><a href="https://t.me/spicetoken">Spice Telegram</a></li>
</ul>
</nav><!-- end #footer-nav -->
<ul class="contact-info">
<li class="email"><a href="mailto:info@spicetoken.org">info@spicetoken.org</a></li>
</ul><!-- end .contact-info -->
</div><!-- end .three-fourth -->
<div class="one-fourth last">
<span class="title">Stay connected</span>
<ul class="social-links">
<li class="twitter"><a href="https://twitter.com/spice_token">Spicebot Twitter</a></li>
<li class="ichat"><a href="https://t.me/spicetoken">Spice Telegram</a></li>
</ul><!-- end .social-links -->
</div><!-- end .one-fourth.last -->
</div><!-- end .container -->
</footer><!-- end #footer -->
<footer id="footer-bottom" class="clearfix">
<div class="container">
</div><!-- end .container -->
</footer><!-- end #footer-bottom -->
<!--[if !lte IE 6]><!-->
<!--<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>-->
<script>window.jQuery || document.write('<script src="js/jquery-1.7.2.min.js"><\/script>')</script>
<script src="js/jquery-1.7.2.min.js"></script>
<!--[if lt IE 9]> <script src="js/selectivizr-and-extra-selectors.min.js"></script> <![endif]-->
<script src="js/respond.min.js"></script>
<script src="js/jquery.easing-1.3.min.js"></script>
<script src="js/jquery.fancybox.pack.js"></script>
<script src="js/jquery.smartStartSlider.min.js"></script>
<script src="js/jquery.jcarousel.min.js"></script>
<script src="js/jquery.cycle.all.min.js"></script>
<script src="js/jquery.isotope.min.js"></script>
<script src="js/audioplayerv1.min.js"></script>
<script src="js/jquery.touchSwipe.min.js"></script>
<script src="js/custom.js"></script>
<!--<![endif]-->
</body>
</html>