-
Notifications
You must be signed in to change notification settings - Fork 2
/
politics.html
501 lines (411 loc) · 25.4 KB
/
politics.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>IIA-Planet Vitals</title>
<meta name="description"
content="Curated, Uptodate Data of CORONA/COVID'19 including analytics and scientific representations.">
<meta name="keywords"
content="planetvitals,innovation incubator,corona death count,coronavirus update, corona virus india, corona virus symptoms,coronavirus latest news,coronavirus china,corona virus news,corona optus,corona effect,corona beer price,corona beer,corona alcohol,corona alcohol percentage,corona beer price in india, corona beer stock,coronavirus death toll,coronavirus oregon,coronavirus italy,corona california,corona spread,corona latest update,corona virus death rate,coronavirus cure,corona virus mexico, corona virus kerala, latest corona reports,corona virus brazil,corona virus australia,corona virus vaccine,corona virus air born ">
<!-- Favicons -->
<link href="assets/img/fav-icon.png" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,600,600i,700,700i,900"
rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="myProjects/webProject/icofont/css/icofont.min.css" rel="stylesheet">
<link href="assets/vendor/icofont/icofont.min.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/animate.css/animate.min.css" rel="stylesheet">
<link href="assets/vendor/venobox/venobox.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.min.css" rel="stylesheet">
<!--Holaa Bot-->
<script id="unique-embedder-id" type="text/javascript">
(function () { var widget_token_val = 'token'; var widget_id_val = '5e653b37843734e711fd59ee'; var WidgetSettings = { widget_token: widget_token_val, widget_id: widget_id_val }; function async_load() { var s = document.createElement('script'); var d = document.createElement('div'); d.id = 'app'; document.getElementsByTagName('body')[0].appendChild(d); s.setAttribute('widget_id', WidgetSettings['widget_id'] && WidgetSettings['widget_id']); s.setAttribute('welcome-msg', WidgetSettings['welcome-msg'] && WidgetSettings['welcome-msg']); s.setAttribute('auto-invoke', WidgetSettings['auto-invoke'] && WidgetSettings['auto-invoke']); s.setAttribute('app-color', WidgetSettings['app-color'] && WidgetSettings['app-color']); s.setAttribute('widget_token', WidgetSettings['widget_token'] && WidgetSettings['widget_token']); s.setAttribute('app-name', WidgetSettings['app-name'] && WidgetSettings['app-name']); s.type = 'text/javascript'; s.async = true; s.id = 'app-hola-owl'; var theUrl = 'https://prod.holaa.ai/build.js'; s.src = theUrl; var embedder = document.getElementById('unique-embedder-id'); embedder.parentNode.insertBefore(s, embedder) } (window.attachEvent) ? window.attachEvent('onload', async_load) : window.addEventListener('load', async_load, false) })();
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-158798381-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-158798381-1');
</script>
</head>
<body>
<!-- ======= Top Bar ======= -->
<section id="topbar" class="d-none d-lg-block">
<div class="container clearfix">
<div class="contact-info float-left">
<i class="icofont-envelope"></i><a href="mailto:[email protected]"></a>[email protected]
</div>
<div class="social-links float-right">
<a href="https://twitter.com/InnovationIncu" class="twitter"><i class="icofont-twitter"></i></a>
<a href="https://www.facebook.com/innovationincubatorholding" class="facebook"><i
class="icofont-facebook"></i></a>
<a href="https://www.instagram.com/innovationincubator/" class="instagram"><i
class="icofont-instagram"></i></a>
<!-- <a href="#" class="skype"><i class="icofont-skype"></i></a> -->
<a href="https://www.linkedin.com/company/innovation-incubator-inc-/" class="linkedin"><i
class="icofont-linkedin"></i></i></a>
</div>
</div>
</section>
<!-- ======= Header ======= -->
<header id="header">
<div class="container">
<div class="logo float-left">
<h1 class="text-light"> <a href="index.html"><span>PLANET VITALS</span><img
src="assets/img/iia-black.png" style="float:right;"></a></h1>
<!-- Uncomment below if you prefer to use an image logo -->
<!-- <a href="index.html"><img src="assets/img/logo.png" alt="" class="img-fluid"></a>-->
</div>
<!-- nnn,msnd,asd,an -->
<nav class="nav-menu float-right d-none d-lg-block">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="health.html">Health</a></li>
<li><a href="#">Agriculture</a></li>
<li class="active"><a href="#">Politics</a></li>
<li><a href="education.html">Education</a></li>
</ul>
</nav><!-- .nav-menu -->
</div>
</header><!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero">
<div class="hero-container">
<div id="heroCarousel" class="carousel slide carousel-fade" data-ride="carousel">
<ol class="carousel-indicators" id="hero-carousel-indicators"></ol>
<div class="carousel-inner" role="listbox">
<!-- Slide 1 -->
<div class="carousel-item active" style="background-image: url('assets/img/slide/slide-4.png');">
<div class="carousel-container">
<div class="carousel-content container">
<h2 class="animated fadeInDown">CORONA/COVID'19</h2>
<p class="animated fadeInUp" style="font-size: 24px;"> Curated, Uptodate Data of
CORONA/COVID'19
including analytics and
scientific representations.There are no vaccines or antiviral drugs to prevent or
treat human
coronavirus infections.</p>
<a href="corona.html">
<button type="button" class="btn btn-outline-primary" style="color: white;background: transparent;
border-color: white;">know more <span style="font-size: 9pt;"> >> </span> </button></a>
<!-- <a href="#about" class="btn-get-started animated fadeInUp scrollto">Read More</a> -->
</div>
</div>
</div>
<!-- Slide 2 -->
<div class="carousel-item" style="background-image: url('assets/img/slide/slide-5.png');">
<div class="carousel-container">
<div class="carousel-content container">
<h2 class="animated fadeInDown">Vitals of "Planet Earth" </h2>
<p class="animated fadeInUp" style="font-size: 24px;">We curate and represent the vitals
of planet
earth scientifically and meaningfully in a single platform realtime with least
errors utilising
Innovation
Incubators Data Analytics, AI/ML and Development capabilities.</p>
<a href="health.html">
<button type="button" class="btn btn-outline-primary" style="color: white;background: transparent;
border-color: white;">know more <span style="font-size: 9pt;"> >> </span> </button></a>
<!-- <a href="#about" class="btn-get-started animated fadeInUp scrollto">Read More</a> -->
</div>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#heroCarousel" role="button" data-slide="prev">
<span class="carousel-control-prev-icon icofont-rounded-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#heroCarousel" role="button" data-slide="next">
<span class="carousel-control-next-icon icofont-rounded-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</section><!-- End Hero -->
<main id="main">
<!-- ======= Counts Section ======= -->
<!-- <section class="counts section-bg">
<div class="container">
<h1 class="text-center">Corona / Covid-19 Live Statistics</h1>
<div class="row">
<div class="col-lg-3 col-md-6 text-center" data-aos="fade-up">
<div class="count-box">
<i class="icofont-icu" style="color: #aaa;"></i>
<span data-toggle="counter-up" id="totalConfirmed"></span>
<p><strong>CONFIRMED CASES</strong></p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center" data-aos="fade-up" data-aos-delay="200">
<div class="count-box">
<i class="icofont-stretcher" style="color: red;"></i>
<span id="totalDeaths" data-toggle="counter-up"></span>
<p><strong>DEATH</strong></p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center" data-aos="fade-up" data-aos-delay="400">
<div class="count-box">
<i class="icofont-operation-theater"" style=" color: orange"></i>
<span id="totalSick" data-toggle="counter-up"></span>
<p><strong>ACTIVE</strong></p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center" data-aos="fade-up" data-aos-delay="600">
<div class="count-box">
<i class="icofont-surgeon" style="color: green"></i>
<span id="totalRecovered" data-toggle="counter-up"></span>
<p><strong>RECOVERED </strong></p>
</div>
</div>
</div>
<div class="text-center">
<a href="corona.html">
<button type="button" class="btn btn-outline-primary text-center" style="color: #1c5c93;background: transparent;
border-color: #1c5c93;">know more <span style="font-size: 9pt;"> >> </span> </button></a>
</div>
</div>
</section> -->
<!-- End Counts Section -->
<!-- ======= About Us Section ======= -->
<section id="about" class="about">
<div class="container">
<div class="row no-gutters">
<div class="col-lg-6 video-box">
<img src="assets/img/Education.jpg" class="img-fluid" alt="">
</div>
<div class="col-lg-6 d-flex flex-column justify-content-center about-content">
<div class="section-title">
<h2>Why Educational vitals? </h2>
<p>Education the process of facilitating and acquiring knowledge through methods such as
training, storytelling, discussions and research plays a vital part in guiding humanity
to higher levels of sustenance. We curate data that can aid in the process of attaining
knowledge, have clearer insights on subjects and at the same time are unbiased and
verified. Each of these is then analysed and represented in the best capturable and
understandable representations, while ensuring they are validated and usable to
researchers, public and companies alike.
</p>
</div>
<div class="icon-box" data-aos="fade-up" data-aos-delay="100">
<div class="icon"><i class="bx bx-fingerprint"></i></div>
<h4 class="title"><a href="">Edu-Vitals</a></h4>
<p class="description">Capturing the vitals and representing them related to education and
its advances aids to creating a society that can monitoring and keep a steady progress
for the human race.
</p>
</div>
<div class="icon-box" data-aos="fade-up" data-aos-delay="100">
<div class="icon"><i class="bx bx-gift"></i></div>
<h4 class="title"><a href="">Research</a></h4>
<p class="description">Analysing Data ensuring breakthroughs are never missed and always
found as early as possible.
</p>
</div>
</div>
</div>
</div>
</section><!-- End About Us Section -->
<!-- ======= Services Section ======= -->
<section id="services" class="services">
<div class="container">
<div class="section-title">
<h2>Our Features</h2>
</div>
<div class="row">
<div class="col-lg-4 col-md-6 icon-box" data-aos="fade-up">
<div class="icon"><i class="icofont-computer"></i></div>
<h4 class="title"><a href="">Custom Dashboard</a></h4>
<p class="description">Custom dashboards that portrays information in the most comprehendable
form.</p>
</div>
<div class="col-lg-4 col-md-6 icon-box" data-aos="fade-up" data-aos-delay="100">
<div class="icon"><i class="icofont-chart-bar-graph"></i></div>
<h4 class="title"><a href=""> Data Analytics</a></h4>
<p class="description">Analytics and Machinelearning on available data ensuring no insights are
missed.</p>
</div>
<div class="col-lg-4 col-md-6 icon-box" data-aos="fade-up" data-aos-delay="200">
<div class="icon"><i class="icofont-earth"></i></div>
<h4 class="title"><a href="">Validated Information</a></h4>
<p class="description">Captured and Validated data to ensure no misrepresentations happen.</p>
</div>
<div class="col-lg-4 col-md-6 icon-box" data-aos="fade-up" data-aos-delay="300">
<div class="icon"><i class="icofont-image"></i></div>
<h4 class="title"><a href="">Vitals</a></h4>
<p class="description">Capturing and displaying vitals across multiple domains clearly and
quickly.</p>
</div>
<div class="col-lg-4 col-md-6 icon-box" data-aos="fade-up" data-aos-delay="400">
<div class="icon"><i class="icofont-settings"></i></div>
<h4 class="title"><a href="">Personalisable</a></h4>
<p class="description">Personalisable and customisable dashboards.</p>
</div>
<div class="col-lg-4 col-md-6 icon-box" data-aos="fade-up" data-aos-delay="500">
<div class="icon"><i class="icofont-tasks-alt"></i></div>
<h4 class="title"><a href="">Downloads</a></h4>
<p class="description">Securely provide data for running your analytics with data we curate.</p>
</div>
</div>
</div>
</section><!-- End Services Section -->
<!-- ======= News Lists Section ======= -->
<section class="about-lists">
<div class="container">
<h1 class="text-center">Latest News</h1>
<div class="row no-gutters" id="news-row">
</div>
</div>
</section>
<!-- End News Lists Section -->
<!-- ======= Contact Us Section ======= -->
<section id="contact" class="contact">
<div class="container">
<div class="section-title">
<h2>Contact Us</h2>
</div>
<div class="row">
<div class="col-lg-9 d-flex align-items-stretch" data-aos="fade-up">
<div class="info-box">
<i class="bx bx-map"></i>
<h3>Our Address</h3>
<p>Innovation Incubator, L-1 Thejaswini, Technopark
Campus, Kazhakkutam Kerala, India</p>
</div>
</div>
<div class="col-lg-3 d-flex align-items-stretch" data-aos="fade-up" data-aos-delay="100">
<div class="info-box">
<i class="bx bx-envelope"></i>
<h3>Email Us</h3>
<p>[email protected]</p>
</div>
</div>
<div class="col-lg-12" data-aos="fade-up" data-aos-delay="300">
<form action="forms/contact.php" method="post" role="form" class="php-email-form">
<div class="form-row">
<div class="col-lg-6 form-group">
<input type="text" name="name" class="form-control" id="name"
placeholder="Your Name" data-rule="minlen:4"
data-msg="Please enter at least 4 chars" />
<div class="validate"></div>
</div>
<div class="col-lg-6 form-group">
<input type="email" class="form-control" name="email" id="email"
placeholder="Your Email" data-rule="email"
data-msg="Please enter a valid email" />
<div class="validate"></div>
</div>
</div>
<div class="form-group">
<input type="text" class="form-control" name="subject" id="subject"
placeholder="Subject" data-rule="minlen:4"
data-msg="Please enter at least 8 chars of subject" />
<div class="validate"></div>
</div>
<div class="form-group">
<textarea class="form-control" name="message" rows="5" data-rule="required"
data-msg="Please write something for us" placeholder="Message"></textarea>
<div class="validate"></div>
</div>
<div class="mb-3">
<div class="loading">Loading</div>
<div class="error-message"></div>
<div class="sent-message">Your message has been sent. Thank you!</div>
</div>
<div class="text-center"><button type="submit">Send Message</button></div>
</form>
</div>
</div>
</div>
</section><!-- End Contact Us Section -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row d-flex justify-content-around">
<div class="col-lg-3 col-md-6 footer-info">
<h3>Contact Information</h3>
<p>
Innovation Incubator <br>L-1 Thejaswini, Technopark
Campus<br> Kazhakkutam Kerala, India<br><br>
<strong>Email:</strong> [email protected]<br>
</p>
<div class="social-links mt-3">
<a href="https://twitter.com/InnovationIncu" class="twitter"><i
class="bx bxl-twitter"></i></a>
<a href="https://www.facebook.com/innovationincubatorholding" class="facebook"><i
class="bx bxl-facebook"></i></a>
<a href="https://www.instagram.com/innovationincubator/" class="instagram"><i
class="bx bxl-instagram"></i></a>
<!-- <a href="#" class="google-plus"><i class="bx bxl-skype"></i></a> -->
<a href="https://www.linkedin.com/company/innovation-incubator-inc-/" class="linkedin"><i
class="bx bxl-linkedin"></i></a>
</div>
</div>
<div class="col-lg-4 col-md-6 footer-links">
<ul>
<li><a href="index.html"><img src="assets/img/planetvital.png" width="100%"></a></li>
<li> <a href="https://innovationincubator.com/"><img src="assets/img/iia-white.png"
width="80%"></a></li>
</div>
<!-- <div class="col-lg-3 col-md-6 footer-links">
<h4>Our Services</h4>
<ul>
<li><i class="bx bx-chevron-right"></i> <a href="#">Web Design</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Web Development</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Product Management</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Marketing</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Graphic Design</a></li>
</ul>
</div> -->
<!-- <div class="col-lg-4 col-md-6 footer-newsletter">
<h4>Our Newsletter</h4>
<p>this is a para</p>
<form action="" method="post">
<input type="email" name="email"><input type="submit" value="Subscribe">
</form>
</div> -->
</div>
</div>
</div>
<div class="container">
<div class="copyright">
Copyright ©2020. Innovation Incubator. All rights reserved.
</div>
<div class="credits">
Designed by Team X
</div>
</div>
</footer><!-- End Footer -->
<a href="#" class="back-to-top"><i class="icofont-simple-up"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/jquery/jquery.min.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/jquery.easing/jquery.easing.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/jquery-sticky/jquery.sticky.js"></script>
<script src="assets/vendor/venobox/venobox.min.js"></script>
<script src="assets/vendor/waypoints/jquery.waypoints.min.js"></script>
<script src="assets/vendor/counterup/counterup.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<!-- dark mode -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/darkmode-js.min.js"></script>
<script src="assets/js/darkmode.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
<!--News Script-->
<script src="js/news_corona.js"></script>
<!--COunt Script-->
<script src="js/stat-all.js"></script>
</body>
</html>