-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
203 lines (183 loc) · 8.1 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
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
<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title></title>
<meta name="description" content="presentr Template">
<meta name="author" content="Olaf Horstmann">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/slides.css">
<script src="js/libs/modernizr-2.5.3.min.js"></script>
</head>
<body class="presentation">
<img src="img/background.jpg" style="width:100%; height:100%; position:absolute; z-index:-5; top:0px; left:0px;">
<div id="main" role="main">
<!-- ############################################################################################################ -->
<!-- ############################################ PROGRESS INDICATOR ############################################ -->
<div class="progress">
<div style="width:100%;
background-image: linear-gradient(left bottom, rgb(31,29,33) 0%, rgb(0,153,219) 50%, rgb(160,188,48) 100%);
background-image: -o-linear-gradient(left bottom, rgb(31,29,33) 0%, rgb(0,153,219) 50%, rgb(160,188,48) 100%);
background-image: -moz-linear-gradient(left bottom, rgb(31,29,33) 0%, rgb(0,153,219) 50%, rgb(160,188,48) 100%);
background-image: -webkit-linear-gradient(left bottom, rgb(31,29,33) 0%, rgb(0,153,219) 50%, rgb(160,188,48) 100%);
background-image: -ms-linear-gradient(left bottom, rgb(31,29,33) 0%, rgb(0,153,219) 50%, rgb(160,188,48) 100%);
background-image: -webkit-gradient(
linear,
left bottom,
right top,
color-stop(0, rgb(31,29,33)),
color-stop(0.5, rgb(0,153,219)),
color-stop(1, rgb(160,188,48))
);">
</div>
</div>
<div class="progresspointer"></div>
<!-- ############################################################################################################ -->
<!-- ################################################## SLIDES ################################################## -->
<div id="slidesContainer">
<div class='innerSlide'>
<div style="width: 70%; text-align: center; margin-top: 20%; margin-left: 15%;">
<h1>presentr html5 Template</h1>
<hr>
<h2 style="font-weight:normal;">Olaf Panda, About presentr</h2>
<br><br>
<div style="position: relative; width: 100%;">
<div style="position:absolute; width:100%; height: 100px; background:#ffffff; opacity:0.4"></div>
<div style="position:absolute; width:100%;">
<img src="img/logo.png" alt="Logo" style="height: 90px; margin-top: 5px;">
</div>
</div>
</div>
</div>
<div class='innerSlide' id="agenda">
<h1>Agenda</h1>
<ul>
<li>Part I</li>
<ul>
<li>Basic examples</li>
<li>More examples</li>
</ul>
<li>Part II</li>
<ul>
<li>Some advanced stuff</li>
<li>Thank you</li>
</ul>
</ul>
</div>
<!-- ####################################################################################################### -->
<!-- ############################################## Part I ################################################# -->
<div class='innerSlide'>
<div style="width: 70%; text-align: center; margin-top: 20%; margin-left: 15%;">
<h1>Part I</h1>
<hr>
<h2 style="font-weight:normal;">basic examples</h2>
</div>
</div>
<div class='innerSlide'>
<div class='note'>This is slide 1, it contains the basic functions</div>
<h1>Using presentr</h1>
<ul>
<li>Mouse left & Arrow right = forward</li>
<li>Mouse right & Arrow left = backward</li>
</ul>
</div>
<div class='innerSlide' data-ignoreMouse="true">
<div class='note'>This is slide 2, the mouse is ignored</div>
<h1>No mouse here!</h1>
<ul>
<li>the mouse-buttons are ignored on this slide</li>
<li>so you can use the mouse to interact with the content</li>
<li>this can be done using data-ignoreMouse="true" on the .innerSlide</li>
</ul>
</div>
<div class='innerSlide'>
<div class='note'>Just put notes in a div with the class "note" and they will be displayed in the presentr-Mode.</div>
<h1>Make bullets appear</h1>
<ul>
<li class="subSlide">you can hide anything you want</li>
<li class="subSlide">and have it apprear on click/arrow</li>
<li class="subSlide">just set class="subSlide"</li>
</ul>
</div>
<!-- ###################################################################################################### -->
<!-- ############################################# Part II ################################################ -->
<div class='innerSlide'>
<div style="width: 70%; text-align: center; margin-top: 20%; margin-left: 15%;">
<h1>Part II</h1>
<hr>
<h2 style="font-weight:normal;">more examples</h2>
</div>
</div>
<div class='innerSlide'>
<h1>Some Images</h1>
<hr style="margin-bottom: 5%;">
<div style="position: absolute; width: 100%; height: 100%">
<img class="shadow" src="img/1.jpg" style="width: 25%; margin-left: 5%; margin-bottom: 5%;">
<img class="shadow" src="img/2.jpg" style="width: 25%; margin-left: 5%; margin-bottom: 5%;">
<img class="shadow" src="img/3.jpg" style="width: 25%; margin-left: 5%; margin-bottom: 5%;">
<img class="shadow" src="img/3.jpg" style="width: 25%; margin-left: 5%;">
<img class="shadow" src="img/1.jpg" style="width: 25%; margin-left: 5%;">
<img class="shadow" src="img/2.jpg" style="width: 25%; margin-left: 5%;">
</div>
</div>
<div class='innerSlide'>
<h1>Slideshow</h1>
<hr style="margin-bottom: 5%;">
<img class="shadow" src="img/1.jpg" style="position: absolute; width: 80%; left: 10%">
<img class="subSlide" src="img/2.jpg" style="position: absolute; width: 80%; left: 10%">
<img class="subSlide" src="img/3.jpg" style="position: absolute; width: 80%; left: 10%">
<img class="subSlide" src="img/1.jpg" style="position: absolute; width: 80%; left: 10%">
<img class="subSlide" src="img/2.jpg" style="position: absolute; width: 80%; left: 10%">
<img class="subSlide" src="img/3.jpg" style="position: absolute; width: 80%; left: 10%">
<div style="clear: both;"></div>
</div>
<div class='innerSlide'>
<p class="size2">iframe</p>
<iframe class="shadow" src="http://vimeo.com/"></iframe>
</div>
<div class='innerSlide'>
<br><br><br><br>
<div class="size2-4" style="float: left; width: 45%; text-align: right; margin-left: 2.5%;">
pro<hr>
anyone can view it<br>
put it online in a second<br>
free&open source<br>
no need for office or keynote<br>
use iframes for showing projects<br>
implement flash/js demos<br>
nice ←
</div>
<div class="size2-4" style="float: left; width: 45%; margin-left: 5%;">
contra<hr>
some knowlege of html/css needed<br>
</div>
</div>
<!-- ###################################################################################################### -->
<!-- ############################################### fin ################################################## -->
<div class='innerSlide'>
<div style="width: 70%; text-align: center; margin-top: 20%; margin-left: 15%;">
<h1>thank you</h1>
<hr>
<p class="size3" style="font-weight:normal;">hope to see you using presentr soon!</h2>
<div style="margin-bottom: 15%;"></div>
<div>
<p>presentation made for <img src="img/HTML5_Logo_128.png" alt="Logo HTML5" style="width: 25%;">with presentr-template</p>
<p><a href="http://github.com/olsn/presentr">github.com/olsn/presentr</a></p>
</div>
</div>
</div>
</div>
<!-- ################################################ END SLIDES ################################################ -->
<!-- ############################################################################################################ -->
</div>
<script src="js/libs/jquery-1.7.1.min.js"></script>
<script src="js/libs/jquery.address-1.4.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/script.js"></script>
</body>
</html>