Skip to content

Commit

Permalink
Add button links for sprint list and schedule on schedule page
Browse files Browse the repository at this point in the history
  • Loading branch information
grewn0uille committed Sep 18, 2024
1 parent d42e974 commit 510f9a8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
5 changes: 0 additions & 5 deletions static/sass/style.sass
Original file line number Diff line number Diff line change
Expand Up @@ -538,11 +538,6 @@ main
section
position: relative

.button
bottom: 0
left: 2em
position: absolute

.keynotes
.speakers
display: flex
Expand Down
4 changes: 3 additions & 1 deletion templates/en/schedule.jinja2.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ <h3>Participative Coding: sprints!</h3>
We provide the space and environment (tables, chairs,
internet connection… and coffee!).
</p>
<a class="button" href="{{ url_for('talks', lang=lang, category='sprint') }}">See Sprints List</a>
</section>

<section>
Expand All @@ -36,6 +37,7 @@ <h3>Conferences and Workshops</h3>
<li>feedbacks</li>
<li>shared ideas</li>
</ul>
<a class="button" href="#calendar">See Schedule</a>
</section>
</section>

Expand Down Expand Up @@ -65,7 +67,7 @@ <h3>Keynotes</h3>
</section>
</section>

<section>
<section id="calendar">
<h3>Calendar</h3>
<p>
The calendar is available below, in a
Expand Down
4 changes: 3 additions & 1 deletion templates/fr/schedule.jinja2.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ <h3>Développements participatifs : sprints !</h3>
Nous fournissons l'espace et le matériel nécessaire à l'organisation
(tables, chaises, connexion internet… et café !).
</p>
<a class="button" href="{{ url_for('talks', lang=lang, category='sprint') }}">Voir la liste des sprints</a>
</section>

<section>
Expand All @@ -35,6 +36,7 @@ <h3>Conférences &amp; ateliers</h3>
<li>retours d'expériences</li>
<li>partages d'idées</li>
</ul>
<a class="button" href="#calendar">Voir le programme</a>
</section>
</section>

Expand Down Expand Up @@ -64,7 +66,7 @@ <h3>Keynotes</h3>
</section>
</section>

<section>
<section id="calendar">
<h3>Calendrier</h3>
<p>
Le calendrier est disponible ci-dessous, sur une
Expand Down

0 comments on commit 510f9a8

Please sign in to comment.