-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmedia_files.html
More file actions
323 lines (219 loc) · 11.6 KB
/
media_files.html
File metadata and controls
323 lines (219 loc) · 11.6 KB
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
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
<!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>
<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>
</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 class="current">
<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.html">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">
<section id="portfolio-items" class="clearfix">
<article class="one-fourth">
<a href="https://www.youtube-nocookie.com/embed/Q393OJzUUvU?byline=0&portrait=0" class="iframe video" title="Spice SLP Token - Introduction">
<img src="img/placeholders/spice_simple_introduction_220_140.png" alt="">
</a>
<a href="https://youtu.be/Q393OJzUUvU" target="_blank" class="project-meta">
<h5 class="title">Spice Token</h5>
<span class="categories">A Simple Introduction</span>
</a>
</article><!-- end .one-fourth -->
<article class="one-fourth">
<a href="https://www.youtube-nocookie.com/embed/q43eALJOlvg?byline=0&portrait=0" class="iframe video" title="Bag of Spice - by FacTor">
<img src="img/placeholders/bag_of_spice_220_140.png" alt="">
</a>
<a href="https://youtu.be/q43eALJOlvg" class="project-meta" target="_blank">
<h5 class="title">Bag of Spice - by FacTor</h5>
<span class="categories">Lyric / Song</span>
</a>
</article><!-- end .one-fourth -->
<article class="one-fourth">
<a href="https://www.youtube-nocookie.com/embed/QrxxczjbAGQ?byline=0&portrait=0" class="iframe video" title="Spice Must Flow - Michael Brun & Kah-Lo">
<img src="img/placeholders/spice_must_flow_220_140.png" alt="">
</a>
<a href="https://youtu.be/QrxxczjbAGQ" class="project-meta" target="_blank">
<h5 class="title">Spice Must Flow</h5>
<span class="categories">Michael Brun & Kah-Lo</span>
</a>
</article><!-- end .one-fourth -->
<article class="one-fourth">
<a href="img/placeholders/media_files/spice_master_black_bg_white_outer_no_text.svg" class="single-image" title="Right image click to save">
<img src="img/placeholders/media_files/media_1_220_140.svg" alt="">
</a>
<a href="img/placeholders/media_files/spice_master_black_bg_white_outer_no_text.svg" download="spice_black_bg_white_outer_no_text" class="project-meta">
<h5 class="title">Token Image</h5>
<span class="categories">Black BG / White Outer / No Text</span>
</a>
</article><!-- end .one-fourth -->
<article class="one-fourth">
<a href="img/placeholders/media_files/spice_master_white_bg_black_outer_no_text.svg" class="single-image" title="Right image click to save">
<img src="img/placeholders/media_files/media_2_220_140.svg" alt="">
</a>
<a href="img/placeholders/media_files/spice_master_white_bg_black_outer_no_text.svg" download="spice_white_bg_black_outer_no_text" class="project-meta">
<h5 class="title">Token Image</h5>
<span class="categories">White BG / Black Outer / No Text</span>
</a>
</article><!-- end .one-fourth -->
<article class="one-fourth">
<a href="img/placeholders/media_files/spice_master_trans_bg_white_outer_no_text.svg" class="single-image" title="Right image click to save">
<img src="img/placeholders/media_files/media_3_220_140.svg" alt="">
</a>
<a href="img/placeholders/media_files/spice_master_trans_bg_white_outer_no_text.svg" download="spice_trans_bg_white_outer_no_text" class="project-meta">
<h5 class="title">Token Image</h5>
<span class="categories">Trans BG / White Outer / No Text</span>
</a>
</article><!-- end .one-fourth -->
<article class="one-fourth">
<a href="img/placeholders/media_files/spice_master_trans_bg_black_outer_no_text.svg" class="single-image" title="Right image click to save">
<img src="img/placeholders/media_files/media_4_220_140.svg" alt="">
</a>
<a href="img/placeholders/media_files/spice_master_trans_bg_black_outer_no_text.svg" download="spice_trans_bg_black_outer_no_text" class="project-meta">
<h5 class="title">Token Image</h5>
<span class="categories">Trans BG / Black Outer / No Text</span>
</a>
</article><!-- end .one-fourth -->
<article class="one-fourth">
<a href="img/placeholders/media_files/spice_master_black_bg_white_outer_no_mascot.svg" class="single-image" title="Right image click to save">
<img src="img/placeholders/media_files/media_5_220_140.svg" alt="">
</a>
<a href="img/placeholders/media_files/spice_master_black_bg_white_outer_no_mascot.svg" download="spice_black_bg_white_outer_no_mascot" class="project-meta">
<h5 class="title">Token Image</h5>
<span class="categories">Black BG / White Outer / No Text</span>
</a>
</article><!-- end .one-fourth -->
<article class="one-fourth">
<a href="img/placeholders/media_files/spice_master_white_bg_black_outer_no_mascot.svg" class="single-image" title="Right image click to save">
<img src="img/placeholders/media_files/media_6_220_140.svg" alt="">
</a>
<a href="img/placeholders/media_files/spice_master_white_bg_black_outer_no_mascot.svg" download="spice_white_bg_black_outer_no_mascot" class="project-meta">
<h5 class="title">Token Image</h5>
<span class="categories">White BG / Black Outer / No Text</span>
</a>
</article><!-- end .one-fourth -->
<article class="one-fourth">
<a href="img/placeholders/media_files/spice_master_trans_bg_white_outer_no_mascot.svg" class="single-image" title="Right image click to save">
<img src="img/placeholders/media_files/media_7_220_140.svg" alt="">
</a>
<a href="img/placeholders/media_files/spice_master_trans_bg_white_outer_no_mascot.svg" download="spice_trans_bg_white_outer_no_mascot" class="project-meta">
<h5 class="title">Token Image</h5>
<span class="categories">Trans BG / White Outer / No Text</span>
</a>
</article><!-- end .one-fourth -->
<article class="one-fourth">
<a href="img/placeholders/media_files/spice_master_trans_bg_black_outer_no_mascot.svg" class="single-image" title="Right image click to save">
<img src="img/placeholders/media_files/media_8_220_140.svg" alt="">
</a>
<a href="img/placeholders/media_files/spice_master_trans_bg_black_outer_no_mascot.svg" download="spice_trans_bg_black_outer_no_mascot" class="project-meta">
<h5 class="title">Token Image</h5>
<span class="categories">Trans BG / Black Outer / No Text</span>
</a>
</article><!-- end .one-fourth -->
</section><!-- end #portfolio-items -->
</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>