Skip to content

Commit

Permalink
layout updated, black box for video, WIP: keynoters
Browse files Browse the repository at this point in the history
  • Loading branch information
benabraham committed Jul 24, 2023
1 parent a46b7b3 commit a1917ae
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 20 deletions.
2 changes: 1 addition & 1 deletion templates/_layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ <h1 class="mt-0 mb-3">
{% block main %}{% endblock %}
</main>

<footer class="bg-black text-light mt-3 ">
<footer class="bg-black text-light">
<div class="container px-2 pt-5 pb-3">

<div class="row no-gutters align-items-baseline">
Expand Down
53 changes: 34 additions & 19 deletions templates/pages/homepage.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,16 +99,34 @@ <h2 class="h4 mt-1">Childcare</h2>
{% block main %}
<div class="container pt-4 pb-3 mt-3">

<div class="row row-gap-3">
{% if keynoters %}
<section id="keynoters">
<h2>Keynote speakers</h2>
{% comment %}{% for keynoter in keynoters %}
{% include 'program/__keynoter_card.html' with speaker=keynoter %}
{% endfor %}{% endcomment %}

{% comment %}{% if phases.talks != 'not_public' or phases.workshops != 'not_public' %}
<p class="text-center lead">
Check the rest of
{% if phases.talks != 'not_public' %}
<a href="{% url 'talks_list' %}">talks</a>{% if phases.workshops != 'not_public' %},
{% endif %}
{% endif %}
{% if phases.workshops != 'not_public' %}
<a href="{% url 'workshops_list' %}">workshops &amp; sprints</a>
{% endif %}
</p>
{% endif %}{% endcomment %}
</section>
{% endif %}

<div class="row row-gap-3">
<div class="col-lg">
<div class="h-100 rounded-3 border border-black p-4">
<h2 class="mt-0">More information coming soon</h2>
<p>Do you want to be notified when more information (tickets go on sale, speakers are announced or
talk and workshops details online) about PyCon CZ 23 will be available?</p>
<p><a class="btn btn-secondary ps-3" href="https://pycon.us4.list-manage.com/subscribe?u=6d66d8cf3a86d34aaa8e29799&id=54c2b80aeb"> <img
src="{% static 'img/icons/email.min.svg' %}" width="32" height="32" alt=""> Subscribe to our
newsletter</a></p>
<p>Do you want to be notified when more information (tickets go on sale, speakers are announced or talk and workshops details online) about PyCon CZ 23 will be available?</p>
<p><a class="btn btn-secondary ps-3" href="https://pycon.us4.list-manage.com/subscribe?u=6d66d8cf3a86d34aaa8e29799&id=54c2b80aeb"><img src="{% static 'img/icons/email.min.svg' %}" width="32" height="32" alt=""> Subscribe to our newsletter</a></p>
</div>
</div>
<div class="col-lg">
Expand All @@ -121,24 +139,21 @@ <h2 class="mt-0">Sponsorship</h2>
<br>
If you would like to sponsor the conference please
</p>
<p><a class="btn btn-primary" href="{% url 'sponsorship' %}">check our sponsorship
information</a></p>
<p><a class="btn btn-primary" href="{% url 'sponsorship' %}">check sponsorship options</a></p>
</div>
</div>
</div>
</div>

<h2>Organized by community for community</h2>
<div class="row align-items-end">
<div class="col-md-8 col-lg-6">
<p class="lead">PyCon&nbsp;CZ is organized by volunteers from <a href="https://pyvec.org/">Czech Python
community</a> for anyone interested in Python: professionals, novices, students and hobbyist Python
programmers from Czechia and abroad.</p>
<p>Watch a&nbsp;short video from the&nbsp;PyCon&nbsp;CZ 2019 or check talks from previous years on <a
href="https://www.youtube.com/channel/UCRC2Vu7p4SJxhhuRdl8rQ6g">PyCon&nbsp;CZ YouTube
channel</a>.</p>
</div>
<div class="mt-4 pt-4 pb-3 bg-dark text-white">
<div class="container">
<h2 class="mt-0">Organized by community for community</h2>
<div class="row align-items-end">
<div class="col-md-8 col-lg-6">
<p class="lead">PyCon&nbsp;CZ is organized by volunteers from <a class="link-secondary" href="https://pyvec.org/">Czech Python community</a> for anyone interested in Python: professionals, novices, students and hobbyist Python programmers from Czechia and abroad.</p>
<p>Watch a&nbsp;short video from the&nbsp;PyCon&nbsp;CZ 2019 or check talks from previous years on <a class="link-secondary" href="https://www.youtube.com/channel/UCRC2Vu7p4SJxhhuRdl8rQ6g">PyCon&nbsp;CZ YouTube channel</a>.</p>
</div>
</div>
</div>

<div class="ratio ratio-16x9">
<iframe width="960" height="407" src="https://www.youtube.com/embed/kL2gmhs0irI" allowfullscreen></iframe>
Expand Down

0 comments on commit a1917ae

Please sign in to comment.