-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
44 lines (35 loc) · 1.21 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
---
layout: default
title: JekyllConf - The free, online global conference for all things Jekyll
year: 2019
---
<section>
<div class="container">
{% include schedule.html speakers=site.2019_speakers %}
</div>
</section>
<!-- <section>
<div class="container">
<h2>JekyllConf 2019</h2>
<h3>How much?</h3>
<p>Free</p>
<h3>Where?</h3>
<p>Streaming here at <a href="#">JekyllConf.com</a></p>
<h3>When?</h3>
<p>10am - 1.30pm (PST), Sunday September 22nd 2019</p>
<div class="button">
<a href="{{ site.register_link }}" target="_blank">Register free</a>
</div>
</div>
</section> -->
<section>
<div class="container">
<h2>Details</h2>
<h3>Where is JekyllConf being held?</h3>
<p>JekyllConf is a virtual conference. We'll stream directly to this website.</p>
<h3>I can't attend, will the videos be available later?</h3>
<p>Yes, all the videos will be publicly available on YouTube.</p>
<h3>Who's running JekyllConf and why?</h3>
<p><a target="_blank" href="https://cloudcannon.com">CloudCannon</a> is organising JekyllConf. We want to help grow the Jekyll community and showcase all the awesome people and projects using Jekyll.</p>
</div>
</section>