forked from aperoweb-toulouse/aperoweb-toulouse.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (34 loc) · 1.39 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
layout: default
title: Apéroweb Toulouse
description: "Prochaine édition : lundi 5 septembre à partir de 19h"
---
<header class="next-edition__header">
{% assign edition = site.data.editions | last %}
<h1 class="next-edition__next lead">Prochain aperoweb :<br/>
{% include date_fr.html date=edition.date %}</h1>
{% if edition.venue %}
<div class="next-edition__venue lead">
{% assign venue = site.data.venues[edition.venue] %}
<p>Rendez-vous à partir de 19h. {% if venue.url %}<a href="{{ venue.url }}">{% endif %}{{ venue.name }}{% if venue.url %}</a>{% endif %}</p>
<p>{{ venue.address }}{% if venue.metro %} - Métro : {{ venue.metro }}.{% endif %}</p>
</div>
{% endif %}
{% if edition.talks %}
{% for talk in edition.talks %}
<h2 class="next-edition__title">{{ talk["title"] | default: "Sujet en cours de préparation" }}</h2>
{% if talk["speaker"] != "" %}
<h3 class="next-edition__speaker">animé par <a href="{{ talk["speaker_url"] }}">{{ talk["speaker"] }}</a></h3>
{% endif %}
{% endfor %}
{% endif %}
<div class="next-edition__description">
{{ edition.description }}
</div>
{% if edition.register %}
<div id="register" class="lead">
<p><em>Gratuit et ouvert à tous</em></p>
<p><a href="{{ edition.register }}" class="btn complementary" ga-on="click" ga-event-category="call-to-action" ga-event-action="register">Inscrivez-vous</a></p>
</div>
{% endif %}
</header>