forked from yavin-dev/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcover.html
23 lines (23 loc) · 957 Bytes
/
cover.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!-- Cover -->
<div class="container-full is-marginless section-cover">
<div class="container">
<div class="row">
<div class="xs-col-1-1 sm-col-1-1 md-col-3-12 lg-col-5-12 xl-col-5-12 flex-column align-self-center m-y-40">
<img class="nav-brand" src="{{ include.cover.logourl }}" alt="logo"/>
<h1 class="is-grey-100">
{{ include.cover.title }}
</h1>
<div class="flex tablet-down-flex-column m-t-35">
<a
class="button is-solid is-inverse is-large m-y-5"
href="{{ include.cover.gettingstartedurl }}"
>Get Started</a
>
</div>
</div>
<iframe class="m-auto" width="560" height="315" src="{{ include.cover.embeddedvideourl }}?rel=0;modestbranding=1" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture;"
allowfullscreen></iframe>
</div>
</div>
</div>