-
Notifications
You must be signed in to change notification settings - Fork 4
/
laptop.html
583 lines (556 loc) · 27.2 KB
/
laptop.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
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
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
<!DOCTYPE html>
<html>
<head>
<title>Laptops</title>
<link rel="icon" type="image/png" href="https://imgur.com/apyjIdK.png">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light bg-light fixed-top">
<a class="navbar-brand" href="index.html">GOGIZMO</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
</ul>
<ul class="nav justify-content-end">
<li class="nav-item">
<a class="nav-link active" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="mobile.html">Mobiles</a>
</li>
<li class="nav-item">
<a class="nav-link" href="category.html">Categories</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contactus.html">Contact Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="aboutus.html">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="login.html"><i class="fa fa-user-circle"></i>Login</a>
</li>
</ul>
</div>
</nav>
<div class="jumbotron jumbotron-fluid" style="margin-bottom: 0; padding-bottom: 0.5rem;">
<div class="container">
<h1 class="display-4" align="center">Laptops</h1>
</div>
</div>
<div class="card mb-3" style="max-width: 100%;">
<div class="row no-gutters">
<div class="col-md-4">
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="https://i.imgur.com/rC7ZX5Q.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="https://i.imgur.com/7R1Hx9j.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="https://i.imgur.com/T5d3fBF.jpg" class="d-block w-100" alt="...">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
<div class="col-md-8">
<div class="card-body">
<h5 class="card-title" align="center">Apple MacBook Pro</h5>
<p class="card-text">
<table width="100%" class="table">
<tbody>
<tr>
<td><p class="font-weight-bold">Display</p></td>
<td><p class="font-weight-normal">13.3-inch (diagonal) LED-backlit display with IPS technology; 2560-by-1600 native resolution at 227 pixels per inch with support for millions of colours, Supported scaled resolutions: 1680 by 1050, 1440 by 900, 1024 by 640, 500 nits brightness, Wide colour (P3)</p></td>
</tr>
<tr>
<td><p class="font-weight-bold">Processor</p></td>
<td><p class="font-weight-normal">2.3GHz dual-core Intel Core i5, Turbo Boost up to 3.6GHz, with 64MB of eDRAM, Configurable to 2.5GHz dual-core Intel Core i7, Turbo Boost up to 4.0GHz, with 64MB of eDRAM</p></td>
</tr>
<tr>
<td><p class="font-weight-bold">Graphics and Video Support</p></td>
<td><p class="font-weight-normal">Intel Iris Plus Graphics 640</p></td>
</tr>
<tr>
<td><p class="font-weight-bold">Charging and Expansion</p></td>
<td><p class="font-weight-normal">Two Thunderbolt 3 (USB-C) ports with support for: Charging, DisplayPort, Thunderbolt (up to 40 Gbps), USB 3.1 Gen 2 (up to 10 Gbps</p></td>
</tr>
<tr>
<td><p class="font-weight-bold">Wireless</p></td>
<td><p class="font-weight-normal">Wi-Fi, 802.11ac Wi-Fi wireless networking; IEEE 802.11a/b/g/n compatible. Bluetooth 4.2 wireless technology</p></td>
</tr>
<tr>
<td><p class="font-weight-bold">Height</p></td>
<td><p class="font-weight-normal">1.49 cm (0.59 inches)</p></td>
</tr>
<tr>
<td><p class="font-weight-bold">Width</p></td>
<td><p class="font-weight-normal">30.41 cm (11.97 inches)</p></td>
</tr>
<tr>
<td><p class="font-weight-bold">Depth</p></td>
<td><p class="font-weight-normal">21.24 cm (8.36 inches)</p></td>
</tr>
<tr>
<td><p class="font-weight-bold">Weight</p></td>
<td><p class="font-weight-normal">1.37 kg (3.02 pounds)</p></td>
</tr>
</tbody>
</table>
</p>
</div>
</div>
</div>
</div>
<div class="card mb-3" style="max-width: 100%;">
<div class="row no-gutters">
<div class="col-md-4">
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="https://i.imgur.com/AaBPxvQ.jpgv" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="https://i.imgur.com/oiFNy90.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="https://i.imgur.com/I6d8yVe.jpg" class="d-block w-100" alt="...">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
<div class="col-md-8">
<div class="card-body">
<h5 class="card-title" align="center">ASUS ROG Strix Scar II GL504GW-ES007T</h5>
<p class="card-text">
<table width="100%" class="table">
<tbody>
<tr>
<td><p class="font-weight-bold">Display</p></td>
<td><p class="font-weight-normal">15.6-inch LED-backlit FHD (1920 x 1080) 16:9 Narrow Bezel Display with Anti-Glare IPS-level Panel, 144Hz Refresh Rate, 3ms Response Time (GTG), 72 percent NTSC and 100 percent sRGB</p></td>
</tr>
<tr>
<td><p class="font-weight-bold">Processor</p></td>
<td><p class="font-weight-normal">2.2GHz Intel Core i7-8750H 8th Gen processor</p></td>
</tr>
<tr>
<td><p class="font-weight-bold">Memory & Storage </p></td>
<td><p class="font-weight-normal">16GB DDR4 RAM with NVIDIA GeForce RTX 2070 6GB Graphics | Storage : SATA 1TB 5400RPM 2.5’ hybrid HDD (FireCuda) with PCIE NVME 512GB M.2 SSD</p></td>
</tr>
<tr>
<td><p class="font-weight-bold">Operating System</p></td>
<td><p class="font-weight-normal">Windows 10 operating System | Weight : 2.40kg laptop</p></td>
</tr>
<tr>
<td><p class="font-weight-bold">Keyboard</p></td>
<td><p class="font-weight-normal">Desktop inspired keyboard with Fast-actuating key | WASD highlighted keys | 4-Zone RGB Backlighting with AURA Sync |N-key rollover | 0.25mm curved keycaps | lifespan of 20 million key presses | 1.8mm Key Travel Distance.</p></td>
</tr>
<tr>
<td><p class="font-weight-bold">Cooling System </p></td>
<td><p class="font-weight-normal">Self-Cleaning Anti-Dust Tunnels | Intelligent Dual-Fan Design | Upgraded 12V Fans with more Blades | Slim 0.1mm Thermal Fins | Innovative Trapezoid-Cut Lid</p></td>
</tr>
<tr>
<td><p class="font-weight-bold">I/O PORTS</p></td>
<td><p class="font-weight-normal">1x Type A USB 3.1 (Gen.2), 1x Type C USB 3.1 (Gen.2), 2x Type A USB 3.1 (Gen.1), 1x Kensington Lock, 1x SD card reader, 1x 3.5mm combo audio jack, 1x RJ-45 jack, 1x HDMI 2.0, 1x Mini Display port support DP++</p></td>
</tr>
</tbody>
</table>
</p>
</div>
</div>
</div>
</div>
<div class="card mb-3" style="max-width: 100%;">
<div class="row no-gutters">
<div class="col-md-4">
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="https://i.imgur.com/irdGnXH.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="https://i.imgur.com/YYpakdu.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="https://i.imgur.com/09krhkC.jpg" class="d-block w-100" alt="...">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
<div class="col-md-8">
<div class="card-body">
<h5 class="card-title" align="center">MSI GL73 8SE-039IN 2019 </h5>
<p class="card-text">
<table width="100%" class="table">
<tbody>
<tr>
<td><p class="font-weight-bold">Display</p></td>
<td><p class="font-weight-normal">17.3 Inches (43.94 cm) | 1920 x 1080 Pixels | Full HD LED Backlit Anti-Glare IPS Display | LED</p></td>
</tr>
<tr>
<td><p class="font-weight-bold">Performance</p></td>
<td><p class="font-weight-normal">Intel Core i7-8750H (8th Gen) | 2.2 Ghz</p></td>
</tr>
<tr>
<td><p class="font-weight-bold">Memory</p></td>
<td><p class="font-weight-normal">16 GB, DDR4 | 2400 Mhz</p></td>
</tr>
<tr>
<td><p class="font-weight-bold">Storage</p></td>
<td><p class="font-weight-normal">1 TB | 54oo RPM | SATA SSD: 256 GB</p></td>
</tr>
<tr>
<td><p class="font-weight-bold">Battery</p></td>
<td><p class="font-weight-normal">6 Cell Li-Ion | 180 W AC Adapter</p></td>
</tr>
</tbody>
</table>
</p>
</div>
</div>
</div>
</div>
<div class="card mb-3" style="max-width: 100%;">
<div class="row no-gutters">
<div class="col-md-4">
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="https://i.imgur.com/z6hQ6vC.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="https://i.imgur.com/iWAhMBp.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="https://i.imgur.com/oPhqtkY.jpg" class="d-block w-100" alt="...">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
<div class="col-md-8">
<div class="card-body">
<h5 class="card-title" align="center">Lenovo Legion Y530</h5>
<p class="card-text">
<table width="100%" class="table">
<tbody>
<tr>
<td><p class="font-weight-bold">Display</p></td>
<td><p class="font-weight-normal">15.6 - inch Gaming FHD Laptop (1920 x 1080) IPS Anti Glare display</p></td>
</tr>
<tr>
<td><p class="font-weight-bold">Processor</p></td>
<td><p class="font-weight-normal">8th Gen Intel I5-8300H</p></td>
</tr>
<tr>
<td><p class="font-weight-bold">Operating System</p></td>
<td><p class="font-weight-normal">Preloaded Windows 10 Home with lifetime validity</p></td>
</tr>
<tr>
<td><p class="font-weight-bold">Memory and Storage</p></td>
<td><p class="font-weight-normal"> 8GB DDR4 RAM with Nvidia GeForce GTX 1050 Ti (4GB GDDR5) Graphics | Storage: 1TB HDD +128GB SSD</p></td>
</tr>
<tr>
<td><p class="font-weight-bold">Batteries</p></td>
<td><p class="font-weight-normal">1 Lithium Polymer batteries required. (included)</p></td>
</tr>
<tr>
<td><p class="font-weight-bold">Graphics </p></td>
<td><p class="font-weight-normal">NVIDIA GEFORCE GTX 1050 Ti (4GB GDDR5)</p></td>
</tr>
</tbody>
</table>
</p>
</div>
</div>
</div>
</div>
<div class="card mb-3" style="max-width: 100%;">
<div class="row no-gutters">
<div class="col-md-4">
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="https://i.imgur.com/JQhkcNB.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="https://i.imgur.com/dMRjuWQ.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="https://i.imgur.com/u0AM1QE.jpg" class="d-block w-100" alt="...">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
<div class="col-md-8">
<div class="card-body">
<h5 class="card-title" align="center">HP Pavilion x360 14-cd0053TX</h5>
<p class="card-text">
<table width="100%" class="table">
<tbody>
<tr>
<td><p class="font-weight-bold">Display</p></td>
<td><p class="font-weight-normal">14 inch diagonal FHD IPS Micro-Edge WLED-backlit multitouch-enabled (1920 x 1080) Touchscreen Display</p></td>
</tr>
<tr>
<td><p class="font-weight-bold">General Info</p></td>
<td><p class="font-weight-normal">Fingerprint Reader, Convertible, Full HD Touchscreen, Inking Pen, Backlit keyboard, Bluetooth, Intel Optane Memory</p></td>
</tr>
<tr>
<td><p class="font-weight-bold">Processor</p></td>
<td><p class="font-weight-normal">8th Gen Quad-Core Intel Core i5-8250U (1.6 GHz base frequency, up to 3.4 GHz with Intel Turbo Boost Technology, 6 MB cache, 4 cores)</p></td>
</tr>
<tr>
<td><p class="font-weight-bold">Storage</p></td>
<td><p class="font-weight-normal">1 TB 5400 rpm SATA HDD with 16 GB SSD PCIe NVMe Intel Optane Memory for storage acceleration | 8 GB DDR4-2400 SDRAM</p></td>
</tr>
<tr>
<td><p class="font-weight-bold">Graphics</p></td>
<td><p class="font-weight-normal">NVIDIA GeForce MX130 (2GB DDR3 dedicated) Graphics with DirectX 12</p></td>
</tr>
<tr>
<td><p class="font-weight-bold">Keyboard</p></td>
<td><p class="font-weight-normal">Full-size Backlit Island Style Keyboard with Multi-touch gesture support</p></td>
</tr>
<tr>
<td><p class="font-weight-bold">Battery</p></td>
<td><p class="font-weight-normal">3-cell Prismatic Fast Charge Battery</p></td>
</tr>
<tr>
<td><p class="font-weight-bold">Audio</p></td>
<td><p class="font-weight-normal">B&O Play Audio, HP Audio Boost for louder and dynamic audio</p></td>
</tr>
</tbody>
</table>
</p>
</div>
</div>
</div>
</div>
<div class="card mb-3" style="max-width: 100%;">
<div class="row no-gutters">
<div class="col-md-4">
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="https://i.imgur.com/ber8A9u.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="https://i.imgur.com/y5wif8m.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="https://i.imgur.com/4aCOBPc.jpg" class="d-block w-100" alt="...">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
<div class="col-md-8">
<div class="card-body">
<h5 class="card-title" align="center">Acer Nitro 5 AN515-52</h5>
<p class="card-text">
<table width="100%" class="table">
<tbody>
<tr>
<td><p class="font-weight-bold">Display</p></td>
<td><p class="font-weight-normal">15.6" display with IPS (In-Plane Switching) technology, Full HD 1920 x1080, high-brightness (300 nits) Acer Comfy ViewTM LED-backlit TFT LCD</p></td>
</tr>
<tr>
<td><p class="font-weight-bold">Processor</p></td>
<td><p class="font-weight-normal">Intel Core i7-8750H 9 MB SmartCache 2.20GHz base processor speed Turbo boost upto 4.10GHz</p></td>
</tr>
<tr>
<td><p class="font-weight-bold">Memory and Storage</p></td>
<td><p class="font-weight-normal">8GB DDR4 RAM upgradeable upto 32GB RAM | NVIDIA GTX Graphics 1050Ti 4GB GDDR5 VRAM | Storage: 128GB Fast SSD+1TB HDD</p></td>
</tr>
<tr>
<td><p class="font-weight-bold">Design and battery</p></td>
<td><p class="font-weight-normal">Laptop weight 2.7kg | Lithium battery 4Cell | Battery Life upto 7 hours</p></td>
</tr>
<tr>
<td><p class="font-weight-bold">Warranty</p></td>
<td><p class="font-weight-normal">This genuine Acer laptop comes with 1 year onsite domestic and (ITW) International Traveler warranty from Acer covering manufacturing defects and not covering physical damage</p></td>
</tr>
<tr>
<td><p class="font-weight-bold">Preinstalled Software</p></td>
<td><p class="font-weight-normal">Windows 10 Home | In the Box: Laptop with included battery, charger, user guide and manuals</p></td>
</tr>
<tr>
<td><p class="font-weight-bold">Ports and CD drive</p></td>
<td><p class="font-weight-normal">2 USB 2.0 | 1 USB 3.0 | 1 Type C Gen 1 (USB 3.1) | 1 HDMI | 4-in-1 card reader (SD,SDHC,SDXC,MMC) | Combo audio and microphone jack | With Gigabyte LAN port | Without CD-drive</p></td>
</tr>
</tbody>
</table>
</p>
</div>
</div>
</div>
</div>
<div class="card mb-3" style="max-width: 100%;">
<div class="row no-gutters">
<div class="col-md-4">
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="https://i.imgur.com/4QlOTWP.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="https://i.imgur.com/PHMAel7.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="https://i.imgur.com/UqD4vyJ.jpg" class="d-block w-100" alt="...">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
<div class="col-md-8">
<div class="card-body">
<h5 class="card-title" align="center">Dell G3 3579</h5>
<p class="card-text">
<table width="100%" class="table">
<tbody>
<tr>
<td><p class="font-weight-bold">Display</p></td>
<td><p class="font-weight-normal">15.6-inch Full HD (1920x1080) display</p></td>
</tr>
<tr>
<td><p class="font-weight-bold">Processor</p></td>
<td><p class="font-weight-normal">8th Gen Intel Core i7-8750H processor, 2.2GHz base processor speed</p></td>
</tr>
<tr>
<td><p class="font-weight-bold">Memory & Storage</p></td>
<td><p class="font-weight-normal">16GB DDR4 RAM
| 1TB HDD</p></td>
</tr>
<tr>
<td><p class="font-weight-bold">Ports & CD drive</p></td>
<td><p class="font-weight-normal">3 USB 3.0, 1 HDMI, 2 audio-out</p></td>
</tr>
<tr>
<td><p class="font-weight-bold">Graphics</p></td>
<td><p class="font-weight-normal">NVidia GeForce GTX 1050 Ti 4GB graphics </p></td>
</tr>
<tr>
<td><p class="font-weight-bold">Display</p></td>
<td><p class="font-weight-normal">Normal weight text.</p></td>
</tr>
<tr>
<td><p class="font-weight-bold">Display</p></td>
<td><p class="font-weight-normal">Normal weight text.</p></td>
</tr>
<tr>
<td><p class="font-weight-bold">Display</p></td>
<td><p class="font-weight-normal">Normal weight text.</p></td>
</tr>
<tr>
<td><p class="font-weight-bold">Display</p></td>
<td><p class="font-weight-normal">Normal weight text.</p></td>
</tr>
</tbody>
</table>
</p>
</div>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
</body>
</html>