mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
Added dash school
This commit is contained in:
parent
dffe2f9d13
commit
c9cbbbe32d
7 changed files with 270 additions and 2 deletions
25
_includes/hero/school.html
Normal file
25
_includes/hero/school.html
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue