forked from PHLAK/presentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
82 lines (67 loc) · 2.47 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!DOCTYPE html>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>Presentation Template</title>
<link rel="stylesheet" href="dist/deck.css">
<div class="reveal">
<div class="slides">
<section>
<h1 class="mb-8">
Presentation Template
</h1>
<p>
Test template; please ignore
</p>
</section>
<section>
<div class="flex justify-between items-center">
<div class="w-64 fragment" data-fragment-index="1">
<img src="images/octocat.png" alt="Octocat" class="w-full">
</div>
<div class="w-2/5">
<img src="images/chris.jpg" alt="Chris Kankiewicz" class="rounded-full shdow w-full" >
</div>
<div class="w-64 fragment" data-fragment-index="2">
<img src="images/twitter.svg" alt="Twitter" class="w-full">
</div>
</div>
<div class="flex justify-between items-center">
<p class="w-64 fragment" data-fragment-index="1">PHLAK</p>
<h2 class="w-2/5">Chris Kankiewicz</h2>
<p class="w-64 fragment" data-fragment-index="2">@PHLAK</p>
</div>
</section>
<section>
<section>
<h1>Section One</h1>
</section>
<section>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit.
Delectus soluta ratione possimus dolorum neque, nihil, sint
dolor iusto ullam omnis asperiores recusandae labore.
Cupiditate repudiandae, rem aliquid dolores perferendis
voluptates.
</p>
</section>
</section>
<section>
<section>
<h1>References</h1>
</section>
<section >
<p>
<a href="https://revealjs.com" target="_blank">
https://revealjs.com
</a>
</p>
<p>
<a href="https://tailwindcss.com" target="_blank">
https://tailwindcss.com
</a>
</p>
</section>
</section>
</div>
</div>
<script src="dist/deck.js"></script>