-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdisclaimer.html
109 lines (91 loc) · 6.03 KB
/
disclaimer.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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>The Cowin Map - Disclaimer</title>
<link rel="icon" href="assets/favicon.ico">
<meta name="description"
content="#verified #covid resources from volunteers across #India on Google maps for quick, updated and easy access. Let’s help India win against covid!">
<meta name="keywords"
content="covid, covid resources, covid19, bed, beds, oxygen, ICU, ventilator, covid19, coronavirus, corona, india, virus, carona, karona, korona, covid beds india, covid beds in india, corona beds in india, covid beds delhi, covid beds bangalore, covid beds availability, oxygen supply, covid oxygen, covid resources, covid beds map, covid resources map">
<meta property="og:type" content="website">
<meta property="og:url" content="https://cowinmap.com">
<meta property="og:title" content="The Cowin Map: Disclaimer">
<meta property="og:description"
content="#verified #covid resources from volunteers across #India on Google maps for quick, updated and easy access. Let’s help India win against covid!">
<!-- Google Tag Manager -->
<script>(function (w, d, s, l, i) {
w[l] = w[l] || []; w[l].push({
'gtm.start':
new Date().getTime(), event: 'gtm.js'
}); var f = d.getElementsByTagName(s)[0],
j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src =
'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-5KDBBZ6');</script>
<!-- End Google Tag Manager -->
<script src="https://kit.fontawesome.com/d14f08e7fd.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/bulma.min.css">
</head>
<body>
<header>
<!--non-collapsible navbar-->
<nav class="navbar is-light" role="navigation" aria-label="main navigation">
<div class="navbar-brand">
<a class="navbar-item" href="index.html" style="font-size: 20px;">
<img style="max-height: 72px;" src="assets/images/cowin_logo.png">The Cowin Map
</a>
<a class="navbar-burger" role="button" data-target ="navMenu" aria-label="menu" aria-expanded="false">
<span></span>
<span></span>
<span></span>
</a>
</div>
<!-- Links -->
<div class="navbar-menu" id ="navMenu">
<div class="navbar-end">
<a class="navbar-item" href="index.html" target="_blank" rel="noopener noreferrer">Home</a>
<a class="navbar-item" href="about_us.html" target="_blank" rel="noopener noreferrer">About Us</a>
<a class="navbar-item" href="https://docs.google.com/document/d/1NtArK6_mnCg0i5XRfzmU557U3K1ixnVLNMH3lqi4SOU/edit?usp=sharing" target="_blank" rel="noopener noreferrer">Sources</a>
<a class="navbar-item" href="disclaimer.html">Disclaimer</a>
<a class="navbar-item" href="https://twitter.com/The_CowinMap" target="_blank" rel="noopener noreferrer"><i class="fa fa-twitter"></i></a>
<a class="navbar-item" href="https://www.instagram.com/the_cowinmap/" target="_blank" rel="noopener noreferrer"><i class="fa fa-instagram"></i></a>
<a class="navbar-item" href="https://www.linkedin.com/company/the-cowin-map/" target="_blank" rel="noopener noreferrer"><i class="fa fa-linkedin"></i></a>
</div>
</div>
</nav>
</header>
<div class='container' style="font-size:medium;">
<br></br>
<div class = "block">
<p>
The links to the data sources that The Cowin Map obtains its information from may be viewed <a href="https://docs.google.com/document/d/1NtArK6_mnCg0i5XRfzmU557U3K1ixnVLNMH3lqi4SOU/edit?usp=sharing" target="_blank" rel="noopener noreferrer">here</a>. This list will continuously be updated.
</p>
</div>
<div class = "block">
<p>The user understands that The Cowin Map has made every attempt to ensure the accuracy and reliability of the
information provided through these links. However, the information is provided on an “as and when basis” and
“as is basis” based on fact check done by volunteers who are dedicated towards helping individuals and families in such
challenging times. The Cowin Map, however, does not accept any responsibility or liability for the accuracy,
content, completeness, legality or reliability of the information contained in any of these links. The user
understands that no warranties, promises and/or representation of any kind, expressed or implied, are made by
The Cowin Map to the nature, standard, accuracy or otherwise, of the information provided in these links, nor to
the suitability or otherwise, of the information to your particular circumstances.
</p>
</div>
<div class = "block">
<p>
The user understands that The Cowin Map shall not be liable for any loss or damage of whatsoever nature
(direct, indirect, consequential, or other) which may arise as a result of your use of or (inability to use) the information contained in any of
these links. The user understands that the information contained in these links provides details like the
contact numbers etc. of hospitals, agencies etc., the contents of which are not within the control of The Cowin
Map, and The Cowin Map has no responsibility for the same. The user agrees to check and verify any/all
information obtained from these links before acting upon the same. The user understands that The Cowin
Map holds no liability or responsibility for real time verification of the same.</p>
</div>
</div>
<script src="assets/js/lib/bulmaInteractions.js"></script>
</body>
</html>