-
Notifications
You must be signed in to change notification settings - Fork 1
/
donate.html
277 lines (250 loc) · 12.7 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
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Donate to Technica</title>
<link rel="icon" href="img/favicon.ico"/>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css" integrity="sha384-9gVQ4dYFwwWSjIDZnLEWnxCjeSWFphJiwGPXr1jddIhOegiu1FwO5qRGvFXOdJZ4" crossorigin="anonymous">
<link rel="stylesheet" href="./css/base.css">
<link rel="stylesheet" href="./css/main.css">
<link rel="stylesheet" href="./css/donate.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" 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>
<script src="./js/navbar.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1" />
<meta name="apple-mobile-web-app-capable" content="yes"/>
<meta name="apple-mobile-web-app-status-bar-style" content="black"/>
<meta name="author" content="Technica Hacks">
<meta name="description" content="World’s largest hackathon for underrepresented genders" />
<meta name="robots" content="NOODP, index, follow" />
<meta itemprop="name" content="Technica">
<!-- Twitter Card data -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@gotechnica">
<meta name="twitter:title" content="Technica">
<meta name="twitter:description" content="Hackathon for underrepresented genders at University of Maryland.">
<meta name="twitter:creator" content="@gotechnica">
<meta name="twitter:image" content="http://gotechnica.org/img/share-link.png" />
<meta name="twitter:domain" content="http://gotechnica.org">
<!-- Google site verif -->
<meta name="google-site-verification" content="uGQ5sqadq9-6SPyKFrrOm_N5oys-xoJ7sSBKjw6LCI4" />
<!-- Open Graph data (Facebook) -->
<meta property="og:title" content="Technica" />
<meta property="og:description" content="Hackathon for underrepresented genders at University of Maryland." />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://gotechnica.org" />
<meta property="og:image" content="http://gotechnica.org/img/share-link.png" />
<meta property="og:image:url" content="http://gotechnica.org/img/share-link.png" />
<!-- Facebook Pixel Code -->
<script>
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window, document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '2430237730636491');
fbq('track', 'PageView');
</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=2430237730636491&ev=PageView&noscript=1"
/></noscript>
<!-- End Facebook Pixel Code -->
<!-- Redirect URLs -->
<script>
const path = window.location.pathname;
const redirectsGETUrl = "https://hugoburbelo-technica-url-shortener.builtwithdark.com/redirects"
const formattedPath = "/" + path;
$.get(redirectsGETUrl, redirects => {
redirects.forEach(redirect => {
if (path === redirect.host) {
window.location = redirect.target;
}
})
});
</script>
<!-- Intercom Widget -->
<script>
// We pre-filled your app ID in the widget URL: 'https://widget.intercom.io/widget/i0aisamb'
(function () { var w = window; var ic = w.Intercom; if (typeof ic === "function") { ic('reattach_activator'); ic('update', w.intercomSettings); } else { var d = document; var i = function () { i.c(arguments); }; i.q = []; i.c = function (args) { i.q.push(args); }; w.Intercom = i; var l = function () { var s = d.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = 'https://widget.intercom.io/widget/i0aisamb'; var x = d.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x); }; if (w.attachEvent) { w.attachEvent('onload', l); } else { w.addEventListener('load', l, false); } } })();
window.Intercom("boot", {
app_id: "i0aisamb"
});
</script>
<script>
(function (h, o, t, j, a, r) {
h.hj = h.hj || function () { (h.hj.q = h.hj.q || []).push(arguments) };
h._hjSettings = { hjid: 1902775, hjsv: 6 };
a = o.getElementsByTagName('head')[0];
r = o.createElement('script'); r.async = 1;
r.src = t + h._hjSettings.hjid + j + h._hjSettings.hjsv;
a.appendChild(r);
})(window, document, 'https://static.hotjar.com/c/hotjar-', '.js?sv=');
</script>
</head>
<body>
<div class="hero-clouds">
<img id = hero-clouds src="img/hero-clouds.png" alt="pastel pink and purple sky and clouds" style="width: 100%;">
</div>
<!-- navbar -->
<nav id="navbar" class="navbar navbar-expand-lg navbar-light sticky-top" role="navigation">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav text-center mx-auto">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="sponsor.html">Sponsor</a>
</li>
</ul>
</div>
</nav>
<!-- Hero -->
<div class="hero hero-donate" role="banner">
<div class="container">
<div class="hero-information" style="margin-left: 0px">
<h1 class="hero-title" style="color: #000;"> Donating to </h1>
<div class="hero-logo">
<img id="technica-logo" src="img/technica-logo.png" alt="Technica logo" ALIGN = "top">
</div>
</div>
<div class="hero-action text-center">
<a class="big-donate-btn btn" target="_blank" href="https://www.paypal.com/donate/?hosted_button_id=83S778CAUXCLS">Donate</a>
</div>
</div>
</div>
<div role="main">
<!-- Donor Promise -->
<div class="donate-promise">
<div class="container">
<div class="row">
<div class="col-md-6 order-1 order-md-1 promise-text">
<!-- Header -->
<h1 class="our-donor" style="color: #000;">Our Donor Promise</h1>
<!-- Body -->
<div class="promise-body" style="text-align: left;">
<p> <b> We promise to respect your donation by only using donor funds to support our mission of reaching gender equity in tech. </b> The most high cost ways we will spend funds this year are mailing supplies to hackers, providing supplies for mini activities all weekend long, and ensuring the virtual Technica experience is still amazing through our custom virtual platform.</p>
<p> <b> Additionally, Technica is a 501(c)(3) public charity, so your donations are tax-deductible.</b></p>
</div>
</div>
<div class="col-md-6 order-2 order-md-2" style="display:flex">
<div class="promise-image">
<img src="img/donor-promise.jpg" alt="Two happy people looking at a laptop together at Technica." class="center-block" style="margin-top: 5.5%; border-radius: 25px;">
</div>
</div>
</div>
</div>
</div>
</div>
<!-- donor impact -->
<div class="donate-impact">
<div class="container text-center">
<div>
<h1 class="impact-header">Your Donation's Impact</h1>
</div>
<div class="row align-items-center justify-content-center">
<div class="col-sm">
<div class="donate-option1">
<h2 class="donate-option1-header">$50</h2>
<p>The cost to provide hardware kits to two hackers participating in our hardware track</p>
</div>
</div>
<div class="col-sm">
<div class="donate-option2">
<h2 class="donate-option2-header">$20</h2>
<p>The cost of each meal we provide to hackers at Technica, keeping them fueled and properly fed</p>
</div>
</div>
<div class="col-sm">
<div class="donate-option3">
<h2 class="donate-option3-header">$10</h2>
<p>The cost per hacker to keep Emergency Medical Services and Security Personnel on hand throughout Technica weekend, just in case</p>
</div>
</div>
</div>
<!-- donate button -->
<div class="donate-btn">
<button class="big-donate-btn btn" onclick="location.href='https://www.paypal.com/donate/?hosted_button_id=83S778CAUXCLS'">Donate</button>
</div>
</div>
</div>
<!-- questions -->
<div class="donate-questions">
<div class="container">
<div class="text-center">
<p style="margin-bottom: 5px;">Questions about donating? Please email <a id="email-link-donate" class="font-weight-bold" style="color: #000;" href="mailto:[email protected]">[email protected]</a></p>
<p>Are you a company interested in supporting Technica? Please email <a id="email-link-donate" class="font-weight-bold" style="color: #000;" href="mailto:[email protected]">[email protected]</a></p>
<br>
</div>
</div>
</div>
</div>
<div role="contentinfo">
<div class="contact-footer">
<div class="contact section text-center">
<div class="container">
<div class="contact-header">
<h1 style="font-size: 100%; color: black;">Contact Us</h1>
</div>
<div class="contact-content">
<h4>Reach out to us at <a class="email-link" href="mailto:[email protected]">[email protected]</a></h4>
</div>
<div class="social-buttons">
<a href="https://www.youtube.com/channel/UC-Wo4UqhGUKQEp4o-51VMIw/" target="_blank">
<div class="blue-circle1">
<img src="./img/socials/w_youtube.svg" alt="YouTube icon">
</div>
</a>
<a href="https://twitter.com/gotechnica?lang=en" target="_blank">
<div class="blue-circle2">
<img src="./img/socials/w_twitter.svg" alt="Twitter icon">
</div>
</a>
<a href="https://www.facebook.com/gotechnica/" target="_blank">
<div class="blue-circle3">
<img src="./img/socials/w_facebook.svg" alt="Facebook icon">
</div>
</a>
<a href="https://www.instagram.com/gotechnica/" target="_blank">
<div class="purple-circle1">
<img src="./img/socials/w_instagram.svg" alt="Instagram icon">
</div>
</a>
<a href="https://www.tiktok.com/@gotechnica?" target="_blank">
<div class="purple-circle2">
<img src="./img/socials/w_tiktok.svg" alt="TikTok icon">
</div>
</a>
<a href="https://medium.com/gotechnica" target="_blank" >
<div class="pink-circle1">
<img src="./img/socials/w_medium.svg" alt="Medium icon">
</div>
</a>
<a href="https://linkedin.com/company/gotechnica" target="_blank">
<div class="pink-circle2">
<img src="./img/socials/w_linkedin.svg" alt="LinkedIn icon">
</div>
</a>
</div>
</div>
</div>
</div>
<div class="footer" style="background-color: #E9E3ED;">
<div class="container" style="padding: 1%;">
<div id="footer-links">
<a href="./files/terms.pdf" target="_blank">Code of Conduct</a> | <a href="sponsor.html">Sponsor</a>
</div>
<span style="opacity: .7">Copyright © 2021 Technica</span>
</div>
</div>
<!-- mlh badge -->
<a id="mlh-trust-badge" style="display:block;max-width:100px;min-width:60px;position:fixed;right:50px;top:0;width:10%;z-index:10000" href="https://mlh.io/seasons/2021/events" target="_blank"><img src="https://s3.amazonaws.com/logged-assets/trust-badge/2021/mlh-trust-badge-2021-white.svg" alt="Major League Hacking 2021 Hackathon Season" style="width:100%"></a>
</body>
</html>