-
Notifications
You must be signed in to change notification settings - Fork 52
/
index.html
166 lines (149 loc) · 6.35 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<title>Bandinchina</title>
<!-- Stylesheets -->
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="./styles.css" />
<meta name="viewport" content="width=device-width, initial-scale=0.9">
</head>
<body>
<div id="current-page">Home</div>
<div class="container-fluid p-3">
<div class="row">
<header class="text-center">
<a
class="btn btn-outline-dark"
href="https://github.com/caffeine-overload/bandinchina"
target="_blank"
>GitHub</a
>
<button class="btn btn-outline-dark" id="home-nav">Home</button>
<button class="btn btn-outline-dark" id="whitelist-nav">Whitelist</button>
<button class="btn btn-outline-dark" id="blacklist-nav">Blacklist</button>
</header>
<!-- HK Flag -->
<svg
class="img-fluid d-block mx-auto py-4"
style="width: 100% \9"
version="1.0"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
width="450"
height="300"
viewBox="0 0 900 600"
>
<rect width="900" height="600" fill="#de2910" />
<g id="petal">
<path
d="m 449.96406,299.9134 c -105.26305,-44.48626 -58.60174,-181.58185 42.06956,-174.6907 -20.36609,10.46694 -23.31775,29.99772 -11.68704,48.09021 13.02444,20.2558 -1.19897,52.84856 -18.80577,60.7674 -28.93485,13.02443 -34.72791,47.74999 -11.57675,65.83309 z"
fill="#fff"
/>
<path
d="m 444.27188,200.91974 -5.91976,9.29378 -2.14454,-10.8142 -10.67812,-2.75928 9.62461,-5.3895 -0.67104,-10.99955 8.08542,7.48945 10.25578,-4.04271 -4.61053,10.00942 7.00143,8.50541 z"
fill="#de2910"
/>
<path
d="m 450.56002,298.75902 c -12.73114,-6.53451 -22.9963,-20.15491 -27.46839,-36.43134 -5.11498,-18.66969 -2.17269,-38.74247 8.08308,-55.03768 l -2.20789,-1.39371 c -10.64057,16.92871 -13.69313,37.74293 -8.38575,57.11886 4.72784,17.22201 15.21355,31.09815 28.78703,38.06438 z"
fill="#de2910"
/>
</g>
<use xlink:href="#petal" transform="rotate(72 450,300)" />
<use xlink:href="#petal" transform="rotate(144 450,300)" />
<use xlink:href="#petal" transform="rotate(216 450,300)" />
<use xlink:href="#petal" transform="rotate(288 450,300)" />
</svg>
<div id="main" class="py-4">
<div align="center">
<img src="public/assets/images/mei-circle.png" />
<br />
Image Credit:
<a
href="https://www.reddit.com/r/HongKong/comments/dffh96/someone_drew_this_hong_kong_mei_and_asked_me_to/"
>Source</a
>
<p align="center">
<i
>"The only thing necessary for the triumph of evil is for good men to do
nothing."</i
>
</p>
<p align="center">- Edmund Burke</p>
</div>
<br />
<h2 id="summary">Summary</h2>
<div>
View the website at
<a href="https://caffeine-overload.github.io/bandinchina/">
https://caffeine-overload.github.io/bandinchina/
</a>
This is a comprehensive repository for many, if not all, topics related to Hong Kong.
</div>
<br />
<a name="links"></a>
<div>
<img src="public/assets/images/mei-circle-16x16.png" />
<a name="go-to"><h2>Go To</h2></a>
</div>
<br />
<ul>
<li>
<a data-link-type="go-to" href="#help-hk"
>How to help Hong Kong protests from abroad</a
>
</li>
<ul>
<li><a data-link-type="go-to" href="#help-hk-general">General</a></li>
<li>
<a data-link-type="go-to" href="#help-hk-monetary-and-non-monetary-donations"
>Monetary & Non-monetary Donations</a
>
</li>
<li><a data-link-type="go-to" href="#help-hk-usa">United States of America</a></li>
<li><a data-link-type="go-to" href="#help-hk-uk">United Kingdom</a></li>
<li><a data-link-type="go-to" href="#help-hk-can">Canada</a></li>
<li><a data-link-type="go-to" href="#help-hk-aus">Australia</a></li>
<li><a data-link-type="go-to" href="#help-hk-nz">New Zealand</a></li>
<li><a data-link-type="go-to" href="#help-hk-eu">Europe</a></li>
<li><a data-link-type="go-to" href="#help-hk-cn">China</a></li>
<li><a data-link-type="go-to" href="#help-hk-others">Others</a></li>
</ul>
<li><a data-link-type="go-to" href="#past-achievements">Past Achievements</a></li>
</ul>
<a name="content"></a>
<a name="blacklist"></a>
<a name="whitelist"></a>
<div id="content" class="text-left table-responsive">
<h2>Loading List...</h2>
</div>
<footer class="text-muted display-3">Stand with Hong Kong!</footer>
</div>
</div>
</div>
<!-- jQuery CDN -->
<script
src="https://code.jquery.com/jquery-3.4.1.min.js"
integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo="
crossorigin="anonymous"
></script>
<!-- Bootstrap CDN -->
<script
src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
crossorigin="anonymous"
></script>
<!-- showdown.js CDN -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/showdown/1.9.0/showdown.min.js"></script>
<!-- tablesorter CDN -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.tablesorter/2.31.1/js/jquery.tablesorter.min.js"></script>
<!-- FontAwesome CDN -->
<script src="https://use.fontawesome.com/f4a577bca9.js"></script>
<!-- Main script -->
<script src="./script.js"></script>
</body>
</html>