-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
563 lines (411 loc) · 18.1 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
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
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<title>Token Gated Blog Demo</title>
<meta name="description" content="A Demo to Token Gated Blog on DripVerse">
<meta name="author" content="Kumar Anirudha">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/vendor.css">
<link rel="stylesheet" href="css/main.css">
<script src="js/modernizr.js"></script>
<script src="js/pace.min.js"></script>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
</head>
<body id="top">
<header class="short-header">
<div class="gradient-block"></div>
<div class="row header-content">
<div class="logo">
<a href="index.html">Author</a>
</div>
<nav id="main-nav-wrap">
<ul class="main-navigation sf-menu">
<!-- <li class="current"><a href="index.html" title="">Home</a></li> -->
<!-- <li class="has-children">
<a href="category.html" title="">DripVerse</a>
<ul class="sub-menu">
<li><a href="category.html">Wordpress</a></li>
<li><a href="category.html">HTML</a></li>
<li><a href="category.html">Photography</a></li>
<li><a href="category.html">UI</a></li>
<li><a href="category.html">Mockups</a></li>
<li><a href="category.html">Branding</a></li>
</ul>
</li> -->
<!-- <li class="has-children">
<a href="single-standard.html" title="">Blog</a>
<ul class="sub-menu">
<li><a href="single-video.html">Video Post</a></li>
<li><a href="single-audio.html">Audio Post</a></li>
<li><a href="single-gallery.html">Gallery Post</a></li>
<li><a href="single-standard.html">Standard Post</a></li>
</ul>
</li> -->
<!-- <li><a href="style-guide.html" title="">Styles</a></li> -->
<!-- <li><a href="https://dripverse.org" title="DripVerse Alpha">DripVerse</a></li> -->
<li><a href="https://twitter.com/0xDripVerse" title="Follow us on Twitter">Twitter</a></li>
</ul>
</nav>
<!-- <div class="search-wrap">
<form role="search" method="get" class="search-form" action="#">
<label>
<span class="hide-content">Search for:</span>
<input type="search" class="search-field" placeholder="Type Your Keywords" value="" name="s" title="Search for:" autocomplete="off">
</label>
<input type="submit" class="search-submit" value="Search">
</form>
<a href="#" id="close-search" class="close-btn">Close</a>
</div> -->
<div class="triggers">
<!-- <a class="search-trigger" href="#"><i class="fa fa-search"></i></a> -->
<a class="menu-toggle" href="#"><span>Menu</span></a>
</div>
</div>
</header>
<section id="bricks">
<div class="row masonry">
<div class="bricks-wrapper">
<div class="grid-sizer"></div>
<div class="brick entry featured-grid animate-this">
<div class="entry-content">
<div id="featured-post-slider" class="flexslider">
<ul class="slides">
<li>
<div class="featured-post-slide">
<div class="post-background" style="background-image:url('images/thumbs/featured/featured-1.jpg');"></div>
<div class="overlay"></div>
<div class="post-content">
<ul class="entry-meta">
<li>September 06, 2016</li>
<li><a href="#" >Naruto Uzumaki</a></li>
</ul>
<h1 class="slide-title"><a href="single-standard.html" title="">Minimalism Never Goes Out of Style</a></h1>
</div>
</div>
</li> <!-- /slide -->
<li>
<div class="featured-post-slide">
<div class="post-background" style="background-image:url('images/thumbs/featured/featured-2.jpg');"></div>
<div class="overlay"></div>
<div class="post-content">
<ul class="entry-meta">
<li>August 29, 2016</li>
<li><a href="#">Sasuke Uchiha</a></li>
</ul>
<h1 class="slide-title"><a href="single-standard.html" title="">Enhancing Your Designs with Negative Space</a></h1>
</div>
</div>
</li> <!-- /slide -->
<li>
<div class="featured-post-slide">
<div class="post-background" style="background-image:url('images/thumbs/featured/featured-3.jpg');;"></div>
<div class="overlay"></div>
<div class="post-content">
<ul class="entry-meta">
<li>August 27, 2016</li>
<li><a href="#" class="author">Naruto Uzumaki</a></li>
</ul>
<h1 class="slide-title"><a href="single-standard.html" title="">Music Album Cover Designs for Inspiration</a></h1>
</div>
</div>
</li> <!-- end slide -->
</ul> <!-- end slides -->
</div> <!-- end featured-post-slider -->
</div> <!-- end entry content -->
</div>
<article class="brick entry format-standard animate-this">
<div class="entry-thumb">
<a href="single-standard.html" class="thumb-link">
<img src="images/thumbs/diagonal-building.jpg" alt="building">
</a>
</div>
<div class="entry-text">
<div class="entry-header">
<div class="entry-meta">
<span class="cat-links">
<a href="#">Design</a>
<a href="#">Photography</a>
</span>
</div>
<h1 class="entry-title"><a href="single-standard.html">Just a Standard Format Post.</a></h1>
</div>
<div class="entry-excerpt">
Lorem ipsum Sed eiusmod esse aliqua sed incididunt aliqua incididunt mollit id et sit proident dolor nulla sed commodo est ad minim elit reprehenderit nisi officia aute incididunt velit sint in aliqua cillum in consequat consequat in culpa in anim.
</div>
</div>
</article>
<article class="brick entry format-standard animate-this">
<div class="entry-thumb">
<a href="single-standard.html" class="thumb-link">
<img src="images/thumbs/ferris-wheel.jpg" alt="ferris wheel">
</a>
</div>
<div class="entry-text">
<div class="entry-header">
<div class="entry-meta">
<span class="cat-links">
<a href="#">Design</a>
<a href="#">UI</a>
</span>
</div>
<h1 class="entry-title"><a href="single-standard.html">This Is Another Standard Format Post.</a></h1>
</div>
<div class="entry-excerpt">
Lorem ipsum Sed eiusmod esse aliqua sed incididunt aliqua incididunt mollit id et sit proident dolor nulla sed commodo est ad minim elit reprehenderit nisi officia aute incididunt velit sint in aliqua cillum in consequat consequat in culpa in anim.
</div>
</div>
</article>
<article class="brick entry format-audio animate-this">
<div class="entry-thumb">
<a href="single-audio.html" class="thumb-link">
<img src="images/thumbs/concert.jpg" alt="concert">
</a>
<div class="audio-wrap">
<audio id="player" src="media/AirReview-Landmarks-02-ChasingCorporate.mp3" width="100%" height="42" controls="controls"></audio>
</div>
</div>
<div class="entry-text">
<div class="entry-header">
<div class="entry-meta">
<span class="cat-links">
<a href="#">Design</a>
<a href="#">Music</a>
</span>
</div>
<h1 class="entry-title"><a href="single-audio.html">This Is a Audio Format Post.</a></h1>
</div>
<div class="entry-excerpt">
Lorem ipsum Sed eiusmod esse aliqua sed incididunt aliqua incididunt mollit id et sit proident dolor nulla sed commodo est ad minim elit reprehenderit nisi officia aute incididunt velit sint in aliqua cillum in consequat consequat in culpa in anim.
</div>
</div>
</article>
<article class="brick entry format-quote animate-this" >
<div class="entry-thumb">
<blockquote>
<p>Good design is making something intelligible and memorable. Great design is making something memorable and meaningful.</p>
<cite>Dieter Rams</cite>
</blockquote>
</div>
</article>
<article class="brick entry animate-this">
<div class="entry-thumb">
<a href="single-standard.html" class="thumb-link">
<img src="images/thumbs/shutterbug.jpg" alt="Shutterbug">
</a>
</div>
<div class="entry-text">
<div class="entry-header">
<div class="entry-meta">
<span class="cat-links">
<a href="#">Photography</a>
<a href="#">html</a>
</span>
</div>
<h1 class="entry-title"><a href="single-standard.html">Photography Skills Can Improve Your Graphic Design.</a></h1>
</div>
<div class="entry-excerpt">
Lorem ipsum Sed eiusmod esse aliqua sed incididunt aliqua incididunt mollit id et sit proident dolor nulla sed commodo est ad minim elit reprehenderit nisi officia aute incididunt velit sint in aliqua cillum in consequat consequat in culpa in anim.
</div>
</div>
</article>
<article class="brick entry animate-this" >
<div class="entry-thumb">
<a href="single-standard.html" class="thumb-link">
<img src="images/thumbs/usaf-rocket.jpg" alt="USAF rocket">
</a>
</div>
<div class="entry-text">
<div class="entry-header">
<div class="entry-meta">
<span class="cat-links">
<a href="#">Branding</a>
<a href="#">Mockup</a>
</span>
</div>
<h1 class="entry-title"><a href="single-standard.html">The 10 Golden Rules of Clean Simple Design.</a></h1>
</div>
<div class="entry-excerpt">
Lorem ipsum Sed eiusmod esse aliqua sed incididunt aliqua incididunt mollit id et sit proident dolor nulla sed commodo est ad minim elit reprehenderit nisi officia aute incididunt velit sint in aliqua cillum in consequat consequat in culpa in anim.
</div>
</div>
</article>
<article class="brick entry format-link animate-this">
<div class="entry-thumb">
<div class="link-wrap">
<p>Looking for affordable & reliable web hosting? We recommend Dreamhost.</p>
<cite>
<a target="_blank" href="http://www.dreamhost.com/r.cgi?287326">http://www.dreamhost.com</a>
</cite>
</div>
</div>
</article>
<article class="brick entry animate-this">
<div class="entry-thumb">
<a href="single-standard.html" class="thumb-link">
<img src="images/thumbs/diagonal-pattern.jpg" alt="Pattern">
</a>
</div>
<div class="entry-text">
<div class="entry-header">
<div class="entry-meta">
<span class="cat-links">
<a href="#">Design</a>
<a href="#">UI</a>
</span>
</div>
<h1 class="entry-title"><a href="single-standard.html">You Can See Patterns Everywhere.</a></h1>
</div>
<div class="entry-excerpt">
Lorem ipsum Sed eiusmod esse aliqua sed incididunt aliqua incididunt mollit id et sit proident dolor nulla sed commodo est ad minim elit reprehenderit nisi officia aute incididunt velit sint in aliqua cillum in consequat consequat in culpa in anim.
</div>
</div>
</article>
<article class="brick entry format-video animate-this">
<div class="entry-thumb video-image">
<a href="http://player.vimeo.com/video/14592941?title=0&byline=0&portrait=0&color=F64B39" data-lity>
<img src="images/thumbs/ottawa-bokeh.jpg" alt="bokeh">
</a>
</div>
<div class="entry-text">
<div class="entry-header">
<div class="entry-meta">
<span class="cat-links">
<a href="#">Design</a>
<a href="#">Branding</a>
</span>
</div>
<h1 class="entry-title"><a href="single-video.html">This Is a Video Post Format.</a></h1>
</div>
<div class="entry-excerpt">
Lorem ipsum Sed eiusmod esse aliqua sed incididunt aliqua incididunt mollit id et sit proident dolor nulla sed commodo est ad minim elit reprehenderit nisi officia aute incididunt velit sint in aliqua cillum in consequat consequat in culpa in anim.
</div>
</div>
</article>
<article class="brick entry animate-this">
<div class="entry-thumb">
<a href="single-standard.html" class="thumb-link">
<img src="images/thumbs/lighthouse.jpg" alt="Lighthouse">
</a>
</div>
<div class="entry-text">
<div class="entry-header">
<div class="entry-meta">
<span class="cat-links">
<a href="#">Photography</a>
<a href="#">Design</a>
</span>
</div>
<h1 class="entry-title"><a href="single-standard.html">Breathtaking Photos of Lighthouses.</a></h1>
</div>
<div class="entry-excerpt">
Lorem ipsum Sed eiusmod esse aliqua sed incididunt aliqua incididunt mollit id et sit proident dolor nulla sed commodo est ad minim elit reprehenderit nisi officia aute incididunt velit sint in aliqua cillum in consequat consequat in culpa in anim.
</div>
</div>
</article>
<article class="brick entry animate-this">
<div class="entry-thumb">
<a href="single-standard.html" class="thumb-link">
<img src="images/thumbs/liberty.jpg" alt="Liberty">
</a>
</div>
<div class="entry-text">
<div class="entry-header">
<div class="entry-meta">
<span class="cat-links">
<a href="#">Branding</a>
<a href="#">html</a>
</span>
</div>
<h1 class="entry-title"><a href="single-standard.html">Designing With Black and White.</a></h1>
</div>
<div class="entry-excerpt">
Lorem ipsum Sed eiusmod esse aliqua sed incididunt aliqua incididunt mollit id et sit proident dolor nulla sed commodo est ad minim elit reprehenderit nisi officia aute incididunt velit sint in aliqua cillum in consequat consequat in culpa in anim.
</div>
</div>
</article>
</div>
</div>
<div class="row">
<nav class="pagination">
<span class="page-numbers prev inactive">Prev</span>
<span class="page-numbers current">1</span>
<a href="#" class="page-numbers">2</a>
<a href="#" class="page-numbers">3</a>
<a href="#" class="page-numbers">4</a>
<a href="#" class="page-numbers">5</a>
<a href="#" class="page-numbers">6</a>
<a href="#" class="page-numbers">7</a>
<a href="#" class="page-numbers">8</a>
<a href="#" class="page-numbers">9</a>
<a href="#" class="page-numbers next">Next</a>
</nav>
</div>
</section>
<footer>
<div class="footer-main">
<div class="row">
<div class="col-four tab-full mob-full footer-info">
<h4>About Token Gated Blog</h4>
<p>
A Token Gated Blog provides exclusive access to readers having Blog NFTs. These can be configured easily from DripVerse. Connect your wallet holding the NFT to be able to view all posts.
</p>
</div> <!-- end footer-info -->
<div class="col-two tab-1-3 mob-1-2 site-links">
<h4>About DripVerse</h4>
<ul>
<li><a href="https://dripverse.org">DripVerse</a></li>
<li><a href="https://blog.dripverse.org">DripVerse Blog</a></li>
<li><a href="https://library/dripverse.org/litepaper">DripVerse Litepaper</a></li>
<!-- <li><a href="#">Terms</a></li> -->
<!-- <li><a href="#">Privacy Policy</a></li> -->
</ul>
</div>
<div class="col-two tab-1-3 mob-1-2 social-links">
<h4>Follow us</h4>
<ul>
<li><a href="https://twitter.com/0xDripVerse">Twitter</a></li>
<li><a href="https://instagram.com/0xDripVerse">Instagram</a></li>
<!-- <li><a href="https://facebook.com/0xDripVerse">Facebook</a></li> -->
<!-- <li><a href="https://github.com/DripVerse">Github</a></li> -->
</ul>
</div>
<div class="col-four tab-1-3 mob-full footer-subscribe">
<h4>Want your custom Token Gated DApp?</h4>
<p>Get in Touch with us at <a href="mailto:[email protected]">[email protected]</a> with your requirements.</p>
<!-- <div class="subscribe-form">
<form id="mc-form" class="group" novalidate="true">
<input type="email" value="" name="dEmail" class="email" id="mc-email" placeholder="Type & press enter" required="">
<input type="submit" name="subscribe" >
<label for="mc-email" class="subscribe-message"></label>
</form>
</div> -->
</div>
</div>
</div>
<div class="footer-bottom">
<div class="row">
<div class="col-twelve">
<div class="copyright">
<span>© Copyright DripVerse 2022</span>
<span>Demo by <a href="https://dripverse.org/">DripVerse</a></span>
</div>
<div id="go-top">
<a class="smoothscroll" title="Back to Top" href="#top"><i class="icon icon-arrow-up"></i></a>
</div>
</div>
</div>
</div>
</footer>
<div id="preloader">
<div id="loader"></div>
</div>
<script src="js/jquery-2.1.3.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/jquery.appear.js"></script>
<script src="js/dripverse.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>