[Git][reproducible-builds/reproducible-website][master] Update Talk Page
Chris Lamb (@lamby)
gitlab at salsa.debian.org
Tue Aug 3 09:14:08 UTC 2021
Chris Lamb pushed to branch master at Reproducible Builds / reproducible-website
Commits:
293fd40e by Ian Muchina at 2021-08-03T11:43:28+03:00
Update Talk Page
Increase font size of title & de-emphasize event details
- - - - -
1 changed file:
- resources.md
Changes:
=====================================
resources.md
=====================================
@@ -14,18 +14,37 @@ Find out how to contribute on our [Contribute]({{ "/contribute/" | relative_url
## Talks
{% for x in site.data.presentations %}
+
{% assign slug = x.title | append: "-" | append: x.event.date | slugify %}
-<div class="pt-3" id="{{ slug }}"></div>
+<article>
+<h3 id="{{slug}}">{{x.title}}</h3>
+
+<a class="font-weight-bold text-secondary" href="{{x.event.url}}" >{{x.event.name}} • {{ x.event.location }}</a>
+
+<p class="my-1">by {{ x.presented_by }}</p>
+
+<section>
+
+{% if x.video.youtube %}
+<a class="btn btn-sm btn-outline-primary" 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>
+{% endif %}
-*{{ x.title }}* [¶](#{{ slug }})<br>by {{ x.presented_by }}<br>
-[{{ x.event.name }}]({{ x.event.url }}) • {{ x.event.location }} {% if x.event.date %}• {{ x.event.date | date: "%-d %B %Y" }}{% endif %}
+{% if x.video.subtitles %}
+<a class="btn btn-sm btn-outline-primary" href="{{ x.video.subtitles }}">Subtitles</a>
+{% endif %}
-{% if x.video.url %}<a href="{{ x.video.url }}" class="btn btn-sm btn-outline-primary">Video</a>{% endif %}
-{% if x.video.youtube %}<a href="https://www.youtube.com/watch?v={{ x.video.youtube }}" class="btn btn-sm btn-outline-primary">YouTube</a>{% endif %}
-{% if x.video.subtitles %}<a href="{{ x.video.subtitles }}" class="btn btn-sm btn-outline-primary">Subtitles</a>{% endif %}
-{% if x.slides %}<a href="{{ x.slides }}" class="btn btn-sm btn-outline-primary">Slides</a>{% endif %}
+{% if x.slides %}
+<a class="btn btn-sm btn-outline-primary" href="{{ x.slides }}">Slides</a>
+{% endif %}
+</section>
+</article>
{% endfor %}
## Slides
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/-/commit/293fd40e044702acf653caaa043941d5728cba39
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/-/commit/293fd40e044702acf653caaa043941d5728cba39
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20210803/8b5c2951/attachment.htm>
More information about the rb-commits
mailing list