-
Notifications
You must be signed in to change notification settings - Fork 0
/
team.html
executable file
·518 lines (493 loc) · 19.1 KB
/
team.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
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>JSHacks 2019 - EduTech Edition</title>
<meta name="author" content="JSHacks.io" />
<meta name="Title" content="JSHacks.io" />
<meta
name="description"
content="JSHacks is the annual JavaScript hackathon organized by developers for developers dedicated (but not limited) to all those passionate about JavaScript and innovation. Proudly crafted by the JSLeague team 🤟"
/>
<meta
name="keywords"
content="community, javascript, hackathon, framework, angularjs bucharest, jsgirls, bucharestjs, reactjs, vuejs"
/>
<meta property="og:title" content="jshacks.io" />
<meta property="og:url" content="https://jshacks.io/" />
<meta
property="og:description"
content="JSHacks is the annual JavaScript hackathon organized by developers for developers dedicated (but not limited) to all those passionate about JavaScript and innovation. Proudly crafted by the JSLeague team 🤟"
/>
<meta name="Language" content="EN" />
<meta name="country" content="Romania" />
<!-- Schema.org markup for Google+ -->
<meta itemprop="name" content="jshacks.io" />
<meta
itemprop="description"
content="JSHacks is the annual JavaScript hackathon organized by developers for developers dedicated (but not limited) to all those passionate about JavaScript and innovation. Proudly crafted by the JSLeague team 🤟"
/>
<meta itemprop="image" content="https://jshacks.io/img/cover.png" />
<!-- Twitter Card data -->
<meta name="twitter:card" content="JSHacks.io" />
<meta name="twitter:site" content="@jshacksio" />
<meta name="twitter:title" content="jshacks.io" />
<meta
name="twitter:description"
content="JSHacks is the annual JavaScript hackathon organized by developers for developers dedicated (but not limited) to all those passionate about JavaScript and innovation. Proudly crafted by the JSLeague team 🤟"
/>
<meta name="twitter:creator" content="@jshacksio" />
<meta name="twitter:image:src" content="https://jshacks.io/img/cover.png" />
<!-- Open Graph data -->
<meta property="og:title" content="JSHacks.io" />
<meta property="og:type" content="post" />
<meta property="og:url" content="https://jshacks.io/" />
<meta property="og:image" content="https://jshacks.io/img/cover.png" />
<meta
property="og:description"
content="JSHacks is the annual JavaScript hackathon organized by developers for developers dedicated (but not limited) to all those passionate about JavaScript and innovation. Proudly crafted by the JSLeague team 🤟"
/>
<meta property="og:site_name" content="JSHacks.io" />
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon" />
<link rel="icon" href="img/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="css/font-awesome.min.css" />
<link rel="stylesheet" type="text/css" href="fonts/flaticon/flaticon.css" />
<link
href="https://fonts.googleapis.com/css?family=Poppins&display=swap"
rel="stylesheet"
/>
<!-- Booooooootstrap -->
<link
rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm"
crossorigin="anonymous"
/>
<!-- Styles -->
<link rel="stylesheet" type="text/css" href="css/style.css" />
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<script>
window.html5 ||
document.write('<script src="js/vendor/html5shiv.js"><\/script>');
</script>
<![endif]-->
</head>
<body>
<main class="main">
<div class="stars"></div>
<div class="blobs toright hidden-xs hidden-sm">
<div class="blob"></div>
<div class="blob"></div>
<div class="blob"></div>
<div class="blob"></div>
<div class="blob"></div>
<div class="blob"></div>
</div>
<header>
<nav
class="navbar navbar-inverse transparent navbar-expand-md fixed-top"
>
<div class="container">
<a class="navbar-brand" href="https://jshacks.io/">
<img src="img/logo-blue.png" height="20" alt="image" />
</a>
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#navbarNav3"
aria-controls="navbarNav3"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="text-white">
<i class="fa fa-bars"></i>
</span>
</button>
<div class="collapse navbar-collapse" id="navbarNav3">
<ul class="navbar-nav ml-auto justify-content-end">
<li class="nav-item">
<a href="index.html" class="nav-link">home</a>
</li>
<li class="nav-item">
<a href="about.html" class="nav-link">about</a>
</li>
<li class="nav-item">
<a href="index.html#agenda" class="nav-link">agenda</a>
</li>
<li class="nav-item">
<a href="index.html#mentors" class="nav-link">mentors</a>
</li>
<li class="nav-item">
<a href="index.html#partners" class="nav-link">partners</a>
</li>
<li class="nav-item">
<a href="team.html" class="nav-link">team</a>
</li>
<li class="nav-item">
<a href="index.html#contact" class="nav-link">contact</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="container">
<div class="fadein relative">
<div class="row mt-10">
<div class="col-md-12 mt-5">
<h1
class="rellax f1 text-purple font-nasa mt-5"
data-rellax-speed="-4"
>
Team
</h1>
<h2
class="rellax f-bold font-nasa f3 jsh-sm-text-white"
data-rellax-speed="-4"
>
JSHacks 2019 <br />organizers
</h2>
</div>
<div
class="offset-md-6 col-md-6 hidden-xs hidden-sm"
style="margin-top:-12rem;"
>
<div class="rellax" data-rellax-speed="5">
<img src="img/swags/hero-edu.png" class="w-100" />
</div>
</div>
</div>
</div>
</div>
</header>
<section class="h-30vh"></section>
<section class="mt-5">
<div class="container">
<div class="row mt-3">
<div class="col-md-3 col-sm-6 col-xs-6 text-center">
<img src="img/team/diana-miron.jpg" class="teamimg" />
<h4 class="font-nasa teamname f5">Diana Miron</h4>
<a href="https://www.jsleague.ro">
<h5 class="f6 text-orange">
CEO @JSLeague <br />Founder @JSgirls
</h5>
</a>
</div>
<div class="col-md-3 col-sm-6 col-xs-6 text-center">
<img src="img/team/nicoleta-stan.jpg" class="teamimg" />
<h4 class="font-nasa teamname f5">Nicoleta Stan</h4>
<a href="https://www.jsleague.ro">
<h5 class="f6 text-orange">Operations Specialist @JSLeague</h5>
</a>
</div>
<div class="col-md-3 col-sm-6 col-xs-6 text-center">
<img src="img/team/andrei-antal.jpg" class="teamimg" />
<h4 class="font-nasa teamname f5">Andrei Antal</h4>
<a href="https://www.facebook.com/groups/angularjs.bucharest/">
<h5 class="f6 text-orange">
Angular Expert @JSLeague <br />Founder @ngBucharest
</h5>
</a>
</div>
<div class="col-md-3 col-sm-6 col-xs-6 text-center">
<img src="img/team/alexandru-albu.jpg" class="teamimg" />
<h4 class="font-nasa teamname f5">Alexandru Albu</h4>
<a href="https://www.jsleague.ro">
<h5 class="f6 text-orange">Angular Expert @JSLeague</h5>
</a>
</div>
</div>
<div class="row mt-5">
<div class="col-md-3 col-sm-6 col-xs-6 text-center">
<img src="img/team/bogdan-luca.jpg" class="teamimg" />
<h4 class="font-nasa teamname f5">Bogdan Luca</h4>
<a href="https://www.jsleague.ro">
<h5 class="f6 text-orange">
Vue.js Expert @JSLeague <br />
Dev&Ops @codesandbox.io
</h5>
</a>
</div>
<div class="col-md-3 col-sm-6 col-xs-6 text-center">
<img src="img/team/sabin-marcu.jpg" class="teamimg" />
<h4 class="font-nasa teamname f5">Sabin Marcu</h4>
<a href="https://www.jsleague.ro">
<h5 class="f6 text-orange">ReactJS Expert @JSLeague</h5>
</a>
</div>
<div class="col-md-3 col-sm-6 col-xs-6 text-center">
<img src="img/team/claudia-ifrim.jpg" class="teamimg" />
<h4 class="font-nasa teamname f5">Claudia Ifrim</h4>
<a href="https://www.jsleague.ro">
<h5 class="f6 text-orange">Front-end Expert @JSLeague</h5>
</a>
</div>
<div class="col-md-3 col-sm-6 col-xs-6 text-center">
<img src="img/team/andreas-fruth.jpg" class="teamimg" />
<h4 class="font-nasa teamname f5">Andreas Fruth</h4>
<a href="https://www.facebook.com/groups/1418436175040087/">
<h5 class="f6 text-orange">Founder @Meteor Romania</h5>
</a>
</div>
</div>
</div>
</section>
<!-- community partners -->
<section class="mt-150 mb-150">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<h4 class="font-nasa f3 f-bold">Communities</h4>
<h4 class="font-nasa f4 f-bold text-purple mt-0">our friends</h4>
</div>
</div>
<div class="row mt-5">
<div
class="col-6 col-md-2 col-sm-6 col-xs-6 text-right jsh-sm-text-center"
>
<a href="https://jsleague.ro" target="_blank" class="highlighted">
<img src="img/communities/jsleague.png" class="w-50" />
</a>
</div>
<div
class="col-6 col-md-2 col-sm-6 col-xs-6 text-right jsh-sm-text-center"
>
<a
href="https://www.facebook.com/groups/angularjs.bucharest/"
target="_blank"
class="highlighted"
>
<img src="img/communities/angularjs.png" class="w-50" />
</a>
</div>
<div
class="col-6 col-md-2 col-sm-6 col-xs-6 text-right jsh-sm-text-center"
>
<a href="https://jsgirls.ro/" target="_blank" class="highlighted">
<img src="img/communities/jsgirls.png" class="w-50" />
</a>
</div>
<div
class="col-6 col-md-2 col-sm-6 col-xs-6 text-right jsh-sm-text-center"
>
<a href="https://codette.ro/" target="_blank" class="highlighted">
<img src="img/communities/codette.png" class="w-50" />
</a>
</div>
<div
class="col-6 col-md-2 col-sm-6 col-xs-6 text-right jsh-sm-text-center"
>
<a
href="https://www.facebook.com/groups/BucharestJS/"
target="_blank"
class="highlighted"
>
<img src="img/communities/bucharestjs.png" class="w-50" />
</a>
</div>
<div
class="col-6 col-md-2 col-sm-6 col-xs-6 text-right jsh-sm-text-center"
>
<a
href="https://incremental.community/"
target="_blank"
class="highlighted"
>
<img
src="img/communities/incremental-community.png"
class="w-50"
/>
</a>
</div>
</div>
</div>
</section>
<section class="mt-150 mb-10em">
<div class="container">
<div class="row">
<div class="col-md-12 text-center index-5">
<h3 class="mb-5 f2 font-nasa">READY? LET'S JS HACK!</h3>
<a
href="https://forms.gle/EyCPZAGU27rAZpb29"
class="btn f5 btn-purple jsm-sm-button"
target="_blank"
>REGISTER FOR JSHACKS 2019</a
>
</div>
</div>
</div>
</section>
<div class="jsl-spaceman">
<div class="col-md-2 text-right align-self-center pr-0">
<h6>
JSHacks 2019 is proudly organized by the
<a href="https://jsleague.ro" target="_blank" class="text-orange"
>JSLeague</a
>
team.
</h6>
</div>
<div class="col-md-2 text-left">
<a href="https://jsleague.ro" target="_blank" class="highlighted">
<img src="img/swags/spaceman.png" class="w-75" />
</a>
</div>
</div>
<div class="relative o-hidden">
<div class="stars full" style="height: 500px;"></div>
<svg
version="1.1"
id="Layer_1"
class="jsh-swooosh"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
x="0px"
y="0px"
width="1800px"
height="321.829px"
viewBox="0 0 1800 321.829"
enable-background="new 0 0 1800 321.829"
xml:space="preserve"
>
<path
fill="#08112B"
d="M703.731,185.495C293.502,136.274,87.615,187.899,0,224.085V0.001l1799.999,0v294.773
C1500.028,327.082,1179.88,242.432,703.731,185.495z M1799.999,0.001H0v321.828h1799.999V0.001z"
/>
</svg>
</div>
<section id="contact" class="bg-inversed" style="margin-top:-10px;">
<div class="container pb-2">
<div class="row">
<div class="col-md-8 col-xs-12 contact-btns">
<a href="http://jshacks.io" class="hack-link" target="_blank"
>jshacks.io</a
>
•
<a href="http://2018.jshacks.io" class="hack-link" target="_blank"
>2018
</a>
•
<a href="http://2017.jshacks.io" class="hack-link" target="_blank"
>2017
</a>
•
<a href="http://2016.jshacks.io" class="hack-link" target="_blank"
>2016
</a>
</div>
<div class="col-md-4 col-xs-12 social-btns f5">
<a
href="https://www.facebook.com/jshacks/"
class="hack-slink"
target="_blank"
>
<i class="fa fa-facebook mr-1" aria-hidden="true"></i>
</a>
<a
href="https://twitter.com/jshacksio"
class="hack-slink"
target="_blank"
>
<i class="fa fa-twitter mr-1" aria-hidden="true"></i>
</a>
<a
href="https://www.instagram.com/jshacksio/"
class="hack-slink"
target="_blank"
>
<i class="fa fa-instagram mr-1" aria-hidden="true"></i>
</a>
<a
href="https://github.com/jshacks/"
class="hack-slink"
target="_blank"
>
<i class="fa fa-github mr-1" aria-hidden="true"></i>
</a>
<a
href="https://www.youtube.com/watch?v=ee7jihHD03o"
class="hack-slink"
target="_blank"
>
<i class="fa fa-youtube mr-1" aria-hidden="true"></i>
</a>
<a
href="https://jshacks.slack.com/"
class="hack-slink"
target="_blank"
>
<i class="fa fa-slack" aria-hidden="true"></i>
</a>
</div>
</div>
<div class="row">
<div class="col-12 col-md-12 jsh-sm-text-center">
<a href="terms-and-conditions.html" class="hack-link">
Terms & Conditions
</a>
•
<a href="privacy-policy.html" class="hack-link">
Privacy Policy
</a>
•
<a href="code-conduct.html" class="hack-link">
Code of Conduct
</a>
•
<a
href="mailto:[email protected]"
class="hack-link"
target="_blank"
>
</div>
</div>
</div>
</section>
</main>
<!-- javascript -->
<script
src="https://code.jquery.com/jquery-3.4.1.min.js"
integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo="
crossorigin="anonymous"
></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"
></script>
<script
src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"
></script>
<script type="text/javascript" src="js/rellax.min.js"></script>
<script
type="text/javascript"
src="https://cdnjs.cloudflare.com/ajax/libs/gsap/1.19.1/TweenMax.min.js"
></script>
<script type="text/javascript" src="js/scripts.js"></script>
<script>
// Need DEBUG for old version of Rellax.js
var DEBUG = false;
var rellax = new Rellax(".rellax");
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=UA-148368793-1"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "UA-148368793-1");
</script>
</body>
</html>