Skip to content

Commit

Permalink
Add playlist of recordings
Browse files Browse the repository at this point in the history
  • Loading branch information
badboy committed Dec 10, 2018
1 parent 3b88ca8 commit cc66767
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,18 +76,24 @@ <h1>RustFest {{site.location.city}} {{site.dates.year}}</h1>
</section>
</div>

<div class='videoplaylist'>
<section>
<h1>Video Recordings</h1>
<div class="embed ratio-16-9">
<iframe src="https://www.youtube.com/embed/videoseries?list=PL85XCvVPmGQjEE4ICTuXGLXUDZQUuanJy" frameborder="0" allowfullscreen></iframe>
</div>
</section>
<br />
</div>

{% assign platinum_sponsors = site.sponsors | where: "level", "platinum" %}
{% assign gold_sponsors = site.sponsors | where: "level", "gold" %}
{% assign silver_sponsors = site.sponsors | where: "level", "silver" %}


<div class='popout sponsors'>
<section>
<div style="text-align: center">
<a class="button primary" href="/about_impl_days/">
More about the impl Days
</a>
</div>
<h1>Sponsors</h1>

{% if platinum_sponsors[0] %}
<h2>Platinum Sponsor{% if platinum_sponsors[1] %}s{% endif %}</h2>
Expand Down

0 comments on commit cc66767

Please sign in to comment.