forked from GaneshGanta/The-Hindu-News-Application-Clone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
833 lines (800 loc) · 32.6 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
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
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
<!-- The HINDU Home Page -->
<!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>The HINDU Project</title>
</head>
<link rel="stylesheet" href="home_Page.css" />
<link rel="stylesheet" href="menu.css" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css"
/>
<body>
<tp id="tp">
<div id="page">
<!-- navbar of above Logo -->
<div id="nav1">
<div id="first">
<i class="fa-brands fa-facebook-f same"></i>
<div class="vl"></div>
<i class="fa-brands fa-twitter same"></i>
<div class="vl"></div>
<i class="fa-brands fa-linkedin-in same"></i>
<div class="vl"></div>
<i class="fa-brands fa-instagram-square same"></i>
<div class="vl"></div>
<i class="fa-solid fa-envelope same"></i>
<div class="vl"></div>
<i class="fa-solid fa-mobile-screen same"></i>
<div class="vl"></div>
<p>ePaper</p>
<div class="vl"></div>
</div>
<div id="second">
<div class="vl"></div>
<input class="same" type="search" placeholder="Search here" />
<i class="fa-solid fa-magnifying-glass"></i>
</div>
</div>
<hr />
<!-- The Hindu Logo -->
<div id="logo">
<img
src="https://www.thehindu.com/theme/images/th-online/logo.png"
alt="main logo error"
/>
<div>
<p>LATEST NEWS</p>
<p>SUNDAY, JUNE 19, 2022</p>
<p>E-PAPER</p>
</div>
</div>
<!-- navbar 2 below Logo -->
<div id="nav2">
<div id="left">
<div id="menu">
<p> MENU</p>
<i class="fa-solid fa-bars"></i>
</div>
<p> <a href="todayspaper.html">TODAY'S PAPER</a> </p>
<div class="elem">
<p class="content">NEWS</p>
<div class="sub-content">
<a href="">INDIA</a>
<a href="">WORLD</a>
<a href="">STATES</a>
<a href="">CITIES</a>
</div>
</div>
<div class="elem">
<p class="content"><a href="opinion_Page.html">OPINION</a> </p>
<div class="sub-content extra2">
<a href="">CARTOON</a>
<a href="">COLUMNS</a>
<a href="">EDITORIAL</a>
<a href="">INTERVIEW</a>
<a href="">LEAD</a>
<a href="">READER'S EDITOR</a>
<a href="">COMMENT</a>
<a href="">OPEN PAGE</a>
<a href="">LETTERS</a>
</div>
</div>
<div class="elem">
<p class="content"> <a href="business.html">BUSINESS</a> </p>
<div class="sub-content extra">
<a href="">AGRI-BUSINESS</a>
<a href="">INDUSTRY</a>
<a href="">ECONOMY</a>
<a href="">MARKETS</a>
<a href="">BUDGET 2022</a>
<a href="">STOCK QUOTES</a>
</div>
</div>
<div class="elem">
<p class="content"> <a href="sports.html"> SPORT</a></p>
<div class="sub-content extra">
<a href="">CRICKET</a>
<a href="">FOOTBALL</a>
<a href="">HOCKEY</a>
<a href="">TENNIS</a>
<a href="">ATHLETICS</a>
<a href="">MOTORSPORT</a>
<a href="">RACES</a>
<a href="">OTHER SPORTS</a>
</div>
</div>
<div class="elem">
<p class="content"> <a href="entertainment.html">ENTERTAINMENT</a> </p>
<div class="sub-content">
<a href="">ART</a>
<a href="">DANCE</a>
<a href="">MOVIES</a>
<a href="">MUSIC</a>
<a href="">REVIEWS</a>
<a href="">THEATRE</a>
</div>
</div>
<p>CROSSWORD+</p>
</div>
<div id="right">
<button> <a style="text-decoration: none;" href="./The Hindu/freetrial.html">GET TRIAL</a></button>
<button> <a style="text-decoration: none;" href="./The Hindu/subscribe.html">SUBSCRIBE NOW</a> </button>
<button> <a style="text-decoration: none;" href="./The Hindu/loginpage.html">LOG IN</a> </button>
</div>
</div>
<hr />
<!-- 3rd common (trending) Part -->
<div id="header">
<p>TRENDING TODAY</p>
<a >RUSSIA-UKRAINE CRISIS</a>
<a >CORONAVIRUS</a>
<a >IPL</a>
<img
src="https://www.thehindu.com/theme/images/th-online/housing.png"
alt="housing logo error"
/>
</div>
<!-- news part below header -->
<div id="container">
<div id="con1" class="same">
<img
src="https://www.thehindu.com/incoming/w4217a/article65529512.ece/alternates/LANDSCAPE_320/PTI06_15_2022_000097B.jpg"
/>
<p>
ED quizzes Rahul Gandhi for third consecutive day in National Herald
money laundering case
</p>
<p>
His questioning could not be completed on June 14 and hence he was
asked to continue the
</p>
<div class="clock">
<i class="fa-light fa-clock-eleven"></i>
<p>4 hrs</p>
</div>
</div>
<div id="con2" class="same">
<div>
<img
src="https://www.thehindu.com/incoming/nhiyxt/article65529454.ece/alternates/SQUARE_115/10215_16-11-2016_12-10-59_16GNRAO-DIGITALCLASS-001_5_.JPG"
/>
</div>
<div>
<p>TELANGANA</p>
<p>Telugu mandatory in CBSE, ICSE,IC schools in Telangana</p>
</div>
<div class="clock">
<i class="fa-light fa-clock-eleven"></i>
<!-- <p style="margin-right:60px;">4 hrs</p> -->
</div>
</div>
<div id="con3" class="same">
<div>
<img
src="https://www.thehindu.com/news/national/other-states/c3pckl/article36980911.ece/alternates/SQUARE_115/67511210202116841319ENCOUNTERSGR12102021JPG"
/>
</div>
<div>
<p>NATIONAL</p>
<p>Two LeT militants killed in encounter inJ&K</p>
</div>
<div class="clock">
<i class="fa-light fa-clock-eleven"></i>
<p>2 hrs</p>
</div>
</div>
<div id="con4" class="same">
<div>
<img
src="https://www.thehindu.com/business/56iicz/article36006265.ece/alternates/SQUARE_115/TH20BUMOBILE"
/>
</div>
<div>
<p>INDUSTRY</p>
<p>
Cabinet gives nod for 5G auctions;72097.8 MHz spectrum to be put
on block by July-end
</p>
</div>
</div>
<div id="con5" class="same">
<div>
<img
src="https://www.thehindu.com/incoming/epxp0c/article65529037.ece/alternates/SQUARE_115/2022-06-15T030019Z_1762332696_RC22SU9W6UU2_RTRMADP_3_UKRAINE-CRISIS-USA-NATO.JPG"
/>
</div>
<div>
<p>INTERNATIONAL</p>
<p>
Live updates | Russia plans evacuations from chemical plant in
battleground Ukraine
</p>
</div>
</div>
<div id="con6" class="same">
<div>
<img
src="https://www.thehindu.com/news/national/kwa49e/article65527833.ece/alternates/FREE_1200/Newspaper.jpg"
/>
</div>
<div>
<p>INTERNATIONAL</p>
<p>U.S. abortions rise: 1 in 5 pregnancies terminated in 2020</p>
</div>
<div class="clock">
<i class="fa-light fa-clock-eleven"></i>
<p>5 hrs</p>
</div>
</div>
<div id="con7" class="same">
<img
src="https://tpc.googlesyndication.com/simgad/6541550647408549037"
/>
<div class="same">x</div>
</div>
<div id="con8" class="same">
<img
src="https://tpc.googlesyndication.com/simgad/7497163245422372301"
/>
<div class="same">x</div>
</div>
</div>
<!-- box 2 -->
<div id="box2">
<div id="b21" class="same">
<video height="100%" width="98%" controls muted>
<source src="video21.mp4" type="video/mp4" />
</video>
</div>
<div id="b22" class="same">
<video height="100%" width="98%" autoplay muted>
<source src="video22.mp4" type="video/mp4" />
</video>
</div>
<div id="b23" class="same">
<video height="100%" width="98%" controls muted>
<source src="video23.mp4" type="video/mp4" />
</video>
</div>
<div id="b24" class="same">
<video height="100%" width="98%" autoplay muted>
<source src="video24.mp4" type="video/mp4" />
</video>
</div>
</div>
<!-- box 3 -->
<div id="box3">
<div id="box31" class="same">
<img
src="https://www.thehindu.com/news/national/3vfs83/article65524663.ece/alternates/LANDSCAPE_320/Guns%20safety.jpeg"
/>
<p>
Explained | What is included in the U.S. Senate's gun reform deal?
</p>
<p>SUMEDA</p>
<p>
Amid rising public concern about gun violence, a bipartisan group of
U.S. Senators has agreed upon a framework for a firearms safety bill
</p>
</div>
<div id="box32" class="same">
<img
src="https://www.thehindu.com/migration_catalog/75dhet/article51822826.ece/alternates/LANDSCAPE_100/09bg-bidar-modi%2B10BGMODI.jpg"
/>
<p>
Audio clip of Minister's conversation with farmer goes viral ...
</p>
</div>
<div id="box33" class="same">
<img
src="https://www.thehindu.com/incoming/vmlfix/article65530581.ece/alternates/LANDSCAPE_100/4842_15_6_2022_19_46_29_2_15KURNOOLWATER2.JPG"
/>
<p>
Mansoon rain inundates colony in Kurnool, Anantapur gets good rains
and beautiful ...
</p>
</div>
<div id="box34" class="same">
<img
src="https://www.thehindu.com/incoming/61q4qj/article65534711.ece/alternates/LANDSCAPE_100/PTI06_16_2022_000282B.jpg"
/>
<p>
3-years old dies in buildings collapse in Paharganj; three rescued
...
</p>
</div>
<div id="box35" class="same">
<img
src="https://www.thehindu.com/incoming/9nqvhg/article65532352.ece/alternates/LANDSCAPE_100/ATM2.jpg"
/>
<p>
People rush to withdraw money as ATM dispenses 5 times extra cash in
Maharashtra ...
</p>
</div>
</div>
<!-- horizontal Add 1 -->
<div id="ad3" class="same">
<img
src="https://tpc.googlesyndication.com/simgad/13091531968562055397"
alt=""
/>
<div class="same">x</div>
</div>
<!-- box4 (National & International) -->
<div id="box4">
<!-- column - 1 -->
<div id="box41">
<div id="box411" class="box4_b1">
<h2>International</h2>
<div></div>
<p>SEE ALL</p>
</div>
<div id="box412" class="box4_b2 same">
<img
src="https://www.thehindu.com/incoming/pzjvi/article65338242.ece/alternates/LANDSCAPE_320/WikiLeaks_32414.jpg-063d2.jpg"
/>
<p>
U.K. goverment approves extradition of Julian Assange to U.S,
Wikileaks says he will appeal
</p>
</div>
<div id="box413" class="box4_b3 same">
<img
src="https://www.thehindu.com/incoming/8o3tnr/article65536582.ece/alternates/LANDSCAPE_100/Belgium_EU_Ukraine_Bid_78157.jpg-80985.jpg"
/>
<p>EU Commission backs candidate status for Ukraine</p>
</div>
<hr />
<div id="box414" class="box4_b3 same">
<img
src="https://www.thehindu.com/incoming/4eeus1/article65512036.ece/alternates/LANDSCAPE_100/AFP_32C78Q2.jpg"
/>
<p>
U.S says it 'condemns remarks on prophet made by BJP officials'
</p>
</div>
<hr />
<div id="box415" class="box4_b3 same">
<img
src="https://www.thehindu.com/incoming/mob4i/article65532467.ece/alternates/LANDSCAPE_100/APTOPIX_Ukraine_Russia_War_99649.jpg-935c4.jpg"
/>
<p>
Ukraine crisis: Leaders of France, Germany and Italy head for Kyiv
as U.S. pledges more military aid
</p>
</div>
</div>
<!-- column - 2 -->
<div id="box42">
<div id="box421" class="box4_b1">
<h2>National</h2>
<div></div>
<p>SEE ALL</p>
</div>
<div id="422" class="box4_b2 same">
<img
src="https://www.thehindu.com/incoming/xtue23/article65536509.ece/alternates/LANDSCAPE_320/2022-06-17T045048Z_1364658127_RC2FTU9ITNH0_RTRMADP_3_TRADE-WTO.JPG"
/>
<p>
Intellectual property rights waiver falls short of expectation at
WTO meeting
</p>
</div>
<div class="box4_b3 same">
<img
src="https://www.thehindu.com/news/national/hgxi0q/article65536488.ece/alternates/LANDSCAPE_100/IMG_TH16_KRA_SHEKAWAT_2_1_6K864S6N.jpg"
/>
<p>
BJP appoints 14-member panel to oversee Presidential polls,
'guide' MPs on voting
</p>
</div>
<hr />
<div class="box4_b3 same">
<img
src="https://www.thehindu.com/news/national/article17101603.ece/alternates/LANDSCAPE_100/GORKHA.1"
/>
<p>Gurkhas hurt after 'non-Indian' snub</p>
</div>
<hr />
<div class="box4_b3 same">
<img
src="https://www.thehindu.com/incoming/x38emt/article65529950.ece/alternates/LANDSCAPE_100/PTI06_15_2022_000163A.jpg"
/>
<p>
Presidential polls | People may ask how Opposition will give
capable PM if it can't field strong candidate ...
</p>
</div>
</div>
<!-- column - 3 -->
<div id="box43" class="same">
<img
src="https://tpc.googlesyndication.com/simgad/15468320304968379105"
/>
<div>x</div>
</div>
</div>
<!-- Abhishek Section-->
<div id="trupti">
<div>
<div id="topline">
<h2>Sports</h2><h2>see all</h2>
</div>
<hr>
</div>
<div id="opan">
<div class="hh"">
<img src="https://www.thehindu.com/incoming/vvehqa/article65521453.ece/alternates/LANDSCAPE_215/AFP_32CB4BV.jpg">
<h5 class="blue">SPORTS</h5>
<h4>Women’s FIH Pro League: Indian go down fighting against Belgium in opening tie</h4>
<h6>PTI</h6>
<p>An attacking start to the match saw both the teams creating opportunities in the opening minutes, but it was Belgium who got better as they took the l</p>
</div>
<div class="hh" ><img src="https://www.thehindu.com/sport/hockey/zc20b/article65518674.ece/alternates/LANDSCAPE_215/PTI08_08_2021_000099A.jpg">
<h5 class="blue">HOCKEY</h5><h4>FIH Pro-League | Sreejesh saves penalty stroke, Indian men shock Olympic champions Belgium</h4><h6>PTI</h6><p>The Indian team was down 1-3 with just eight minutes left in the match but made it 3-3 to force a penalty shoot out.</p></div>
<div class="hh" ><img src="https://www.thehindu.com/incoming/8u71kj/article65532720.ece/alternates/LANDSCAPE_215/1399055893.jpg"><h5 class="blue">FOOTBALL</h5><h4>Premier League announces 2022-23 season fixtures</h4><h6>AGENCIES</h6><p>In the Premier League opening week, Manchester City travel to West Ham, Liverpool play newly-promoted Fulham, Chelsea take on Everton, London derby fo</p></div>
<div id="bb"><div><h2>Asia Cup hockey | Malaysia holds India to draw but Sardar</h2></div>
<div><p>India had earlier defeated Japan 2-1 in their first match on Saturday.</p>
<h5>PTI</h5></div>
<div><img src="https://www.thehindu.com/sport/hockey/vi1bkt/article65473592.ece/alternates/LANDSCAPE_300/India-Malaysia.JPG"></div>
</div>
</div>
</div>
<div id="trupti">
<div>
<div id="topline">
<h2>Entertainment</h2><h2>see all</h2>
</div>
<hr>
</div>
<div id="opan">
<div class="hh"">
<img src="https://www.thehindu.com/incoming/mz98la/article65539490.ece/alternates/LANDSCAPE_215/vagdevi.jpg">
<h5 class="blue">MUSIC</h5>
<h4>Meet the Telugu Indian Idol winner BVK Vagdevi on Aha</h4>
<h6>NEERAJA MURTHY</h6>
<p>The Nellore-based architecture student talks about the her dream of come true and hoping to making a mark in the music industry</p>
</div>
<div class="hh" ><img src="https://www.thehindu.com/incoming/88wnpv/article65536049.ece/alternates/LANDSCAPE_215/18mpSOI1.jpg">
<h5 class="blue">LIFE & STYLE</h5><h4>NCPA musicians come to Chennai with Mozart’s Overture to the ‘Marriage of Figaro’</h4><h6>DEEPA ALEXANDER</h6><p>For the first time since the pandemic began, the Symphony Orchestra of India returns to the national stage with a series of concerts outside of its ho</p></div>
<div class="hh" ><img src="https://www.thehindu.com/incoming/dy3kqo/article65510922.ece/alternates/LANDSCAPE_215/10fr_Lighting%20new%201.jpg"><h5 class="blue">DANCE</h5><h4>Ace lighting designer Gyandev Singh on how he enhances the visual appeal of dance performances</h4><h6>GAYATHRI IYER</h6><p>Ace lighting designer Gyandev Singh has changed the perception of lighting by allowing it to become a character on stage</p></div>
<div id="bb"><div><h2>A short film about god, man and relationships</h2></div>
<div><p>The short film, Dvija, is directed by AK Srikanth and features his dancer-wife, Savitha Sastry. The film was released on on their YouTube channel, Sav</p>
<h5>STAFF REPORTER</h5></div>
<div><img src="https://www.thehindu.com/incoming/pc4zu8/article65476272.ece/alternates/LANDSCAPE_300/661A2034.jpg"></div>
</div>
</div>
</div>
<!-- Trupti Section -->
<div id="trupti">
<div>
<div id="topline">
<h2>Opinion & Analysis</h2><h2>see all</h2>
</div>
<hr>
</div>
<div id="opan">
<div class="hh"">
<img src="https://www.thehindu.com/life-and-style/xhefzk/article65536009.ece/alternates/LANDSCAPE_215/Prashant%20Kumar_Author%20of%20Made%20In%20Future.jpg">
<h5 class="blue">INDUSTRY</h5>
<h4>‘Enjoy both parties and perspectives’ at Cannes Lions 2022: Prashant Kumar</h4>
<h6>ROSELLA STEPHEN</h6>
<p>Prashant Kumar, a former Cannes Lions jury member, on what to expect in 2022 and why the festival is more than its ‘party week’ reputation</p>
</div>
<div class="hh" ><img src="https://www.thehindu.com/todays-paper/tp-business/mtl2cl/article65269150.ece/alternates/LANDSCAPE_215/Microsoft%C2%A0intro%2BG7S9L8BGD.3.jpg.jpg"><h5 class="blue">TECHNOLOGY</h5><h4>Microsoft’s mixed reality gets a black eye</h4><h6>JOHN XAVIER</h6><p>The talent exodus and the organisational rejig has dealt a blow to Microsoft’s vision of a mixed reality, making it reroute resources and people at</p></div>
<div class="hh" ><img src="https://www.thehindu.com/incoming/hu21f9/article65357632.ece/alternates/LANDSCAPE_215/rajeev_25.jpg"><h5 class="blue">INTERVIEW</h5><h4>India needs a plan so we are not vulnerable to the ‘splinternet’: Rajeev Chandrasekhar</h4><h6>M.K.NARAYANAN</h6><p>It doesn’t matter who owns what, we have a standard set of expectations, says Minister of State for Electonics and IT
2</p></div>
<div id="bb"><div><h2>Getting serious about supporting the care economy</h2></div>
<div><p>Care work is vital for economies in general and India needs to have a strategy and action plan for improved policies</p>
<h5>DAGMAR WALTER</h5></div>
<div><img src="https://www.thehindu.com/opinion/op-ed/a0pssf/article65309383.ece/alternates/LANDSCAPE_300/iStock-1130230765.jpg"></div>
</div>
</div>
</div>
<!-- Footer Part -->
<div id="foot">
<!-- slider part -->
<div id="sliding">
<div id="top">
<div id="header">
<p>TRENDING TODAY</p>
<a>RUSSIA-UKRAINE CRISIS</a>
<a>CORONAVIRUS</a>
<a>IPL</a>
<img
src="https://www.thehindu.com/theme/images/th-online/housing.png"
alt="housing logo error"
/>
</div>
<a href="#page"><i id="house" class="fa-solid fa-house-chimney same"></i></a>
</div>
<div id="bottom">
<div id="moving">
<!-- Append data here from JS -->
<img src="https://www.thehindu.com/news/national/3vfs83/article65524663.ece/alternates/LANDSCAPE_320/Guns%20safety.jpeg" />
<p> Explained | What is included in the U.S. Senate's gun reform deal?</p>
<button><</button>
<button>></button>
</div>
<div id="moving2">
<!-- Append data here from JS -->
<img src="https://www.thehindu.com/incoming/x38emt/article65529950.ece/alternates/LANDSCAPE_100/PTI06_15_2022_000163A.jpg" />
<p> Presidential polls | People may ask how Opposition will give
capable PM if it can't field strong candidate ...</p>
<button><</button>
<button>></button>
</div>
</div>
</div>
<div id="foot1">
<div id="f11">
<div id="first">
<i class="fa-brands fa-facebook-f same"></i>
<div class="vl"></div>
<i class="fa-brands fa-twitter same"></i>
<div class="vl"></div>
<i class="fa-brands fa-linkedin-in same"></i>
<div class="vl"></div>
<i class="fa-brands fa-instagram-square same"></i>
<div class="vl"></div>
<i class="fa-solid fa-envelope same"></i>
<div class="vl"></div>
<i class="fa-solid fa-mobile-screen same"></i>
<div class="vl"></div>
<p>ePaper</p>
<div class="vl"></div>
</div>
</div>
<div id="f12">
<img src="https://www.thehindu.com/theme/images/th-online/logo.png" />
</div>
<div id="f13">
<div id="second">
<div class="vl"></div>
<input class="same" type="search" placeholder="Search here" />
<i class="fa-solid fa-magnifying-glass"></i>
</div>
</div>
</div>
<hr>
<div id="foot2">
<!-- part-1 -->
<div id="part1" class="foot2_same">
<p>TRENDING TODAY</p>
<p>U.S. Says It 'Condemns Remarks On Prophet Made by BJP Of...</p>
<p>Rahul Gandhi Questioning By ED | Congress Serves Legal No...</p>
<p>Doctor fall's To Death From 11th Floor Of Appartment In Beng...</p>
<p>Bhaskar Rao Botcha Celebrates 'The Tree' In His Works</p>
<p>Bulldozer On The Loose: On Demolition Of Property Of Musl...</p>
</div>
<div></div>
<!-- part-2 -->
<div id="part2" class="foot2_same">
<p>TRENDING TOPIC</p>
<p>Indian National Congress</p>
<p>The Hindu MetropPlus</p>
<p>Uttar Pradesh</p>
</div>
<div></div>
<!-- part-3 -->
<div id="part3" class="foot2_same">
<p>TRENDING ON OUR GROUP SITES</p>
<p>BUSINESSLINE</p>
<p>RBI And Other Cen...</p>
<p>Stock Market</p>
</div>
</div>
<div id="foot3">
<!-- first -->
<div id="foot31">
<p>HOME</p>
<p>NEWS</p>
<p>CORONAVIRUS</p>
<p>OPINION</p>
<p>BUSINESS</p>
<p>SPORT</p>
<p>CROSSWORD+</p>
<p>COUPONS</p>
<p>ENTERTAINMENT</p>
</div>
<!-- second -->
<div id="foot32">
<p><span>THE SITE</span> About Us | Terms Of Use | Privacy Policy | Contacts |
Archive | Print Subscription | epaper | Digital Subscription | Rss Feeds | Sitemap
| <span id="S2">GROUP SITES</span> The Hindu | Business Line | BL on Campus | Sportstar|
Frontline | The Hindu Centre | RoofandFloor | STEP | Young World Club | Publication
| eBooks | Images | Classifieds |</p>
</div>
<!-- third -->
<div id="foot33">
<p>CONTACT US Copyright 2022, THE PUBLISHING PVT LTD.</p>
</div>
</div>
</div>
</div>
</tp>
<!-- menu button data -->
<div id="menuDiv">
<div id="dataDiv">
<div id="close">
<div style="padding: 10px;font-weight:700;" id="startClose"><img src="./logos/cross.png" width="12px" height="12px"> close the menu</div>
<div id="one" style="background-color: #133b5a;">
<div>trending today</div>
<div>chennai</div>
<div>hyderabad</div>
<div>bengaluru</div>
<div>videos</div>
<div>entertainment</div>
</div>
<div id="two">
<div>
<div class="hh bord">Subscription</div>
<div class="hh bord">Latest News</div>
<div class="hh bord">Today's Paper</div>
<div class="hh bord">ePaper</div>
<div class= 'bord'><a href="https://www.thehindu.com/housing-real-estate-india/"><img src="https://www.thehindu.com/theme/images/th-online/housing.png" alt="Housing.com"></a></div>
<div class="hh bord">Coupons</div>
<div class="hh">News</div>
<div>NATIONAL</div>
<div class=" bord">INTERNATIONAL</div>
<div class="hh">Coronavirus</div>
<div>VIDEO & PODCAST</div>
<div>EXPERT SPEAK</div>
<div class=" bord">ALL REPORTS</div>
<div class="hh">States</div>
<div>ANDHRA PRADESH</div>
<div>KARNATAKA</div>
<div>KERALA</div>
<div>TAMIL NADU</div>
<div>TELANGANA</div>
<div class=" bord">OTHER STATES</div>
<div class="hh">Business</div>
<div>AGRI-BUSINESS</div>
<div>INDUSTRY</div>
<div>ECONOMY</div>
<div>MARKETS</div>
<div class="bord">BUDGET 2022</div>
<div class="hh bord">Real Estate</div>
</div>
<div>
<div class="hh bord" style="line-height:40px">Crossword+ "Free<br>Games"</div>
<div class="hh">Cities</div>
<div>BENGALURU</div>
<div>CHENNAI</div>
<div>COIMBATORE</div>
<div>DELHI</div>
<div>HYDERABAD</div>
<div>KOCHI</div>
<div>KOLKATA</div>
<div>MUMBAI</div>
<div>KOZHIKODE</div>
<div>MADURAI</div>
<div>MANGALURU</div>
<div>PUDUCHERRY</div>
<div>THIRUVANANTHAPURAM</div>
<div>TIRUCHIRAPALLI</div>
<div>VIJAYAWADA</div>
<div class="bord">VISAKHAPATNAM</div>
<div class="hh">Elections</div>
<div>GOA</div>
<div>MANIPUR</div>
<div>PUNJAB</div>
<div>UTTAR PRADESH</div>
<div class="bord">UTTARAKHAND</div>
</div>
<div>
<div class="hh">Opinion</div>
<div>EDITORIAL</div>
<div>LEAD</div>
<div>COMMENT</div>
<div>COLUMNS</div>
<div>INTERVIEW</div>
<div>CARTOON</div>
<div>OPEN PAGE</div>
<div>READERS' EDITOR</div>
<div class="bord">LETTERS</div>
<div class="hh">Sport</div>
<div>ATHLETICS</div>
<div>CRICKET</div>
<div>FOOTBALL</div>
<div>HOCKEY</div>
<div>MOTORSPORT</div>
<div>OTHER SPORTS</div>
<div>RACES</div>
<div class="bord">TENNIS</div>
</div>
<div>
<div class="hh">Entertainment</div>
<div>ART</div>
<div>DANCE</div>
<div>MOVIES</div>
<div>MUSIC</div>
<div>REVIEWS</div>
<div class="bord">THEATRE</div>
<div class="hh">Society</div>
<div>FAITH</div>
<div class="bord">HISTORY & <br><br>CULTURE</div>
<div class="hh">Books</div>
<div>REVIEWS</div>
<div>AUTHORS</div>
<div class="hh bord">Children</div>
</div>
<div>
<div class="hh">Life & Style</div>
<div>FASHION</div>
<div>FITNESS</div>
<div>FOOD</div>
<div>MOTORING</div>
<div>TRAVEL</div>
<div>HOMES AND GARDENS</div>
<div class="bord">LUXURY</div>
<div class="hh">Technology</div>
<div>GADGETS</div>
<div class="bord">INTERNET</div>
<div class="hh">Sci-Tech</div>
<div>SCIENCE</div>
<div>TECHNOLOGY</div>
<div>HEALTH</div>
<div>AGRICULTURE</div>
<div class="bord">ENVIRONMENT</div>
</div>
<div>
<div class="hh">Education</div>
<div>CAREERS</div>
<div>COLLEGES</div>
<div class="bord">SCHOOLS</div>
<div class="hh">Multimedia</div>
<div>PHOTOS</div>
<div>VIDEOS</div>
<div class="bord">PODCAST</div>
<div class="hh bord">Data</div>
<div class="hh bord">Specials</div>
<div class="hh bord">Resources</div>
<div class="hh bord">Tags</div>
<div class="hh bord">Theatre - Fest</div>
<div class="hh bord">November Fest</div>
<div class="hh bord">Lit for Life</div>
<div class="hh bord">Tamil Nadu Smiling</div>
<div class="hh bord">Newsletter</div>
</div>
</div>
<div id="three" style="background-color: #304d68;">
<div>
<div>ARCHIVE</div>
<div>CLASSIFIEDS</div>
<div>EBOOKS</div>
<div>SUBSCRIBE</div>
<div>SOCIAL</div>
<div>ABOUT US</div>
</div>
<div>
<div style="cursor: text; color: white;">Connect with us</div>
<div>
<img src="./logos/facebook.png" alt="error" id="fb">
</div>
<div>
<img src="./logos/twitter.png" alt="error" id="tw">
</div>
<div>
<img src="./logos/linkedin.png" alt="error" id="li">
</div>
<div>
<img src="./logos/insta.png" alt="error" id="ins">
</div>
</div>
</div>
<div id="endClose"><img src="./logos/cross.png" width="12px" height="12px"> close the menu</div>
</div>
</div>
</div>
</body>
</html>
<script src="home_page.js"></script>
<script src="menu.js"></script>