This repository has been archived by the owner on Aug 2, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
65 lines (58 loc) · 2.37 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
60
61
62
63
64
65
<!DOCTYPE HTML>
<!--
Astral 2.1 by HTML5 UP
html5up.net | @n33co
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Daybed Slides</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="Store and manage your Reactiv.js slides." />
<meta name="keywords" content="markdown slides reactiv.js" />
<link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400" rel="stylesheet" />
<script src="static/astral/js/jquery.min.js"></script>
<script src="static/astral/js/config.js"></script>
<script src="static/astral/js/skel.min.js"></script>
<link href="static/css/app.css" rel="stylesheet" />
</head>
<body class="homepage">
<!-- Wrapper-->
<div id="wrapper">
<!-- Nav -->
<nav id="nav">
<a href="#me" class="icon icon-home active"><span>Home</span></a>
<a href="#work" id="slides-link" class="icon icon-expand"><span>Slides</span></a>
<a href="https://github.com/spiral-project/daybed-slides" class="icon icon-github"><span>Github</span></a>
</nav>
<!-- Main -->
<div id="main">
<!-- Me -->
<article id="me" class="panel">
<header>
<h1>Daybed Slides</h1>
<span class="byline" style="display: block; margin-left: 70px;">Store your slides</span>
</header>
<a href="#work" class="jumplink pic">
<img src="static/astral/images/me.jpg" alt="" />
</a>
</article>
<!-- Slides -->
<article id="work" class="panel">
<!-- Here comes the generated content collection list of password list -->
</article>
</div>
<!-- Footer -->
<div id="footer">
<ul class="links">
<li>© Spiral Project</li>
<li><a href="https://github.com/spiral-project/daybed-slides/">Daybed Slides</a></li>
<li>Design : <a href="http://html5up.net/">HTML5 UP</a></li>
</ul>
</div>
</div>
<script src="http://fb.me/react-0.11.2.min.js"></script>
<script src="http://fb.me/JSXTransformer-0.11.2.js"></script>
<script type="text/jsx" src="static/js/app.js"></script>
</body>
</html>