18 lines
911 B
HTML
18 lines
911 B
HTML
{{ "<!-- Services -->" | safeHTML }}
|
|
<section id="vorjahr">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-lg-12 text-center">
|
|
<h2 class="section-heading">{{ with .Site.Params.vorjahr.title }}{{ . }}{{ end }}</h2>
|
|
<h3 class="section-subheading text-muted" style="margin-bottom: 35px;">{{ with .Site.Params.tickets.subtitle }}{{ . | markdownify }}{{ end }}</h3>
|
|
</div>
|
|
</div>
|
|
<div class="row text-center" style="font-size: 1.3em;">
|
|
<h2>Science Slam 2017<br /><small>12. Dezember 2017</small></h2>
|
|
<p>
|
|
<iframe style="width: 560px; height: 315px; max-width: 100%;" src="https://www.youtube.com/embed/videoseries?list=PLlGpcNaytT57Ovyk-zen2W-by59eR1Zo4" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section> |