-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathambassadors.html
289 lines (274 loc) · 13.4 KB
/
ambassadors.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
278
279
280
281
282
283
284
285
286
287
288
289
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Technica Ambassadors</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/ambassadors.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></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 -->
<!-- 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>
<!-- 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>
<li class="nav-item">
<a class="nav-link" href="donate.html">Donate</a>
</li>
</ul>
</div>
</nav>
<div class="container-fluid" role="main">
<article>
<!-- main -->
<section class="main">
<!-- introduction -->
<div class="primary-heading text-center">
<h1 class="heading">Technica is calling on students from all around the country to work alongside our 2021 organizing team!</h1>
</div>
<!-- ambassador description -->
<div class="position-desc" style="position: relative">
<div class="desc">
<p>As a Technica Campus Ambassador, you’ll have the unique opportunity to help foster our community beyond Technica weekend at UMD. As a representative of your school, you’ll spread the word about Technica 2021 on your campus and promote our message of inclusion in STEM for the largest hackathon for underrepresented genders in the world!</p>
</div>
<a target="_blank" href="https://forms.gle/RbisP2XboZgrRHLH8"><img src="./img/ambassadors.jpg"></a>
<div class="pt-3 row">
<div class="col-lg-7 description">
<h2 class="heading">What do Campus Ambassadors do?</h2>
<ul id="responsibilities">
<li>Generate awareness, excitement, and buzz leading up to Technica 2021</li>
<li>Promote Technica on your campus and social media</li>
<li>Communicate with Technica’s Brand team weekly</li>
</ul>
</div>
<div class="col-lg-5 reasons">
<h2 class="heading">Why should you apply?</h2>
<ul id="why-apply">
<li>Be a leader at your school!</li>
<li>Have your resume shared with our sponsors</li>
<li>Potential to earn awesome perks:
<ul class="perk-list">
<li>Travel reimbursement for Technica 2021</li>
<li>Social Media features</li>
<li>Feature in 2021 Technica Ambassador Video</li>
<li>Host a fireside chat or workshop for Technica</li>
<li>Custom Technica merchandise</li>
</ul>
</li>
</ul>
</div>
</div>
</div>
<!--</section>
</article>
</div>-->
<!-- apply -->
<div class="apply">
<div class="text-center">
<a target="_blank" href="https://forms.gle/RbisP2XboZgrRHLH8">
<button class="btn" type="button">Apply today!</button>
</a>
<br>
Application Deadline: <b>August 1st*</b> @ 11:59PM
<p style="font-size:70%; margin-top:0.5%;">*the application deadline has been extended</p>
</div>
</div>
<!-- FAQ -->
<div class="faq">
<div class="text-center">
<h2 class="faq-heading heading mb-0 text-center" style="display: inline-block;">Frequently Asked Questions</h2>
</div>
<div class="row">
<div class="col-md">
<div class="accordion">
<h4>How do I earn perks?</h4>
<div class="faq-toggle-icon"></div>
</div>
<div class="panel">
<p>If selected as a Campus Ambassador, we’ll be sure to explain to you the details of our merit-based system. All you need to know is, the more effort you put into your role and outreach as an Ambassador, the more perks you’ll receive!</p>
</div>
<div class="accordion">
<h4>When is Technica 2021?</h4>
<div class="faq-toggle-icon"></div>
</div>
<div class="panel">
<p>Technica 2021 will take place within the first three Saturdays of November. The exact date is soon to be announced!</p>
</div>
<div class="accordion">
<h4>I don't identify as an underrepresented gender, can I still apply?</h4>
<div class="faq-toggle-icon"></div>
</div>
<div class="panel">
<p>Yes, of course! All genders and allies are welcome to be an Ambassador!</p>
</div>
<div class="accordion">
<h4>I've never been to Technica, can I still apply?</h4>
<div class="faq-toggle-icon"></div>
</div>
<div class="panel">
<p>Yes, of course! We always welcome first-time attendees to Technica and this is no exception!</p>
</div>
</div>
<div class="col-md">
<div class="accordion">
<h4>I'm in high school, can I still apply?</h4>
<div class="faq-toggle-icon"></div>
</div>
<div class="panel">
<p>Yes! Any full-time student, as of November 2021, from 6th grade onwards is eligible to apply!</p>
</div>
<div class="accordion">
<h4>I'm not in the United States, can I still apply?</h4>
<div class="faq-toggle-icon"></div>
</div>
<div class="panel">
<p>Yes! International students are eligible and encouraged to apply!</p>
</div>
<div class="accordion">
<h4>How much of a time commitment will this role require?</h4>
<div class="faq-toggle-icon"></div>
</div>
<div class="panel">
<p>If you’re selected as a Campus Ambassador, all that we require is that you attend Technica 2021 (stay tuned for the exact date) and complete our weekly progress form (which will start in September 2021)! This a merit-based program, so you’ll get out of it as much as you put in!</p>
</div>
<div class="accordion">
<h4>When will I hear back if I was selected as a Campus Ambassador?</h4>
<div class="faq-toggle-icon"></div>
</div>
<div class="panel">
<p>Our brand team will be getting back to you between the end of July and beginning of August!</p>
</div>
</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%;">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-circle">
<img src="./img/w_youtube.svg" alt="YouTube icon">
</div>
</a>
<a href="https://twitter.com/gotechnica?lang=en" target="_blank">
<div class="blue-circle">
<img src="./img/w_twitter.svg" alt="Twitter icon">
</div>
</a>
<a href="https://www.facebook.com/gotechnica/" target="_blank">
<div class="purple-circle">
<img src="./img/w_facebook.svg" alt="Facebook icon">
</div>
</a>
<a href="https://www.instagram.com/gotechnica/" target="_blank">
<div class="purple-circle">
<img src="./img/w_instagram.svg" alt="Instagram icon">
</div>
</a>
<a href="https://medium.com/gotechnica" target="_blank" >
<div class="pink-circle">
<img src="./img/w_medium.svg" alt="Medium icon">
</div>
</a>
<a href="https://linkedin.com/company/gotechnica" target="_blank">
<div class="pink-circle">
<img src="./img/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="sponsor.html">Sponsor</a> | <a href="./files/terms.pdf" target="_blank">Code of Conduct</a> | <a href="donate.html">Donate</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="hhttps://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>
<script src="js/effects.js"></script>
</body>
</html>