-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTech-Timeline.html
More file actions
602 lines (564 loc) · 31.8 KB
/
Copy pathTech-Timeline.html
File metadata and controls
602 lines (564 loc) · 31.8 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
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
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
<!DOCTYPE html>
<html lang="en">
<head>
<title>Tech Art | Timeline</title>
<meta charset="UTF-8">
<meta name="description" content="Tech">
<meta name="keywords" content="Tech, html">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Favicon -->
<link href="img/favicon.ico" rel="shortcut icon"/>
<!-- Google font -->
<link href="https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i&display=swap" rel="stylesheet">
<!-- Stylesheets -->
<link rel="stylesheet" href="css/bootstrap.min.css"/>
<link rel="stylesheet" href="css/font-awesome.min.css"/>
<link rel="stylesheet" href="css/magnific-popup.css"/>
<link rel="stylesheet" href="css/owl.carousel.min.css"/>
<link rel="stylesheet" href="css/slicknav.min.css"/>
<link href="css/hover.css" rel="stylesheet" media="all">
<link href="css/hover-min.css" rel="stylesheet" media="all">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@splidejs/splide@latest/dist/css/splide.min.css">
<!-- Main Stylesheets -->
<link rel="stylesheet" href="css/style.css"/>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Page Preloder -->
<div id="preloder">
<div class="loader"></div>
</div>
<!-- Header section -->
<header class="header-section">
<nav id="navbar_top" class="navbar navbar-expand-lg navbar-dark navbar-inner">
<div class="container">
<a class="navbar-brand" href="index.html">
<img src="img/logo-1.png" alt="logo">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#main_nav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="main_nav">
<ul class="navbar-nav ml-auto">
<li class="nav-item"><a class="nav-link" href="index.html"> Home </a></li>
<li class="nav-item"><a class="nav-link" href="Tech-Timeline.html"> Tech Timeline </a></li>
<li class="nav-item dropdown"><a class="nav-link" href="#" role="button" data-toggle="dropdown" id="#dropdown-nav-link"> Explore </a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="Trending.html">TRENDING</a>
<a class="dropdown-item" href="Entertainment.html">ENTERTAINMENT</a>
<a class="dropdown-item" href="Gaming.html">GAMING</a>
<a class="dropdown-item" href="Social.html">SOCIAL MEDIA</a>
<a class="dropdown-item" href="Science.html">SCIENCE</a>
</div>
</li>
<li class="nav-item"><a class="nav-link" href="TechStory.html"> Tech Story </a></li>
<li class="nav-item"><a class="nav-link" href="Account.html"> Join | Sign in </a></li>
</ul>
</div> <!-- navbar-collapse.// -->
</div> <!-- container.// -->
</nav>
</header>
<!-- Header section end -->
<div id="site-content">
<!-- <section class="page-top-section set-bg" data-setbg="img/header-bg/timeline.png">
<div class="container">
<h2>Tech Timeline</h2>
</div>
</section> -->
<div class="bg-video-wrap">
<video src="img/video/timeline.mp4" loop muted autoplay>
</video>
<div class="background-overlay">
</div>
</div>
<section class="timeline-section timeline-one">
<div class="container">
<div class="row">
<div class="timeline-img" data-aos="fade-up-left" data-aos-duration="900">
<a href="img/history/1984.png" class="hvr-bounce-in"><img src="img/history/1984.png" alt="" class = "img-1984"></a>
<h3>Apple Macintosh</h3>
</div>
<div class="col-lg-7">
<div class="hvr-bounce-in">
<div class="timeline-info" data-aos="fade-right" data-aos-offset="250" data-aos-easing="ease-in-sine">
<h2>1984</h2>
<h4>Apple Realesed Macintosh</h4>
<p>Apple introduces the Macintosh with a television commercial during the 1984 Super Bowl, which plays on the theme of totalitarianism in George Orwell´s book 1984. The ad featured the destruction of “Big Brother” – a veiled reference to IBM -- through the power of personal computing found in a Macintosh. The Macintosh was the first successful mouse-driven computer with a graphical user interface and was based on the Motorola 68000 microprocessor. Its price was $2,500. Applications that came as part of the package included MacPaint, which made use of the mouse, and MacWrite, which demonstrated WYSIWYG (What You See Is What You Get) word processing.</p>
<a href="https://appleinsider.com/articles/19/01/24/apple-launched-macintosh-on-january-24-1984-and-changed-the-world----eventually" class="site-btn" target="_blank">Read More</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="timeline-section timeline-two">
<div class="container">
<div class="row">
<div class="timeline-img" data-aos="fade-down-right" data-aos-duration="900">
<a href="img/history/1989.png" class="hvr-bounce-in"><img src="img/history/1989.png" alt=""></a>
<h3>Intel 80486 Microprocessor</h3>
</div>
<div class="col-lg-7 offset-lg-5">
<div class="hvr-bounce-in">
<div class="timeline-info" data-aos="fade-left" data-aos-offset="250" data-aos-easing="ease-in-sine">
<h2>1986</h2>
<h4>Intel Introduced the 80486 Microprocessor</h4>
<p>Intel released the 80486 microprocessor and the i860 RISC/coprocessor chip, each of which contained more than 1 million transistors. The RISC microprocessor had a 32-bit integer arithmetic and logic unit (the part of the CPU that performs operations such as addition and subtraction), a 64-bit floating-point unit, and a clock rate of 33 MHz. <br/>
The 486 chips remained similar in structure to their predecessors, the 386 chips. What set the 486 apart was its optimized instruction set, with an on-chip unified instruction and data cache and an optional on-chip floating-point unit. Combined with an enhanced bus interface unit, the microprocessor doubled the performance of the 386 without increasing the clock rate.
</p>
<a href="https://en.wikipedia.org/wiki/Intel_80486" class="site-btn" target="_blank">Read More</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="timeline-section timeline-one">
<div class="container">
<div class="row">
<div class="timeline-img" data-aos="fade-up-left" data-aos-duration="900">
<a href="img/history/1991.png" class="hvr-bounce-in"><img src="img/history/1991.png" alt=""></a>
<h3>PowerBook 100 Laptop</h3>
</div>
<div class="col-lg-7">
<div class="hvr-bounce-in">
<div class="timeline-info" data-aos="fade-right" data-aos-offset="250" data-aos-easing="ease-in-sine">
<h2>1991</h2>
<h4>Apple Introduced PowerBook Series</h4>
<p>Apple's Macintosh Portable meets with little success in the marketplace and leads to a complete redesign of Apple's line of portable computers. All three PowerBooks introduced featured a built-in trackball, internal floppy drive, and palm rests, which would eventually become typical of 1990s laptop design. The PowerBook 100 was the entry-level machine, while the PowerBook 140 was more powerful and had a larger memory. The PowerBook 170 was the high-end model, featuring an active matrix display, faster processor, as well as a floating point unit. The PowerBook line of computers was discontinued in 2006.</p>
<a href="https://www.mac-history.net/apple-history-2/powerbook/2008-01-16/powerbook-100-1991" class="site-btn" target="_blank">Read More</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="timeline-section timeline-two">
<div class="container">
<div class="row">
<div class="timeline-img" id="img-1993" data-aos="fade-down-right" data-aos-duration="900">
<a href="img/history/1993.png" class="hvr-bounce-in"><img src="img/history/1993.png" alt=""></a>
<h3>HP Netserver LM, one of the first to use Intel's Pentium</h3>
</div>
<div class="col-lg-7 offset-lg-5">
<div class="hvr-bounce-in">
<div class="timeline-info" data-aos="fade-left" data-aos-offset="250" data-aos-easing="ease-in-sine">
<h2>1993</h2>
<h4>Intel Realesed Pentium Microprocessor</h4>
<p>The Pentium is the fifth generation of the ‘x86’ line of microprocessors from Intel, the basis for the IBM PC and its clones. The Pentium introduced several advances that made programs run faster such as the ability to execute several instructions at the same time and support for graphics and music.</p>
<a href="https://www.edn.com/1st-intel-pentium-processor-is-shipped-march-22-1993/" class="site-btn" target="_blank">Read More</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="timeline-section timeline-one">
<div class="container">
<div class="row">
<div class="timeline-img" id="img-1995" data-aos="fade-up-left" data-aos-duration="900">
<a href="img/history/1995.png" class="hvr-bounce-in"><img src="img/history/1995.png" alt=""></a>
<h3>IBM ThinkPad 701C</h3>
</div>
<div class="col-lg-7">
<div class="hvr-bounce-in">
<div class="timeline-info" data-aos="fade-right" data-aos-offset="250" data-aos-easing="ease-in-sine">
<h2>1995</h2>
<h4>IBM Realesed The ThinkPad 701C</h4>
<p>Officially known as the Track Write, the automatically expanding full-sized keyboard used by the ThinkPad 701 is designed by inventor John Karidis. The keyboard was comprised of three roughly triangular interlocking pieces, which formed a full-sized keyboard when the laptop was opened -- resulting in a keyboard significantly wider than the case. This keyboard design was dubbed “the Butterfly.” The need for such a design was lessened as laptop screens grew wider. </p>
<a href="https://en.wikipedia.org/wiki/IBM_ThinkPad_Butterfly_keyboard" class="site-btn" target="_blank">Read More</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="timeline-section timeline-two">
<div class="container">
<div class="row">
<div class="timeline-img" id="img-2000" data-aos="fade-down-right" data-aos-duration="900">
<a href="img/history/2000.png" class="hvr-bounce-in"><img src="img/history/2000.png" alt=""></a>
<h3>Sony-built J-Phone J-SH04</h3>
</div>
<div class="col-lg-7 offset-lg-5">
<div class="hvr-bounce-in">
<div class="timeline-info" data-aos="fade-left" data-aos-offset="250" data-aos-easing="ease-in-sine">
<h2>2000</h2>
<h4>First Camera Phone Introduced</h4>
<p>Japan's SoftBank introduces the first camera phone, the J-Phone J-SH04; a Sharp-manufactured digital phone with integrated camera. The camera had a maximum resolution of 0.11 megapixels a 256-color display, and photos could be shared wirelessly. The J-Phone line would quickly expand, releasing a flip-phone version just a month later. Cameras would become a significant part of most phones within a year, and several countries have even passed laws regulating their use.</p>
<a href="https://en.wikipedia.org/wiki/J-SH04" class="site-btn" target="_blank">Read More</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="timeline-section timeline-one">
<div class="container">
<div class="row">
<div class="timeline-img" id="img-2003" data-aos="fade-up-left" data-aos-duration="900">
<a href="img/history/2003.png" class="hvr-bounce-in"><img src="img/history/2003.png" alt=""></a>
<h3>PowerMac G5 Tower Computer</h3>
</div>
<div class="col-lg-7">
<div class="hvr-bounce-in">
<div class="timeline-info" data-aos="fade-right" data-aos-offset="250" data-aos-easing="ease-in-sine">
<h2>2003</h2>
<h4>Apple Realesed PowerMac G5</h4>
<p>With a distinctive anodized aluminum case, and hailed as the first true 64-bit personal computer, the Apple G5 is the most powerful Macintosh ever released to that point. While larger than the previous G4 towers, the G5 had comparatively limited space for expansion. Virginia Tech used more than a thousand PowerMac G5s to create the System X cluster supercomputer, rated #3 in November of that year on the world’s TOP500 fastest computers.</p>
<a href="https://en.wikipedia.org/wiki/Power_Mac_G5" class="site-btn" target="_blank">Read More</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="timeline-section timeline-two">
<div class="container">
<div class="row">
<div class="timeline-img" id="img-2004" data-aos="fade-down-right" data-aos-duration="900">
<a href="img/history/2004.png" class="hvr-bounce-in"><img src="img/history/2004.png" alt=""></a>
<h3>Mark Zuckerberg</h3>
</div>
<div class="col-lg-7 offset-lg-5">
<div class="hvr-bounce-in">
<div class="timeline-info" data-aos="fade-left" data-aos-offset="250" data-aos-easing="ease-in-sine">
<h2>2004</h2>
<h4>Facebook Initial Launch</h4>
<p>Mark Zuckerberg, 23, founded Facebook while studying psychology at Harvard University. A keen computer programmer, Mr Zuckerberg had already developed a number of social-networking websites for fellow students, including Coursematch, which allowed users to view people taking their degree, and Facemash, where you could rate people's attractiveness.<br><br>
In February 2004 Mr Zuckerberg launched "The facebook", as it was originally known; the name taken from the sheets of paper distributed to freshmen, profiling students and staff. Within 24 hours, 1,200 Harvard students had signed up, and after one month, over half of the undergraduate population had a profile</p>
<a href="https://en.wikipedia.org/wiki/History_of_Facebook" class="site-btn" target="_blank">Read More</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="timeline-section timeline-one">
<div class="container">
<div class="row">
<div class="timeline-img" id="img-2005" data-aos="fade-up-left" data-aos-duration="900">
<a href="img/history/2005.png" class="hvr-bounce-in"><img src="img/history/2005.png" alt=""></a>
<h3>Arduino starter kit</h3>
</div>
<div class="col-lg-7">
<div class="hvr-bounce-in">
<div class="timeline-info" data-aos="fade-right" data-aos-offset="250" data-aos-easing="ease-in-sine">
<h2>2005</h2>
<h4>Arduino Came to the Tech Industry</h4>
<p>Harkening back to the hobbyist era of personal computing in the 1970s, Arduino begins as a project of the Interaction Design Institute, Ivrea, Italy. Each credit card-sized Arduino board consisted of an inexpensive microcontroller and signal connectors which made Arduinos ideal for use in any application connecting to or monitoring the outside world. The Arduino used a Java-based integrated development environment and users could access a library of programs, called “Wiring,” that allowed for simplified programming. Arduino soon became the main computer platform of the worldwide “Maker” movement.</p>
<a href="https://en.wikipedia.org/wiki/Arduino" class="site-btn" target="_blank">Read More</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="timeline-section timeline-two">
<div class="container">
<div class="row">
<div class="timeline-img" id="img-2007" data-aos="fade-down-right" data-aos-duration="900">
<a href="img/history/2007.png" class="hvr-bounce-in"><img src="img/history/2007.png" alt=""></a>
<h3>Apple iPhone</h3>
</div>
<div class="col-lg-7 offset-lg-5">
<div class="hvr-bounce-in">
<div class="timeline-info" data-aos="fade-left" data-aos-offset="250" data-aos-easing="ease-in-sine">
<h2>2007</h2>
<h4>Apple Realesed iPhone</h4>
<p>Apple launches the iPhone - a combination of web browser, music player and cell phone - which could download new functionality in the form of "apps" (applications) from the online Apple store. The touchscreen enabled smartphone also had built-in GPS navigation, high-definition camera, texting, calendar, voice dictation, and weather reports.</p>
<a href="https://en.wikipedia.org/wiki/IPhone_(1st_generation)" class="site-btn" target="_blank">Read More</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="timeline-section timeline-one">
<div class="container">
<div class="row">
<div class="timeline-img" id="img-2010" data-aos="fade-up-left" data-aos-duration="900">
<a href="img/history/2010.png" class="hvr-bounce-in"><img src="img/history/2010.png" alt=""></a>
<h3>Steve Jobs introducing MacBook Air</h3>
</div>
<div class="col-lg-7">
<div class="hvr-bounce-in">
<div class="timeline-info" data-aos="fade-right" data-aos-offset="250" data-aos-easing="ease-in-sine">
<h2>2010</h2>
<h4>The MacBook Air is Realesed</h4>
<p>Apple introduces their first ultra notebook – a light, thin laptop with high-capacity battery. The Air incorporated many of the technologies that had been associated with Apple's MacBook line of laptops, including integrated camera, and Wi-Fi capabilities. To reduce its size, the traditional hard drive was replaced with a solid-state disk, the first mass-market computer to do so.</p>
<a href="https://support.apple.com/kb/sp618" class="site-btn" target="_blank">Read More</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="timeline-section timeline-two">
<div class="container">
<div class="row">
<div class="timeline-img" id="img-2012" data-aos="fade-down-right" data-aos-duration="900">
<a href="img/history/2012.png" class="hvr-bounce-in"><img src="img/history/2012.png" alt=""></a>
<h3>Curiosity Rover by NASA</h3>
</div>
<div class="col-lg-7 offset-lg-5">
<div class="hvr-bounce-in">
<div class="timeline-info" data-aos="fade-left" data-aos-offset="250" data-aos-easing="ease-in-sine">
<h2>2012</h2>
<h4>Curiosity lands on Mars</h4>
<p>A math and physics geek at heart, I—and millions of people around the world—watched with shallow breaths and stars in our eyes as NASA’s Curiosity rover landed on Mars in 2012. As the car-sized robot began exploring the expanses of our rusty red neighbor, the NASA website went momentarily offline due to an overwhelming number of visitors.<br><br>
The Curiosity rover inspired more public and private interest in space exploration, particularly around the question of life on Mars. A few years later, NASA published its official plan for human exploration and colonization of Mars called "Journey to Mars."</p>
<a href="https://en.wikipedia.org/wiki/Curiosity_(rover)" class="site-btn" target="_blank">Read More</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="timeline-section timeline-one">
<div class="container">
<div class="row">
<div class="timeline-img" id="img-2014" data-aos="fade-up-left" data-aos-duration="900">
<a href="img/history/2014.png" class="hvr-bounce-in"><img src="img/history/2014.png" alt=""></a>
<h3>Amazon Echo</h3>
</div>
<div class="col-lg-7">
<div class="hvr-bounce-in">
<div class="timeline-info" data-aos="fade-right" data-aos-offset="250" data-aos-easing="ease-in-sine">
<h2>2014</h2>
<h4>Amazon Introduced Alexa</h4>
<p>Amazon introduced the world to Alexa in 2014, bringing the Internet of Things (IoT) into our homes. A voice-activated virtual assistant that can perform pre-set functions out-of-the-box such as set timers, share the current weather, create lists, access Wikipedia articles, Alexa has since grown both in popularity and functionality. With thousands of Alexa Skills extending its capabilities, one can now ask Alexa to order pizza, dim the room’s lighting, jot down a shopping list and automatically place an order, and more.</p>
<a href="https://www.techradar.com/reviews/amazon-echo-2014" class="site-btn" target="_blank">Read More</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="timeline-section timeline-two">
<div class="container">
<div class="row">
<div class="timeline-img" id="img-2016" data-aos="fade-down-right" data-aos-duration="900">
<a href="img/history/2016.png" class="hvr-bounce-in"><img src="img/history/2016.png" alt=""></a>
<h3>Samsung VR Box</h3>
</div>
<div class="col-lg-7 offset-lg-5">
<div class="hvr-bounce-in">
<div class="timeline-info" data-aos="fade-left" data-aos-offset="250" data-aos-easing="ease-in-sine">
<h2>2016</h2>
<h4>Virtual reality makes a comeback</h4>
<p>With major launches on the horizon, 2016 is set to be the breakthrough year for virtual reality technology - from Facebook’s Oculus Rift and HTC’s Vive to PlayStation’s Morpheus projects and Google’s Cardboard. This report explores how virtual reality will transform business, retail and education, as well as gaming and film. It also takes a look at ten sectors currently deploying VR </p>
<a href="https://www.bbc.com/news/technology-35205783" class="site-btn" target="_blank">Read More</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="timeline-section timeline-one">
<div class="container">
<div class="row">
<div class="timeline-img" id="img-2017" data-aos="fade-up-left" data-aos-duration="900">
<a href="img/history/2017.png" class="hvr-bounce-in"><img src="img/history/2017.png" alt=""></a>
<h3>iPhone X</h3>
</div>
<div class="col-lg-7">
<div class="hvr-bounce-in">
<div class="timeline-info" data-aos="fade-right" data-aos-offset="250" data-aos-easing="ease-in-sine">
<h2>2017</h2>
<h4>Apple Lauched iPhone X</h4>
<p>The iPhone X was intended to showcase what Apple considered the technology of the future. Using a glass and stainless-steel form factor and "bezel-less" design, shrinking the bezels, and not having a "chin", unlike many Android phones. It was the first iPhone to use an OLED screen. The home button's fingerprint sensor was replaced with a new type of authentication called Face ID, which used sensors to scan the user's face to unlock the device. This face-recognition capability also enabled emojis to be animated following the user's expression (Animoji). With a bezel-less design, iPhone user interaction changed significantly, using gestures to navigate the operating system rather than the home button used in all previous iPhones. At the time of its November 2017 launch, its price tag of $999 USD also made it the most expensive iPhone ever, with even higher prices internationally due to additional local sales and import taxes. </p>
<a href="https://support.apple.com/kb/sp770" class="site-btn" target="_blank">Read More</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="timeline-section timeline-two">
<div class="container">
<div class="row">
<div class="timeline-img" id="img-2018" data-aos="fade-down-right" data-aos-duration="900">
<a href="img/history/2018.png" class="hvr-bounce-in"><img src="img/history/2018.png" alt=""></a>
<h3>Pixel 3 and 3XL</h3>
</div>
<div class="col-lg-7 offset-lg-5">
<div class="hvr-bounce-in">
<div class="timeline-info" data-aos="fade-left" data-aos-offset="250" data-aos-easing="ease-in-sine">
<h2>2018</h2>
<h4>Google Launched Pixel 3 and 3XL</h4>
<p>Google has never seized to be on the top of its game. This time too it steals the show with the launch of its much-anticipated Pixel smartphones. Followed by several speculations and endless leaks, the Google Pixel 3 and Pixel 3XL are finally here! Flagship models from the brand, one can expect the best of Google packed with the Pixels. You enjoy the best of every world, as the Pixel 3 and the Pixel 3XL are powered by Al that makes for the most amazing experiences.</p>
<a href="https://www.gsmarena.com/google_pixel_3_xl-9257.php" class="site-btn" target="_blank">Read More</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="timeline-section timeline-one">
<div class="container">
<div class="row">
<div class="timeline-img" id="img-2019" data-aos="fade-up-left" data-aos-duration="900">
<a href="img/history/2019.png" class="hvr-bounce-in"><img src="img/history/2019.png" alt=""></a>
<h3>Artificial Intelligence and Machine Learning</h3>
</div>
<div class="col-lg-7">
<div class="hvr-bounce-in">
<div class="timeline-info" data-aos="fade-right" data-aos-offset="250" data-aos-easing="ease-in-sine">
<h2>2019</h2>
<h4>AI-Enabled Chips</h4>
<p>In the year 2019, chip manufacturers like NVIDIA, Intel, ARM, AMD, and Qualcomm will ship specialized chips capable of making the execution of artificial intelligence applications much faster. <br>
Moreover, Qualcomm early identification program has been designed to develop, maintain and implement software for the most complicated wireless devices within mobiles. <br>
Such chips will be optimized for particular utilization and scenarios concerning computer vision, speech recognition, and natural language processing. </p>
<a href="https://gravitas.bot/blog/ai-enabled-chips-intelligent-technologies-to-grow-smarter-2/" class="site-btn" target="_blank">Read More</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="timeline-section timeline-two">
<div class="container">
<div class="row">
<div class="timeline-img" id="img-2020" data-aos="fade-down-right" data-aos-duration="900">
<a href="img/history/2020.png" class="hvr-bounce-in"><img src="img/history/2020.png" alt=""></a>
<h3>5G Technology</h3>
</div>
<div class="col-lg-7 offset-lg-5">
<div class="hvr-bounce-in">
<div class="timeline-info" data-aos="fade-left" data-aos-offset="250" data-aos-easing="ease-in-sine">
<h2>2020</h2>
<h4>Not Even The Corona Virus Can Derail 5G's Global Momentum</h4>
<p>The continued advance of 5G is more critical than ever now that the coronavirus has radically changed our world. People are stuck at home and are maintaining their distance from each other, forcing them to rely on home broadband service -- something 5G could amp up. The next-generation cellular technology, which boasts anywhere from 10 to 100 times the speed of 4G and rapid-fire responsiveness, could improve everything from simple video conferencing to telemedicine and advanced augmented and virtual reality.</p>
<a href="https://www.cnet.com/news/not-even-the-coronavirus-can-derail-5gs-global-momentum/" class="site-btn" target="_blank">Read More</a>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
<div id="site-footer">
<footer class="webintern-footer">
<div class="webintern-footer-inner">
<div class="container">
<div class="row">
<div class="col-sm-6 col-md-3">
<a class="webintern-footer-logo" href="index.html">
<img class="img-responsive" src="img/logo-1.png"
style="width: 80%" alt="" />
</a>
<div class="simple-text dark padding-sm">
<p>
Computer-based technology has infiltrated many aspects of life and industry. Yet there is little understanding of how it can be used to promote engagement with a number of positive outcomes. This website is dedicated to provide accurate and topical understanding of technology to learners and educators.
</p>
</div>
<div class="empty-space xs-25 sm-25"></div>
</div>
<div class="col-sm-6 col-md-2 footer-2">
<!-- webintern_footer_title -->
<h4 class="webintern_footer_title h5">
<small>Quick Links</small>
</h4>
<ul class="webintern-footer-list">
<li><a href="index.html">Home</a></li>
<li><a href="Tech-Timeline.html">Tech Timeline</a></li>
<li><a href="Trending.html">Explore </a></li>
<li><a href="TechStory.html">Tech Story </a></li>
<li><a href="Account.html">Login </a></li>
</ul>
<div class="empty-space xs-25 sm-25"></div>
</div>
<div class="col-sm-6 col-md-3 footer-3">
<!-- webintern_footer_title -->
<h4 class="webintern_footer_title h5">
<small> Useful Links </small>
</h4>
<ul class="webintern-footer-list">
<li><a href="https://google.com/" target="_blank"><i class="fa fa-google" aria-hidden="true"></i> Google</a></li>
<li><a href="https://www.wikipedia.org/" target="_blank"><i class="fa fa-wikipedia-w" aria-hidden="true"></i> Wikipedia</a></li>
<li><a href="https://github.com/" target="_blank"><i class="fa fa-github" aria-hidden="true"></i> Github</a></li>
<li><a href="https://stackoverflow.com/" target="_blank"><i class="fa fa-stack-overflow" aria-hidden="true"></i> StackOverflow</a></li>
<li><a href="https://news.ycombinator.com/" target="_blank"><i class="fa fa-hacker-news" aria-hidden="true"></i> Hacker News</a></li>
<li><a href="https://www.amazon.com/" target="_blank"><i class="fa fa-amazon" aria-hidden="true"></i> Amazon</a></li>
</ul>
<div class="empty-space xs-25"></div>
</div>
<div class="col-xs-12 col-md-4 col-sm-6">
<div class="marg-sm-b30"></div>
<!-- webintern_footer_title -->
<h4 class="webintern_footer_title h5">
<small>Subscribe Newsletter</small>
</h4>
<div class="empty-space marg-lg-b20"></div>
<div class="empty-space marg-lg-b15"></div>
<!-- TT-SUBSCRIBE -->
<form method="post">
<div class="tt-subscribe">
<input type="text" required="" placeholder="Enter your email" />
<div class="tt-subscribe-submit">
<i class="fa fa-envelope" aria-hidden="true"></i>
<input type="submit" value="" />
</div>
</div>
</form>
<div class="empty-space marg-lg-b30"></div>
<!-- TT-SOCAIL -->
<ul class="tt-socail">
<li>
<a href="https://www.facebook.com/tamim0000x/"><i class="fa fa-facebook" aria-hidden="true"></i></a>
</li>
<li>
<a href="https://www.instagram.com/tamim_365/"><i class="fa fa-instagram" aria-hidden="true"></i></a>
</li>
<li>
<a href="https://github.com/Tamim365"><i class="fa fa-linkedin" aria-hidden="true"></i></a>
</li>
<li>
<a href="https://twitter.com/tamim365"><i class="fa fa-twitter" aria-hidden="true"></i></a>
</li>
<li>
<a href="https://www.facebook.com/tamim0000x/"><i class="fa fa-google-plus" aria-hidden="true"></i></a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="tt-copy">
<div class="container">
<div class="row">
<div class="col-sm-6">
<div class="tt-copy-left">
Copyright © Tech Art. All rights reserved.
</div>
</div>
<div class="col-sm-6">
<div class="tt-copy-right"><i class="fa fa-wrench" aria-hidden="true"></i> Developed by: <a href="https://github.com/Tamim365" target="_blank">Tamim365</a></div>
</div>
</div>
</div>
</div>
</footer>
</div>
<!--====== Javascripts & Jquery ======-->
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.slicknav.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/circle-progress.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@splidejs/splide@latest/dist/js/splide.min.js"></script>
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<script>
AOS.init();
</script>
<script src="js/main.js"></script>
</body>
</html>