mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
Initial commit
This commit is contained in:
commit
cbbac7e2d9
115 changed files with 7110 additions and 0 deletions
178
_layouts/default.html
Normal file
178
_layouts/default.html
Normal file
|
@ -0,0 +1,178 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>{% if page.title %}{% t page.title %} — {% endif %}Dash</title>
|
||||
<link rel="stylesheet" href="/assets/bootstrap/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="/assets/css/site.css">
|
||||
<link rel="stylesheet" href="/assets/css/nav.css">
|
||||
<style type="text/css">
|
||||
.navsubtext{font-weight:300;font-size:.9em;}
|
||||
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="nav-container">
|
||||
<!--
|
||||
© 2016 Dash
|
||||
-->
|
||||
|
||||
<!-- Start nav -->
|
||||
<div>
|
||||
<div class="nav-container-mask"></div>
|
||||
<div class="navbar navbar-default navbar-fixed-top topnav" role="navigation">
|
||||
<!--<div class="container-fluid navbar-fixed-top topnav-mask"></div>-->
|
||||
<div class="container-fluid" >
|
||||
<div id="navbar-collapse-1" class="navbar-collapse collapse" style="height:20px;">
|
||||
|
||||
<div class="col-sm-5 col-sm-5">
|
||||
<ul class="list-inline pull-left">
|
||||
<li>
|
||||
<div class="dropdown">
|
||||
<button class="dropdown-toggle" type="button" id="dropdownMenu2" style="border:none;background:#fff;" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
<a href="#" style="font-size:11px;"><img src="/assets/img/United-states-flag-48.png" width="16"> English </a><span class="caret"></span>
|
||||
</button>
|
||||
<ul class="dropdown-menu" aria-labelledby="dropdownMenu2">
|
||||
<li><a href="#" style="font-size:11px;"><img src="/assets/img/China-flag-48.png" width="16"> Chinese </a></li>
|
||||
<li><a href="#" style="font-size:11px;"><img src="/assets/img/Russia-flag-48.png" width="16"> Russian </a></li>
|
||||
<li><a href="/es" style="font-size:11px;"><img src="/assets/img/Spain-flag-48.png" width="16"> Spanish </a></li>
|
||||
<li role="separator" class="divider"></li>
|
||||
<li><a href="#" style="font-size:11px;"><img src="/assets/img/United-states-flag-48.png" width="16"> Request a Language</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</li>
|
||||
<li><a href="participate" style="font-size:11px;">Get Involved!</a></li>
|
||||
<li><a href="dash.org/forums" style="font-size:11px;">Dash Forums</a></li>
|
||||
<li><a href="blog.html" style="font-size:11px;">Latest News</a></li>
|
||||
|
||||
|
||||
<li>
|
||||
<div class="dropdown">
|
||||
<button class="dropdown-toggle" type="button" id="dropdownMenu2" style="border:none;background:#fff;" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
<a href="#" style="font-size:11px;">$6.98 USD </a><span class="caret"></span>
|
||||
</button>
|
||||
<ul class="dropdown-menu" aria-labelledby="dropdownMenu2">
|
||||
<li><a href="#" style="font-size:11px;"> 6.98 EUR </a></li>
|
||||
<li><a href="#" style="font-size:11px;"> 6.98 GBP </a></li>
|
||||
<li><a href="#" style="font-size:11px;"> 0.58 BTC </a></li>
|
||||
<li role="separator" class="divider"></li>
|
||||
<li><a href="#" style="font-size:11px;">Dash Exchanges</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-sm-7 col-sm-7 pull-right">
|
||||
<ul class="list-inline pull-right">
|
||||
<li>Share & Discuss:</li>
|
||||
<li>
|
||||
<a href="https://www.reddit.com/r/dashpay" target="_blank"><i class="fa fa-reddit fa-lg"></i></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://twitter.com/dashpay" target="_blank"><i class="fa fa-twitter fa-lg"></i></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://www.youtube.com/user/DarkcoinTV"><i class="fa fa-youtube fa-lg"></i></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#"><i class="fa fa-snapchat fa-lg"></i></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://plus.google.com/115080614177201373926" target="_blank"><i class="fa fa-google-plus fa-lg"></i></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://www.linkedin.com/groups?home=&gid=8179817&trk=groups_most_recent-h-logo&goback=%2Egmp_8179817" target="_blank"><i class="fa fa-linkedin fa-lg"></i></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://www.facebook.com/dashpay" target="_blank"><i class="fa fa-facebook fa-lg"></i></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://www.instagram.com/dashpay/" target="_blank"><i class="fa fa-instagram fa-lg"></i></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://digitalcash.signup.team/"><i class="fa fa-slack fa-lg"></i></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://github.com/dashpay" target="_blank"><i class="fa fa-github fa-lg"></i></a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-sm-2 col-sm-2">
|
||||
<a href="index.html" ><img src="/assets/img/dash_logo_s.png" width="120" class="img-brand" style="padding-top:20px;"></a>
|
||||
</div>
|
||||
<div class="col-md-9 col-sm-9">
|
||||
<ul class="nav nav-tabs collapsed pull-right">
|
||||
<li class="active"><a href="index.html"> <i class="fa fa-institution fa-lg"></i> USE DASH <br/><span class="navsubtext">Buy & Sell Dash</span></a></li>
|
||||
<!-- <li><a href="get-dash.html"><i class="fa fa-qrcode fa-lg"></i> GET DASH <br/><span class="navsubtext">Download & Buy</span></a></li>-->
|
||||
<li><a href="participate"><i class="fa fa-shopping-basket fa-lg"></i> BUSINESS<br/><span class="navsubtext">Integrate Dash</span></a></li>
|
||||
<!--<li><a href="currency.html"><i class="fa fa-bar-chart fa-lg"></i> CURRENCY <br/><span class="navsubtext">Market Info</span></a>
|
||||
</li>-->
|
||||
<!-- <li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" aria-expanded="false" href="community.html"><i class="fa fa-group fa-lg"></i> COMMUNITY <span class="caret"></span> <br/><span class="navsubtext">Get Involved!</span></a>
|
||||
|
||||
<ul class="dropdown-menu" role="menu">
|
||||
<li role="presentation"><a href="participate">Get Involved!</a></li>
|
||||
<li role="presentation"><a href="participate">Dash Forums</a></li>
|
||||
</ul>
|
||||
</li>-->
|
||||
<!-- <li><a href="news.html"><i class="fa fa-newspaper-o fa-lg"></i> BLOG <br/><span class="navsubtext">Latest News</span></a></li>-->
|
||||
<li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" aria-expanded="false" href="project.html"><i class="fa fa-cogs fa-lg"></i> PROJECT <span class="caret"></span><br/><span class="navsubtext">White Papers & More</span></a>
|
||||
<ul class="dropdown-menu" role="menu">
|
||||
<li role="presentation"><a href="project.html">Dash White Paper</a></li>
|
||||
<li role="presentation"><a href="project.html">Help & Support</a></li>
|
||||
<li role="presentation"><a href="project.html">Philosophy </a></li>
|
||||
<li role="presentation"><a href="project.html">Technology </a></li>
|
||||
<li role="presentation"><a href="project.html">Core Team </a></li>
|
||||
<li role="presentation"><a href="project.html">Dash Wiki </a></li>
|
||||
<li role="presentation"><a href="project.html">Dash Foundation </a></li>
|
||||
<li role="presentation"><a href="project.html">Community Features</a></li>
|
||||
<li role="presentation"><a href="project.html">Video Library</a></li>
|
||||
<li role="presentation"><a href="project.html">Ambassador Program</a></li>
|
||||
<li role="presentation"><a href="project.html">Contact </a></li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
<div class="col-md-1 col-sm-1">
|
||||
<a href="news.html" class="btn btn-primary btn-default btn-lg pull-right" style="font-size:11px;margin-top:10px;"><i class="fa fa-arrow-down"></i> Download</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="navbar-toggle" data-target="#navbar-collapse-1" data-toggle="collapse"><span class="sr-only">Toggle navigation</span><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span></div>
|
||||
<div class="navbar-toggle img-brand-collapsed">
|
||||
<a href="index.html"><img src="/assets/img/dash_logo_s.png" width="120"></a>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<!-- end nav -->
|
||||
|
||||
</div>
|
||||
<div class="page-main">
|
||||
|
||||
{{ content }}
|
||||
|
||||
|
||||
{% include footer.html %}
|
||||
<hr class="nav-divider">
|
||||
<br/>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<script src="/assets/js/jquery.min.js"></script>
|
||||
<script src="/assets/bootstrap/js/bootstrap.min.js"></script>
|
||||
<script src="/assets/js/jquery.easing.min.js"></script>
|
||||
<script src="/assets/js/scrolling-nav.js"></script>
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css">
|
||||
<link href='https://fonts.googleapis.com/css?family=Noto+Sans:400,400italic,700,700italic' rel='stylesheet' type='text/css'>
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue