Added dash school

This commit is contained in:
Lee Wong 2017-06-07 23:12:41 +07:00
parent dffe2f9d13
commit c9cbbbe32d
7 changed files with 270 additions and 2 deletions

View file

@ -15,7 +15,7 @@
<li><a href="{{ basenav }}/mining/" >{% t nav.mining %}</a></li>
<li><a href="https://dashpay.atlassian.net/wiki/display/DOC/Masternode" target="_blank">{% t nav.masternode %}</a></li>
<li><a href="https://dashpay.atlassian.net/wiki/pages/viewpage.action?pageId=1146941" target="_blank">{% t nav.wallet %}</a></li>
<li><a href="{{ basenav }}/governance/" target="_blank">{% t nav.funding %}</a></li>
<li><a href="{{ basenav }}/governance/">{% t nav.funding %}</a></li>
</ul>
</section>

View file

@ -0,0 +1,25 @@
<div class="hero" id="hero">
<div class="hero__background hero__background_school">
{% srcset hero/community.jpg ppi:1,2 class="hero__background-image" %}
{% srcset_source width:1920 %}
{% srcset_source width:960 %}
{% endsrcset %}
</div>
<!-- Navigation -->
{% include nav-desktop.html %}
<!-- Hero content -->
<div class="hero__content">
<h1 class="hero__title">Dash School</h1>
<p class="hero__lead">by Amanda B. Johnson</p>
<div class="hero__buttons">
<a href="#" class="btn-green">Watch now</a>
<a href="#" class="btn-green">Youtube</a>
</div>
</div>
<!-- Hero stripe -->
<div class="hero__stripe"></div>
</div>