forked from Yurozzgun/coin_references
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Dogecoin.html
28 lines (26 loc) · 1.79 KB
/
Dogecoin.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
<ul class="nav nav-tabs">
<li class="active"><a aria-expanded="false" href="#about" data-toggle="tab">About</a></li>
<li><a aria-expanded="false" href="#social" data-toggle="tab">Social</a></li>
<li class="disabled"><a>Merchants</a></li>
<li class="disabled"><a>Faucets</a></li>
<li><a aria-expanded="false" href="#other" data-toggle="tab">Other</a></li>
</ul>
<div id="myTabContent" class="tab-content">
<div class="tab-pane fade active in" id="about">
<iframe width="530" height="298" src="https://www.youtube.com/embed/_KVZmS_UO5I" frameborder="0" allowfullscreen></iframe>
<p>Dogecoin is an open source peer-to-peer digital currency, favored by Shiba Inus worldwide.</p>
<ul class="fa-ul">
<li><i class="fa-li fa fa-globe"></i><a href="http://dogecoin.com">Website</a></li>
<li><i class="fa-li fa fa-search"></i><a href="http://dogechain.info/chain/Dogecoin">Block Explorer</a></li>
<li><i class="fa-li fa fa-github"></i><a href="https://github.com/dogecoin/dogecoin">Github</a></li>
</ul>
</div>
<div class="tab-pane fade" id="social">
<a class="twitter-timeline" href="https://twitter.com/dogecoin" data-widget-id="599399332979167233">Tweets by @dogecoin</a> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</div>
<div class="tab-pane fade" id="other">
<ul>
<li><a href="http://dogecoinonthemoon.com/">Dogecoin on the moon</a> - Help put Dogecoin on the moon! purchasing pixels on this digital moon helps bring the dogecoin community one step closer to putting a real dogecoin on the physical moon!</li>
</ul>
</div>
</div>