Skip to content

Commit eb455f8

Browse files
author
Alban Bailly
committed
add events and fix grid alignment
1 parent 7b9b4d4 commit eb455f8

File tree

4 files changed

+40
-1
lines changed

4 files changed

+40
-1
lines changed

content/events/2018/LISA18.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: "LISA18"
3+
date: "2018-08-16T11:02:00-04:00"
4+
start_date: "2018-10-29T11:02:00-04:00"
5+
end_date: "2018-10-31T11:02:00-04:00"
6+
location: "Nashville, TN"
7+
event_url: "https://www.usenix.org/conference/lisa18"
8+
image_url: "https://www.eventinfo.com/event.png"
9+
register_link: "https://www.usenix.org/user"
10+
sites:
11+
- developers
12+
---
13+
LISA is the premier conference for operations professionals.

content/events/2018/allthingsopen.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: "All Things Open"
3+
date: "2018-08-16T11:02:00-04:00"
4+
start_date: "2018-10-21T11:02:00-04:00"
5+
end_date: "2018-10-23T11:02:00-04:00"
6+
location: "Raleigh, NC"
7+
event_url: "https://www.allthingsopen.org"
8+
image_url: "https://www.eventinfo.com/event.png"
9+
register_link: "https://allthingsopen.org/register-now/"
10+
sites:
11+
- developers
12+
---
13+
Exploring Open Source, Open Tech, and the Open Web in the enterprise.

content/events/2018/hashiconf.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: "HashiConf"
3+
date: "2018-08-16T11:02:00-04:00"
4+
start_date: "2018-10-22T11:02:00-04:00"
5+
end_date: "2018-10-24T11:02:00-04:00"
6+
location: "San Francisco, CA"
7+
event_url: "https://www.hashiconf.com"
8+
image_url: "https://www.eventinfo.com/event.png"
9+
register_link: "https://ti.to/hashicorp/hashiconf-2018"
10+
sites:
11+
- developers
12+
---
13+
Join us for three days of hands-on product training, keynotes, technical talks, and one-on-one time with the HashiCorp developers.

themes/dlc/layouts/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ <h2 class="text-BaseGreenDark font-normal">Events</h2>
4040
<div class="text-2xl my-3 font-light">Catch us on the road at conferences, meetups, and job fairs.</div>
4141
</div>
4242
<div class="my-8 -mx-4 pb-8">
43-
<div class="flex flex-wrap items-center justify-center">
43+
<div class="flex flex-row flex-wrap justify-center">
4444
{{ range last 3 ((where .Pages "Section" "events").ByParam "start_date") }}
4545
{{ $t := (time .Params.end_date) }}
4646
{{ if ge ($t.Unix) (now.Unix) }}

0 commit comments

Comments
 (0)