-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
488 lines (459 loc) · 21.1 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
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
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
<!DOCTYPE html>
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!-->
<html lang="en">
<!--<![endif]-->
<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="">
<!--[if IE]>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<![endif]-->
<title>AWESOME BOOTSTRAP TEMPLATE - BIWAS </title>
<!--REQUIRED STYLE SHEETS-->
<!-- BOOTSTRAP CORE STYLE CSS -->
<link href="assets/css/bootstrap.css" rel="stylesheet" />
<!-- FONTAWESOME STYLE CSS -->
<link href="assets/css/font-awesome.min.css" rel="stylesheet" />
<!--ANIMATED FONTAWESOME STYLE CSS -->
<link href="assets/css/font-awesome-animation.css" rel="stylesheet" />
<!-- VEGAS STYLE CSS -->
<link href="assets/scripts/vegas/jquery.vegas.min.css" rel="stylesheet" />
<!-- SIDE MENU STYLE CSS -->
<link href="assets/css/component.css" rel="stylesheet" />
<!-- CUSTOM STYLE CSS -->
<link href="assets/css/style.css" rel="stylesheet" />
<!-- GOOGLE FONT -->
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
</head>
<body class="cbp-spmenu-push">
<!-- MAIN HEADING-->
<div class="for-full-back color-bg-one" id="main-sec">
<div class="container">
<div class="row text-center">
<div class="col-md-8 col-md-offset-2 ">
<h1 class="pad-adjust"><i class="fa fa-plus faa-pulse animated"></i>Biwas</h1>
</div>
</div>
</div>
</div>
<!--END MAIN HEADING-->
<!--LEFT SLIDE MENU-->
<nav class="cbp-spmenu cbp-spmenu-vertical cbp-spmenu-left" id="cbp-spmenu-s1">
<h3>BIWAS</h3>
<a href="#">Call: +01-099-908-908</a>
<a href="#main-sec"><i class="fa fa-home fa-3x"></i>HOME</a>
<a href="#about-sec"><i class="fa fa-microphone fa-3x"></i>ABOUT</a>
<a href="#price-sec"><i class="fa fa-dollar fa-3x"></i>PRICING</a>
<a href="#services-sec"><i class="fa fa-rocket fa-3x"></i>SERVICES</a>
<a href="#contact-sec"><i class="fa fa-globe fa-3x"></i>CONTACT</a>
</nav>
<div class="row" id="icon-left">
<div class="col-md-12">
<i id="showLeftPush" class="fa fa-cut fa-4x faa-horizontal animated "></i>
</div>
</div>
<!--END LEFT SLIDE MENU-->
<!--RIGHT SLIDE MENU-->
<nav class="cbp-spmenu cbp-spmenu-vertical cbp-spmenu-right" id="cbp-spmenu-s2">
<h3>SOCIAL</h3>
<a href="#">MY SOCIAL PRESENCE</a>
<a href="#"><i class="fa fa-facebook fa-3x"></i>Facebook</a>
<a href="#"><i class="fa fa-twitter fa-3x"></i>Twitter</a>
<a href="#"><i class="fa fa-linkedin fa-3x"></i>Linked In</a>
<a href="#"><i class="fa fa-google-plus fa-3x"></i>Google Plus</a>
</nav>
<div class="row" id="icon-right">
<div class="col-md-12">
<i id="showRightPush" class="fa fa-paperclip fa-4x "></i>
</div>
</div>
<!--END RIGHT SLIDE MENU-->
<!--HOME SECTION-->
<div class="container" id="home">
<div class="row text-center">
<div class="col-md-12">
<span class="head-main">NOW OR NEVER</span>
<h2 class="head-sub-main">Lorem ipsum dolor</h2>
<h3 class="head-last">Lorem ipsum dolor sit ametLorem ipsum dolor sit amet</h3>
<a href="#about-sec" class="btn btn-danger btn-lg head-btn-one">EXPLORE AXIS</a> <a href="#about-sec" class="btn btn-primary btn-lg">MODEL THEME</a>
</div>
</div>
</div>
<!--END HOME SECTION-->
<!--ABOUT SECTION-->
<section class="for-full-back color-bg-one" id="about-sec">
<div class="container">
<div class="row text-center">
<div class="col-md-8 col-md-offset-2 ">
<h1><i class="fa fa-microphone faa-pulse animated "></i>About</h1>
</div>
<div class="row text-center">
<div class="col-md-8 col-md-offset-2 ">
<h4>
<strong>Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Curabitur nec nisl odio. Mauris vehicula at nunc id posuere.
</strong>
</h4>
</div>
</div>
</div>
</div>
</section>
<section class="for-full-back color-white" id="about-team">
<div class="container">
<div class="row text-center g-pad-bottom">
<div class="col-md-8 col-md-offset-2 ">
<h3>OUR TEAM PROFILE</h3>
<h4>Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Curabitur nec nisl odio. Mauris vehicula at nunc id posuere.
</h4>
</div>
</div>
<div class="row text-center g-pad-bottom">
<div class="col-md-12 ">
<div class="col-md-3 col-sm-3 col-xs-6">
<div class="team-member">
<img src="assets/img/team/1.png" alt="">
<h3><strong>ANDREWA ALEX </strong></h3>
</div>
</div>
<div class="col-md-3 col-sm-3 col-xs-6">
<div class="team-member">
<img src="assets/img/team/2.png" alt="">
<h3><strong>ROMILIA JHON </strong></h3>
</div>
</div>
<div class="col-md-3 col-sm-3 col-xs-6">
<div class="team-member">
<img src="assets/img/team/3.png" alt="">
<h3><strong>TINA WAY LEU </strong></h3>
</div>
</div>
<div class="col-md-3 col-sm-3 col-xs-6">
<div class="team-member">
<img src="assets/img/team/4.png" alt="">
<h3><strong>JHON DEO ALEX </strong></h3>
</div>
</div>
</div>
</div>
<div class="row g-pad-bottom">
<div class="col-md-6">
<h3>Lorem ipsum dolor sit amet</h3>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Curabitur nec nisl odio. Mauris vehicula at nunc id posuere.
Lorem ipsum dolor sit amet, consectetur nec nisl odio
Curabitur nec nisl odio. Mauris vehicula at nunc id posuere.
Curabitur nec nisl odio. Mauris vehicula at nunc id posuere.
</p>
</div>
<div class="col-md-6">
<h3>Lorem ipsum dolor sit amet</h3>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Curabitur nec nisl odio. Mauris vehicula at nunc id posuere.
Lorem ipsum dolor sit amet, consectetur nec nisl odio
Curabitur nec nisl odio. Mauris vehicula at nunc id posuere.
Curabitur nec nisl odio. Mauris vehicula at nunc id posuere.
</p>
</div>
</div>
</div>
</section>
<!--END ABOUT SECTION-->
<!--PRICE SECTION-->
<section id="price-sec">
<div class="container">
<div class="row text-center">
<div class="col-md-12 ">
<div class="col-md-3">
<ul class="plan">
<li class="plan-head c-b">BASIC PLAN</li>
<li class="main-price">$99 only</li>
<li><strong>12</strong> Accounts</li>
<li><strong>52</strong> Emails</li>
<li><strong>50 GB</strong> Space</li>
<li><strong>Free</strong> Support</li>
<li class="bottom">
<a href="#" class="btn btn-danger">Read More</a>
</li>
</ul>
</div>
<div class="col-md-3">
<ul class="plan">
<li class="plan-head">SIMPLE PLAN</li>
<li class="main-price">$199 only</li>
<li><strong>12</strong> Accounts</li>
<li><strong>52</strong> Emails</li>
<li><strong>50 GB</strong> Space</li>
<li><strong>Free</strong> Support</li>
<li class="bottom">
<a href="#" class="btn btn-primary">Read More</a>
</li>
</ul>
</div>
<div class="col-md-3">
<ul class="plan">
<li class="plan-head c-v">VALUE PLAN</li>
<li class="main-price">$299 only</li>
<li><strong>12</strong> Accounts</li>
<li><strong>52</strong> Emails</li>
<li><strong>50 GB</strong> Space</li>
<li><strong>Free</strong> Support</li>
<li class="bottom">
<a href="#" class="btn btn-success">Read More</a>
</li>
</ul>
</div>
<div class="col-md-3">
<ul class="plan">
<li class="plan-head c-a">ADVANCE PLAN</li>
<li class="main-price">$399 only</li>
<li><strong>12</strong> Accounts</li>
<li><strong>52</strong> Emails</li>
<li><strong>50 GB</strong> Space</li>
<li><strong>Free</strong> Support</li>
<li class="bottom">
<a href="#" class="btn btn-default">Read More</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- END PRICE SECTION-->
<!--SERVICES SECTION-->
<section class="for-full-back color-bg-one" id="services-sec">
<div class="container">
<div class="row text-center">
<div class="col-md-8 col-md-offset-2 ">
<h1><i class="fa fa-rocket faa-pulse animated "></i>Services</h1>
</div>
<div class="row text-center">
<div class="col-md-8 col-md-offset-2 ">
<h4>
<strong>Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Curabitur nec nisl odio. Mauris vehicula at nunc id posuere.
</strong>
</h4>
</div>
</div>
</div>
</div>
</section>
<section class="for-full-back color-white " id="services-inner">
<div class="container">
<div class="row text-center">
<div class="col-md-12">
<div class="col-md-3 ">
<div class="service-div">
<i class="fa fa-desktop fa-5x faa-vertical animated"></i>
<h4>Sure Quique Menu </h4>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Curabitur nec nisl odio. Mauris vehicula at nunc id posuere.
</p>
</div>
</div>
<div class="col-md-3 ">
<div class="service-div">
<i class="fa fa-flask fa-5x faa-ring animated"></i>
<h4>100% Free Responsive </h4>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Curabitur nec nisl odio. Mauris vehicula at nunc id posuere.
</p>
</div>
</div>
<div class="col-md-3 ">
<div class="service-div">
<i class="fa fa-plus fa-5x faa-float animated"></i>
<h4>Well Documented </h4>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Curabitur nec nisl odio. Mauris vehicula at nunc id posuere.
</p>
</div>
</div>
<div class="col-md-3 ">
<div class="service-div">
<i class="fa fa-credit-card fa-5x faa-shake animated"></i>
<h4>Clean & Customizable </h4>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Curabitur nec nisl odio. Mauris vehicula at nunc id posuere.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!--END SERVICES SECTION-->
<!--STATS SECTION-->
<section>
<div class="container">
<div class="row ">
<div class="col-md-3 ">
<div class="stats-div">
<h3>5000+ </h3>
<h4>Projects</h4>
</div>
</div>
<div class="col-md-3 ">
<div class="stats-div">
<h3>205+ </h3>
<h4>Countries</h4>
</div>
</div>
<div class="col-md-3 ">
<div class="stats-div">
<h3>1300+ </h3>
<h4>Offices</h4>
</div>
</div>
<div class="col-md-3 ">
<div class="stats-div">
<h3>2400+ </h3>
<h4>Clients</h4>
</div>
</div>
</div>
</div>
</section>
<!--END STATS SECTION-->
<!--CONTACT SECTION-->
<section class="for-full-back color-bg-one" id="contact-sec">
<div class="container">
<div class="row text-center">
<div class="col-md-8 col-md-offset-2 ">
<h1><i class="fa fa-globe faa-pulse animated "></i>Contact</h1>
</div>
<div class="row text-center">
<div class="col-md-8 col-md-offset-2 ">
<h4>
<strong>Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Curabitur nec nisl odio. Mauris vehicula at nunc id posuere.
</strong>
</h4>
</div>
</div>
</div>
</div>
</section>
<section class="for-full-back color-white " id="contact-inner">
<div class="container">
<div class="row">
<div class="col-md-5 contact-cls">
<h2>GET IN TOUCH</h2>
<div>
<span><i class="fa fa-home"></i>Address: New Your City</span>
<br />
<span><i class="fa fa-phone"></i>Phone: 82-230-567-899</span>
<br />
<span><i class="fa fa-envelope-o"></i>[email protected]</span>
<br />
<span><i class="fa fa-globe"></i>www.yourdomain.com</span>
<br />
</div>
</div>
<div class="col-md-7">
<h2>Lorem ipsum dolor sit amet</h2>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Curabitur nec nisl odio. Mauris vehicula at nunc id posuere.
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Curabitur nec nisl odio. Mauris vehicula at nunc id posuere.
</p>
<form>
<div class="row">
<div class="col-md-6 col-sm-6">
<div class="form-group">
<input type="text" class="form-control" required="required" placeholder="Name">
</div>
</div>
<div class="col-md-6 col-sm-6">
<div class="form-group">
<input type="text" class="form-control" required="required" placeholder="Email address">
</div>
</div>
</div>
<div class="row">
<div class="col-md-12 col-sm-12">
<div class="form-group">
<textarea name="message" id="message" required="required" class="form-control" rows="3" placeholder="Message"></textarea>
</div>
<div class="form-group">
<button type="submit" class="btn btn-default">Submit Request</button>
</div>
</div>
</div>
</form>
</div>
</div>
</div>
</section>
<!--END CONTACT SECTION-->
<!-- SOCIAL STATS SECTION-->
<section>
<div class="container">
<div class="row g-pad-bottom">
<div class="col-md-3 ">
<div class="social-stats-div">
<i class="fa fa-facebook fa-5x "></i>
<h3>2000+ Followers </h3>
</div>
</div>
<div class="col-md-3 ">
<div class="social-stats-div">
<i class="fa fa-twitter fa-5x "></i>
<h3>1900+ Tweets </h3>
</div>
</div>
<div class="col-md-3 ">
<div class="social-stats-div">
<i class="fa fa-google-plus fa-5x "></i>
<h3>1530+ Followers </h3>
</div>
</div>
<div class="col-md-3 ">
<div class="social-stats-div">
<i class="fa fa-linkedin fa-5x "></i>
<h3>3000+ Connections </h3>
</div>
</div>
</div>
</div>
</section>
<!-- END SOCIAL STATS SECTION-->
<!--FOOTER SECTION -->
<div class="for-full-back color-bg-one" id="footer">
2014 www.yourdomain.com | All Right Reserved | Terms | Policies | Licenses
</div>
<!-- END FOOTER SECTION -->
<!-- JAVASCRIPT FILES PLACED AT THE BOTTOM TO REDUCE THE LOADING TIME -->
<!-- CORE JQUERY -->
<script src="assets/plugins/jquery-1.10.2.js"></script>
<!-- BOOTSTRAP CORE SCRIPT -->
<script src="assets/plugins/bootstrap.js"></script>
<!-- SIDE MENU SCRIPTS -->
<script src="assets/js/modernizr.custom.js"></script>
<script src="assets/js/classie.js"></script>
<!-- VEGAS SLIDESHOW SCRIPTS -->
<script src="assets/plugins/vegas/jquery.vegas.min.js"></script>
<!-- CUSTOM SCRIPTS -->
<script src="assets/js/custom.js"></script>
</body>
</html>