-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
340 lines (316 loc) · 15.7 KB
/
index.html
File metadata and controls
340 lines (316 loc) · 15.7 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
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
<!DOCTYPE html>
<html class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>IVRI Contest 2016 </title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<!-- Fonts -->
<!-- Lato -->
<link href='https://fonts.googleapis.com/css?family=Lato:400,300,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css">
<!-- CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/owl.carousel.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/main.css">
<!-- Responsive Stylesheet -->
<link rel="stylesheet" href="css/responsive.css">
</head>
<body id="body">
<div id="preloader">
<div class="book">
<div class="book__page"></div>
<div class="book__page"></div>
<div class="book__page"></div>
</div>
</div>
<!--
Header start
==================== -->
<div class="navbar-default navbar-fixed-top" id="navigation">
<div class="container">
<!-- 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="#navbar">
<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="#">
<img class="logo-1" src="images/logo.png" alt="LOGO">
<img class="logo-2" src="images/logo-2.png" alt="LOGO">
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<nav class="collapse navbar-collapse" id="navbar">
<ul class="nav navbar-nav navbar-right" id="top-nav">
<li class="current"><a href="#body">Home</a></li>
<li><a href="#about_comp">About Competition</a></li>
<li><a href="#schedule">Time Schedule</a></li>
<li><a href="#about">About Us</a></li>
<li><a href="#register">Register</a></li>
</ul>
</nav><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</div>
<section id="hero-area">
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="block">
<h1 class="wow fadeInDown">International Virtual Robot Competition - 2016</h1>
<p class="wow fadeInDown" data-wow-delay="0.3s">You can register your team for free after the registeration is opened.</p>
<div class="wow fadeInDown" data-wow-delay="0.3s">
<a class="btn btn-default btn-home" href="#register" role="button">Register</a>
</div>
</div>
</div>
<div class="col-md-6 wow zoomIn">
<div class="block">
<div class="counter text-center">
<ul id="countdown_dashboard">
<li>
<div class="dash days_dash">
<div class="digit">0</div>
<div class="digit">0</div>
<div class="digit">0</div>
<span class="dash_title">Days</span>
</div>
</li>
<li>
<div class="dash hours_dash">
<div class="digit">0</div>
<div class="digit">0</div>
<span class="dash_title">Hours</span>
</div>
</li>
<li>
<div class="dash minutes_dash">
<div class="digit">0</div>
<div class="digit">0</div>
<span class="dash_title">Minutes</span>
</div>
</li>
<li>
<div class="dash seconds_dash">
<div class="digit">0</div>
<div class="digit">0</div>
<span class="dash_title">Seconds</span>
</div>
</li>
</ul>
</div>
</div>
</div>
</div><!-- .row close -->
</div><!-- .container close -->
</section><!-- header close -->
<!--
About Competition start
==================== -->
<section id="about_comp" class="section">
<div class="container">
<div class="row">
<div class="col-md-7 col-sm-12 wow fadeInLeft">
<div class="sub-heading">
<h3>About Competition</h3>
</div>
<div class="block">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ulla-mco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in</p>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Neque, aspernatur.
</p>
</div>
</div>
<div class="col-md-5 col-sm-12 wow fadeInLeft" data-wow-delay="0.3s">
<div class="about-slider">
<div class="init-slider">
<div class="about-item">
<img src="images/about/1.jpg" alt="" class="img-responsive">
</div>
<div class="about-item">
<img src="images/about/2.jpg" alt="" class="img-responsive">
</div>
<div class="about-item">
<img src="images/about/3.jpg" alt="" class="img-responsive">
</div>
</div>
</div>
</div>
</div>
</div>
</section><!-- #about close -->
<!--
About start
==================== -->
<!--
Service start
==================== -->
<section id="schedule" class="section">
<div class="container">
<div class="row">
<div class="heading wow fadeInUp">
<h2>Time Schedule</h2>
<p>Time schedule is like below <br></p>
</div>
<div class="col-sm-6 col-md-3 wow fadeInLeft">
<div class="service">
<div class="icon-box">
<span class="icon">
<i class="ion-android-desktop"></i>
</span>
</div>
<div class="caption">
<h3>14 October</h3>
<p>Registeration Opens</p>
</div>
</div>
</div>
<div class="col-sm-6 col-md-3 wow fadeInLeft" data-wow-delay="0.3s">
<div class="service">
<div class="icon-box">
<span class="icon">
<i class="ion-speedometer"></i>
</span>
</div>
<div class="caption">
<h3>Speed Optimized</h3>
<p>Lorem ipsum dolor sit amet, con-sectetur adipisicing elit, sed do eiusmod tempor incididunt ut</p>
</div>
</div>
</div>
<div class="col-sm-6 col-md-3 wow fadeInLeft" data-wow-delay="0.6s">
<div class="service">
<div class="icon-box">
<span class="icon">
<i class="ion-ios-infinite-outline"></i>
</span>
</div>
<div class="caption">
<h3>Tons of Feature</h3>
<p>Lorem ipsum dolor sit amet, con-sectetur adipisicing elit, sed do eiusmod tempor incididunt ut</p>
</div>
</div>
</div>
<div class="col-sm-6 col-md-3 wow fadeInLeft" data-wow-delay="0.9s">
<div class="service">
<div class="icon-box">
<span class="icon">
<i class="ion-ios-cloud-outline"></i>
</span>
</div>
<div class="caption">
<h3>Cloud Option</h3>
<p>Lorem ipsum dolor sit amet, con-sectetur adipisicing elit, sed do eiusmod tempor incididunt ut</p>
</div>
</div>
</div>
</div>
</div><!-- .container close -->
</section><!-- #service close -->
<section id="about" class="section">
<div class="container">
<div class="row">
<div class="col-md-12 wow text-center">
<div class="block">
<h2>This competition is held by ....(ABout US, FAQ, Forum?)</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod</p>
<div class="form-group">
<input type="text" class="form-control" placeholder="Enter Your Email Address">
<button class="btn btn-default btn-submit" type="submit">Get Notified</button>
</div>
</div>
</div>
</div>
</div>
</section><!-- #call-to-action close -->
<!--
Contact start
==================== -->
<section id="contact" class="section">
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12">
<div class="block">
<div class="heading wow fadeInUp">
<h2>Get In Touch</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et <br> dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex</p>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-12 col-md-5 wow fadeInUp">
<div class="block text-left">
<div class="sub-heading">
<h4>Contact Address</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Amet quos maxime voluptate doloribus, voluptatum nemo vel ipsa in eligendi, ullam. Ducimus consequuntur labore error hic.</p>
</div>
<address class="address">
<hr>
<p>Dhanmondi 32,<br> Dhaka,<br> Bangladesh</p>
<hr>
<p><strong>E:</strong> hello@foundry.net<br>
<strong>P:</strong> +614 3948 2726</p>
</address>
</div>
</div>
<div class="col-xs-12 col-sm-12 col-md-5 col-md-offset-1 wow fadeInUp" data-wow-delay="0.3s">
<div class="form-group">
<form action="#" method="post" id="contact-form">
<div class="input-field">
<input type="text" class="form-control" placeholder="Your Name" name="name">
</div>
<div class="input-field">
<input type="email" class="form-control" placeholder="Email Address" name="email">
</div>
<div class="input-field">
<textarea class="form-control" placeholder="Your Message" rows="3" name="message"></textarea>
</div>
<button class="btn btn-send" type="submit">Send me</button>
</form>
<div id="success">
<p>Your Message was sent successfully</p>
</div>
<div id="error">
<p>Your Message was not sent successfully</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section clas="wow fadeInUp">
<div class="map-wrapper">
</div>
</section>
<footer>
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="block">
<p>Copyright © <a href="http://www.Themefisher.com">Themefisher</a>| All right reserved.</p>
</div>
</div>
</div>
</div>
</footer>
<!-- Js -->
<script src="js/vendor/modernizr-2.6.2.min.js"></script>
<script src="js/vendor/jquery-1.10.2.min.js"></script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyDYf7Wby8vxq7G5fKXYKXZ_scByL2gc_1o"></script>
<script src="js/jquery.lwtCountdown-1.0.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.validate.min.js"></script>
<script src="js/jquery.form.js"></script>
<script src="js/jquery.nav.js"></script>
<script src="js/jquery.sticky.js"></script>
<script src="js/plugins.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>