-
Notifications
You must be signed in to change notification settings - Fork 35
/
index.html
42 lines (35 loc) · 1 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
---
author: Alexander Naumann
title: Markdown Slides | Overview
description: Overview of slides by Alexander Naumann
design: black
---
<!DOCTYPE html>
<html>
<head>
{% include head.html %}
</head>
<body>
<a class="github-fork-ribbon right-top" href="{{site.githuburl}}" data-ribbon="Improve me on GitHub" title="Improve me on GitHub">Improve me on GitHub</a>
<div class="reveal">
<div class="slides">
<section id="overview" data-markdown data-separator="\n---\n">
<script type="text/template">
# Markdown Slides
by Alexander Naumann
<br>
- This your landing page where you can link your presentations
- If your are new to markdown slides, check the [introduction](/markdownslides/getting_started) slides to learn
- What can it do?
- How to use it?
<br>
<br>
Also feel free to check out my [github](https://github.com/a-nau/) or [website](https://a-nau.github.io) :)
</script>
</section>
{{ content }}
</div>
</div>
{% include script.html %}
</body>
</html>