-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #24 from munihac/do-not-load-youtube-iframes-on-pa…
…ge-load Do not load iFrames automatically on page load
- Loading branch information
Showing
16 changed files
with
691 additions
and
548 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,21 @@ | ||
<h2>Keynotes</h2> | ||
<ul> | ||
<li> | ||
<p><b>Gabriel Gonzalez</b>: <i>Beautiful folds are practical, too</i></p> | ||
<iframe width="320" height="180" src="https://www.youtube-nocookie.com/embed/6a5Ti0r8Q2s" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> | ||
</li> | ||
<li> | ||
<p><b>Jasper van der Jeugt</b>: <i>Hakyll</i></p> | ||
<iframe width="320" height="180" src="https://www.youtube-nocookie.com/embed/t8gim17hryw" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> | ||
</li> | ||
<li> | ||
<p><b>Bas van Dijk</b>: <i>Functional Programming at LumiGuide</i></p> | ||
<iframe width="320" height="180" src="https://www.youtube-nocookie.com/embed/1r6sYrfCFCc" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> | ||
</li> | ||
<li> | ||
<p><b>Gabriel Gonzalez</b>: <i>Beautiful folds are practical, too</i></p> | ||
<div class="youtube-button-container youtube-2016"> | ||
<button onclick="loadYoutubeIframe('6a5Ti0r8Q2s', this)" class="youtube-button">Load video</button> | ||
</div> | ||
</li> | ||
<li> | ||
<p><b>Jasper van der Jeugt</b>: <i>Hakyll</i></p> | ||
<div class="youtube-button-container youtube-2016"> | ||
<button onclick="loadYoutubeIframe('t8gim17hryw', this)" class="youtube-button">Load video</button> | ||
</div> | ||
</li> | ||
<li> | ||
<p><b>Bas van Dijk</b>: <i>Functional Programming at LumiGuide</i></p> | ||
<div class="youtube-button-container youtube-2016"> | ||
<button onclick="loadYoutubeIframe('1r6sYrfCFCc', this)" class="youtube-button">Load video</button> | ||
</div> | ||
</li> | ||
</ul> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,23 @@ | ||
<nav class="navbar navbar-expand-lg navbar-light bg-light fixed-top" id="mainNav"> | ||
<div class="container px-4"> | ||
<a class="navbar-brand" href="/2020.html#page-top">MuniHac 2016</a> | ||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarResponsive" | ||
aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation"><span | ||
class="navbar-toggler-icon"></span></button> | ||
<div class="collapse navbar-collapse" id="navbarResponsive"> | ||
<ul class="navbar-nav ms-auto"> | ||
<li class="nav-item"><a class="nav-link" href="/2016.html#about">About</a></li> | ||
<li class="nav-item"><a class="nav-link" href="/2016.html#keynotes">Keynotes</a></li> | ||
<li class="nav-item"><a class="nav-link" href="/2016.html#contact">Contact</a></li> | ||
$partial("content/menu-archive.html")$ | ||
</ul> | ||
</div> | ||
<div class="container px-4"> | ||
<a class="navbar-brand" href="/2016.html#page-top">MuniHac 2016</a> | ||
<button | ||
class="navbar-toggler" | ||
type="button" | ||
data-bs-toggle="collapse" | ||
data-bs-target="#navbarResponsive" | ||
aria-controls="navbarResponsive" | ||
aria-expanded="false" | ||
aria-label="Toggle navigation"> | ||
<span class="navbar-toggler-icon"></span> | ||
</button> | ||
<div class="collapse navbar-collapse" id="navbarResponsive"> | ||
<ul class="navbar-nav ms-auto"> | ||
<li class="nav-item"><a class="nav-link" href="/2016.html#about">About</a></li> | ||
<li class="nav-item"><a class="nav-link" href="/2016.html#keynotes">Keynotes</a></li> | ||
<li class="nav-item"><a class="nav-link" href="/2016.html#contact">Contact</a></li> | ||
$partial("content/menu-archive.html")$ | ||
</ul> | ||
</div> | ||
</div> | ||
</nav> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.