diff --git a/src/static/pycontw-2020/assets/keynotes/mariatta-wijaya.json b/src/static/pycontw-2020/assets/keynotes/mariatta-wijaya.json index d1fac8f96..23afdff69 100644 --- a/src/static/pycontw-2020/assets/keynotes/mariatta-wijaya.json +++ b/src/static/pycontw-2020/assets/keynotes/mariatta-wijaya.json @@ -25,5 +25,6 @@ "twitter": "https://twitter.com/mariatta", "github": "https://github.com/mariatta" }, - "slido": "https://app.sli.do/event/vppisnh8" + "slido": "https://app.sli.do/event/vppisnh8", + "slides": "https://speakerdeck.com/mariatta/oops-i-became-an-open-source-maintainer" } diff --git a/src/templates/pycontw-2020/contents/_default/conference/keynotes.html b/src/templates/pycontw-2020/contents/_default/conference/keynotes.html index 2d33f093f..3dce277c1 100644 --- a/src/templates/pycontw-2020/contents/_default/conference/keynotes.html +++ b/src/templates/pycontw-2020/contents/_default/conference/keynotes.html @@ -10,7 +10,7 @@ {% block content %} - -
-

{% trans 'Keynotes' %}

-
+
+

{% trans 'Keynotes' %}

+
-{% get_keynote_events as keynote_events %} + {% get_keynote_events as keynote_events %} -{% for event in keynote_events %} + {% for event in keynote_events %} -{% with data=event.get_static_data_for_locale %} + {% with data=event.get_static_data_for_locale %} -
-
-
- -
{{ data.speaker.name }}
-
-

{{ data.session.title }}

-
-
- -
-
-

{% trans 'Biography' %}

- {{ data.speaker.bio|linebreaks }} - -
-
-{% endwith %} + {% endwith %} -{% endfor %} + {% endfor %} {% endblock content %}