-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·379 lines (323 loc) · 14.9 KB
/
index.html
File metadata and controls
executable file
·379 lines (323 loc) · 14.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
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
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<meta name="description" content="" />
<meta name="author" content="" />
<link rel="shortcut icon" href="assets/img/logo.jpg" type="image/x-icon" />
<!--[if IE]>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<![endif]-->
<title>Makereal Labs 交大創客俱樂部</title>
<!-- BOOTSTRAP CORE STYLE CSS -->
<link href="assets/css/bootstrap.css" rel="stylesheet" />
<!-- Font-Awesome Icons Styles -->
<link href="assets/css/font-awesome.css" rel="stylesheet" />
<!-- Pretty Photo For PopUp Styles -->
<link href="assets/css/prettyPhoto.css" rel="stylesheet" />
<!-- CUSTOM STYLE CSS -->
<link href="assets/css/custom.css" rel="stylesheet" />
<!-- GOOGLE FONT -->
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css' />
</head>
<body>
<div id="nav-wrapper">
<div class="navbar navbar-inverse">
<div class="container">
<div class="navbar-header ">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#"><img src="assets/img/makereal.png" alt="" /></a>
</div>
<div class="navbar-collapse collapse move-me">
<ul class="nav navbar-nav navbar-right">
<li><a href="#home-sec">Home</a></li>
<li><a href="#services-sec">Services</a></li>
<li><a href="#gallery-sec">Portfolio</a></li>
<li><a href="#price-sec">Pricing</a></li>
<li><a href="#contact-sec">Contact</a></li>
</ul>
</div>
</div>
</div>
</div>
<!-- NAVBAR SECTION END-->
<section id="home-sec" class="player" data-property="{videoURL:'https://www.youtube.com/watch?v=Ycv5fNd4AeM',containment:'self',autoPlay:true, mute:true, startAt:0, opacity:1,mute: true,showControls:false}" >
<!-- change https://www.youtube.com/watch?v=Ycv5fNd4AeM to your youtube url-->
<div class="overlay" >
<div class="container" >
<div class="row text-center">
<div class="col-md-12">
<h1>交大創客俱樂部</h1>
<h2>Makereal Labs</h2>
<h4>We make it REAL!</h4>
</div>
</div>
</div>
</div>
</section>
<!-- HOME/VEDIO SECTION END-->
<section id="shop-sec">
<div class="container basic-set">
<div id="carousel-example-generic" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li>
<li data-target="#carousel-example-generic" data-slide-to="1"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div id="carousel-item-1" class="item active">
<!-- <img class="img-responsive" src="assets/img/item1.jpg" alt="..."> -->
<div class="carousel-caption">
<h3>熊熊</h3>
<p>Yoooo</p>
</div>
</div>
<div id="carousel-item-2" class="item">
<!-- <img class="img-responsive" src="assets/img/item2.jpg" alt="..."> -->
<div class="carousel-caption">
<h3>蜘蛛</h3>
<p>Yoooooooo</p>
</div>
</div>
</div>
<!-- Controls -->
<a class="left carousel-control" href="#carousel-example-generic" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#carousel-example-generic" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</section>
<section id="services-sec">
<div class="container basic-set" >
<div class="row text-center">
<div class="col-md-12">
<h3 class="head-line"><span >//</span> Services <span > +</span> </h3>
</div>
</div>
<div class="row" >
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-12">
<div class="txt-block">
<i class="fa fa-plug fa-4x"></i>
<h3>Responsive Design</h3>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sagittis felis dolor vitae.
</p>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-12">
<div class="txt-block">
<i class="fa fa-toggle-on fa-4x"></i>
<h3>Free To Download</h3>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sagittis felis dolor vitae.
</p>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-12">
<div class="txt-block">
<i class="fa fa-paint-brush fa-4x"></i>
<h3>Multipurpose & Multipager</h3>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sagittis felis dolor vitae.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- SERVICES SECTION END-->
<section id="Just-text" >
<div class="container mid-txt" >
<div class="row text-center">
<div class="col-md-12">
Awesome Design With Video Background
<h5>Cnsectetur adipiscing elit nsectetur adipiscing elit</h5>
</div>
</div>
</div>
</section>
<!-- JUST TEXT SECTION END-->
<section id="gallery-sec" >
<div class="container basic-set" >
<div class="row text-center">
<div class="col-md-12">
<h3 class="head-line" style="padding-bottom:10px;"><span >//</span> Portfolio <span > +</span> </h3>
</div>
</div>
<div id="port-folio" >
<div class="row ">
<ul id="filters">
<li><span class="filter active" data-filter="HTML BOOTSTRAP WORDPRESS">All </span></li>
<li><span class="filter">/</span></li>
<li><span class="filter" data-filter="HTML">HTML</span></li>
<li><span class="filter">/</span></li>
<li><span class="filter" data-filter="BOOTSTRAP">BOOTSTRAP</span></li>
<li><span class="filter">/</span></li>
<li><span class="filter" data-filter="WORDPRESS">WORDPRESS</span></li>
</ul>
<div class="col-md-4 " style=" ">
<div class="portfolio-item BOOTSTRAP mix_all" data-cat="BOOTSTRAP" style=" display: inline-block; opacity: 1;">
<img src="assets/img/portfolio/a.jpg" class="img-responsive " alt="" />
<div class="overlay">
<p>
<small>
Image Orinagal Size: 750x500
</small>
</p>
<a class="preview btn btn-primary black-btn" title="Image Title Here" href="assets/img/portfolio/a.jpg" >VIEW <i class="fa fa-ioxhost"></i> PROJCET</a>
</div>
</div>
</div>
<div class="col-md-4 " style=" ">
<div class="portfolio-item HTML mix_all" data-cat="HTML" style=" display: inline-block; opacity: 1;">
<img src="assets/img/portfolio/b.jpg" class="img-responsive " alt="" />
<div class="overlay">
<p>
<small>
Image Orinagal Size: 750x500
</small>
</p>
<a class="preview btn btn-primary black-btn" title="Image Title Here" href="assets/img/portfolio/b.jpg" >VIEW <i class="fa fa-ioxhost"></i> PROJCET</a>
</div>
</div>
</div>
<div class="col-md-4 " style=" ">
<div class="portfolio-item WORDPRESS mix_all" data-cat="WORDPRESS" style=" display: inline-block; opacity: 1;">
<img src="assets/img/portfolio/c.jpg" class="img-responsive " alt="" />
<div class="overlay">
<p>
<small>
Image Orinagal Size: 750x500
</small>
</p>
<a class="preview btn btn-primary black-btn" title="Image Title Here" href="assets/img/portfolio/c.jpg" >VIEW <i class="fa fa-ioxhost"></i> PROJCET</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- GALLERY/PORTFOLIO SECTION END-->
<section id="price-sec" >
<div class="container basic-set">
<div class="row text-center">
<div class="col-md-12">
<h3 class="head-line"><span >//</span> Pricing <span > +</span> </h3>
</div>
</div>
<div class="row ">
<div class="col-md-6">
<div class="price-div" >
<ul class="media-list">
<li class="media">
<span class="pull-left price-cls" >
199 <i class="fa fa-dollar"></i>
</span>
<div class="media-body">
<h3 class="media-heading" >Description</h3>
<p>
Donec sit amet ligula enim. Duis vel condimentum massa.
</p>
<a href="#" class="btn btn-primary black-btn btn-lg" >GET NOW</a>
</div>
</li>
</ul>
</div>
</div>
<div class="col-md-6">
<div class="price-div" >
<ul class="media-list">
<li class="media">
<span class="pull-left price-cls" >
399 <i class="fa fa-dollar"></i>
</span>
<div class="media-body">
<h3 class="media-heading" >Description</h3>
<p>
Donec sit amet ligula enim. Duis vel condimentum massa.
</p>
<a href="#" class="btn btn-primary black-btn btn-lg" >GET NOW</a>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- PRICING SECTION END-->
<section id="contact-sec" >
<div class="overlay">
<div class="container basic-set">
<div class="row " >
<div class="col-md-4 col-sm-4" >
<h3>OUR LOCATION</h3>
<br />
<h4>29th Street, New Lane way,</h4>
<h4>New Horizonas Appartment,</h4>
<h4>United States.</h4>
<br />
<strong>E-mail :</strong> info@yourdomain.com
<br /><br />
<strong>Call :</strong> +23- 908-897-430
</div>
<div class="col-md-4 col-sm-4">
<h3>WE ARE SOCIAL</h3>
<div class="social">
<a href="#" style="background-color:#3b5998;"><i class="fa fa-facebook-square " ></i> Facebook </a>
<a href="#" style="background-color:#db4b39;"><i class="fa fa-google-plus-square " ></i> Google + </a>
<a href="#" style="background-color:#55acee;"><i class="fa fa-twitter-square " ></i> Twitter </a>
</div>
<h6> Design by <a href="http://www.binarytheme.com/" target="_blank" style="color:#fff;">binarytheme.com</a></h6>
</div>
<div class="col-md-4 col-sm-4 subscribe" >
<h2 >SUBSCRIBE HERE</h2>
<br />
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Curabitur nec nisl odio.
</p>
<hr />
<br />
<div class="form-group">
<input type="text" placeholder="Enter Your Email Here" class="form-control" />
<br />
<a href="#" class="btn btn-primary btn-lg btn-block black-btn" >CLICK TO SUBSCRIBE </a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- CONTACT SECTION END-->
<!-- JAVASCRIPT FILES PLACED AT THE BOTTOM TO REDUCE THE LOADING TIME -->
<!-- CORE JQUERY -->
<script src="assets/js/jquery-1.11.1.js"></script>
<!-- BOOTSTRAP SCRIPTS -->
<script src="assets/js/bootstrap.js"></script>
<!-- EASING SCROLL SCRIPTS PLUGIN -->
<script src="assets/js/jquery.easing.min.js"></script>
<!-- VEDIO SCRIPT SCRIPTS -->
<script src="assets/js/jquery.mb.YTPlayer.js"></script>
<!-- PRETTY PHOTO SCRIPTS -->
<script src="assets/js/jquery.prettyPhoto.js"></script>
<!-- PORTFOLIO FILTER SCRIPTS -->
<script src="assets/js/jquery.mixitup.min.js"></script>
<!--SCRIPT FOR NICE LOOKING SCROLLBAR -->
<script src="assets/js/jquery.nicescroll.min.js"></script>
<!-- CUSTOM SCRIPTS -->
<script src="assets/js/custom.js"></script>
</body>
</html>