Skip to content

Commit 3d7a379

Browse files
escowlesphette23
authored andcommitted
First pass adding calendar links to peri display
1 parent 6ada6fb commit 3d7a379

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

_includes/homepage/peri_conference.html

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
</div>
99
{% endcomment %}
1010

11-
</div>
12-
1311
<div class="row">
1412
<div class="col-md-3 event-day" data-date="{{ site.data.conf.days[1].date-data }}">
1513
<h2 class="text-center">{{site.data.conf.days[1].date | date: "%b %d"}}</h2>
@@ -32,12 +30,18 @@ <h2 class="text-center">{{site.data.conf.days[3].date | date: "%b %d"}}</h2>
3230
<h2 class="text-center">{{site.data.conf.days[4].date | date: "%b %d"}}</h2>
3331
{% include homepage/event_card.html icon='am' link=site.data.conf.peri.day4.am.link title=site.data.conf.peri.day4.am.title description=site.data.conf.peri.day4.am.desc menu=site.data.conf.peri.day4.am.menu %}
3432
</div>
33+
</div>
3534

36-
<div class="col-12 text-center">
35+
<div class="row">
36+
<div class="col-md-6 text-center">
3737
<h2>Need help?</h2>
3838
<a href="/conduct/#volunteers" class="btn ct-btn-light btn-lg">Contact a Community Support Volunteer</a>
3939
</div>
40-
40+
<div class="col-md-6 text-center">
41+
<h2>Add to your calendar</h2>
42+
<a href="/ics/livestream.ics" class="btn ct-btn-light btn-lg">Livestreamed Events</a>
43+
<a href="/ics/in-person.ics" class="btn ct-btn-light btn-lg">In-Person Events</a>
44+
</div>
4145
</div>
4246

4347
{% if site.data.conf.show-sponsors %}

0 commit comments

Comments
 (0)