Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
Embed screencast from YouTube
Browse files Browse the repository at this point in the history
  • Loading branch information
jpignata committed Jan 10, 2018
1 parent c29cbb7 commit 4300a71
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ <h1 class="display-1">fargate</h1>
</div>
</div>

<div class="video row">
<iframe width="100%" height="480" src="https://www.youtube.com/embed/P6iY6ovhbfc" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>

<div class="row examples">
<div class="card">
<div class="card-body">
Expand Down
6 changes: 6 additions & 0 deletions doc/website/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,9 @@ img.icon {
margin-left: 0px;
}
}

.video iframe {
width: 100%
margin: 0 auto;
margin-bottom: 30px;
}

0 comments on commit 4300a71

Please sign in to comment.