-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathabout.html
110 lines (78 loc) · 3.62 KB
/
about.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
<!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>About | CovidKashmir</title>
{% include 'favicons.html' %}
<link rel="stylesheet" href="assets/css/bulma.min.css">
<link rel="stylesheet" href="assets/css/index.css">
<link rel="stylesheet" href="assets/css/about.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">
</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>About</h2>
<h5>Last Updated on: 09/March/2021</h5>
<br />
<p>For any communication, you can reach us at:- <strong>[email protected]</strong> </p>
<hr/>
<p class="question">Are We Registered With Govt. or Run By Govt?</p>
<p class="answer">No, We are not in any way affiliated or in collaboration with any Organization/Government, We are completely Independent and Non-Profit.</p>
<hr />
<p class="question">What are our Sources?</p>
<p class="answer"> <a href="/sources.html">Click here</a>
</p>
<br />
<hr />
<p class="question">Other Platform Links on Which We Operate.</p>
<p class="answer"> <a href="https://facebook.com/covidkashmir">Facebook</a></br>
<a href="https://twitter.com/covidkashmir">Twitter</a></br>
<a href="https://instagram.com/covidkashmir">Instagram</a>
<br/>
</p>
<hr/>
<h2>FOUNDING CONTRIBUTORS </h2>
<br />
<hr/>
<h3>Haider Ali Punjabi</h3>
<p>Can Be Reached Here <a href="https://twitter.com/HAliPunjabi" rel="noreferrer" target="_blank">Twitter</a> , <a
href="https://instagram.com/haideralipunjabi" rel="noreferrer" target="_blank">Instagram</a> , <a
href="https://github.com/haideralipunjabi" rel="noreferrer" target="_blank">Github</a> , <a rel="noreferrer" target="_blank" href="https://haideralipunjabi.com">Website</a>
, <a href="mailto://[email protected]">Mail</a></p>
<hr/>
<h3>Syed Vikas Bukhari</h3>
<p>Can Be Reached Here: <a rel="noreferrer" target="_blank" href="https://twitter.com/vikasbukhari">Twitter</a> , <a
href="https://facebook.com/vikasbukhari" title="" rel="noreferrer" target="_blank">Facebook</a>, <a
href="https://instagram.com/vikasbukhari" rel="noreferrer" target="_blank">Instagram</a> </p>
<hr/>
<h3>Mudasir Ali</h3>
<p>Can Be Reached Here <a href="https://twitter.com/imudasirali">Twitter</a> , <a href="https://facebook.com/imudasirali">Facebook</a></p>
<hr/>
</article>
</div>
</div>
</section>
<div id="include-footer">
{% include 'footer.html' %}
</div>
<script src="assets/js/localDebug.js"></script>
<script src="assets/js/widgetFunction.js"></script>
</body>
</html>