Skip to content

Commit

Permalink
Add walkthrough video to home page
Browse files Browse the repository at this point in the history
  • Loading branch information
ubruhin committed Oct 16, 2023
1 parent 2be5542 commit 97a99dc
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,10 @@ div.intro-screenshot-odd {
background: rgb(88, 88, 88);
}

.intro-video {
max-width: 952px;
}

.intro-sponsors {
padding: 20px 0 40px 0;
background: rgb(88, 88, 88);
Expand Down
10 changes: 10 additions & 0 deletions layouts/_default/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,16 @@ <h1 class="fw-light">{{ .Title }}</h1>
</div>
</div>

<div class="intro-screenshot intro-screenshot-odd container-fluid text-center">
<div class="container d-flex align-items-center justify-content-center py-3">
<div class="container-fluid intro-video shadow-lg p-0 m-0">
<div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;">
<iframe src="https://www.youtube-nocookie.com/embed/Nx0bYLi30O0" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" allowfullscreen title="YouTube Video"></iframe>
</div>
</div>
</div>
</div>

<div class="intro-screenshot container-fluid text-center">
<div class="container">
<h1>Schematic Editor</h1>
Expand Down

0 comments on commit 97a99dc

Please sign in to comment.