-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.minima2.html
51 lines (44 loc) · 1.34 KB
/
test.minima2.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Bespoke.js – The DIY Presentation Micro-Framework</title>
<!-- <link rel="stylesheet" href="css/minima2.css">
-->
<link rel="stylesheet" href="css/test/100percent.css">
</head>
<body>
<article id="presentation" class="bespoke-parent">
<section class="bespoke-slide">
<h1>Minima v2</h1>
<h2>bespoke-theme-minima2</h2>
<hr>
<h3>By @you</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.bundle.js"></script>
-->
</body>
</html>