-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtech.html
More file actions
570 lines (508 loc) · 23.4 KB
/
Copy pathtech.html
File metadata and controls
570 lines (508 loc) · 23.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Technology News Latest Tech News</title>
<style>
/* BANNER content*/
#BannerN{
width: 80%;
height: 150px;
display: flex;
margin-left: 10%;
}
#BannerN>div{
display: flex;
height: 150px;
}
#BannerFirst{
width: 800px
px;
height: auto;
padding-top: 20px;
border: 1px solid black;
display: flex;
justify-content: center;
align-items: center;
}
#BannerFirst>img{
width: 150px;
height: 90px;
display: flex;
margin-top: 20px;
}
#BannerSecond>img{
width: 300px;
height: 80px;
margin-left: 100px;
margin-top: 30px;
}
#BannerThird{
width: 500px;
height: 50px;
margin-left: 10%;
margin-top: 20px;
border: 1px solid black;
display: flex;
justify-content: center;
align-items: center;
}
#BannerThird>img{
width: 150px;
height: 100px;
display: flex;
justify-content: center;
align-items: center;
}
/* Below Banner Script */
.belowScript{
width: 300px;
display: flex;
justify-self: center;
align-items: center;
margin-left: 40%;
margin-bottom: 100px;
color: #6e6d44;
font-size: small;
}
a{
text-decoration: none;
}
#belowfirstpoint>a>strong{
font-size: small;
color: #6e6d44;
}
/* Navbar */
#navbar{
width: 87%;
height: auto;
display: flex;
margin-left: 85PX;
display: flex;
justify-content: center;
align-items: center;
}
#navbar>div{
width: 70%;
height: auto;
display: flex;
justify-content: center;
align-content: center;
}
.navHome>a{color: red;}
.navGadgets>select>option{color: green;}
.navNews>a{color: rgb(194, 41, 168);}
.navReviews>a{color: rgb(231, 50, 231);}
.navScience>a{color: red;}
.navAuto>a{color: rgb(57, 13, 177);}
.navGaming>a{color: rgb(75, 182, 224);}
.navPhoto>a{color: rgb(40, 103, 238);}
.navVideo>a{color: rgb(207, 59, 22);}
.navHowto>a{color: rgb(20, 16, 13);}
.navBestdeals>a{color: rgb(20, 16, 13);}
.imgslid{
width: 100%;
height: 350px;
border: 1px solid rebeccapurple;
}
.carousel-item>img{
width: 500px;
height: 300px;
}
/* MAIN CONTENT */
#maincontent{
display: flex;
}
/* CONTENT */
#content1{
width: 30%;
height: auto;
}
#content1>li{
list-style-type: none;
border-bottom: 2px dotted #000;
}
#content1{
width: 25%;
border-right: 1px solid rgb(22, 155, 165);
margin-left: 55px;
}
.contpara,.num{
color: rgb(163, 163, 163);
}
.num{
font-size: 40px;
font-style: italic;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
text-align: right;
}
#contp{
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-size: 22px;
}
.subcont1{
display: flex;
}
/* CONTENT2 */
#content2{
width: 40%;
height: auto;
display: grid;
grid-template-columns: repeat(2,1fr);
grid-template-rows: repeat(6,);
}
#content2>div{
height: auto;
}
.cont2h3{
background-color: #333333;
color: #cbbc1a;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.cont2p2{
font-size: 20px;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.cont2img{
width: 250px;
}
/* BELOW CONTENT */
#blwcont{
width: 100%;
height: 300px;
display: grid;
grid-template-columns: repeat(6,180px);
grid-template-rows: repeat(1,250px);
justify-content: center;
align-items: center;
gap: 20px;
background-color: #f0f0f0;
}
#blwcont>div{
margin-top: 30px;
padding-top: 20px;
background-color: white;
}
.blwa{
padding-top: 40px;
margin-top: 20px;
}
.blwa,.blwp,.blwh2{
width: 100%;
margin-left: 40px;
color: #000;
}
.content3{
width: 30%;
display: grid;
grid-template-columns: repeat(1,1fr);
grid-template-rows: repeat(4,300px);
}
.content3>div{
text-align: center;
align-items: center;
}
</style>
</head>
<body>
<!-- BANNER -->
<div id="BannerN">
<div id="BannerFirst">
<img src="https://images.firstpost.com/fpimages/380x285/fixed/jpg/flip_quote/20210923080422_Nord%202%20-1024.jpg" alt="">
<p>OnePlus Nord 2 review Return of the flagship-killer</p>
</div >
<div id="BannerSecond">
<img src="https://images.firstpost.com/wp-content/uploads/assets/images/tech2/rev_tech2-logo-final.png" alt="">
</div>
<div id="BannerThird">
<p>September sky events Mentor showers, a comet, asteroids and more</p>
<img src="https://images.firstpost.com/fpimages/380x285/fixed/jpg/flip_quote/20210903080056_nathan-anderson-L95xDkSSuWw-unsplash%20(2).jpg" alt="">
</div>
</div>
<!-- SCRIPT BELOW BANNER -->
<div class="belowScript">
<div>
<span>Friday, June 17, 2022 |</span>
<span id="belowfirstpoint">
<a href="">
<strong>Back to</strong>
<img id="firstpointhead" width="78" height="21" src="https://www.firstpost.com/assets/images/fp-blk.png">
</a>
</span>
</div>
</div>
<!-- UNDERLINE -->
<div></div>
<!-- NAVBAR -->
<div id="navbar">
<div class="navHome"><a href="https://www.firstpost.com/tech">Home</a></div>
<div class="navGadgets"><a href="https://www.firstpost.com/tech/gadgets"><select value="GADGETS">
<option value="GADGETS">GADGETS</option>
<option value="MOBILES">MOBILES</option>
<option value="LAPTOPS">LAPTOPS</option>
<option value="TABLETS">TABLETS</option>
</select></a></div>
<div class="navNews"><a href="https://www.firstpost.com/tech/news-analysis">NEWS</a></div>
<div class="navReviews"><a href="https://www.firstpost.com/tech/reviews">REVIEWS</a><select name="REVIEWS">
<option value="GADGETS">REVIEWS</option>
<option value="MOBILES">MOBILES</option>
<option value="LAPTOPS">LAPTOPS</option>
<option value="TABLETS">TABLETS</option>
</select></div>
<div class="navScience"><a href="https://www.firstpost.com/tech/science">SCIENCE</a></div>
<div class="navAuto"><a href="https://www.firstpost.com/tech/auto">AUTO</a></div>
<div class="navGaming"><a href="https://www.firstpost.com/tech/gaming">GAMING</a></div>
<div class="navPhoto"><a href="https://www.firstpost.com/tech/photos">PHOTO</a></div>
<div class="navVideo"><a href="https://www.firstpost.com/tech/videos">VIDEOS</a></div>
<div class="navHowto"><a href="https://www.firstpost.com/tech/how-to">HOW TO</a></div>
<div class="navBestdeals"><a href="https://www.firstpost.com/tech/best-deals">BEST DEALS</a></div>
</div>
<!-- IMAGE SLIDER -->
<div>
</div>
<!-- CONTENT -->
<div id="maincontent">
<div id="content1">
<li>
<p id="contp">MOST POPULAR</p>
<a href="https://www.firstpost.com/tech/news-analysis/whatsapp-continues-to-ban-accounts-in-india-over-16-lakh-accounts-banned-in-april-10747861.html">
<img src="https://images.firstpost.com/fpimages/100x100/fixed/jpg/scalex16x9/2022/06/11.jpg?impolicy=website&width=312&height=175" alt=""></a>
<div class="subcont1">
<div>
<a href=""><p class="contpara">WhatsApp continues to ban accounts in India, over 16 lakh accounts were banned in April</p></a>
</div>
<div>
<span class="num">1</span>
</div>
</div>
</li>
<li>
<div class="subcont1">
<div>
<a href="https://www.firstpost.com/tech/news-analysis/explained-microsoft-knows-most-pc-owners-use-pirated-windows-but-why-it-still-wont-take-any-action-10746321.html">
<p class="contpara">Explained: Microsoft knows most PC owners use pirated Windows, but why it still won’t take any action</p></a>
</div>
<div>
<span class="num">2</span>
</div>
</div>
</li>
<li>
<div class="subcont1">
<div>
<a href="https://www.firstpost.com/tech/news-analysis/bots-on-twitter-have-become-elon-musks-biggest-issue-in-going-forward-with-the-acquisition-heres-why-10687411.html">
<p class="contpara">Bots on Twitter have become Elon Musk's biggest issue in going forward with the acquisition. Here's why</p>
</a>
</div>
<div>
<span class="num">3</span>
</div>
</div>
</li>
<li>
<div class="subcont1">
<div>
<a href="https://www.firstpost.com/tech/news-analysis/netflix-trial-to-charge-for-sharing-password-in-latin-american-countries-backfires-streaming-giant-loses-more-subscribers-10745631.html">
<p class="contpara">crackdown on password-sharing in Latin American countries is proving to be a disaster.</p>
</a>
</div>
<div>
<span class="num">4</span>
</div>
</div>
</li>
<li>
<div class="subcont1">
<div>
<a href="https://www.firstpost.com/tech/news-analysis/samsung-to-reduce-phone-prodcution-by-30-million-units-this-year-10736441.html">
<p class="contpara">Samsung’s phone production to take a major hit this year, will be producing 30 million units less</p>
</a>
</div>
<div>
<span class="num">5</span>
</div>
</div>
</li>
<li>
<div class="subcont1">
<div>
<a href="https://www.firstpost.com/tech/news-analysis/apple-files-patent-on-new-camera-system-for-future-iphones-10741851.html">
<p class="contpara">Apple’s new patent reveals radical new camera tech for future iPhones</p>
</a>
</div>
<div>
<span class="num">6</span>
</div>
</div>
</li>
<li>
<div class="subcont1">
<div>
<a href="https://www.firstpost.com/tech/news-analysis/half-of-indian-smartphone-users-have-seen-ads-based-on-their-personal-phone-conversations-10723541.html">
<p class="contpara">Half of Indian smartphone users are seeing ads based on their personal phone conversations, says survey</p>
</a>
</div>
<div>
<span class="num">7</span>
</div>
</div>
</li>
<li>
<div class="subcont1">
<div>
<a href="https://www.firstpost.com/tech/news-analysis/google-pixel-fold-notepad-launch-delayed-will-launch-in-2023-10725601.html">
<p class="contpara">Google’s foldable Pixel phone is not coming anytime soon, has been postponed to 2023</p>
</a>
</div>
<div>
<span class="num">8</span>
</div>
</div>
</li>
<li>
<div class="subcont1">
<div>
<a href="https://www.firstpost.com/tech/news-analysis/pm-modi-inaugurates-indias-first-5g-test-bed-10684481.html">
<PM class="contpara">PM Narendra Modi Inaugurates India's first and indigenously made 5G test bed</p>
</a>
</div>
<div>
<span class="num">9</span>
</div>
</div>
</li>
<li>
<div class="subcont1">
<div>
<a href="https://www.firstpost.com/tech/news-analysis/indian-govt-issues-high-severity-warnings-for-apple-devices-running-on-older-generation-operating-system-10706791.html">
<p class="contpara">Govt. of India issues high severity warnings for Apple devices like iPhone, iPad that can be hacked</p>
</a>
</div>
<div>
<span class="num">10</span>
</div>
</div>
</li>
</div>
<div id="content2">
<div>
<a href=""><h3 class="cont2h3">So long Internet Explorer; Microsoft to finally retire once-dominant browser</h3>
<p class="cont2p2">Users marked Explorer's passing on Twitter, with some referring to it as a "bug-ridden, insecure POS" or the "top browser for installing other browsers.</p>
</a>
</div>
<div>
<a href="https://www.firstpost.com/tech/news-analysis/so-long-internet-explorer-microsoft-to-finally-retire-once-dominant-browser-10795221.html">
<img class="cont2img" src="https://images.firstpost.com/fpimages/100x100/fixed/jpg/scalex16x9/2022/06/internet-explorer-640.jpg?impolicy=website&width=355&height=200" alt=""></a>
</div>
<div>
<a href="https://www.firstpost.com/tech/news-analysis/everything-to-know-about-htc-viverse-metaverse-smartphone-launching-on-28-june-10789661.html">
<img class="cont2img" src="https://images.firstpost.com/fpimages/100x100/fixed/jpg/scalex16x9/2022/06/Here%E2%80%99s-everything-one-needs-to-know-about-HTC%E2%80%99s-upcoming-metaverse-smartphone.jpg?impolicy=website&width=355&height=200" alt=""></a>
</div>
<div>
<a href=""><h3 class="cont2h3">Here’s everything one needs to know about HTC’s upcoming metaverse smartphone</h3>
<p class="cont2p2">HTC is all set to make a comeback to the smartphone industry with their upcoming Viverse, a smartphone that is dedicated to, and based on technologies that facilitate the metaverse. The device will be officially announced on 28 June.</p>
</a>
</div>
<div>
<a href=""><h3 class="cont2h3">OnePlus Nord CE 2 Lite 5G long term review: Most non-OnePlus phone ever</h3>
<p class="cont2p2">The company has cut far too many corners to make this phone affordable, but in the process, it barely feels like a OnePlus phone.</p>
</a>
</div>
<div>
<a href="https://www.firstpost.com/tech/news-analysis/oneplus-nord-ce-2-lite-5g-long-term-review-most-non-oneplus-phone-ever-10783441.html">
<img class="cont2img" src="https://images.firstpost.com/fpimages/100x100/fixed/jpg/scalex16x9/2022/06/OnePlus-Nord-CE-2-Lite-Review-Lead-image_y64-11.jpg?impolicy=website&width=355&height=200" alt=""></a>
</div>
<div>
<a href="https://www.firstpost.com/tech/news-analysis/oneplus-will-launch-oneplus-10t-as-its-final-flasghip-device-of-2022-will-come-with-snapdragon-8-gen-1-soc-10781681.html">
<img class="cont2img" src="https://images.firstpost.com/fpimages/100x100/fixed/jpg/scalex16x9/2022/06/OnePlus-likely-to-launch-the-OnePlus-10T-later-this-year-to-come-with-Snapdragon-8-Gen-1-SoC-1.jpg?impolicy=website&width=355&height=200" alt=""></a>
</div>
<div>
<a href=""><h3 class="cont2h3">OnePlus likely to launch the OnePlus 10T later this year, to come with Snapdragon 8+ Gen 1 SoC</h3>
<p class="cont2p2">Rumours about OnePlus’ upcoming flagship, codenamed Project Ovaltine had been doing the round for some time now. It turns out that instead of the OnePlus 10 Ultra, it actually refers to the OnePlus 10T, which will launch later this year with the Snapdragon 8+ Gen 1 SoC.</p>
</a>
</div>
<div>
<a href=""><h3 class="cont2h3">Apple working on 12" MacBook, 15" MacBook Air, and 14.1" iPad Pro for a 2023 release</h3>
<p class="cont2p2">Apple is planning to revamp their line of MacBooks and iPads in a massive way. They are already working on an array of MacBook Airs, and iPad Pros, planning to release them in 2023 with updated M2 Max & M2 Pro chips.</p>
</a>
</div>
<div>
<a href="https://www.firstpost.com/tech/news-analysis/apple-set-to-revamp-macbook-and-ipad-lineup-with-new-models-and-m2-pro-m2-max-chips-10781081.html">
<img class="cont2img" src="https://images.firstpost.com/fpimages/100x100/fixed/jpg/scalex16x9/2022/06/Apple-working-on-12_-MacBook-15_-MacBook-Air-and-14.1_-iPad-Pro-for-a-2023-release.jpg?impolicy=website&width=355&height=200" alt=""></a>
</div>
<div>
<a href="https://www.firstpost.com/tech/news-analysis/government-of-india-issues-high-severity-warning-for-google-chrome-firefox-users-tips-to-stay-safe-10775861.html">
<img class="cont2img" src="https://images.firstpost.com/fpimages/100x100/fixed/jpg/scalex16x9/2022/06/Govt.-of-India-issues-high-severity-warning-for-Google-Chrome-Firefox-users-here%E2%80%99s-how-to-stay-safe.jpg?impolicy=website&width=355&height=200" alt=""></a>
</div>
<div>
<a href=""><h3 class="cont2h3">Govt. of India issues high-severity warning for Google Chrome & Firefox users, here’s how to stay safe</h3>
<p class="cont2p2">CERT-In has flagged certain versions of Google Chrome and Mozilla Firefox to be severely vulnerable to hackers and malicious programmes. There is, however, a very simple way to keep themselves safe and protected.</p>
</a>
</div>
</div>
<div class="content3">
<div class="cont3div">
<img class="cont3img" src="https://images.firstpost.com/fpimages/249x249/fixed/jpg/tech2/top-reviews/1577434102155.jpg?impolicy=website&width=249&height=249" alt="">
<p class="cont3p">Vivo Vivo V17</p>
<p >TECH RATING</p>
</div>
<div>
<img src="https://images.firstpost.com/fpimages/249x249/fixed/jpg/tech2/top-reviews/1577434102874.jpg?impolicy=website&width=249&height=249" alt="">
<p>Vivo Vivo V17</p>
<p>TECH RATING</p>
</div>
<div>
<img src="https://images.firstpost.com/fpimages/249x249/fixed/jpg/tech2/top-reviews/1577434102926.jpg?impolicy=website&width=249&height=249" alt="">
<p>Vivo Vivo V17</p>
<p>TECH RATING</p>
</div>
<div>
<h3></h3>
<iframe width="350px" height="250px" src="https://www.youtube.com/embed/tgbNymZ7vqY?playlist=tgbNymZ7vqY&loop=1" ></iframe>
</div>
</div>
</div>
<!-- iframe src="" FOR VIDEO-->
<!-- BELOW CONTENT -->
<div id="blwcont">
<div>
<a class="blwa" href=""><img src="https://cdn1.smartprix.com/rx-i6wnbWYSE-w110-h110/tcl-c9.jpg" alt="">
<p class="blwp">Apple Iphone 11</p>
<h2 class="blwh2">₹ 50,999</h2>
</a>
</div>
<div>
<a class="blwa" href=""><img src="https://cdn1.smartprix.com/rx-iaVCK97Wi-w110-h110/htc-desire-19s.jpg" alt="">
<p class="blwp">Xiaomi Redmi Note 9</p>
<h2 class="blwh2">₹ 11,999</h2>
</a>
</div>
<div>
<a class="blwa" href=""><img src="https://cdn1.smartprix.com/rx-iKnQszRKr-w110-h110/tcl-c9-plus.jpg" alt="">
<p class="blwp">Xiaomi Redmi 9</p>
<h2 class="blwh2">₹ 9,499</h2>
</a>
</div>
<div>
<a class="blwa" href=""><img src="https://cdn1.smartprix.com/rx-iCVmmq3Fs-w110-h110/vivo-s5-8gb-ram-256g.jpg" alt="">
<p class="blwp">Apple Iphone 11 (128GB</p>
<h2 class="blwh2">₹ 55,999</h2>
</a>
</div>
<div>
<a class="blwa" href=""><img src="https://cdn1.smartprix.com/rx-iefs7U7Zx-w110-h110/vivo-z5i.jpg" alt="">
<p class="blwp">Nokia 2.2</p>
<h2 class="blwh2">₹ 7,990</h2>
</a>
</div>
<div>
<a class="blwa" href=""><img src="https://cdn1.smartprix.com/rx-imHJIpMFa-w110-h110/samsung-galaxy-a01.jpg" alt="">
<p class="blwp">Apple Iphone SE 2020</p>
<h2 class="blwh2">₹ 32,999</h2>
</a>
</div>
</div>
</body>
</html>