-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathEntertainment.html
797 lines (753 loc) · 28.5 KB
/
Entertainment.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
<!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>Entertainment</title>
<link rel="icon" type="image/x-icon" href="https://cdn.dnaindia.com/sites/all/themes/dnaindia/favicon-1016.ico">
</head>
<style>
body {
padding: 0;
margin: 0;
background-color: #f5f5f5;
font-family: "Roboto Slab", sans-serif;
box-sizing: border-box;
}
#icon {
padding: 15px;
display: flex;
align-items: center;
justify-content: center;
justify-content: space-between;
height: 35px;
background-color: #fede2f;
position: sticky;
top: 0px;
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
z-index: 10;
}
#icon > #iconchild {
padding: 0%;
height: 65px;
display: flex;
align-items: center;
justify-content: space-between;
}
#iconchild > a > #logo {
width: 90px;
}
#iconchild > a > #hinditext {
padding: 5px 10px;
border-radius: 20px;
border: 1px solid;
cursor: pointer;
font-weight: 600;
margin: 30px;
background-color: #fede2f;
}
#iconchild > a > #hinditext:hover {
background-color: #4c4c4c;
color: white;
border: 1px solid black;
font-weight: 15px;
}
#icon > #search {
display: flex;
justify-content: space-between;
width: 90px;
}
#icon > #search > a > #logout {
padding: 3px 5px;
border-radius: 10px;
border: 1px solid;
background-color: #fede2f;
}
#icon > #search > a > #logout:hover {
background-color: #4c4c4c;
color: white;
border: 1px solid black;
font-weight: 15px;
cursor: pointer;
}
#topnewsbar {
display: flex;
align-items: center;
padding: 0%;
margin: 20px auto;
width: 99%;
background-color: #313131;
}
#topnewsbar > #topnewsText {
display: flex;
background-color: #aaaaaa;
padding: 0%;
width: 11%;
color: #31373c;
height: 50px;
justify-content: center;
align-items: center;
border-radius: 0% 5px 5px 0%;
}
#topnewsbar > #topnewsFlash {
display: flex;
margin: auto 3% auto 1%;
color: white;
justify-content: space-between;
width: 87%;
}
#topnewsbar > #topnewsFlash > a {
text-decoration: none;
color: white;
}
#topnewsbar > #topnewsFlash > div {
display: flex;
justify-content: center;
align-items: center;
justify-content: space-between;
width: 60px;
cursor: pointer;
}
#sidebar {
margin: auto;
display: grid;
grid-template-columns: 1fr 2.4fr 1fr;
grid-template-rows: auto;
gap: 2%;
width: 99%;
}
#sidebar > #sidebarMenu > div {
position: sticky;
top: 80px;
display: block;
}
#sidebarMenu > div > a > .Menu {
display: flex;
align-items: center;
cursor: pointer;
height: 35px;
padding-left: 7px;
}
#sidebarMenu > div > a > .Menu:hover {
background-color: #fede2f;
}
#sidebarMenu > div > a {
text-decoration: none;
color: black;
}
#sidebarMenu > div > a > .Menu > p {
margin-left: 4%;
}
.menuBackground{
background-color: #fede2f;
}
#Entertainment > h5 {
display: inline;
cursor: pointer;
color: #4c4c4c;
}
#Entertainment > h5 > a {
text-decoration: none;
color: #4c4c4c;
}
#Entertainment > h2 {
border-bottom: 3px solid #fede2f;
width: 200px;
}
#menuContent {
display: flex;
margin: 12px auto;
padding: 10px;
border-radius: 7px;
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
#menuContent > div:first-child {
width: 25%;
height: auto;
}
#menuContent > div:first-child > a > img {
width: 100%;
height: auto;
}
#menuContent > div:last-child {
width: 70%;
margin-left: 10px;
}
#menuContent > div:last-child > a {
font-size: 15px;
line-height: 20px;
text-decoration: none;
color: #4c4c4c;
}
#menuContent > div:last-child > a:hover {
color: #3b5998;
}
#moreNews {
width: 100%;
margin: auto;
height: 40px;
font-size: 15px;
border-radius: 10px;
margin-bottom: 20px;
font-weight: bold;
border: 1px solid black;
}
#moreNews:hover {
color: #fede2f;
}
/* Footer */
#main {
color: gray;
background-color: #1c1c1c;
margin-top: 150px;
}
#main > .box {
display: flex;
align-items: center;
padding: 14.5px;
}
.box > div > a > img {
width: 95px;
margin-right: 100px;
}
#main > .box > .nice {
display: flex;
flex-wrap: wrap;
}
#main > .box > .nice > div {
margin: auto 15px;
white-space: nowrap;
}
#right {
justify-content: center;
}
#follow {
margin: auto 20px;
margin-right: 100px;
}
#follow > img {
width: 25px;
}
.nice > div {
font-size: small;
}
.nice>div>a{
color: gray;
text-decoration: none;
}
.span {
margin: 5px 20px;
margin-left: 0px;
font-size: large;
}
.rule {
border: 0.1px solid #3b3a3a;
width: 98%;
margin: auto;
}
/*Responsive Medium And Small*/
@media all and (min-width: 0px) and (max-width: 1024px) {
#icon > #iconchild {
margin-left: 10px;
}
#iconchild > a > #logo {
width: 60px;
}
#icon > #search {
margin-right: 10px;
}
#topnewsbar {
width: 99%;
font-size: 13px;
}
#topnewsFlash > div {
width: 10%;
display: flex;
justify-content: space-evenly;
align-items: center;
}
#Entertainment > h5,
#Entertainment > h2 {
margin-left: 10px;
}
#sidebar {
width: 99%;
display: flex;
flex-direction: column;
}
#sidebar > #sidebarMenu > div {
display: flex;
overflow:auto;
white-space: nowrap;
position: static;
}
#sidebarMenu > div > a > .Menu {
padding-right: 10px;
}
#menuContent > div:first-child {
width: 40%;
height: auto;
}
#menuContent > div:first-child > a > img {
width: 100%;
height: auto;
}
#adv {
width: 100%;
margin: auto;
display: flex;
flex-direction: column;
align-items: center;
}
}
.active{
background-color: #fede2f;
}
</style>
<body>
<!-- Header Navigation -->
<div id="icon">
<div id="iconchild">
<a href="homepage.html">
<img
id="logo"
src="https://english.cdn.zeenews.com/static/apprun/dna/icons/logodna.png"
/>
</a>
<a href="https://www.dnaindia.com/hindi"><button id="hinditext">हिंदी में पढ़ें</button></a>
</div>
<div id="search">
<img
src="https://english.cdn.zeenews.com/static/public/menusearch.svg"
alt=""
/>
<a href="index.html"><button id="logout">Logout</button></a>
</div>
</div>
<!-- Flash News -->
<div id="topnewsbar">
<div id="topnewsText"><p>Top News</p></div>
<div id="topnewsFlash">
<p>
Weather update: Early morning rains give relief to Delhi-NCR from
heat, heavy rainfall predicted in many states
</p>
<div>
<img
src="https://english.cdn.zeenews.com/static/public/prev_carousel.svg"
alt=""
id="previous"
/>
<img src="https://www.linkpicture.com/q/pause_2.png" />
<img
src="https://english.cdn.zeenews.com/static/public/next_carousel.svg"
id="next"
/>
</div>
</div>
</div>
<!-- Main Body -->
<div id="sidebar">
<div id="sidebarMenu">
<div>
<a href="latestnews.html">
<div class="Menu">
<img
src="https://english.cdn.zeenews.com/static/public/icons/icons-latestnews.svg"
/>
<p>Latest News</p>
</div>
</a>
<a href="photos.html">
<div class="Menu">
<img
src="https://english.cdn.zeenews.com/static/public/icons/icons-photos.svg"
/>
<p>Photos</p>
</div>
</a>
<a href="videos.html">
<div class="Menu">
<img
src="https://english.cdn.zeenews.com/static/public/icons/icons-videos.svg"
/>
<p>Videos</p>
</div>
</a>
<a href="explainers.html">
<div class="Menu">
<img
src="https://english.cdn.zeenews.com/static/public/icons/icons-explainer.svg"
/>
<p>Explainers</p>
</div>
</a>
<a href="india.html">
<div class="Menu">
<img
src="https://english.cdn.zeenews.com/static/public/icons/icons-india.svg"
/>
<p>India</p>
</div>
</a>
<a href="entertainment.html">
<div class="Menu menuBackground">
<img
src="https://english.cdn.zeenews.com/static/public/icons/icons-entertainment.svg"
/>
<p>Entertainment</p>
</div>
</a>
<a href="sports.html">
<div class="Menu">
<img
src="https://english.cdn.zeenews.com/static/public/icons/icons-sports.svg"
/>
<p>Sports</p>
</div>
</a>
<a href="viralnews.html">
<div class="Menu">
<img
src="https://english.cdn.zeenews.com/static/public/icons/icons-viralNews.svg"
/>
<p>Viral News</p>
</div>
</a>
<a href="lifestyle.html">
<div class="Menu">
<img
src="https://english.cdn.zeenews.com/static/public/icons/icons-lifestyle.svg"
/>
<p>Lifestyle</p>
</div>
</a>
<a href="business.html">
<div class="Menu">
<img
src="https://english.cdn.zeenews.com/static/public/icons/icons-business.svg"
/>
<p>Business</p>
</div>
</a>
<a href="world.html">
<div class="Menu">
<img
src="https://english.cdn.zeenews.com/static/public/icons/icons-world.svg"
/>
<p>World</p>
</div>
</a>
<a href="ezmall.html">
<div class="Menu">
<img
src="https://english.cdn.zeenews.com/static/public/icons/ezmall-icon1.png"
/>
<p>Ezmall</p>
</div>
</a>
</div>
</div>
<div id="Entertainment">
<h5><a href="homepage.html">Home</a></h5>
<h5>|</h5>
<h5><a href="Entertainment.html">Entertainment</a></h5>
<h2>ENTERTAINMENT</h2>
</div>
<div id="adv">
<a
href="https://googleads.g.doubleclick.net/pcs/click?xai=AKAOjsuyRicK9IE-O9zT4qg14ZUoMV2_x2kXqI1Sec8OyeodtE3bmGuFZqBZroVBWx7JNlSSDaRBRBJfGcYfwUWAGyzaZgkZTKfybql1lBJZFCgdTl_IsqiAyKSAwvxiNRNjNbE5ROsO2Gl4YtrDcdW8LiXyl6LG4mdjOpcOapj35bZiQVe1TNB3V_hX8V_cPD4Wm7dYHC8SukS15pUhLAS8pXV_SauZG7Bo1z4klimYpbJDZo9XkUeNJv9JsIsTbZIYXApD7gaSmTReSk5WjCg4Plqgjlfr1ZABUEcafgG9xwtuNhJiWMew0uH9TOqgP8UsPKW6gVV3WfofE2rN6Q&sai=AMfl-YSa27rQu24cOT7aOrpL-n_vzwAZWdLD0XHbDrFGsKLJL669G9VguY-RNA4d2Cnj--w3vD_KIPwn1W5H05qt_3poJKuIfe0EWoMhdGL3ogBaN06SHsA-3DgC4X26tUGDU06cbQ&sig=Cg0ArKJSzE6hnOUcJHcd&fbs_aeid=[gw_fbsaeid]&adurl=https://googleads.g.doubleclick.net/dbm/clk%3Fsa%3DL%26ai%3DC4g7aUCSrYpW9C8vdrAGIkJDgBuS6ms5q167t140Qzq60n9AwEAEgufmMKWDl2uaDvA7IAQmoAwGqBKoCT9D7dtLSQ4Pqk-xFWCOm3HJo6gNiTvAFsUk9Zu5V0MkgKuci2T4h_wUoZ--yWN1ity96x-vEM5JbV_1_ANtbzdj36DimObolahbybsEnig9bwmaIyTJSvkc7CLt2QbauxFbSgtdQ1Z6wkFF-f8HNGwN8wGBTRg8zuvh6pi8qHBRwifZwb4SYD0Sa0xhaFP-sTTpk7UqGlCELF1PL7sGtb5eC9H9c5JOrQrs81T5Fcj870MnFR9ZP57_D3y4JnnfbLG1MiXsVCH5a5P3gdkHYC6OrswEBOQ_3w2Y9Ts_XYaClRhPwXSLaIDAoJ8sKdoT9ViCLca101LFD4Yu-zADGMSCEmVG4Rs61ErDv5JZXTWrWo2_DXkTNCKBDDK5Ku_olmVmaU0E7HF8vVMAEgbznmIsE4AQDkAYBoAZNgAeE4vvQAogHAZAHAqgHjs4bqAeT2BuoB-6WsQKoB_6esQKoB6SjsQKoB9XJG6gHpr4bqAfz0RuoB5bYG6gHqpuxAqgH35-xAtgHANIIBggAEAIYHYAKA5gLAcgLAYAMAbATwZnBD9gTA9gUAdAVAfgWAYAXAQ%26ae%3D1%26num%3D1%26cid%3DCAMSeQClSFh35Mibb4KyD4772ZkfFs_-01YCcDoOPTI7zKtR4_OlA8JzKXIFyUA-9RV6YQd6wujGDOkqogQVnh1Dr_3l0s5SVAjfwQVDcTin5PePe2wtK87pZYGrH3RjcItwG5uicLchDGL7ouffaAiVIk-3BenTspHhayA%26sig%3DAOD64_3DfmjjVGzftmMQf3ebkaTOoHj1QA%26dbm_c%3DAKAmf-CzIetPgiwKa4paQpxkzm9Q5xkuqt_qluw8gJAcQm6W859wpSfp-bfi4EiZRNPy5aUeURZuijLZ4y53uhNbxil5NE2IIr2hUCO2IkitSw3JsO7tcc-f2nqdZ5DQ6apYsx6lwHL4R2ClYz6n3caxjk6T_hmdaQ%26cry%3D1%26dbm_d%3DAKAmf-CHe8sqKVm9VnfzSvSuNlQRL_4riiH7AVUQIDBFiqr4d_rrFIPmvL2CfELpJZBg-nYZgBVDFEHHyrGrV9A9W105RQGOw2FA2hsHPavjY4M7vQQwHAH4Tv0Gx1UW_m6S2j_qtCMC%26adurl%3Dhttps://www.flipkart.com/infinix-smart-6-polar-black-64-gb/p/itmd4041ce33d262%253Fpid%253DMOBGDC6HZHYVX96A%2526ocmpid%253DBrandAd_InfinixSmart6_BGRSBSustenance"
>
<img
src="https://tpc.googlesyndication.com/simgad/705039054601489960"
alt=""
/>
</a>
<a
href="https://adclick.g.doubleclick.net/pcs/click?xai=AKAOjsumsxG2HGfEWFF_xJafcpyG4Y5e-dainzdPZ3_iY4Lg99Y1Ywxq49mF9WHTrNRWqKTfgmGs1_BHXZnRl0-oGM4ECJd77oCp6Cz6VR2IYQ4PQXVC6GyhucmD1xO7x8ZSoSPO9dxzwkya6gsQHL7mNDuaulYk7MUl6gQ5-SXn3teXyi0uM1taByjBj_VejkU-iUzR9rLpeXYTQJVe-FnS-gvMt1BFkFAPFU24lXVU1pzAns_b0K7m7UIybGVQKjTnPA9YnETrcoPxLAhr-52AjWMcQWH8jT7kEkDHRUlp7OQat1Qkd48WrXO_9M4Q8E0DPjpO1mNBtmhecf2gMEl6RKGDzO_nkl61_353d1fhu-H2Qt5QVqzt3j44g-FOU9Cbkj1lom8HhWqlqzDBn7O3lVJgtuY6isYXbi22_F_G9xiRZq1fap6XP2n7DU-pERO7b-yyMu4gZN52d5_mvNTA7DeghEknDLRkem0itLl-EF1T62jWzP5To3JLJe3dYc2GmB_G8UB4MZtz2f1I43kQOwUCeJjvVzHbNPE9-kh1lGZGCu4oQ-RfGmVrdqZNgwPrsZLnhQv9ako8gLnj_1e9_j9IDdjQFxafEuuhGEQWbrbmSMPO4KZ1o_HUJw75S4nuBfV3uXL7-gYqhGHKQKqseDDIO76aPs8FO4undQiPbT_0cWLMNaW8C6C822V51WkcpeIstviMooN4IV_ZJEWuwgmhqdz4NBpBbe4HuH_cxDYHz6sfPmCmQoyaPhB1nImNWpAplrvHnpjk2wqSTSmxER3zIz-N89HO2kgQfx4qiRg-yAWATfYFs8MBkXgvD1G7xvK6U4ehxIHPm3ZdCCtk1iQt8uuLocixdaVeNm3hyv1wCxVyilLYdHKPJKf_1EEUBxFUd6Yryh6B2BZSlH8Vg9pLUOGSttsKV0EBDFMhoHPx5wHu24dORVXUK-5ViSHVStO8DZ93D2QAl-IZ9ZyCgVHIuduGmL72uzAREuQaQyEmVulV9bWGQoLHDTk_k1iTfH8_YGI-KQz23RraS62ahadOkMYvh9B39O7YEF8nlTqz3nQ_mr0ALG3g34ViFfOmxbeJx84lB3Zmh0Zg6R7weyZ9oi8jqPKLB3tiWl3xrr6vj8ag5t5R-FE-ZH3KsQ03euVzZ-VdqymzbmrT0w4p85T8plbGObqxR6JKoT_Add2QSOz8H96sem03Kr4NfIYyo125ocMEa1Q4Ot2OwOIZyK5SKZ1B7x3PQa1JcgkNbqlwW4Gj6hBfnn0If26aH6-3tcS2kakwmUXVocltqbBzkGXYnAH2PwtS3mRIDoo5Un3dURjLHS0zAKFg&sai=AMfl-YTxx7-thEctQ9zd3sNxJY1x0I_zI2rar_OeVFVZiQq4dBDcZWAsPaFasnhVAi5TAjFSmUCkdaZGVswApcS4xxSstd_d6I9bre5Fi_nfr6Ga_gKsdhzb3W68-W6urCCy9QSa4yuY5NEGsWf6Xlnq2ob4sDq_dfNbHkwF3e9Dgd4OtnnUVC9JdynWIzrBAHrwsq4s2qIjYt_QCrIO1LM_LdQDuahMBNJV_SKpwBCN7LLS8TU9Sa19_VBmwj-Aq98EEllCe1wDg6aakz9G3AO4lD6u3SultEozA1TP1t8moITvqJmR15HvToGB_ETIW_hO0AHaDmGzLb7cpU9bjBn-vkQrCTIZ0K-H0Xmgbu5rEUkHt59Mr6sAMVI308183XoD6uqbQIc&sig=Cg0ArKJSzPHyw-3rrrOw&cry=1&fbs_aeid=[gw_fbsaeid]&urlfix=1&nx=95&ny=129&dim=300x250&adurl=https://voot.onelink.me/2750673526/rl57ttdy%3Fdclid%3D%25edclid!"
>
<img src="https://s0.2mdn.net/simgad/1186808727724926983" alt="" />
</a>
</div>
</div>
<!-- Footer -->
<div>
<div id="main">
<div class="box">
<div>
<a href="homepage.html">
<img
id="img1"
src="https://english.cdn.zeenews.com/static/apprun/dna/icons/logodna.png"
alt=""
/>
</a>
</div>
<div class="nice">
<div><a href="India.html">INDIA</a></div>
<div><a href="world.html">WORLD</a></div>
<div><a href="business.html">BUSSINESS</a></div>
<div><a href="https://www.dnaindia.com/technology">TECHONOLOGY</a></div>
<div><a href="sports.html">SPORTS</a></div>
<div><a href="https://www.dnaindia.com/cricket">CRICKET</a></div>
<div><a href="Entertainment.html">ENTERTAINMENT</a></div>
</div>
</div>
<hr class="rule" />
<div class="box">
<div>
<div class="span"><span>FOLLOW US ON</span></div>
<div id="follow">
<img
src="https://english.cdn.zeenews.com/static/apprun/dna/icons/icon-facebook.svg"
alt=""
/>
<img
src="https://english.cdn.zeenews.com/static/apprun/dna/icons/icon-twitter.svg"
alt=""
/>
<img
src="https://english.cdn.zeenews.com/static/apprun/dna/icons/youtube-white.svg"
alt=""
/>
</div>
</div>
<div class="nice">
<div><a href="https://www.dnaindia.com/about">ABOUT DNA</a></div>
<div><a href="https://www.dnaindia.com/contact">CONTACT US</a></div>
<div><a href="https://www.dnaindia.com/investors/index.html">INVESTORS</a></div>
<div><a href="https://www.dnaindia.com/advertise">ADVERTISE</a></div>
<div><a href="https://www.dnaindia.com/privacy-policy">PRIVACY-POLICY</a></div>
</div>
</div>
<hr class="rule" />
<div class="box">
<div class="span">
<span>PARTNER SITE</span>
</div>
<div class="nice">
<div><a href="https://zeenews.india.com/">ZEE NEWS</a></div>
<div><a href="https://zeenews.india.com/hindi">HINDI NEWS</a></div>
<div><a href="https://zeenews.india.com/marathi">MARATHI NEWS</a></div>
<div><a href="https://zeenews.india.com/bengali">BENGALI NEWS</a></div>
<div><a href="https://zeenews.india.com/tamil">TAMIL NEWS</a></div>
<div><a href="https://zeenews.india.com/malayalam">MALYALAM NEWS</a></div>
<div><a href="https://www.zeebiz.com/">ZEE NEWS</a></div>
<div><a href="https://www.wionews.com/">WION</a></div>
</div>
</div>
<hr class="rule" />
<div class="box" id="right">
<div>
@1918-2022 INDIA DOT COM PRIVATE LIMITED, ALL RIGHTS RESERVED.
</div>
</div>
</div>
</div>
</body>
</html>
<script>
let entertainmentNews = [
{
image:
"https://cdn.dnaindia.com/sites/default/files/styles/full/public/2022/06/18/2376323-father-s-day-movie.jpg",
titleLink:
"https://www.dnaindia.com/bollywood/photo-gallery-happy-father-s-day-2022-virasat-dangal-sanju-movies-that-celebrate-papa-s-devotion-2961721",
newsTitle:
"Happy Father's Day 2022: Virasat, Dangal, Sanju, movies that celebrate your favourite man's devotion",
},
{
image:
"https://cdn.dnaindia.com/sites/default/files/styles/full/public/2022/06/16/2344207-aishwarya-rai-fi.jpg",
titleLink:
"https://www.dnaindia.com/bollywood/report-aishwarya-rai-bachchan-gets-brutally-trolled-for-her-old-passport-photo-netizens-say-aadhar-card-dikhao-2961126",
newsTitle:
"Aishwarya Rai Bachchan gets brutally trolled for her old passport photo, netizens say 'aadhar card dikhao'",
},
{
image:
"https://cdn.dnaindia.com/sites/default/files/styles/full/public/2022/06/16/2343077-zendaya.jpg",
titleLink:
"https://www.dnaindia.com/bollywood/report-zendaya-reacts-to-pregnancy-rumours-with-tom-holland-says-this-is-why-2961112",
newsTitle:
"Zendaya reacts to pregnancy rumours with Tom Holland, says 'this is why..'",
},
{
image:
"https://cdn.dnaindia.com/sites/default/files/styles/full/public/2022/06/16/2342277-2291173-untitled-design-1.jpg",
titleLink:
"https://www.dnaindia.com/entertainment/video-stranger-things-4-here-s-how-jamie-compbell-bower-transformed-into-villain-vecna-2961088",
newsTitle:
"Stranger Things 4': Here's How Jamie Compbell Bower Transformed Into Villain Vecna",
},
{
image:
"https://cdn.dnaindia.com/sites/default/files/styles/full/public/2022/06/16/2341998-fotojet-15-1.jpg",
titleLink:
"https://www.dnaindia.com/bollywood/report-jayeshbhai-jordaar-boman-irani-opens-up-on-film-s-box-office-collection-says-it-should-ve-done-better-2961078",
newsTitle:
"Jayeshbhai Jordaar: Boman Irani opens up on film’s box office collection, says 'it should've done better'",
},
{
image:
"https://cdn.dnaindia.com/sites/default/files/styles/full/public/2022/06/16/2342211-akshaykumar-raksha-bandhanfile-photo.jpg",
titleLink:
"https://www.dnaindia.com/bollywood/report-raksha-bandhan-akshay-kumar-bhumi-pednekar-film-release-on-august-11-clash-with-aamir-khan-laal-singh-chaddha-2961081",
newsTitle:
"Raksha Bandhan: Akshay Kumar's film to clash with Aamir Khan's Laal Singh Chaddha on August 11",
},
{
image:
"https://cdn.dnaindia.com/sites/default/files/styles/full/public/2022/06/16/2342119-prabhas-salaarfile-photo.jpg",
titleLink:
"https://www.dnaindia.com/entertainment/report-prabhas-to-be-seen-in-double-role-in-kgf-director-prashanth-neel-s-salaar-2961077",
newsTitle:
"Prabhas to be seen in double role in KGF director Prashanth Neel's Salaar?",
},
{
image:
"https://cdn.dnaindia.com/sites/default/files/styles/full/public/2022/06/16/2341802-nikki-tamboli.jpg",
titleLink:
"https://www.dnaindia.com/television/report-nikki-tamboli-sets-internet-on-fire-in-black-co-ord-set-fans-call-her-sexy-hot-2961070",
newsTitle:
"Nikki Tamboli sets internet on fire in black co-ord set, fans call her 'hot'",
},
{
image:
"https://cdn.dnaindia.com/sites/default/files/styles/full/public/2022/06/16/2339126-rocketry-the-nambi-effecttwitter-1.jpg",
titleLink:
"https://www.dnaindia.com/bollywood/report-rocketry-the-nambi-effect-r-madhavan-drops-making-video-reveals-when-he-decided-to-do-the-film-2960960",
newsTitle:
"Rocketry The Nambi Effect: R Madhavan drops making video, reveals when he decided to do the film",
},
{
image:
"https://cdn.dnaindia.com/sites/default/files/styles/full/public/2022/06/16/2338568-amber-heard-johnny-deppreuters-2-1.jpg",
titleLink:
"https://www.dnaindia.com/hollywood/report-amber-heard-says-she-loves-ex-husband-johnny-depp-with-all-her-heart-has-no-bad-feeling-towards-him-2960954",
newsTitle:
"Amber Heard says she loves ex-husband Johnny Depp with all her heart, has 'no bad feeling' towards him",
},
{
image:
"https://cdn.dnaindia.com/sites/default/files/styles/full/public/2022/06/16/2333433-malaika-arora-fi.jpg",
titleLink:
"https://www.dnaindia.com/bollywood/report-malaika-arora-gets-brutally-trolled-for-rude-behaviour-with-fans-netizens-says-karvali-bezati-2960941",
newsTitle:
"'Malaika Arora gets brutally trolled for 'rude behavior' with fans, netizens says 'karvali bezati'",
},
{
image:
"https://cdn.dnaindia.com/sites/default/files/styles/full/public/2022/06/15/2331092-fotojet-95-1.jpg",
titleLink:
"https://www.dnaindia.com/entertainment/report-sai-pallavi-leaves-internet-divided-after-comparing-kashmiri-pandit-exodus-with-cow-vigilantism-2960893",
newsTitle:
"Sai Pallavi leaves internet divided after comparing Kashmiri Pandit exodus with cow vigilantism",
},
{
image:
"https://cdn.dnaindia.com/sites/default/files/styles/full/public/2022/06/15/2324078-fotojet-8-1.jpg",
titleLink:
"https://www.dnaindia.com/hollywood/report-kim-kardashian-faces-flak-for-allegedly-damaging-iconic-marilyn-monroe-dress-at-met-gala-2022-2960764",
newsTitle:
"Kim Kardashian faces flak for allegedly damaging iconic Marilyn Monroe dress at Met Gala 2022",
},
{
image:
"https://cdn.dnaindia.com/sites/default/files/styles/full/public/2022/06/15/2324459-fotojet-2-1.jpg",
titleLink:
"https://www.dnaindia.com/entertainment/photo-gallery-nayanthara-samantha-ruth-prabhu-rashmika-mandanna-pooja-hegde-anushka-shetty-south-actresses-fee-per-film-2960770",
newsTitle:
"Nayanthara, Samantha Ruth Prabhu, Rashmika Mandanna: Know whopping fee South actresses charge per film",
},
{
image:
"https://cdn.dnaindia.com/sites/default/files/styles/full/public/2022/06/15/2323778-twinkle-khanna.jpg",
titleLink:
"https://www.dnaindia.com/bollywood/report-twinkle-khanna-drops-hilarious-video-about-struggles-of-being-a-mother-2960744",
newsTitle:
"Twinkle Khanna drops hilarious video about 'struggles' of being a mother",
},
{
image:
"https://cdn.dnaindia.com/sites/default/files/styles/full/public/2022/06/15/2323191-amber-heardfile-photo-1.jpg",
titleLink:
"https://www.dnaindia.com/hollywood/report-aquaman-2-amber-heard-removed-from-aquaman-and-the-lost-kingdom-actress-responds-2960749",
newsTitle:
"Aquaman 2: Amber Heard removed from Aquaman and The Lost Kingdom? Actress responds",
},
{
image:
"https://cdn.dnaindia.com/sites/default/files/styles/full/public/2022/06/15/2322679-fotojet-1-1.jpg",
titleLink:
"https://www.dnaindia.com/entertainment/photo-gallery-vikram-kgf-chapter-2-rrr-pushpa-the-rise-master-a-look-at-south-blockbusters-of-2022-2960738",
newsTitle:
"Vikram, KGF Chapter 2, RRR, Pushpa The Rise, Master: A look at recent South blockbusters",
},
{
image:
"https://cdn.dnaindia.com/sites/default/files/styles/full/public/2022/06/15/2320876-kamal-haasan-vikram.jpg",
titleLink:
"https://www.dnaindia.com/entertainment/report-vikram-box-office-collection-day-12-kamal-haasan-s-film-beats-rajinikanth-s-petta-in-usa-2960696",
newsTitle:
"Vikram box office collection day 12: Kamal Haasan's film BEATS Rajinikanth's Petta in USA",
},
];
dnaEntertainment(entertainmentNews);
function dnaEntertainment(News) {
News.map(function (element) {
let newsEntertainment = document.createElement("div");
newsEntertainment.id = "newsMenu";
let content = document.createElement("div");
content.id = "menuContent";
let imageDiv = document.createElement("div");
let titleDiv = document.createElement("div");
let imgTitle = document.createElement("a");
imgTitle.href = element.titleLink;
let img = document.createElement("img");
img.src = element.image;
let news = document.createElement("a");
news.href = element.titleLink;
news.innerText = element.newsTitle;
imgTitle.append(img);
imageDiv.append(imgTitle);
titleDiv.append(news);
content.append(imageDiv, titleDiv);
newsEntertainment.append(content);
Entertainment.append(newsEntertainment);
});
let more = document.createElement("a");
more.href = "https://www.dnaindia.com/entertainment" ;
let moreNews = document.createElement("button");
moreNews.innerText = "More News";
moreNews.id = "moreNews";
moreNews.style.cursor = "pointer" ;
more.append(moreNews);
Entertainment.append(more);
}
let flash = document.querySelector("#topnewsFlash>p");
let flashText = [
"In Pics: Trains torched, property destroyed as Agnipath scheme protests turn violent in India",
"J-K: Police officer shot dead by terrorists inside his home in Pulwama",
"Agnipath scheme row: 15 arrested, 225 booked for violence, blocking expressway near Noida",
"WhatsApp new feature: WhatsApp will now allow users to hide profile photo, last seen, about info from specific contacts",
];
let flashme = 0;
previous.addEventListener("click", function () {
if (flashme == 0) {
flashme = flashText.length - 1;
} else {
flashme--;
}
flash.innerText = flashText[flashme];
});
next.addEventListener("click", function () {
if (flashme == flashText.length - 1) {
flashme = 0;
} else {
flashme++;
}
flash.innerText = flashText[flashme];
});
</script>