Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
reproducible-website
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Reproducible Builds
reproducible-website
Commits
293fd40e
Commit
293fd40e
authored
3 years ago
by
Ian Muchina
Browse files
Options
Downloads
Patches
Plain Diff
Update Talk Page
Increase font size of title & de-emphasize event details
parent
003e04c9
No related branches found
No related tags found
1 merge request
!71
Update Talk Page
Pipeline
#272441
passed
3 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
resources.md
+26
-7
26 additions, 7 deletions
resources.md
with
26 additions
and
7 deletions
resources.md
+
26
−
7
View file @
293fd40e
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment