-
Notifications
You must be signed in to change notification settings - Fork 0
/
donate.html
229 lines (180 loc) · 9.08 KB
/
donate.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
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<title>COVID CENTRAL (Donate)</title>
<!-- import the webpage's stylesheet -->
<link rel="stylesheet" href="/style.css" />
<link rel="stylesheet" href="https://cherhchen.github.io/covid-central-test/style.css" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<link rel="shortcut icon" href="https://cdn.glitch.com/0d98bcc4-796f-471b-8bc6-c77ce9ac9fc6%2Funnamed.png?v=1594841505757"/>
<!-- import the webpage's javascript file -->
<script src="/script.js" defer></script>
<script src="https://cherhchen.github.io/covid-central-test/script.js" defer />
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
</head>
<body>
<!-- title with image -->
<div class="container-fluid">
<img class="title-img"
src="https://cdn.glitch.com/0d98bcc4-796f-471b-8bc6-c77ce9ac9fc6%2Fcovid.jpg?v=1594674692729"
alt="Snow"
width="100%"
height="150px"
/>
<div class="centered"><h1>COVID CENTRAL</h1></div>
</div>
<!-- end of title with image -->
<!-- nav bar -->
<div class="centerdiv header " id="myHeader" >
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="index.html">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="news.html">News</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Safety
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="symptoms.html">Symptoms</a>
<a class="dropdown-item" href="how-to-protect.html">How To Protect Yourself</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="donate.html">Donate</a>
</li>
<li class="nav-item">
<a class="nav-link" href="cases.html">Cases</a>
</li>
</ul>
</div>
</nav>
</div>
<!-- End of nav bar -->
<a href="chinese-donate.html">Read this page in Chinese</a>
<!-- Sounds good. are we going to try to do some forms? nice. -->
<!-- im thinking to copy this site https://covid19responsefund.org/en/
we can just have a form but not have it do anything, just input numbers-->
<h2 class="text-center text-info" style="font-size:50px;">
COVID-19 Solidarity Response Fund for WHO
</h2>
<!-- donate form-->
<div class="textbox right">
<form>
<fieldset class="at-fieldset ContributionInformation" style="border: none;">
<legend class="at-legend text-info">Donate Now</legend>
<div class="at-fields">
<div class="at-row at-row-full ">
<input id="ProcessingCurrency_Value" type="hidden" name="ProcessingCurrency.Value" value="USD">
</div>
<div class="at-row at-row-full ">
<div class="form-item form-type-radios form-item-selectamount">
<div class="at-row SelectAmount OtherAmount NonRecurringButtons">
<div class="at-radio">
<div class="at-radios clearfix">
<label class="label-amount long" title="US ($25)">
<input name="SelectAmount" type="radio" value="25.00">US $25<a></a>
</label>
<label class="label-amount long" title="US ($50)">
<input name="SelectAmount" type="radio" value="50.00">US $50<a></a>
</label>
<label class="label-amount long" title="US ($100)">
<input name="SelectAmount" type="radio" value="100.00">US $100<a></a>
</label>
<label class="label-amount long" title="US ($500)">
<input name="SelectAmount" type="radio" value="500.00">US $500<a></a>
</label>
<label class="label-amount incrediblyLong" title="US ($1,000)">
<input name="SelectAmount" type="radio" value="1000.00">US $1000<a></a>
</label>
<label class="label-amount incrediblyLong" title="US ($2,500)">
<input name="SelectAmount" type="radio" value="2500.00">US $2500<a></a>
</label>
<label class="label-amount label-otheramount" title="Other">
<input name="SelectAmount" type="radio" class="radio-other" value="other">
Other
<input type="number" tabindex="-1" autocomplete="transaction-amount" class="edit-otheramount" name="OtherAmount" title="Other Amount" placeholder="0.00">
<span class="label-otheramount-prefix">$</span>
</label>
</div>
</div>
</div>
</div>
</div>
</div>
</fieldset>
<input type="checkbox" id="monthly" name="monthly" value="month">
<label for="monthly"> Make this contribution: Monthly</label><br>
<input type="checkbox" id="memory" name="memory" value="honor">
<label for="memory"> I'd like to make this contribution in honor or in memory of someone</label><br>
<input type="submit" value="Submit">
</form>
</div>
<!-- donate form end -->
<!-- not sure how to customize the radio buttons-->
<div>
<h3 class="textbox">
The world has never faced a crisis like COVID-19. The pandemic is impacting communities everywhere. It's never been more urgent to support the global response, led by the World Health Organization (WHO). Donations support WHO's work, including with partners, to track and understand the spread of the virus; to ensure patients get the care they need and frontline workers to get essential supplies and information, and to accelerate research and development of a vaccine and treatments for all who need them. Some donations also support additional Fund partners UNICEF, the World Food Programme, the UN's refugee agency (UNHCR), and the vaccine development alliance CEPI. Donors from Canada, China, Japan, or certain European countries, and the UK, may wish to give online to our Fund partners in these countries.
</h3>
</div>
<!-- footer what should i put, social media?? fake phone#?-->
<br>
<div class="footer">
<div class="row p-3 mb-2 bg-dark text-white">
<div class="col">
<h5>
Have Questions?
</h5>
<h6>
<i class="fa fa-phone" style="font-size:24px;color:white"></i>
(123)456-7890
</h6>
<h6>
<i class="fa fa-envelope-o" style="font-size:px"></i>
</h6>
</div>
<div class="col">
<h5>
Useful Links
</h5>
<h6>
<a href="https://www.who.int/">World Health Organization</a>
</h6>
<h6>
<a href="https://www.cdc.gov/"
>Centers for Disease Control and Prevention</a
>
</h6>
</div>
<div class="col">
<h5>
Connect with us
</h5>
<br />
<div class="icons">
<a class="icon" href="https://www.facebook.com/CDC" target = "blank"><span>Facebook</span></a>
<a class="icon" href="https://twitter.com/CDCgov" target = "blank"><span>Twitter</span></a>
</div>
</div>
</div>
</div>
<script src="https://button.glitch.me/button.js" defer></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
</body>
</html>