-
Notifications
You must be signed in to change notification settings - Fork 0
/
health.html
194 lines (187 loc) · 8.07 KB
/
health.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
<!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>Weekly News</title>
</head>
<link rel="icon" type="image/png" href="/logo.png"/>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="phone.css">
<link href="https://fonts.googleapis.com/css2?family=Dancing+Script:wght@500&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Poppins&display=swap" rel="stylesheet">
<style>
#home,#business,#science,#sports,#technology,#health{
color:inherit;
}
#uhome,#ubusiness,#uscience,#usports,#utechnology,#uhealth{
visibility: hidden;
}
#health{
color: red;
}
#uhealth{
visibility: visible;
}
</style>
<body>
<header>
<nav class="navbar">
<ul>
<li id="logo_menu" onclick="dropdown()"></li>
<li class="head">Weekly News</li>
<ul class='navright'>
<li onclick="DarkMode()" id="mode"></li>
<li class="search">
<input type="search" id="searching2" name="search" onchange="enter()" placeholder="Search News...">
</li>
<li id="magni" onclick="magni_search()"></li>
</ul>
</ul>
<hr id="un_nav">
<div id="myLinks">
<div class="inner" style="display:flex;align-items:center; justify-content:center">
<input type="search" name="search" id="searching" onchange="enter()" placeholder="Search News...">
<button onclick="search()">Search</button>
</div>
<div id="inner2" style="display:flex;align-items:center; justify-content:center">
<label for="custom-select">Select Country:</label>
<div id="custom-select" style="width:200px;">
<select id="select-option" onchange="Country_search('health')">
<option value="0" >All</option>
<option value="ae" id="ae">Arab Emirates</option>
<option value="ar" id="ar">Argentina</option>
<option value="au" id="au">Australia</option>
<option value="be" id="be">Belgium</option>
<option value="bg" id="bg">Bulgaria</option>
<option value="br" id="br">Brazil</option>
<option value="ca" id="ca">Canada</option>
<option value="ch" id="ch">Switzerland</option>
<option value="cn" id="cn">China</option>
<option value="co" id="co">Colombia</option>
<option value="cz" id="cz">Czech Republic</option>
<option value="de" id="de">Germany</option>
<option value="eg" id="eg">Egypt</option>
<option value="fr" id="fr">France</option>
<option value="gb" id="gb">Great Britain</option>
<option value="gr" id="gr">Greece</option>
<option value="hk" id="hk">Hong Kong</option>
<option value="hu" id="hu">Hungary</option>
<option value="id" id="id">Indonesia</option>
<option value="ie" id="ie">Ireland</option>
<option value="il" id="il">Israel</option>
<option value="in" id="in">India</option>
<option value="it" id="it">Italy</option>
<option value="jp" id="jp">Japan</option>
<option value="kr" id="kr">Korea</option>
<option value="lt" id="lt">Lithuania</option>
<option value="lv" id="lv">Latvia</option>
</select>
</div>
<!-- id ieilin it jpkrlt lv mamxmyngnlnonzphplptrorsrusasesgsiskthtrtwuausveza -->
</div>
<hr>
<a href="/">Home</a>
<hr>
<a href="/business.html">Business</a>
<hr>
<a href="/technology.html">Technology</a>
<hr>
<a href="/science.html">Science</a>
<hr>
<a href="/sports.html">Sports</a>
<hr>
<a href="/entertainment.html">Entertainment</a>
<hr>
<a href="/health.html">Health</a>
<hr>
</div>
</nav>
</header>
<div id="navigator">
<a href="/" ><b id="home">Home</b></a>
<div id="pip">|</div>
<a href="/business.html"><b id="business">Business</b></a>
<div id="pip">|</div>
<a href="/technology.html"><b id="technology">Technology</b></a>
<div id="pip">|</div>
<a href="/science.html"><b id="science">Science</b></a>
<div id="pip">|</div>
<a href="/sports.html"><b id="sports">Sports</b></a>
<div id="pip">|</div>
<a href="/entertainment.html"><b id="entertainment">Entertainment</b></a>
<div id="pip">|</div>
<a href="/health.html"><b id="health">Health</b></a>
</div>
<div id="underline">
<div id="uhome"><b>Home</b></div>
<div id="pip2">|</div>
<div id="ubusiness"><b>Business</b></div>
<div id="pip2">|</div>
<div id="utechnology"><b>Technology</b></div>
<div id="pip2">|</div>
<div id="uscience"><b>Science</b></div>
<div id="pip2">|</div>
<div id="usports"><b>Sports</b></div>
<div id="pip2">|</div>
<div id="uentertainment"><b>Entertainment</b></div>
<div id="pip2">|</div>
<div id="uhealth"><b>Health</b></div>
</div>
<hr id="under_navigator">
<div id="heading">Health News</div>
<div id="sort">
<a href="#" onclick="popular_news()"><b id="popular">Popular News</b></a>
<div id="pip">|</div>
<a href="#" onclick="latest_news(`health`)"><b id="latest">Trending News</b></a>
</div>
<div id="usort">
<div id="upopular">Popular News</div>
<div id="pip2">|</div>
<div id="ulatest">Trending News</div>
</div>
<section>
<div id="loader_container">
<div class="loader"></div>
</div>
<div id="container">
<!-- <div class="subcontainer">
<img src="https://cbsnews2.cbsistatic.com/hub/i/r/2021/04/21/583a0312-4023-4c2d-96d2-57061d342f78/thumbnail/1200x630/84424e88ccd8c9ce579a5ba9e02aa55a/gettyimages-1230124917.jpg" alt="">
<a class="title"><div>Las Vegas Raiders to make fans prove they've been vaccinated</div></a>
<hr class="under_title">
<div class="description">It's part of a growing trend among businesses nationwide. Fans will then be able to attend games without wearing masks – the first policy of its kind in the NFL.</div>
<div class="source">Source:CBS News</div>
<div class="down_arrow"></div>
</div>
<div class="subcontainer">
<img src="http://cdn.24.co.za/files/Cms/General/d/11476/9e7e33fd892d4babb257b3f138c257a3.jpg" alt="">
<a class="title"><div>Businessinsider.co.za | Unrest in KZN cost sugar industry R84 million in losses after damage to 500,000 tons of cane</div></a>
<hr class="under_title">
<div class="description">At the height of the unrest, the association estimated that cane growers could lose as much as R300 million if mills could not crush the 500,000 tons of cane burnt in arson attacks.</div>
<div class="source">Source:CBS News</div>
<div class="down_arrow"></div>
</div>
<div class="subcontainer">
<img src="https://techcrunch.com/wp-content/uploads/2021/06/GettyImages-1175270464.jpg?w=600" alt="">
<a class="title"><div>GSK and R/GA Ventures are launching a health studio for startups</div></a>
<hr class="under_title">
<div class="description">GSK Next, the innovation arm of GlaxoSmithKlein, is launching a new mentorship and business development program. Called the Re/Wire Health Studio, the program will eventually select six startups who will win access to nine weeks of mentoring, business develop…</div>
<div class="source">Source:TechCrunch</div>
<div class="down_arrow"></div>
</div> -->
</div>
</section>
<div id="container">
<footer id="footer">Copyright 2020-2021 © Avirup Sett</footer>
</div>
<!-- <section>
<div class="modal">
<div class="heading"></div>
<div class="close"></div>
<div class="modal_content" id="content">sfsdfsdfrs</div>
</div>
</section> -->
</body>
<script src="health.js"></script>
</html>