-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
59 lines (56 loc) · 2.06 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>PowerSlides</title>
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/theme-apple.css">
<!-- jQuery (required for slides to work) -->
<script type="text/javascript" src="js/jquery.min.js"></script>
<!-- jQuery bbq (required for slide urls) -->
<script type="text/javascript" src="js/jquery.ba-bbq.min.js"></script>
<script type="text/javascript" src="js/main.js">
</script>
</head>
<!-- The one parent element must have an ID of #powerslides -->
<body id="powerslides">
<!-- slide 1 -->
<div>
<h1>PowerSlides</h1>
<h2>Simple markup to make apple-like presentations</h2>
<p>Get it on Github: <a href="https://github.com/shankariyerr/powerslides">https://github.com/shankariyerr/powerslides</a></p>
<p>Made with love, by <a href="http://github.com/shankariyerr" target="_blank">Shankar</a>.</p>
</div>
<!-- slide 2 -->
<div>
<h2>Features</h2>
<p>
Simple markup, each <div> in the body is a slide. That's it!
</p>
<p>
Use keyboard shortcuts for navigation (← / →)
</p>
<p>
Slide Numbers on top
</p>
</div>
<!-- slide 3 -->
<div>
<h2>Why? -- Glad that you asked</h2>
<p>We at <a href="https://www.instagram.com/nfnlabs/">NFN Labs</a> meet every Friday to talk about stuff we think everyone should know.</p>
<p>We try to keep ourselves constantly updated.</p>
<p>
This is an attempt to minimise the time taken to make slides for thier <a href="https://www.instagram.com/explore/tags/nfnfridaytalks/">friday talks</a>
</p>
<p></p>
</div>
<!-- slide 4 -->
<div>
<h2>The End</h2>
<p>An <a href="https://xkcd.com/365/">xkcd</a> for you</p>
<p>
<img src="https://imgs.xkcd.com/comics/slides.png" width="400">
</p>
</div>
</body>
</html>