Skip to content

Commit 6f3e298

Browse files
committed
Create presentation template
1 parent 124fd33 commit 6f3e298

1 file changed

Lines changed: 45 additions & 0 deletions

File tree

presentation.html

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>Title</title>
5+
<meta charset="utf-8">
6+
<style>
7+
@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz);
8+
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic);
9+
@import url(https://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700,400italic);
10+
11+
body { font-family: 'Droid Serif'; }
12+
h1, h2, h3 {
13+
font-family: 'Yanone Kaffeesatz';
14+
font-weight: normal;
15+
}
16+
.remark-code, .remark-inline-code { font-family: 'Ubuntu Mono'; }
17+
</style>
18+
</head>
19+
<body>
20+
<textarea id="source">
21+
22+
class: center, middle
23+
24+
# Title
25+
26+
---
27+
28+
# Agenda
29+
30+
1. Introduction
31+
2. Deep-dive
32+
3. ...
33+
34+
---
35+
36+
# Introduction
37+
38+
</textarea>
39+
<script src="https://gnab.github.io/remark/downloads/remark-latest.min.js">
40+
</script>
41+
<script>
42+
var slideshow = remark.create();
43+
</script>
44+
</body>
45+
</html>

0 commit comments

Comments
 (0)