Skip to content

Commit

Permalink
Add dates to archived conferences
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKvalheim committed Nov 14, 2023
1 parent 182ae8b commit cbea432
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 12 deletions.
2 changes: 1 addition & 1 deletion _archive-conferences/2013.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
dates: October 11–12
lanyrd_url: http://lanyrd.com/2013/seagl/
subtitle: Year One
redirect_from:
- /schedule/2013.html
---
2 changes: 1 addition & 1 deletion _archive-conferences/2014.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
dates: October 24–25
lanyrd_url: http://lanyrd.com/2014/seagl/
subtitle: Year Two
redirect_from:
- /schedule/2014.html
---
2 changes: 1 addition & 1 deletion _archive-conferences/2015.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
dates: October 23–24
osem_url: http://osem.seagl.org/conferences/seagl2015
subtitle: Year Three
redirect_from:
- /schedule/2015.html
---
2 changes: 1 addition & 1 deletion _archive-conferences/2016.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
dates: November 11–12
osem_url: http://osem.seagl.org/conferences/seagl2016
subtitle: Year Four
redirect_from:
- /schedule/2016.html
---
1 change: 1 addition & 0 deletions _archive-conferences/2017.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
dates: October 6–7
osem_url: http://osem.seagl.org/conferences/seagl2017
subtitle: Year of the High Five
---
1 change: 1 addition & 0 deletions _archive-conferences/2018.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
dates: November 8–10
osem_url: http://osem.seagl.org/conferences/seagl2018
subtitle: Year Six
---
1 change: 1 addition & 0 deletions _archive-conferences/2019.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
dates: November 15–16
osem_url: http://osem.seagl.org/conferences/seagl2019
subtitle: A Prime Year for Free Software
---
1 change: 1 addition & 0 deletions _archive-conferences/2020.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
dates: November 13–14
osem_url: http://osem.seagl.org/conferences/seagl2020
subtitle: 'OSI Layer 8: freeing the people'
---
1 change: 1 addition & 0 deletions _archive-conferences/2021.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
dates: November 5–6
osem_url: http://osem.seagl.org/conferences/seagl2021
subtitle: On Cloud Nine
---
1 change: 1 addition & 0 deletions _archive-conferences/2022.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
dates: November 4–5
osem_url: https://osem.seagl.org/conferences/seagl2022
subtitle: Hang Ten!
---
6 changes: 2 additions & 4 deletions _layouts/archive/conference.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,9 @@
<div class="row">
<div class="col-xs-12 col-lg-10 col-lg-push-1">
<h1 class="text-center">
SeaGL {{ year }}
SeaGL {{ year }}{% if conference.subtitle %}: “{{ conference.subtitle }}”{% endif %}

{% if conference.subtitle %}
<span class="subtitle">{{ conference.subtitle }}</span>
{% endif %}
<span class="subtitle">{{ conference.dates }}</span>
</h1>

{{ content }}
Expand Down
6 changes: 2 additions & 4 deletions archive.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,9 @@ <h1>Archive</h1>

<div style="margin: 3em 0;">
<h2>
<a href="{{ conference.url }}">SeaGL {{ year }}</a>
<a href="{{ conference.url }}">SeaGL {{ year }}{% if conference.subtitle %}: “{{ conference.subtitle }}”{% endif %}</a>

{% if conference.subtitle %}
<span class="subtitle">{{ conference.subtitle }}</span>
{% endif %}
<span class="subtitle">{{ conference.dates }}</span>
</h2>

{% unless keynotes == empty %}
Expand Down
1 change: 1 addition & 0 deletions css/app/seagl.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ h1, h2, h3, h5, h6 {
h1 {
font-size: 5rem;
text-transform: uppercase;
text-wrap: balance;
color: #FCB320;
text-shadow: 0 1px 1px #fff;
margin-bottom: 2rem;
Expand Down

0 comments on commit cbea432

Please sign in to comment.