-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
544 lines (491 loc) · 23.2 KB
/
index.html
File metadata and controls
544 lines (491 loc) · 23.2 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
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
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/bootstrap.min.css">
<script src="js/jquery-2.2.4.js"></script>
<script src="js/bootstrap.min.js"></script>
<link rel="stylesheet" href="css/custom.css">
<title> Zenfone </title>
</head>
<body class="bg">
<script src = "js/custom.js"></script>
<nav class="navbar navbar-default navbar-fixed-top" id="main_nav" role="navigation">
<div class="container">
<div class="navbar-header">
<a href="index.html" class="navbar-brand" class="active_link"> <span class="glyphicon glyphicon-home"></span> Zenfone </a>
<button class="navbar-toggle" data-toggle="collapse" id="menu" data-target="#menu_options">
<span class="glyphicon glyphicon-menu-hamburger"> </span> </button>
</div>
<div class="navbar-collapse collapse" id="menu_options">
<ul class="nav navbar-nav" id="links">
<li> <a href="about_us.html" class="links"> About Us </a> </li>
<li> <a href="product_list.html" class="links"> Products </a></li>
<li> <a href="services.html" class="links"> Services </a></li>
<li> <a href="contact_form.html" class="links"> Contact Us </a></li>
</ul>
<form class="navbar-form navbar-right">
<button type="button" class="btn btn-success" data-target="#modal_main" data-toggle="modal">Login</button>
</form>
</div>
</div>
</nav>
<!--Navigation bar ends-->
<!-- Modal Login -->
<div class="modal col-lg-offset-2 col-md-offset-1 col-lg-8 col-md-10 col-sm-12 col-xs-12" id="modal_main">
<div class="modal-content">
<div class="modal-heading text-center" style="padding:2% 2% 0% 3%">
<h3>Login
<a href="#modal_main" class="close" data-dismiss="modal">
<span class="glyphicon glyphicon-remove"></span>
</a>
</h3>
</div>
<div class="modal-body" style="margin:2%">
<form class="form-horizontal">
<div class="form-group">
<label class="control-label col-md-2 col-sm-2 col-xs-4">Email: </label>
<div class="col-md-9 col-sm-10 col-xs-8">
<input class="form-control" type="email" placeholder="Enter Email ID">
</div>
</div>
<div class="form-group">
<label class="control-label col-md-2 col-sm-2 col-xs-4">Password:</label>
<div class="col-md-9 col-sm-10 col-xs-8">
<input class="form-control" type="password" placeholder="Enter Password">
</div>
</div>
</form>
</div>
<div class="modal-footer">
<button class="colse btn btn-success"> Submit </button>
<button class="colse btn btn-danger" data-dismiss="modal"> Close </button>
</div>
</div>
</div>
<!-- Modal end -->
<div class="jumbotron text-center col-lg-12 col-md-12 col-sm-12 col-xs-12" style="margin-top:50px">
<h1 class="text-center">Zenfone Smart devices</h1>
<p class="text-center"> New generation phones for greater clarity and faster browsing. Check out the latest features of Zenfone.</p>
<div class="btn-group">
<button class="btn btn-success">Buy Now</button>
<button class="btn btn-default">Try for free </button>
</div>
</div>
<!--Jumbotron ends-->
<div class="container" id="testimonials">
<div class="container">
<h2 class="page-header"> Testimonials <small>Customer reviews</small></h2>
</div>
<div class="col-lg-4 col-md-4 col-sm-12 col-xs-12">
<blockquote class="blockquote">
Zenfone works pretty great. Main feature of this phone is it's battery power, it works for almost entire day and a half without worrying about charging it. Camera is also good 16MP primary adn 8MP front camera.
</blockquote>
<footer class="blockquote-footer">- Rajesh Mehta</footer>
</div>
<div class="col-lg-4 col-md-4 col-sm-12 col-xs-12">
<blockquote class="blockquote">
I love zenfone. Mainly because of its good design and camera clarity. Resolution is good too, and it gives an option to use night light if your usage is high at night. I would recommend this phone to everyone.
</blockquote>
<footer class="blockquote-footer">- Monika Patel</footer>
</div>
<div class="col-lg-4 col-md-4 col-sm-12 col-xs-12">
<blockquote class="blockquote">
Zenfone works pretty great. Main feature of this phone is it's battery power, it works for almost entire day and a half without worrying about charging it. Camera is also good 16MP primary adn 8MP front camera.
</blockquote>
<footer class="blockquote-footer">- Faiz Ali Khan</footer>
</div>
</div>
<!-- testimonials div ends-->
<br>
<div class="container text-center">
<p><i>Wanna tell us about the product? Head over to the contact form</i></p>
<button class="btn btn-default"> Contact us</button>
</div>
<!-- contant button ends -->
<div class="container" id="features">
<div class="container">
<h2 class="page-header"> Features <small>Mind-blowing specifications of Zenfone</small></h2>
</div>
<div class="container">
<div class="col-lg-8 col-md-4 col-sm-4 col-xs-12">
<h3>Fast charging</h3>
<p>Zenfone charges upto 60% in 30 minutes.ZenFone 2 high-capacity 3000mAh battery offers and delivers the power you need to take you for a powerful and long lasting using experience, from sunrise to sunset — and beyond. Power up your entertainment,
and enjoy life on the go. Not only does it have a big capacity, ZenFone 2 also comes with the exclusive ASUS </p>
</div>
<div class="col-lg-4 col-md-8 col-sm-8 col-xs-12">
<img class="img-responsive" src="images/zen1.jpg" alt="My zenfone front">
</div>
</div>
<div class="container">
<div class="col-lg-8 col-md-4 col-sm-4 col-xs-12">
<h3>See what others can't see</h3>
<p>ZenFone 2’s 13MP PixelMaster camera with its f/2.0-aperture lens captures stunning, high-resolution photos with zero shutter lag. The industry-leading Low Light mode employs pixel-merging technology to capture up to 400%-brighter photos
at night or in low-light scenes, without the need for a flash.</p>
</div>
<div class="col-lg-4 col-md-8 col-sm-8 col-xs-6">
<img class="img-responsive" src="images/zen2.jpg" alt="My zenfone front">
</div>
</div>
<div class="container">
<div class="col-lg-8 col-md-4 col-sm-4 col-xs-12">
<h3>Performance for Today and Beyond</h3>
<p>ZenFone 2 is powered by a 64-bit 2.3GHz Super Quad-Core Intel® Atom™ Z3580 processor, and is the world’s first smartphone with 4GB of dual-channel DDR3 RAM. Featuring LTE Category 4+ for download speeds up to 250Mbit/s, and a 60ms touch
response time, ZenFone 2 gives you power beyond your imagination.</p>
</div>
<div class="col-lg-4 col-md-8 col-sm-8 col-xs-6">
<img class="img-responsive" src="images/zen3.jpg" alt="My zenfone front">
</div>
</div>
</div>
<!-- Features div container ends-->
<hr>
<!--Additional features in panels-->
<div class="container">
<!-- <div class="well well-default text-center">
<h3>Additional features</h3>
</div> -->
<div class="container col-lg-4 col-md-4 col-sm-4 col-xs-12">
<div class="panel panel-default ">
<div class="panel-body text-center">
<span class="glyphicon glyphicon-search"></span><br>
<strong>This is a feature</strong><br>
<small>Hello this is a zenfone. Great picture quality. ZenFone 2 is powered by a 64-bit 2.3GHz Super Quad-Core Intel® Atom™ Z3580 processor, and is the world’s first smartphone with 4GB of dual-channel DDR3 RAM.</small>
</div>
</div>
</div>
<div class="container col-lg-4 col-md-4 col-sm-4 col-xs-12">
<div class="panel panel-default">
<div class="panel-body text-center">
<span class="glyphicon glyphicon-ok"></span><br>
<strong>This is a feature</strong><br>
<small>Hello this is a zenfone. Great picture quality. ZenFone 2 is powered by a 64-bit 2.3GHz Super Quad-Core Intel® Atom™ Z3580 processor, and is the world’s first smartphone with 4GB of dual-channel DDR3 RAM.</small>
</div>
</div>
</div>
<div class="container col-lg-4 col-md-4 col-sm-4 col-xs-12">
<div class="panel panel-default">
<div class="panel-body text-center">
<span class="glyphicon glyphicon-download-alt"></span><br>
<strong>This is a feature</strong><br>
<small>Hello this is a zenfone. Great picture quality. ZenFone 2 is powered by a 64-bit 2.3GHz Super Quad-Core Intel® Atom™ Z3580 processor, and is the world’s first smartphone with 4GB of dual-channel DDR3 RAM.</small>
</div>
</div>
</div>
</div>
<!--Subscribtion form -->
<div class="well well-default text-center">
<h4>Subscribe now for 30-days trail</h4>
<small>Enter Your Name and Email below</small>
<form class="form-inline">
<input class="form-control form_subscribe" type="text" placeholder="Enter Name">
<input class="form-control form_subscribe" type="email" placeholder="Enter Email">
<button class="btn btn-default form_subscribe">Subscribe</button>
</form>
<small><i>We will only use your email ID for sending embedded link to your account</i></small>
</div>
<!-- Gallery-->
<div class="container">
<h2 class="page-header" id="gallery"> Gallery</h2>
<div class="carousel slide" data-ride="carousel" id="slider">
<ol class="carousel-indicators">
<li class="active" data-target="#slider" data-slide-to="0"> </li>
<li data-target="#slider" data-slide-to="1"> </li>
<li data-target="#slider" data-slide-to="2"> </li>
<li data-target="#slider" data-slide-to="3"> </li>
</ol>
<div class="carousel-inner">
<div class="item active">
<img src="images/zen1.jpg" class="center-block img img-responsive">
<div class="carousel-caption">
<h3>Zenfone 1</h3>
<p>Metallic body with breakage security!!!!!</p>
</div>
</div>
<div class="item">
<img src="images/zen2.jpg" class="center-block img img-responsive">
<div class="carousel-caption">
<h3>Zenfone 2</h3>
<p>Colourful interface!!! Explore more & more!! </p>
</div>
</div>
<div class="item">
<img src="images/zen3.jpg" class="center-block img img-responsive">
<div class="carousel-caption">
<h3>Zenfone 3</h3>
<p>Best UI/UX experience......</p>
</div>
</div>
<div class="item">
<img src="images/zen2.jpg" class="center-block img img-responsive">
<div class="carousel-caption">
<h3>Zenfone 4</h3>
<p>Available in different colors...!!! Buy your favourite one</p>
</div>
</div>
</div>
<a href="#slider" class="carousel-control left" data-slide="prev"> <span class="glyphicon glyphicon-chevron-left" </span></span>
</a>
<a href="#slider" class="carousel-control right" data-slide="next"> <span class="glyphicon glyphicon-chevron-right" </span></span>
</a>
</div>
</div>
<!-- End of Gallery Carousel slides-->
<!-- Tabs Nav bar and Tab Content-->
<div class="container">
<h2 class="page-header">More Info <small>Here's Something more to read about</small></h2>
<ul class="nav nav-tabs nav-justified">
<li class="active"> <a href="#first_tab" data-toggle="tab"> Specifications </a> </li>
<li> <a href="#second_tab" data-toggle="tab"> General </a></li>
<li> <a href="#third_tab" data-toggle="tab"> Connectivity </a></li>
<li> <a href="#fourth_tab" data-toggle="tab"> Sensors </a></li>
</ul>
</div>
<div class="tab-content" style="margin:2%;">
<div class="tab-pane active" id="first_tab">
<div class="container ">
<table class="table table-responsive table-hover table-bordered">
<thead>
<th>Specifications</th>
<th>Description</th>
</thead>
<tr>
<td>Display</td>
<td>5.50-inch</td>
</tr>
<tr>
<td>Front Camera</td>
<td>8-megapixel</td>
</tr>
<tr>
<td> Resolution</td>
<td>1080x1920 pixels</td>
</tr>
<tr>
<td>RAM</td>
<td>4GB</td>
</tr>
<tr>
<td>OS</td>
<td>Android 7.0</td>
</tr>
<tr>
<td>Storage</td>
<td>64GB</td>
</tr>
<tr>
<td>Rear Camera</td>
<td>12-megapixel</td>
</tr>
<tr>
<td>Battery Capacity</td>
<td>3300mAh</td>
</tr>
</table>
</div>
</div>
<div class="tab-pane" id="second_tab">
<div class="container">
<table class="table table-responsive table-hover table-bordered">
<thead>
<th colspan="2">General Information</th>
</thead>
<tr>
<td>Release date</td>
<td>August 2017</td>
</tr>
<tr>
<td>Form factor</td>
<td>Touchscreen</td>
</tr>
<tr>
<td>Dimensions (mm)</td>
<td>155.40 X 75.20 X 7.50</td>
</tr>
<tr>
<td>Weight (g)</td>
<td>165.00</td>
</tr>
<tr>
<td>Battery capacity (mAh)</td>
<td>3300</td>
</tr>
<tr>
<td>Removable battery</td>
<td>No</td>
</tr>
<tr>
<td>Colours</td>
<td>Moonlight White, Mint Green, Midnight Black</td>
</tr>
</table>
</table>
</div>
</div>
<div class="tab-pane" id="third_tab">
<div class="container">
<table class="table table-responsive table-hover table-bordered">
<thead>
<th colspan="2">Connectivity</th>
</thead>
<tr>
<td>Wi-Fi</td>
<td>Yes</td>
</tr>
<tr>
<td>Wi-Fi standards supported</td>
<td>802.11 a/b/g/n/ac</td>
</tr>
<tr>
<td>GPS</td>
<td>Yes</td>
</tr>
<tr>
<td>Bluetooth</td>
<td>Yes, v 5.00</td>
</tr>
<tr>
<td>NFC</td>
<td>Yes</td>
</tr>
<tr>
<td>Infrared</td>
<td>No</td>
</tr>
<tr>
<td>USB OTG</td>
<td>No</td>
</tr>
<tr>
<td>Headphones</td>
<td>Yes</td>
</tr>
<tr>
<td>FM</td>
<td>Yes</td>
</tr>
<tr>
<td>Number of SIMs</td>
<td>2</td>
</tr>
</table>
</div>
</div>
<div class="tab-pane" id="fourth_tab">
<div class="container">
<table class="table table-responsive table-hover table-bordered">
<thead>
<th colspan="2">Sensors</th>
</thead>
<tr>
<td>Display</td>
<td>5.50-inch</td>
</tr>
<tr>
<td>Front Camera</td>
<td>8-megapixel</td>
</tr>
<tr>
<td> Resolution</td>
<td>1080x1920 pixels</td>
</tr>
<tr>
<td>RAM</td>
<td>4GB</td>
</tr>
<tr>
<td>OS</td>
<td>Android 7.0</td>
</tr>
<tr>
<td>Storage</td>
<td>64GB</td>
</tr>
<tr>
<td>Rear Camera</td>
<td>12-megapixel</td>
</tr>
<tr>
<td>Battery Capacity</td>
<td>3300mAh</td>
</tr>
</table>
</div>
</div>
</div>
<!--Contact us form -->
<div class="container">
<div class="container">
<h2 class="page-header"> Contact Us <small>Let's Get In Touch</small></h2>
</div>
<div class="container col-lg-4 col-md-4 col-sm-12 col-xs-12">
To send us a message use the contact form or the information below.
<div class="container" id="map" style="width:50%; height:50%;">
<src="https://goo.gl/maps/rtg8tuZtLyG2"></src>
</div>
</div>
<div class="container col-lg-8 col-md-8 col-sm-12 col-xs-12" id="contact_form">
<form class="form-horizontal">
<div class="form-group">
<label class="control-label col-sm-2" for="name">Name:</label>
<div class="col-sm-10">
<input type="text" class="form-control" id="name" placeholder="Enter Your Name">
</div>
</div>
<div class="form-group">
<label class="control-label col-sm-2" for="email">Email Address:</label>
<div class="col-sm-10">
<input type="email" class="form-control" id="email" placeholder="Enter email">
</div>
</div>
<div class="form-group">
<label class="control-label col-sm-2" for="mobile_no">Mobile:</label>
<div class="col-sm-10">
<input type="text" class="form-control" id="mobile_no" placeholder="Enter your number">
</div>
</div>
<div class="form-group">
<label class="control-label col-sm-2" for="msg">Message:</label>
<div class="col-sm-10">
<textarea class="form-control" rows="4" id="msg" placeholder="Enter Your Message">
</textarea>
</div>
</div>
<div class="form-group">
<div class="col-sm-offset-2 col-sm-10">
<button type="submit" class="btn btn-success">Send</button>
</div>
</div>
</form>
</div>
</div>
<footer class="footer">
<div class="container">
<div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">
<h4>Footer Content</h4>
<p>Here you can use rows and columns here to organize your footer content.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Fugit, error amet numquam iure provident voluptate esse quasi,
veritatis totam voluptas nostrum. </p>
</div>
<div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">
<ul class="footer_list"> <h4>Useful Links:</h4>
<li>
<a href="buttons.html">About Us</a>
</li>
<li>
<a href="examples.html" >Our Products </a>
</li>
<li>
<a href="table.html" >Services </a>
</li>
<li>
<a href="test.html" > Careers</a>
</li>
</ul>
</div>
</div>
</footer>
<button onclick="topFunction()" class="btn back_to_top" id="myBtn" title="Go to top"><span id="top_button_icon" class="glyphicon glyphicon-arrow-up top_button_icon"></span></button>
</body>
</html>