-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
273 lines (232 loc) · 10.9 KB
/
Copy pathindex.html
File metadata and controls
273 lines (232 loc) · 10.9 KB
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
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Demo: A Fullscreen Slideshow using Skrollr.js</title>
<meta name="description" content="Learn how to create a fullscreen slideshow for your scrolling website.">
<link rel="author" href="https://plus.google.com/u/0/109859280204979591787/about"/>
<!--iOS -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--Bootstrap-->
<link rel="stylesheet" href="bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="css/bootstrap-social.css">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<script src="js/vendor/modernizr-2.6.2.min.js"></script>
<link rel="stylesheet" href="css/footer-distributed.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
</head>
<body>
<!--[if lt IE 7]>
<p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p>
<![endif]-->
<!-- Demo content -->
<div id="page-content">
<!-Header-->
<nav class="navbar navbar-default navbar-fixed-top navbar-inverse">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">Brand</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li class="active"><a href="#slide-1">Home <span class="sr-only">(current)</span></a></li>
<li><a c href="#slide-2">Basic Information</a></li>
<li><a href="#slide-3">Specific Information</a></li>
<li><a href="#slide-4">Contact Information</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="">About Us</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
<!--Slides-->
<div id="slides-container">
<div id="slides"
data-0="transform:translate(0%,0%);"
data-150p="transform:translate(0%,-50%);"
data-200p=""
data-300p="transform:translate(-50%,-50%);"
data-350p=""
data-450p="transform:translate(-50%,0%);"
>
<div id="slide-1" class="slide">
<div class="row">
<div class="col-xs-6 col-md-4"></div>
<div class="col-xs-6 col-md-4">
<div class="caption"
data-40p="opacity: 1; transform:translate(0px,0px);"
data-70p="opacity: 0; transform:translate(0px,-100%);"
data-anchor-target="#helper"
>
<img id="logo" alt="Logo" src="img/MainLogo.jpg">
<pre> You <em>DREAM</em> It We <em>THEME</em> It</pre>
</div>
</div>
<div class="col-xs-6 col-md-4"></div>
</div>
</div>
<div id="slide-2" class="slide">
<div class="caption"
data-130p="opacity: 0; transform:translate(0px,-200%);"
data-180p="opacity: 1; transform:translate(0px,0px);"
data-250p=""
data-280p="opacity: 0; transform:translate(-100px,0px);"
data-anchor-target="#helper"
>
<h2 id="s1">Basic Information</h2>
<form>
<div class="form-group">
<label for="formGroupExampleInput">Event Name</label>
<input type="text" class="form-control" id="formGroupExampleInput" placeholder="HACKTREK" >
</div>
<div class="form-group">
<label for="formGroupExampleInput">Event Start Date And Time</label>
<input type="datetime-local" class="form-control" id="formGroupExampleInput" placeholder="HACKTREK" >
</div>
<div class="form-group">
<label for="formGroupExampleInput">Event End Date And Time</label>
<input type="datetime-local" class="form-control" id="formGroupExampleInput" placeholder="HACKTREK" >
</div>
<div class="form-group">
<label for="formGroupExampleInput2">Tagline</label>
<input type="text" class="form-control" id="formGroupExampleInput2" placeholder="HACK TO WIN">
</div>
<div class="form-group" runat="server">
<label for="exampleInputFile">File input</label>
<input type="file" class="form-control-file" id="exampleInputFile" aria-describedby="fileHelp">
<img id="blah" src="#" alt="your image" />
</div>
</form>
</div>
</div>
<div id="slide-3" class="slide">
<div class="caption"
data-250p="opacity: 0; transform:translate(300px,0px);"
data-300p="opacity: 1; transform:translate(0px,0px);"
data-anchor-target="#helper"
>
<h2>Specific Information</h2>
<form>
<div class="form-group">
<label for="exampleTextarea">Event Description</label>
<textarea class="form-control" id="exampleTextarea" rows="2"></textarea>
</div>
<div class="form-group">
<label>Event Theme</label>
<div class="form-check">
<label class="form-check-label">
<input type="radio" class="form-check-input" name="optionsRadios" id="optionsRadios1" value="option1" checked>
Party
</label>
<label class="form-check-label">
<input type="radio" class="form-check-input" name="optionsRadios" id="optionsRadios1" value="option2">
Hackathon
</label>
<label class="form-check-label">
<input type="radio" class="form-check-input" name="optionsRadios" id="optionsRadios1" value="option3">
Birthday Party
</label>
</div>
</div>
<div class="form-group">
<label for="formGroupExampleInput">Event 1</label>
<input type="text" class="form-control" id="formGroupExampleInput" placeholder="HACKTREK" >
</div>
<div class="form-group">
<label for="formGroupExampleInput">Event 2</label>
<input type="text" class="form-control" id="formGroupExampleInput" placeholder="HACKTREK" >
</div>
<div class="form-group">
<label for="formGroupExampleInput">Event 3</label>
<input type="text" class="form-control" id="formGroupExampleInput" placeholder="HACKTREK" >
</div>
<div class="form-group">
<label for="formGroupExampleInput">Event 4</label>
<input type="text" class="form-control" id="formGroupExampleInput" placeholder="HACKTREK" >
</div>
</div>
</div>
<div id="slide-4" class="slide">
<div class="caption"
data-430p="opacity: 0;"
data-450p="opacity: 1;"
data-anchor-target="#helper"
>
<h2>Contact Information</h2>
<form>
<div class="form-group">
<label for="formGroupExampleInput">Organiser Name</label>
<input type="text" class="form-control" id="formGroupExampleInput" placeholder="HACKTREK" >
</div>
<div class="form-group">
<label for="formGroupExampleInput">Organiser Contact Number</label>
<input type="text" class="form-control" id="formGroupExampleInput" placeholder="HACKTREK" >
</div>
<div class="form-group">
<label for="formGroupExampleInput">Event Location</label>
<input type="text" class="form-control" id="formGroupExampleInput" placeholder="HACKTREK" >
</div>
<button type="submit" class="btn btn-primary">Submit</button>
<div id="parent">
<footer class="footer-distributed">
<div class="footer-right">
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-linkedin"></i></a>
<a href="#"><i class="fa fa-github"></i></a>
</div>
<div class="footer-left">
<p class="footer-links">
<a href="#">Home</a>
·
<a href="#">Blog</a>
·
<a href="#">Pricing</a>
·
<a href="#">About</a>
·
<a href="#">Faq</a>
·
<a href="#">Contact</a>
</p>
<p>Company Name © 2015</p>
</div>
</footer>
</div>
</div>
</div>
</div>
</div>
<div id="helper">
<div class="marker red"></div>
<div class="marker green"></div>
<div class="marker blue"></div>
<div class="marker yellow"></div>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.1.1.min.js" integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8=" crossorigin="anonymous"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="bootstrap/js/bootstrap.min.js"></script>
<script src="js/preview.js" type="javascript">
</script>
<!-- Include Skrollr.js -->
<script src="js/skrollr.min.js"></script>
<script type="text/javascript">
var s = skrollr.init();
</script>
</body>
</html>