-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblank-deck-using-jekyll-layout.html
More file actions
39 lines (35 loc) · 1.07 KB
/
blank-deck-using-jekyll-layout.html
File metadata and controls
39 lines (35 loc) · 1.07 KB
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
---
layout: reveal
title: Talk Title
author: Your Name
description: Description of your talk
---
<section id="titlepage">
<h1>Talk Title</h1>
<p><br></p>
<p>Names · Open Data Institute</p>
<a href="https://twitter.com/handle">@handle</a>
<hr>
<span style="font-size: medium">
<p>You can access the slides at <a href="http://theodi.github.io/presentations/"> <code class="url">http://theodi.github.io/presentations/</code></a>.</p>
<p>Use arrows to navigate. Press 'f' for fullscreen. Press the <code>Escape</code> key to see all slides.</p>
</span>
</section>
<section id="value">
<h2>Section Title (if you want one)</h2>
</section>
<section id="value">
<h2>Page Title</h2>
<ul>
<li>This is a bullet point</li>
<li>And another</li>
<li>Yet another</li>
<li>This is a list with only four points</li>
</ul>
</section>
<section>
<h3>Questions?</h3><br>
<p>Names · Open Data Institute</p>
<img width="97" height="40" src="brand/odi_logo.png" alt="ODI" style="border:none;"></a><br>
<a href="mailto:">foo@theodi.org</a>
</section>