Skip to content

Commit 9f0b18b

Browse files
committed
Added livestream code
1 parent 9881648 commit 9f0b18b

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

pyconbalkan/conference/templates/home.html

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
{% extends "base.html" %}
2-
32
{% block main_content %}
4-
53
{# Countdown #}
64

75
{% if count_down %}
@@ -40,8 +38,17 @@ <h1>{{ count_down.title }}</h1>
4038
{% if mission_statement %}
4139
<div class="row">
4240
<h1 class="centered">Welcome to {{ conference.event }} {{ conference.name }} {{ conference.year }}</h1>
41+
<iframe style="float: left; margin-right: 20px;" width="560" height="315" src="https://www.youtube.com/embed/7xxvM_4IAoA?autoplay=1" frameborder="0" allowfullscreen></iframe>
42+
<p style="margin-top: 126px;">{{ conference.event }} {{ conference.name }} {{ conference.year }} is live now on youtube over the course of the next three days. <br>In case you didn't get the chance to make your way out here to Belgrade Serbia, make sure you join and follow us on the streams</p>
43+
44+
<p>Quesitons can be asked on: <a href="http://sli.do/pyconbalkan2018">http://sli.do/pyconbalkan2018 </a></p>
45+
<div class="clear"></div>
46+
</div>
47+
48+
<div class="row">
4349
<p>{{ mission_statement.content|safe }}</p>
4450
</div>
51+
4552
{% endif %}
4653

4754
<hr class="line long">
@@ -201,7 +208,7 @@ <h2 class="centered">
201208
{% endif %}
202209

203210
<hr class="line long">
204-
211+
205212
{# Buy Tickets #}
206213

207214
<div class="card"><a class="button button--yellow mb-xs-80" href="https://www.eventbrite.com/e/pycon-balkan-tickets-46608685834" target="_blank" role="button">Buy Tickets</a></div>

0 commit comments

Comments
 (0)