-
Notifications
You must be signed in to change notification settings - Fork 16
/
teams.html
406 lines (369 loc) · 17.6 KB
/
teams.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
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="description" content="">
<meta name="author" content="">
<title>CreatED Hack 2020</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Varela+Round" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/grayscale.min.css" rel="stylesheet">
<link href="css/custom.css" rel="stylesheet">
<!-- Favicon for CreatED 2020 -->
<link rel="shortcut icon" type="image/x-icon" href="img/favicon_io/favicon.ico">
</head>
<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/eu-2020/events?utm_source=eu-hackathon&utm_medium=TrustBadge&utm_campaign=2020-season&utm_content=gray" target="_blank"><img src="https://s3.amazonaws.com/logged-assets/trust-badge/2020/mlh-trust-badge-2020-gray.svg" alt="Major League Hacking 2020 Hackathon Season" style="width:100%"></a>
<body id="page-top">
<nav class="navbar navbar-expand-lg navbar-light fixed-top" id="mainNav">
<div id="navbar-container" class="container">
<div id="navbar-top-menu">
<div class="d-flex align-items-center justify-content-between">
<a class="navbar-brand js-scroll-trigger" href="index.html">
<div class="title-icon"></div>
</a>
<button class="navbar-toggler nexa" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
Menu
<i class="fas fa-bars"></i>
</button>
</div>
</div>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul id="navbar-buttons" class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link js-scroll-trigger nexa" href="https://my.mlh.io/oauth/authorize?client_id=cef9c1e6ba6e0e53dca74d35208a5b5a1f8aa2b8b9805724ef6657d15ce5a5ec&redirect_uri=http%3A%2F%2Fapply.createdhack.com%2F&response_type=token">Apply</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger nexa" href="faqs.html">FAQs</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger nexa" href="sponsors.html">Sponsors</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger nexa" href="workshops.html">Workshops</a>
</li>
<li class="nav-item" id="team">
<a class="nav-link js-scroll-trigger nexa" href="teams.html">Team</a>
</li>
</ul>
</div>
</div>
</nav>
<div id="particles-js"></div>
<section class="text-center">
<section>
<h1 class="sub-heading diagonal-text orange" style="padding: 6em 0 4em 0;">Meet the Team</h1>
</section>
<section class="diagonal-section white-bg" style="opacity: 0.95!important;">
<div class="mx-auto diagonal-section-content">
<div class="container">
<div class="row">
<div class="col-xl-4">
<div class="team-card">
<div class="team-image">
<img class="team-image img-fluid" src="img/team/Gagan.png">
</div>
<div class="team-textbox">
<h3 class="team-name nexa orange">Gagan Devagiri</h3>
<h5 class="nexa blue">Co - Director</h5>
<h6 class="team-study nexa white">2nd year Artificial Intelligence</h6>
<div class="team-social accessible">
<a class="social-button orange-hover" href="https://github.com/GaganSD">
<i class="fab fa-github"></i>
</a>
<a class="social-button orange-hover" href="https://www.linkedin.com/in/gagan-devagiri">
<i class="fab fa-linkedin"></i>
</a>
<a class="social-button orange-hover" title="Opens email application. Please be patient while it loads." href="mailto:gagandevagiri@gmail.com?subject=Inquiry&body=Hi Gagan! I found your contact on the CreatED Website.">
<i class="fas fa-envelope"></i>
</a>
</div>
</div>
</div>
</div>
<div class="col-xl-4">
<div class="team-card">
<div class="team-image">
<img class="team-image img-fluid" src="img/team/Caitlin.png">
</div>
<div class="team-textbox">
<h3 class="team-name nexa orange">Caitlin McDougall</h3>
<h5 class="nexa blue">Co - Director</h5>
<h6 class="team-study nexa white">2nd year Informatics</h6>
<div class="team-social accessible">
<a class="social-button orange-hover" href="https://github.com/caitlin-mcdougall">
<i class="fab fa-github"></i>
</a>
<a class="social-button orange-hover" href="https://www.linkedin.com/in/caitlin-mcdougall">
<i class="fab fa-linkedin"></i>
</a>
<a class="social-button orange-hover" title="Opens email application. Please be patient while it loads." href="mailto:caitlinmcdougall1@gmail.com?subject=Inquiry&body=Hi Caitlin! I found your contact on the CreatED Website.">
<i class="fas fa-envelope"></i>
</a>
</div>
</div>
</div>
</div>
<div class="col-xl-4">
<div class="team-card">
<div class="team-image">
<img class="team-image img-fluid" src="img/team/Martin.png">
</div>
<div class="team-textbox">
<h3 class="team-name nexa orange">Martin Starkov</h3>
<h5 class="nexa blue">Lead Web Developer</h5>
<h6 class="team-study nexa white">1st year Mechanical Engineering</h6>
<div class="team-social accessible">
<a class="social-button orange-hover" href="https://github.com/martinstarkov">
<i class="fab fa-github"></i>
</a>
<a class="social-button orange-hover" href="https://www.linkedin.com/in/martinstarkov">
<i class="fab fa-linkedin"></i>
</a>
<a class="social-button orange-hover" title="Opens email application. Please be patient while it loads." href="mailto:emailregisterlogin@gmail.com?subject=Inquiry&body=Hi Martin! I found your contact on the CreatED Website.">
<i class="fas fa-envelope"></i>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-xl-4">
<div class="team-card">
<div class="team-image">
<img class="team-image img-fluid" src="img/team/Irina.png">
</div>
<div class="team-textbox">
<h3 class="team-name nexa orange">Irina Gubaciova</h3>
<h5 class="nexa blue">Web Developer</h5>
<h6 class="team-study nexa white">1st year Computer Science</h6>
<div class="team-social accessible">
<a class="social-button orange-hover" href="https://github.com/IreneeG">
<i class="fab fa-github"></i>
</a>
<a class="social-button orange-hover" href="https://www.linkedin.com/in/irina-gubacheva-90b488192/">
<i class="fab fa-linkedin"></i>
</a>
<a class="social-button orange-hover" title="Opens email application. Please be patient while it loads." href="mailto:iren.gubacheva@gmail.com?subject=Inquiry&body=Hi Irina! I found your contact on the CreatED Website.">
<i class="fas fa-envelope"></i>
</a>
</div>
</div>
</div>
</div>
<div class="col-xl-4">
<div class="team-card">
<div class="team-image">
<img class="team-image img-fluid" src="img/team/Wassim.png">
</div>
<div class="team-textbox">
<h3 class="team-name nexa orange">Wassim Jabrane</h3>
<h5 class="nexa blue">Director of Logistics</h5>
<h6 class="team-study nexa white">2nd year Computer Science</h6>
<div class="team-social accessible">
<!-- <a class="social-button orange-hover" href="https://github.com/PLACE_NAME_HERE"> -->
<!-- <i class="fab fa-github"></i> -->
<!-- </a> -->
<a class="social-button orange-hover" href="https://www.linkedin.com/in/wassim-jabrane-8b9246178/">
<i class="fab fa-linkedin"></i>
</a>
<a class="social-button orange-hover" title="Opens email application. Please be patient while it loads." href="mailto:john.smith@gmail.com?subject=Inquiry&body=Hi Wassim! I found your contact on the CreatED Website.">
<i class="fas fa-envelope"></i>
</a>
</div>
</div>
</div>
</div>
<div class="col-xl-4">
<div class="team-card">
<div class="team-image">
<img class="team-image img-fluid" src="img/team/Annabel.png">
</div>
<div class="team-textbox">
<h3 class="team-name nexa orange">Annabel Jakob</h3>
<h5 class="nexa blue">Financial Director</h5>
<h6 class="team-study nexa white">2nd year C.S. & Mathematics</h6>
<div class="team-social accessible">
<!-- <a class="social-button orange-hover" href="https://github.com/PLACE_NAME_HERE"> -->
<!-- <i class="fab fa-github"></i> -->
<!-- </a> -->
<a class="social-button orange-hover" href="https://www.linkedin.com/in/annabel-jakob-a25363183/">
<i class="fab fa-linkedin"></i>
</a>
<a class="social-button orange-hover" title="Opens email application. Please be patient while it loads." href="mailto:john.smith@gmail.com?subject=Inquiry&body=Hi Annabel! I found your contact on the CreatED Website.">
<i class="fas fa-envelope"></i>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-xl-4">
<div class="team-card">
<div class="team-image">
<img class="team-image img-fluid" src="img/team/Ioana.png">
</div>
<div class="team-textbox">
<h3 class="team-name nexa orange">Ioana Buzduga</h3>
<h5 class="nexa blue">Marketing Executive</h5>
<h6 class="team-study nexa white">2nd year Artificial Intelligence</h6>
<div class="team-social accessible">
<!-- <a class="social-button orange-hover" href="https://github.com/PLACE_NAME_HERE"> -->
<!-- <i class="fab fa-github"></i> -->
<!-- </a> -->
<a class="social-button orange-hover" href="https://www.linkedin.com/in/ioana-buzduga-14a23b160/">
<i class="fab fa-linkedin"></i>
</a>
<a class="social-button orange-hover" title="Opens email application. Please be patient while it loads." href="mailto:john.smith@gmail.com?subject=Inquiry&body=Hi Ioana! I found your contact on the CreatED Website.">
<i class="fas fa-envelope"></i>
</a>
</div>
</div>
</div>
</div>
<div class="col-xl-4">
<div class="team-card">
<div class="team-image">
<img class="team-image img-fluid" src="img/team/Roman.png">
</div>
<div class="team-textbox">
<h3 class="team-name nexa orange">Roman Akash</h3>
<h5 class="nexa blue">Head of Sponsorship</h5>
<h6 class="team-study nexa white">2nd year Computer Science</h6>
<div class="team-social accessible">
<a class="social-button orange-hover" href="https://github.com/romanakash">
<i class="fab fa-github"></i>
</a>
<a class="social-button orange-hover" href="https://www.linkedin.com/in/roman-akash">
<i class="fab fa-linkedin"></i>
</a>
<a class="social-button orange-hover" title="Opens email application. Please be patient while it loads." href="mailto:john.smith@gmail.com?subject=Inquiry&body=Hi Roman! I found your contact on the CreatED Website.">
<i class="fas fa-envelope"></i>
</a>
</div>
</div>
</div>
</div>
<div class="col-xl-4">
<div class="team-card">
<div class="team-image">
<img class="team-image img-fluid" src="img/team/Mattias.png">
</div>
<div class="team-textbox">
<h3 class="team-name nexa orange">Mattias Formo</h3>
<h5 class="nexa blue">Sponsorship Executive</h5>
<h6 class="team-study nexa white">1st year C.S & Physics</h6>
<div class="team-social accessible">
<!-- <a class="social-button orange-hover" href="https://github.com/PLACE_NAME_HERE"> -->
<!-- <i class="fab fa-github"></i> -->
<!-- </a> -->
<a class="social-button orange-hover" href="https://www.linkedin.com/in/mattias-formo-066aa8196">
<i class="fab fa-linkedin"></i>
</a>
<a class="social-button orange-hover" title="Opens email application. Please be patient while it loads." href="mailto:john.smith@gmail.com?subject=Inquiry&body=Hi Mattias! I found your contact on the CreatED Website.">
<i class="fas fa-envelope"></i>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-xl-4">
<div class="team-card">
<div class="team-image">
<img class="team-image img-fluid" src="img/team/Abdul.png">
</div>
<div class="team-textbox">
<h3 class="team-name nexa orange">Abdul Rehman</h3>
<h5 class="nexa blue">Sponsorship Partner</h5>
<h6 class="team-study nexa white">1nd year Informatics</h6>
<div class="team-social accessible">
<!-- <a class="social-button orange-hover" href="https://github.com/PLACE_NAME_HERE"> -->
<!-- <i class="fab fa-github"></i> -->
<!-- </a> -->
<a class="social-button orange-hover" href="https://www.linkedin.com/in/abdul-rehman-922a6a187/">
<i class="fab fa-linkedin"></i>
</a>
<a class="social-button orange-hover" title="Opens email application. Please be patient while it loads." href="mailto:john.smith@gmail.com?subject=Inquiry&body=Hi Abdul! I found your contact on the CreatED Website.">
<i class="fas fa-envelope"></i>
</a>
</div>
</div>
</div>
</div>
<div class="col-xl-4">
<div class="team-card">
<div class="team-image">
<img class="team-image img-fluid" src="img/team/Alexandra.png">
</div>
<div class="team-textbox" style="text-align: center">
<h3 class="team-name nexa orange" style="white-space: nowrap; padding-top: 0.633em!important; padding-bottom: 0.634em!important; font-size: 1.5em!important; line-height: 1.3!important;">Alexandra Purcarea</h3>
<h5 class="nexa blue">Sponsorship Partner</h5>
<h6 class="team-study nexa white">1st year Computer Science</h6>
<div class="team-social accessible">
<!-- <a class="social-button orange-hover" href="https://github.com/PLACE_NAME_HERE"> -->
<!-- <i class="fab fa-github"></i> -->
<!-- </a> -->
<a class="social-button orange-hover" href="https://www.linkedin.com/in/alexandra-purcarea/">
<i class="fab fa-linkedin"></i>
</a>
<a class="social-button orange-hover" title="Opens email application. Please be patient while it loads." href="mailto:john.smith@gmail.com?subject=Inquiry&body=Hi Alexandra! I found your contact on the CreatED Website.">
<i class="fas fa-envelope"></i>
</a>
</div>
</div>
</div>
</div>
<div class="col-xl-4">
<!-- Insert next team member here -->
</div>
</div>
</div>
</div>
</section>
<section class="diagonal-section black-bg" style="height: 4em; opacity: 1;"></section>
<section class="footer-section black-bg">
<div style="padding-top: 0">
<div class="small text-center white">
<div class="social d-flex justify-content-center"></div>
<div class="white mb-4 nexa">
Copyright © CreatED 2020
</div>
<a href="https://www.facebook.com/createdhack/" class="mx-2 orange-hover">
<i class="fab fa-facebook-f"></i>
</a>
<a href="https://github.com/createdhack" class="mx-2 orange-hover">
<i class="fab fa-github"></i>
</a>
<a href="https://twitter.com/createdhack" class="mx-2 orange-hover">
<i class="fab fa-twitter"></i>
</a>
<a href="https://www.linkedin.com/company/created-hardware-hackathon" class="mx-2 orange-hover">
<i class="fab fa-linkedin"></i>
</a>
</div>
</div>
</section>
</section>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Custom scripts for this template -->
<script src="js/grayscale.js"></script>
<!-- Custom javascript -->
<script src="js/custom.js"></script>
<!-- Particle library -->
<script src="particles/particles.js"></script>
<script src="particles/app.js"></script>
</body>
</html>