-
Notifications
You must be signed in to change notification settings - Fork 9
/
footer.html
90 lines (85 loc) · 3.39 KB
/
footer.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
<!-- Footer Starts -->
<footer class="footer">
<div class="container">
<div class="content has-text-centered">
<div class="columns is-mobile is-multiline">
<div class="column">
<div id="hitcounter-1" class="hitcounter center">
<span>x</span>
<span>x</span>
<span>x</span>
</div>
<h4 class="subtitle is-size-6">Total Page Views</h4>
</div>
<div class="column">
<div id="hitcounter-2" class="hitcounter center">
<span>x</span>
<span>x</span>
<span>x</span>
</div>
<h4 class="subtitle is-size-6">Total Site Views</h4>
</div>
</div>
<div class="columns is-mobile is-multiline ">
<div class="column">
<p class="bd-footer-link-title has-text-weight-bold">Connect</p>
<p class="bd-footer-link-title">
<a href="mailto:[email protected]">Mail</a>
</p>
<p class="bd-footer-link-title">
<a href="https://facebook.com/covidkashmir">Facebook</a>
</p>
<p class="bd-footer-link-title">
<a href="https://twitter.com/covidkashmir">Twitter</a>
</p>
<p class="bd-footer-link-title">
<a href="https://instagram.com/covidkashmir">Instagram</a>
</p>
<p class="bd-footer-link-title">
<a href="https://t.me/covidkashmir">Telegram</a>
</p>
</div>
<div class="column">
<p class="bd-footer-link-title has-text-weight-bold">About & Policy</p>
<p class="bd-footer-link-title">
<a href="about.html">About Project</a>
</p>
<p class="bd-footer-link-title">
<a href="press.html">In Media</a>
</p>
<p class="bd-footer-link-title">
<a href="sources.html">Our Sources</a>
</p>
<p class="bd-footer-link-title">
<a href="datapolicy.html">Data Usage Policy</a>
</p>
</div>
<div class="column">
<p class="bd-footer-link-title has-text-weight-bold">Other Projects</p>
<p class="bd-footer-link-title">
<a href="https://resources.covidkashmir.org">COVID-19 Resource Tracker</a>
</p>
<p class="bd-footer-link-title">
<a target="_blank" href="https://embed.covidkashmir.org">Embeddable Widgets for Developers</a>
</p>
<p class="bd-footer-link-title">
<a href="https://twitter.com/plasmakashmir">Plasma Kashmir</a>
</p>
</div>
</div>
<div>
<p class="copyright">
<strong>covidkashmir.org</strong> <br />By <br /> <a href="https://haideralipunjabi.com">Haider Ali Punjabi</a>
| <a href="https://hackesta.org" title="">Hackesta</a> | <a href="https://vikasbukhari.com">Vikas
Bukhari</a>
| <a href="https://mudasirali.com">Mudasir Ali</a>.
<br /> Contact:
<span><strong>[email protected]</strong> </span>
<br /> The source code is Available on Github
<a href="https://github.com/haideralipunjabi/covid19kashmir">Click Here</a>
</p>
</div>
</div>
</div>
</footer>
<script src="/assets/js/hitcounter.js"></script>