-
Notifications
You must be signed in to change notification settings - Fork 0
/
test.html
43 lines (38 loc) · 1.25 KB
/
test.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Bespoke.js – The DIY Presentation Micro-Framework</title>
<link rel="stylesheet" href="css/cube.css">
</head>
<body>
<article id="presentation">
<section>
<h1>Cube</h1>
<h2>bespoke-theme-cube</h2>
<hr>
<h3>By <a href="https://github.com/markdalgleish">@markdalgleish</a></h3>
</section>
<section>
<h2 class="bullet">Paragraph</h2>
<p class="bullet">In eu diam sed mi blandit pulvinar.</p>
</section>
<section>
<h2 class="bullet">Unordered List</h2>
<ul>
<li>In eu diam sed mi blandit pulvinar.</li>
<li>Etiam hendrerit nunc ut tortor interdum faucibus.</li>
<li>Nulla eget nibh et enim sagittis dictum.</li>
</ul>
</section>
<section data-bespoke-backdrop="emphatic">
<h1>Emphatic Slide</h1>
<h3>Powered by <a href="https://github.com/bespokejs/bespoke-backdrop">bespoke-backdrop</a></h3>
</section>
<section>
<h1 class="bullet">Enjoy <span class="bullet">:)</span></h1>
</section>
</article>
<script src="js/bespoke.cube.bundle.js"></script>
</body>
</html>