-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
462 lines (373 loc) · 21 KB
/
Copy pathindex.html
File metadata and controls
462 lines (373 loc) · 21 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
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
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="A fully featured admin theme which can be used to build CRM, CMS, etc.">
<meta name="author" content="Coderthemes">
<link rel="shortcut icon" href="images/favicon.ico">
<title>UBold | Bootstrap Landing Template</title>
<!-- Google Fonts -->
<link href='https://fonts.googleapis.com/css?family=Varela+Round' rel='stylesheet' type='text/css'>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Owl Carousel CSS -->
<link href="css/owl.carousel.css" rel="stylesheet">
<link href="css/owl.theme.default.min.css" rel="stylesheet">
<!-- Icon CSS -->
<link href="css/font-awesome.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/style.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 tooltipss and media queries -->
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
</head>
<body data-spy="scroll" data-target="#navbar-menu">
<!-- Navbar -->
<div class="navbar navbar-custom sticky navbar-fixed-top" role="navigation" id="sticky-nav">
<div class="container">
<!-- Navbar-header -->
<div class="navbar-header">
<!-- Responsive menu button -->
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- LOGO -->
<a class="navbar-brand logo" href="index.html">
UB<span class="text-custom">o</span>ld
</a>
</div>
<!-- end navbar-header -->
<!-- menu -->
<div class="navbar-collapse collapse" id="navbar-menu">
<!-- Navbar right -->
<ul class="nav navbar-nav navbar-right">
<li class="active">
<a href="#home" class="nav-link">Home</a>
</li>
<li>
<a href="#features" class="nav-link">Features</a>
</li>
<li>
<a href="#pricing" class="nav-link">Plans</a>
</li>
<li>
<a href="#clients" class="nav-link">Clients</a>
</li>
<li>
<a href="">Login</a>
</li>
<li>
<a href="" class="btn btn-white-bordered navbar-btn">Try for Free</a>
</li>
</ul>
</div>
<!--/Menu -->
</div>
<!-- end container -->
</div>
<!-- End navbar-custom -->
<!-- HOME -->
<section class="home bg-img-1" id="home">
<div class="bg-overlay"></div>
<div class="container">
<div class="row">
<div class="col-sm-12 text-center">
<div class="home-fullscreen">
<div class="full-screen">
<div class="home-wrapper home-wrapper-alt">
<h2 class="font-light text-white">Ubold is a fully featured premium admin template</h2>
<h4 class="text-white">Ubold is a fully featured premium admin template built on top of awesome Bootstrap 3.3.7, modern web technology HTML5, CSS3 and jQuery. It has many ready to use hand crafted components. </h4>
<a href="http://themeforest.net/item/ubold-responsive-web-app-kit/13489470?ref=coderthemes" target="_blank" class="btn btn-custom">Buy Template</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- END HOME -->
<!-- Features -->
<section class="section" id="features">
<div class="container">
<div class="row">
<div class="col-sm-12 text-center">
<h3 class="title">The theme is fully responsive and easy to customize</h3>
<p class="text-muted sub-title">The clean and well commented code allows easy customization of the theme.It's <br/> designed for describing your app, agency or business.</p>
</div>
</div> <!-- end row -->
<div class="row">
<div class="col-sm-4">
<div class="features-box">
<i class="fa fa-diamond"></i>
<h4>Responsive Layouts</h4>
<p class="text-muted">It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.</p>
</div>
</div>
<div class="col-sm-4">
<div class="features-box">
<i class="fa fa-bicycle"></i>
<h4>Bootstrap UI based</h4>
<p class="text-muted">Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin litera..</p>
</div>
</div>
<div class="col-sm-4">
<div class="features-box">
<i class="fa fa-signal"></i>
<h4>Creative Design</h4>
<p class="text-muted">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.</p>
</div>
</div>
</div> <!-- end row -->
</div> <!-- end container -->
</section>
<!-- end Features -->
<!-- Features Alt -->
<section class="section p-t-0">
<div class="container">
<div class="row">
<div class="col-sm-5">
<div class="feat-description m-t-20">
<h4>Praesent et viverra massa non varius magna eget nibh vitae velit posuere efficitur.</h4>
<p class="text-muted">Ubold is a fully featured premium admin template built on top of awesome Bootstrap 3.3.7, modern web technology HTML5, CSS3 and jQuery. It has many ready to use hand crafted components. The theme is fully responsive and easy to customize. The code is super easy to understand and gives power to any developer to turn this theme into real web application. </p>
<a href="" class="btn btn-custom">Learn More</a>
</div>
</div>
<div class="col-sm-6 col-sm-offset-1">
<img src="images/mac_1.png" alt="img" class="img-responsive m-t-20">
</div>
</div><!-- end row -->
</div> <!-- end container -->
</section>
<!-- end features alt -->
<!-- Features Alt -->
<section class="section">
<div class="container">
<div class="row">
<div class="col-sm-6">
<img src="images/mac_2.png" alt="img" class="img-responsive">
</div>
<div class="col-sm-5 col-sm-offset-1">
<div class="feat-description">
<h4>Praesent et viverra massa non varius magna eget nibh vitae velit posuere efficitur.</h4>
<p class="text-muted">Ubold is a fully featured premium admin template built on top of awesome Bootstrap 3.3.7, modern web technology HTML5, CSS3 and jQuery. It has many ready to use hand crafted components. The theme is fully responsive and easy to customize. The code is super easy to understand and gives power to any developer to turn this theme into real web application. </p>
<a href="" class="btn btn-custom">Learn More</a>
</div>
</div>
</div><!-- end row -->
</div> <!-- end container -->
</section>
<!-- end features alt -->
<!-- Features Alt -->
<section class="section">
<div class="container">
<div class="row">
<div class="col-sm-5">
<div class="feat-description">
<h4>Praesent et viverra massa non varius magna eget nibh vitae velit posuere efficitur.</h4>
<p class="text-muted">Ubold is a fully featured premium admin template built on top of awesome Bootstrap 3.3.7, modern web technology HTML5, CSS3 and jQuery. It has many ready to use hand crafted components. The theme is fully responsive and easy to customize. The code is super easy to understand and gives power to any developer to turn this theme into real web application. </p>
<a href="" class="btn btn-custom">Learn More</a>
</div>
</div>
<div class="col-sm-6 col-sm-offset-1">
<img src="images/mac_3.png" alt="img" class="img-responsive">
</div>
</div><!-- end row -->
</div> <!-- end container -->
</section>
<!-- end features alt -->
<!-- Testimonials section -->
<section class="section bg-img-1">
<div class="bg-overlay"></div>
<div class="container">
<div class="row">
<div class="col-sm-10 col-sm-offset-1 col-md-8 col-md-offset-2">
<div class="owl-carousel text-center">
<div class="item">
<div class="testimonial-box">
<h4>Excellent support for a tricky issue related to our customization of the template. Author kept us updated as he made progress on the issue and emailed us a patch when he was done.</h4>
<img src="images/user.jpg" class="testi-user img-circle" alt="testimonials-user">
<p>- Ubold User</p>
</div>
</div>
<div class="item">
<div class="testimonial-box">
<h4>Flexible, Everything is in, Suuuuuper light, even for the code is much easier to cut and make it a theme for a productive app..</h4>
<img src="images/user2.jpg" class="testi-user img-circle" alt="testimonials-user">
<p>- Ubold User</p>
</div>
</div>
<div class="item">
<div class="testimonial-box">
<h4>Not only the code, design and support are awesome, but they also update it constantly the template with new content, new plugins. I will buy surely another coderthemes template!</h4>
<img src="images/user3.jpg" class="testi-user img-circle" alt="testimonials-user">
<p>- Ubold User</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Testimonials section -->
<!-- PRICING -->
<section class="section" id="pricing">
<div class="container">
<div class="row">
<div class="col-sm-12 text-center">
<h3 class="title">Pricing</h3>
<p class="text-muted sub-title">The clean and well commented code allows easy customization of the theme.It's <br> designed for describing your app, agency or business.</p>
</div>
</div> <!-- end row -->
<div class="row">
<div class="col-lg-10 col-lg-offset-1">
<div class="row">
<!--Pricing Column-->
<article class="pricing-column col-lg-4 col-md-4">
<div class="inner-box">
<div class="plan-header text-center">
<h3 class="plan-title">Ragular</h3>
<h2 class="plan-price">$24</h2>
<div class="plan-duration">Per License</div>
</div>
<ul class="plan-stats list-unstyled">
<li> <i class="pe-7s-server"></i>Number of end products <b>1</b></li>
<li> <i class="pe-7s-graph"></i>Customer support</li>
<li> <i class="pe-7s-mail-open"></i>Free Updates</li>
<li> <i class="pe-7s-tools"></i>24x7 Support</li>
</ul>
<div class="text-center">
<a href="#" class="btn btn-sm btn-custom">Purchase Now</a>
</div>
</div>
</article>
<!--Pricing Column-->
<article class="pricing-column col-lg-4 col-md-4">
<div class="inner-box active">
<div class="plan-header text-center">
<h3 class="plan-title">Multiple</h3>
<h2 class="plan-price">$120</h2>
<div class="plan-duration">Per License</div>
</div>
<ul class="plan-stats list-unstyled">
<li> <i class="pe-7s-server"></i>Number of end products <b>1</b></li>
<li> <i class="pe-7s-graph"></i>Customer support</li>
<li> <i class="pe-7s-mail-open"></i>Free Updates</li>
<li> <i class="pe-7s-tools"></i>24x7 Support</li>
</ul>
<div class="text-center">
<a href="#" class="btn btn-sm btn-custom">Purchase Now</a>
</div>
</div>
</article>
<!--Pricing Column-->
<article class="pricing-column col-lg-4 col-md-4">
<div class="inner-box">
<div class="plan-header text-center">
<h3 class="plan-title">Extended</h3>
<h2 class="plan-price">$999</h2>
<div class="plan-duration">Per License</div>
</div>
<ul class="plan-stats list-unstyled">
<li> <i class="pe-7s-server"></i>Number of end products <b>1</b></li>
<li> <i class="pe-7s-graph"></i>Customer support</li>
<li> <i class="pe-7s-mail-open"></i>Free Updates</li>
<li> <i class="pe-7s-tools"></i>24x7 Support</li>
</ul>
<div class="text-center">
<a href="#" class="btn btn-sm btn-custom">Purchase Now</a>
</div>
</div>
</article>
</div>
</div><!-- end col -->
</div>
<!-- end row -->
</div> <!-- end container -->
</section>
<!-- End Pricing -->
<!-- Clients -->
<section class="section p-t-0" id="clients">
<div class="container">
<div class="row">
<div class="col-sm-12 text-center">
<h3 class="title">Trusted by Thousands</h3>
<p class="text-muted sub-title">The clean and well commented code allows easy customization of the theme.It's <br/> designed for describing your app, agency or business.</p>
</div>
</div>
<!-- end row -->
<div class="row text-center">
<div class="col-sm-12">
<ul class="list-inline client-list">
<li><a href="" title="Microsoft"><img src="images/clients/microsoft.png" alt="clients"></a></li>
<li><a href="" title="Google"><img src="images/clients/google.png" alt="clients"></a></li>
<li><a href="" title="Instagram"><img src="images/clients/instagram.png" alt="clients"></a></li>
<li><a href="" title="Converse"><img src="images/clients/converse.png" alt="clients"></a></li>
</ul>
</div> <!-- end Col -->
</div><!-- end row -->
</div>
</section>
<!--End Clients -->
<!-- FOOTER -->
<footer class="footer">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-3">
<a class="navbar-brand logo" href="index.html">
UB<span class="text-custom">o</span>ld
</a>
</div>
<div class="col-lg-4 col-lg-offset-3 col-md-7">
<ul class="nav navbar-nav">
<li><a href="#">How it works</a></li>
<li><a href="#">Features</a></li>
<li><a href="#">Pricing</a></li>
<li><a href="#">Clients</a></li>
</ul>
</div>
<div class="col-lg-2 col-md-2">
<ul class="social-icons">
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-google-plus"></i></a></li>
</ul>
</div>
</div> <!-- end row -->
</div> <!-- end container -->
</footer>
<!-- End Footer -->
<!-- Back to top -->
<a href="#" class="back-to-top" id="back-to-top"> <i class="fa fa-angle-up"></i> </a>
<!-- js placed at the end of the document so the pages load faster -->
<script src="js/jquery-2.1.4.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<!-- Jquery easing -->
<script type="text/javascript" src="js/jquery.easing.1.3.min.js"></script>
<!-- Owl Carousel -->
<script type="text/javascript" src="js/owl.carousel.min.js"></script>
<!--sticky header-->
<script type="text/javascript" src="js/jquery.sticky.js"></script>
<!--common script for all pages-->
<script src="js/jquery.app.js"></script>
<script type="text/javascript">
$('.owl-carousel').owlCarousel({
loop:true,
margin:10,
nav:false,
autoplay: true,
autoplayTimeout: 4000,
responsive:{
0:{
items:1
}
}
})
</script>
</body>
</html>