-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate.html
executable file
·217 lines (217 loc) · 9.03 KB
/
template.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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>Sligar Template</title>
<meta name="author" content="Edgar Hoo, edgarhoo.net"/>
<meta name="email" content="[email protected]"/>
<meta name="date" content="Jun 25, 2011"/>
<script src="sligar.js"></script>
<link href="sligar.css" rel="stylesheet"/>
<link href="slide.css" rel="stylesheet"/>
</head>
<body>
<section class="slides">
<article class="home" data-layout="no-footer">
<hgroup>
<h1>Slide Title</h1>
<h2>sub Slide Title</h2>
</hgroup>
<p class="author">Edgar Hoo</p>
<p><time>July 24, 2011</time></p>
</article>
<article>
<h1>Heading</h1>
<h1>h1 element</h1>
<h2>h2 element</h2>
<h3>h3 element</h3>
<h4>h4 element</h4>
<h5>h5 element</h5>
<h6>h6 element</h6>
</article>
<article>
<h1>Navigation</h1>
<nav>
<ol>
<li>navigation item 1</li>
<li>navigation item 2</li>
<li>navigation item 3</li>
<li>navigation item 1</li>
<li>navigation item 2</li>
<li>navigation item 3</li>
<li>navigation item 2</li>
<li>navigation item 3</li>
</ol>
</nav>
</article>
<article>
<h1>Text-level</h1>
<a href="#">a element</a> example<br/>
<em>em element</em> example<br/>
<strong>strong element</strong> example<br/>
<small>small element</small> example<br/>
<cite>cite element</cite> example<br/>
<q>q element</q> example<br/>
<abbr title="abbr element">abbr element</abbr> example<br/>
<time>time element</time> example<br/>
<code>code element</code> example<br/>
<sub>sub element</sub> example<br/>
<sup>sup element</sup> example<br/>
<mark>mark element</mark> example<br/>
<span>span element</span> example<br/>
<del>del</del> element<br/>
<ins>ins</ins> element<br/>
</article>
<article>
<h1>Text-level</h1>
<dfn>dfn element</dfn> example<br/>
<var>var element</var> example<br/>
<kbd>kbd element</kbd> example<br/>
<samp>samp element</samp> example<br/>
<s>s element</s> example<br/>
<i>i element</i> example<br/>
<b>b element</b> example<br/>
<u>u element</u> example<br/>
</article>
<article>
<h1>Grouping content</h1>
<h2>p element</h2>
<p>The quick brown fox jumps over the lazy dog.</p>
<p>The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog.</p>
<p>The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog.</p>
</article>
<article>
<h2>pre element</h2>
<pre>The quick brown fox jumps over the lazy dog.
The quick brown fox jumps over the lazy dog.
The quick brown fox jumps over the lazy dog.</pre>
</article>
<article>
<h2>blockquote element</h2>
<blockquote>
<p>The quick brown fox jumps over the lazy dog.</p>
<p>The quick brown fox jumps over the lazy dog.</p>
</blockquote>
<blockquote>
The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog.
</blockquote>
</article>
<article>
<h2>ordered list</h2>
<ol>
<li>list item level 1</li>
<li>list item level 1
<ol>
<li>list item level 2</li>
<li>list item level 2
<ol>
<li>list item level 3</li>
<li>list item level 3</li>
</ol>
</li>
<li>list item level 2</li>
<li>list item level 2</li>
</ol>
</li>
<li>list item level 1</li>
</ol>
</article>
<article>
<h2>unordered list</h2>
<ul>
<li>list item level 1</li>
<li>list item level 1
<ul>
<li>list item level 2</li>
<li>list item level 2
<ul>
<li>list item level 3</li>
<li>list item level 3</li>
</ul>
</li>
<li>list item level 2</li>
<li>list item level 2</li>
</ul>
</li>
<li>list item level 1</li>
</ul>
</article>
<article>
<h2>description list</h2>
<dl>
<dt>description name 1</dt>
<dd>description value 1</dd>
<dt>description name 2</dt>
<dd>description value 2</dd>
<dd>description value 2</dd>
</dl>
</article>
<article>
<h2>figure</h2>
<figure>
<img src="http://i01.c.aliimg.com/images/logo/logo.png" alt="logo"/>
<figcaption>figcaption element</figcaption>
</figure>
</article>
<article>
<h1>Tabular data</h1>
<table summary="table element">
<caption>caption element</caption>
<thead>
<tr>
<th>thead th element</th>
<th>thead th element</th>
<th>thead th element</th>
</tr>
</thead>
<tfoot>
<tr>
<th>tfoot th element</th>
<th>tfoot th element</th>
<th>tfoot th element</th>
</tr>
</tfoot>
<tbody>
<tr>
<td>tbody td element</td>
<td>tbody td element</td>
<td>tbody td element</td>
</tr>
<tr>
<td>tbody td element</td>
<td>tbody td element</td>
<td>tbody td element</td>
</tr>
</tbody>
</table>
</article>
<article>
<h1>embedded content</h1>
<h2>img element</h2>
<img src="http://i01.c.aliimg.com/images/logo/logo.png" alt="image alt"/>
<h2>iframe element</h2>
<iframe src="http://la/"></iframe>
</article>
<article data-layout="no-footer">
<div class="build">
<p>this is p</p>
<p>this is p</p>
</div>
</article>
<article class="end" data-layout="no-footer">
<hgroup>
<h1>Thx</h1>
</hgroup>
</article>
</section>
<section class="layouts">
<article data-name="default">
<footer>
<div class="title"><a href="http://slides.edgar.im/">Slide Title</a></div>
<address class="author">twitter <a href="http://twitter.com/edgarhoo">@edgarhoo</a></address>
</footer>
</article>
<article data-name="no-footer"></article>
</section>
</body>
</html>