-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
429 lines (409 loc) · 23.5 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
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
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
<!DOCTYPE html>
<html>
<head>
<title>Rolex</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="css/bootstrap.css" rel="stylesheet" type="text/css">
<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="css/scrolling-nav.css" rel="stylesheet" type="text/css">
<link href="css/style.css" rel="stylesheet" type="text/css">
</head>
<body>
<section id="part-1" >
<nav id="nav" class="navbar navbar-fixed-top">
<div class="container">
<div class="nav-size">
<nav class="navbar-header logo-width">
<a href="index.html" class="navbar-brand"><p class="logo-title"><i class="fa fa-circle-o-notch"></i> <span>Rolex<br/><span class="ltl">Complete Landing page</span></span></p></a>
</nav>
<div class="dropdown navbar-right menu-bar-width">
<button class="nav-btn dropdown-toggle" type="button" data-toggle="dropdown"><i class="fa fa-bars"></i></button>
<ul class="dropdown-menu">
<li><a href="#">About</a></li>
<li><a href="#">Our Services</a></li>
<li><a href="#">Our Team</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
</div>
</div>
</nav>
</section>
<section id="part-2">
<div class="container text-uppercase ">
<div class="part2-content">
<h3>Build Your Website</h3>
<h2>Effortlessly</h2>
<p>we are simple builder, your new business partner</p>
</div>
</div>
</section>
<!--section 3 start-->
<section id="part-3">
<div class="container">
<div class="col-md-10 col-lg-offset-1">
<div class="row text-center">
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-12">
<i class="glyphicon glyphicon-globe"></i>
<h4>Resourceful</h4>
<p >Lorem Ipsum has been the industry's standard dummy text ever since the 1500s</p>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-12">
<i class="fa fa-connectdevelop"></i>
<h4>Powerfully</h4>
<p >Lorem Ipsum has been the industry's standard dummy text ever since the 1500s</p>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-12">
<i class="fa fa-user"></i>
<h4>User Friendly</h4>
<p >Lorem Ipsum has been the industry's standard dummy text ever since the 1500s</p>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-12">
<i class="fa fa-snowflake-o"></i>
<h4>Web Design</h4>
<p >Lorem Ipsum has been the industry's standard dummy text ever since the 1500s</p>
</div>
</div>
</div>
</div>
</section>
<!--Section 4 Start-->
<section id="part-4">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-4 col-sm-12 col-xs-12"><img src="img/Rolex2.png" class="img-responsive p4-img" alt="mobile"></div>
<div class="col-lg-4 col-md-4 col-sm-12 col-xs-12">
<div class="p4-content">
<h2 class="text-uppercase">easy to access</h2>
<p>Lorem Ipsum has been the industry's standard dummy text ever since the 1500s.</p>
<p>Lorem Ipsum has been the industry's standard dummy text ever since the 1500s.</p>
<a href="#">Read More <i class="fa fa-arrow-circle-o-right"></i></a>
</div>
</div>
</div>
</div>
</section>
<!--Section 5 Start-->
<section id="part-5">
<div class="container">
<div class=" text-center">
<h2 class="text-uppercase">our services</h2>
<p>Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>
<hr class="p5-hr">
</div>
<div class="row">
<!--Our service Left part End-->
<div class="col-lg-6 col-md-6 col-sm-12 col-sm-12">
<a href="#">
<div class="media">
<div class="media-left">
<i class="fa fa-skyatlas"></i>
</div>
<div class="media-body">
<h4 class="media-heading text-uppercase">Portfolio layouts</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
</div>
</div>
</a>
<a href="#">
<div class="media">
<div class="media-left">
<i class="fa fa-xing-square"></i>
</div>
<div class="media-body">
<h4 class="media-heading text-uppercase">Retina ready</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
</div>
</div>
</a>
<a href="#">
<div class="media">
<div class="media-left">
<i class="fa fa-lastfm"></i>
</div>
<div class="media-body">
<h4 class="media-heading text-uppercase">user friendly</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
</div>
</div>
</a>
<a href="#">
<div class="media">
<div class="media-left">
<i class="fa fa-bar-chart"></i>
</div>
<div class="media-body">
<h4 class="media-heading text-uppercase">donek gravida</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
</div>
</div>
</a>
</div>
<!--Our service Left part End-->
<!--Our service right part start-->
<div class="col-lg-6 col-md-6 col-sm-12 col-sm-12">
<a href="#">
<div class="media">
<div class="media-left">
<i class="fa fa-cogs"></i>
</div>
<div class="media-body">
<h4 class="media-heading text-uppercase">Fully Customizable</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
</div>
</div>
</a>
<a href="#">
<div class="media">
<div class="media-left">
<i class="fa fa-fire"></i>
</div>
<div class="media-body">
<h4 class="media-heading text-uppercase">Custom Menu</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
</div>
</div>
</a>
<a href="#">
<div class="media">
<div class="media-left">
<i class="fa fa-gg"></i>
</div>
<div class="media-body">
<h4 class="media-heading text-uppercase">Interactive elements</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
</div>
</div>
</a>
<a href="#">
<div class="media">
<div class="media-left">
<i class="fa fa-google-wallet"></i>
</div>
<div class="media-body">
<h4 class="media-heading text-uppercase">unlimited options</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
</div>
</div>
</a>
</div>
<!--Our service right part end-->
</div>
</div>
</section>
<!--Section 6 Start-->
<section id="part-6">
<div class="container">
<h2 class="text-uppercase text-center">Some of the features</h2>
<div class="row">
<div class="col-lg-4 col-md-4 col-sm-6 col-xs-12 col-lg-offset-4 col-md-offset-4 col-sm-offset-3">
<img src="img/Rolex4.jpg" class="img-responsive p6-img" alt="Fitures">
</div>
</div>
</div>
</section>
<!--section 7 Start-->
<section id="part-7">
<div class="container">
<div class=" text-center">
<h2 class="text-uppercase">Why work with us</h2>
<p>Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>
<hr class="p5-hr">
</div>
<div class="row">
<div class="col-lg-4 col-md-4 col-sm-6 col-xs-12 text-center ">
<div class="p7-content">
<i class="fa fa-home"></i>
<h4 class="text-uppercase">curabitur</h4>
<p>Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-6 col-xs-12 text-center">
<div class="p7-content">
<i class="fa fa-diamond"></i>
<h4 class="text-uppercase">Design</h4>
<p>Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-6 col-xs-12 text-center">
<div class="p7-content">
<i class="fa fa-download"></i>
<h4 class="text-uppercase">branding</h4>
<p>Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-6 col-xs-12 text-center ">
<div class="p7-content">
<i class="fa fa-fire"></i>
<h4 class="text-uppercase">quality</h4>
<p>Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-6 col-xs-12 text-center">
<div class="p7-content">
<i class="fa fa-check-circle-o"></i>
<h4 class="text-uppercase">responsive</h4>
<p>Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-6 col-xs-12 text-center">
<div class="p7-content">
<i class="fa fa-foursquare"></i>
<h4 class="text-uppercase">support</h4>
<p>Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>
</div>
</div>
</div>
</section>
<!--section 8 start-->
<section id="part-8">
<div class="container">
<div class=" text-center">
<h2 class="text-uppercase">Why work with us</h2>
<p>Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>
<hr class="p5-hr">
</div>
<div class="row">
<div class="col-lg-4 col-md-4 col-sm-6 col-xs-12 text-center">
<div class="circle-bar1 circle-bar">
<p>67%</p>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-6 col-xs-12 text-center">
<div class="circle-bar2 circle-bar">
<p>30%</p>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-6 col-xs-12 text-center">
<div class="circle-bar3 circle-bar">
<p>50%</p>
</div>
</div>
</div>
</div>
</section>
<!--Section 9 start-->
<section id="part-9">
<div class="container">
<div class=" text-center">
<h2 class="text-uppercase">meet our team</h2>
<p>Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley.</p>
<hr class="p9-hr">
</div>
<div class="row">
<div class="col-lg-4 col-md-4 col-sm-6 col-xs-12 text-center">
<div class="team">
<img src="img/team1.jpg" class="img-responsive " alt="teamMembers">
<h3 class="text-uppercase">jack mosan</h3>
<h5>CEO</h5>
<p>Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley</p>
<div class="social">
<ul>
<li><a href="#" target="_blank"><i class="fa fa-facebook"></i></a></li>
<li><a href="#" target="_blank"><i class="fa fa-twitter"></i></a></li>
<li><a href="#" target="_blank"><i class="fa fa-linkedin"></i></a></li>
</ul>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-6 col-xs-12 text-center">
<div class="team">
<img src="img/team2.jpg" class="img-responsive " alt="teamMembers">
<h3 class="text-uppercase">amelie chose</h3>
<h5 class="text-capitalize">graphic designer</h5>
<p>Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley</p>
<div class="social">
<ul>
<li><a href="#" target="_blank"><i class="fa fa-facebook"></i></a></li>
<li><a href="#" target="_blank"><i class="fa fa-twitter"></i></a></li>
<li><a href="#" target="_blank"><i class="fa fa-linkedin"></i></a></li>
</ul>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-6 col-xs-12 text-center">
<div class="team">
<img src="img/team3.jpg" class="img-responsive " alt="teamMembers">
<h3 class="text-uppercase">louren markson</h3>
<h5 class="text-capitalize">lead developer</h5>
<p>Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley</p>
<div class="social">
<ul>
<li><a href="#" target="_blank"><i class="fa fa-facebook"></i></a></li>
<li><a href="#" target="_blank"><i class="fa fa-twitter"></i></a></li>
<li><a href="#" target="_blank"><i class="fa fa-linkedin"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<!--section 10 start-->
<section id="part-10">
<div class="container">
<p>Maecenas id est mattis ultrices urna pulvinar porttitor massa. <a href="#"><i class="fa fa-arrow-circle-right"></i></a></p>
</div>
</section>
<!--Section 11 start-->
<section id="part-11">
<div class="container">
<div class="form-group">
<div class="col-sm-6">
<input type="text" class="form-control" placeholder="Name">
</div>
<div class="col-sm-6">
<input type="text" class="form-control" placeholder="Email">
</div>
<div class="col-sm-12">
<textarea class="form-control" placeholder="Type your massage"></textarea>
</div>
<div class="col-sm-6">
<div class="col-sm-6 col-sm-offset-6">
<input type="text" class="form-control" value="CAPTCHA">
</div>
</div>
<div class="col-sm-6">
<div class="col-sm-6 col-sm-pull-1">
<input type="text" class="form-control" placeholder="Enter Captcha">
</div>
</div>
<div class="col-sm-10 col-sm-offset-1">
<a class="btn btn-danger btn-block text-uppercase">send</a>
</div>
</div>
<div class="row">
<div class="col-sm-10 col-sm-offset-1 about-us ">
<h2 class="text-uppercase text-center">about us</h2>
<p class="text-center">Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.
Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.
Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>
<div class="brand-logo">
<a href="index.html" class="navbar-brand"><p class="logo-title"><i class="fa fa-circle-o-notch"></i> <span>Rolex<br/><span class="ltl">Complete Landing page</span></span></p></a>
</div>
<div class="footer-social">
<ul>
<li><a href="#" target="_blank"><i class="fa fa-twitter"></i></a></li>
<li><a href="#" target="_blank"><i class="fa fa-facebook"></i></a></li>
<li><a href="#" target="_blank"><i class="fa fa-google-plus"></i></a></li>
<li><a href="#" target="_blank"><i class="fa fa-pinterest"></i></a></li>
<li><a href="#" target="_blank"><i class="fa fa-linkedin"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</section>
<section id="part-12">
<div class="container">
<h4 class="text-center">© Jakaria 2017</h4>
</div>
</section>
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.easing.min.js"></script>
<script src="js/scrolling-nav.js"></script>
<script src="js/js.js"></script>
</body>
</html>