Commit 1189c219 authored by Jacoba Neighbourhood's avatar Jacoba Neighbourhood Committed by Chris Lamb
Browse files

talks: reorder & avoid ghost buttons

use nav-items instead
parent 3ee65eb7
Loading
Loading
Loading
Loading
+11 −15
Original line number Diff line number Diff line
@@ -7,9 +7,11 @@ order: 50

# Talks & Resources

## Contribute
## Slides

We store all of our presentations in [PDF or HTML form](/_lfs/presentations).
We also have [the original sources available in Git](https://salsa.debian.org/reproducible-builds/reproducible-presentations).

Find out how to contribute on our [Contribute]({{ "/contribute/" | relative_url }}) page.

## Talks

@@ -28,30 +30,24 @@ Find out how to contribute on our [Contribute]({{ "/contribute/" | relative_url
{% endif %}
</p>

<section>

<nav class="nav">
{% if x.video.youtube %}
<a class="btn btn-sm btn-outline-primary" href="https://www.youtube.com/watch?v={{ x.video.youtube }}">YouTube</a>
<a class="nav-link pl-0" href="https://www.youtube.com/watch?v={{ x.video.youtube }}">YouTube</a>
{% endif %}

{% if x.video.url %}
<a class="btn btn-sm btn-outline-primary "
href="{{ x.video.url }}">Video</a>
<a class="nav-link pl-0" href="{{ x.video.url }}">Video</a>
{% endif %}

{% if x.video.subtitles %}
<a class="btn btn-sm btn-outline-primary" href="{{ x.video.subtitles }}">Subtitles</a>
<a class="nav-link pl-0" href="{{ x.video.subtitles }}">Subtitles</a>
{% endif %}

{% if x.slides %}
<a class="btn btn-sm btn-outline-primary" href="{{ x.slides }}">Slides</a>
<a class="nav-link pl-0" href="{{ x.slides }}">Slides</a>
{% endif %}
</nav>

</section>
</article>
{% endfor %}

## Slides

We store all of our presentations in PDF or HTML form
[here](/_lfs/presentations). We also have [the original sources available in Git](https://salsa.debian.org/reproducible-builds/reproducible-presentations).