-
Notifications
You must be signed in to change notification settings - Fork 9
/
sources.html
91 lines (69 loc) · 3.02 KB
/
sources.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Sources | CovidKashmir</title>
{% include 'favicons.html' %}
<link rel="stylesheet" href="assets/css/bulma.min.css">
<link rel="stylesheet" href="assets/css/index.css">
<script src="assets/js/jquery-3.4.1.min.js"></script>
<link rel="stylesheet" href="/assets/css/brands.min.css">
<link rel="stylesheet" href="/assets/css/fontawesome.min.css">
<link rel="stylesheet" href="/assets/css/solid.min.css">
<script src="assets/js/utils.js"></script>
<link href="/assets/css/montserrat.css" rel="stylesheet">
<link rel="stylesheet" href="assets/css/about.css">
</head>
<body>
<div id="include-header">
{% include 'header.html' %}
</div>
<div id="include-navbar">
{% include 'navbar.html' %}
</div>
<section class="section">
<div class="about-container container">
<div class="tile is-parent">
<article class="tile is-child box">
<!-- Put any content you want -->
<h2>Our Sources</h2>
<br/>
<hr/>
<p class="question">For Statistics & Patient Details.</p>
<p class="answer">For Statistics and Patient Details we collect data on our own once verified/checked from our sources. <br/>
<br/><b>Our Sources Include</b><br/>
<ul>
<li>1. Rohit Kansal (Spokesperson J&K Govt) Twitter Handle</li>
<li>2. Dr. Shahid Choudhary(District Magistrate/Development Commissioner, Srinagar. Kashmir) Twitter Handle</li>
<li>Additional Sources vary from patient to patient and are linked with each patient's details.</li>
</ul>
<br/>
<hr/>
<p class="question">For Detailed Statistics.</p>
<p class="answer">For Detailed Statistics, we take the data from official Press Release of Jammu and Kashmir Government. Uploaded by Director Information and Public Relations.
<a href="https://twitter.com/diprjk/status/1243149491919675393?s=19" title="">Link</a>
</p>
<hr/>
<p class="question">For GMC (Govt. Medical College) Srinagar Consultations.</p>
<p class="answer">For GMC Consultation, Data From Principal GMC Srinagar (Dr. Samia Rashid) Is Used.
<a href="https://twitter.com/diprjk/status/1243149491919675393?s=19" title="">Link</a>
</p>
<hr/>
<p class="question">For MYTH BUSTER and Q&A.</p>
<p class="answer">Data From WHO (World Health Organization) is used, Links are provided on particular pages.
</p>
<hr/>
</article>
</div>
</div>
</section>
<div id="include-footer">
{% include 'footer.html' %}
</div>
<script src="assets/js/index.js"></script>
<script src="assets/js/widgetFunction.js"></script>
<script src="assets/js/localDebug.js"></script>
</body>
</html>