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

@ -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>