-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathindex.html
More file actions
745 lines (716 loc) · 24.6 KB
/
index.html
File metadata and controls
745 lines (716 loc) · 24.6 KB
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
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Junior Dev</title>
<meta
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"
name="viewport"
/>
<link
rel="stylesheet"
href="./styles.css"
media="screen"
title="no title"
/>
<script
src="https://code.jquery.com/jquery-3.1.1.slim.min.js"
integrity="sha256-/SIrNqv8h6QGKDuNoLGA4iret+kyesCkHGzVUUV0shc="
crossorigin="anonymous"
></script>
<link
href="https://fonts.googleapis.com/css?family=Rubik"
rel="stylesheet"
/>
<link rel="icon" href="images/favicon.png" />
</head>
<body>
<button class="hamburger" type="button">
<span class="hamburgerBox">
<span class="hamburgerInner"></span>
</span>
</button>
<div class="navBackground"></div>
<nav>
<ul>
<li>
<a href="#newsletter"
><img
class="navIcon"
id="newsletterIcon"
src="images/plane.svg"
alt="paper plane icon"
/><span class="navText">Sign up to our Newsletter</span></a
>
</li>
<li>
<a href="http://juniordevcommunity.herokuapp.com" target="_blank"
><img
class="navIcon"
id="slackIcon"
src="images/slack.svg"
alt="slack icon"
/><span class="navText">Join our Slack</span></a
>
</li>
<li>
<a href="http://bit.ly/JDSpeakers" target="_blank"
><img
class="navIcon"
id="speakerIcon"
src="images/speaker-v2.svg"
alt="speaker icon"
/><span class="navText">Become a Speaker</span></a
>
</li>
<li>
<a href="https://www.youtube.com/channel/UCAbZuBBeidxmz2w_hxa4udw" target="_blank"
><img
class="navIcon"
id="youtubeIcon"
src="images/youtube.svg"
alt="youtube icon"
/><span class="navText">Subscribe to our Youtube</span></a
>
</li>
<li>
<a href="https://www.twitch.tv/juniordev_io" target="_blank"
><img
class="navIcon"
id="twitchIcon"
src="images/twitch.svg"
alt="twitch icon"
/><span class="navText">Check out our Twitch</span></a
>
</li>
<li>
<a href="https://medium.com/juniordev" target="_blank"
><img
class="navIcon"
id="mediumIcon"
src="images/medium.svg"
alt="medium icon"
/><span class="navText">Have a read at our Medium</span></a
>
</li>
</ul>
</nav>
<div class="container">
<a href="/index.html">
<img id="jd-logo" src="images/logo_primary.svg" alt="Junior Dev Logo" />
</a>
<div class="container-content">
<div class="hero">
<div class="hero-item">
<div class="highlight">
<span>A global community of Junior Developers</span>
</div>
<a class="button" href="#chapters">Find your local chapter</a>
<br><br>
<a class="button" href="#resources">Check out learning resources here</a>
</div>
<div class="hero-item">
<div class="embed-container">
<iframe
src="https://www.youtube.com/embed/CYsR783h2I0"
frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>
</div>
</div>
</div>
<div class="quote">
<blockquote>
JuniorDev is all about <b>community</b>. We’re a bunch of
<b>junior developers</b> who will help you <b>connect</b> with
peers, industry experts, and other experienced developers.
</blockquote>
<blockquote>
Join our community of fellow developers and discuss ideas, swap
stories, and share wins — or catastrophic failures.
</blockquote>
<blockquote>Everyone is welcome.</blockquote>
</div>
<h3 id="chapters">Our Chapters</h3>
<div class="cards">
<div class="card">
<div class="header">
<h3>Melbourne, AU 🇦🇺</h3>
</div>
<div class="links">
<div>
<a
href="https://www.meetup.com/en-AU/Junior-Developers-Melbourne"
target="_blank"
><img
class="icon"
src="images/meetup.svg"
alt="meetup icon"
/><span>Meetup</span></a
>
</div>
<div>
<a href="https://twitter.com/juniordev_io" target="_blank"
><img
class="icon"
src="images/twitter.svg"
alt="twitter icon"
/><span>Twitter</span></a
>
</div>
</div>
<div class="footer">
</div>
</div>
<div class="card">
<div class="header">
<h3>Canberra, AU 🇦🇺</h3>
</div>
<div class="links">
<div>
<a
href="https://www.meetup.com/Junior-Developers-Canberra/"
target="_blank"
><img
class="icon"
src="images/meetup.svg"
alt="meetup icon"
/><span>Meetup</span></a
>
</div>
<div>
<a href="https://twitter.com/juniordev_io" target="_blank"
><img
class="icon"
src="images/twitter.svg"
alt="twitter icon"
/><span>Twitter</span></a
>
</div>
</div>
<div class="footer">
</div>
</div>
<div class="card">
<div class="header">
<h3>Perth, AU 🇦🇺</h3>
</div>
<div class="links">
<div>
<a
href="https://www.meetup.com/en-AU/Junior-Developers-Perth/"
target="_blank"
><img
class="icon"
src="images/meetup.svg"
alt="meetup icon"
/><span>Meetup</span></a
>
</div>
<div>
<a href="https://twitter.com/juniordev_io" target="_blank"
><img
class="icon"
src="images/twitter.svg"
alt="twitter icon"
/><span>Twitter</span></a
>
</div>
</div>
<div class="footer">
</div>
</div>
<div class="card">
<div class="header">
<h3>Adelaide, AU 🇦🇺</h3>
</div>
<div class="links">
<div>
<a
href="https://www.meetup.com/en-AU/junior-developers-adelaide/"
target="_blank"
><img
class="icon"
src="images/meetup.svg"
alt="meetup icon"
/><span>Meetup</span></a
>
</div>
</div>
</div>
<div class="card">
<div class="header">
<h3>Singapore, SG 🇸🇬</h3>
</div>
<div class="links">
<div>
<a
href="https://www.meetup.com/en-AU/Junior-Developers-Singapore/"
target="_blank"
><img
class="icon"
src="images/meetup.svg"
alt="meetup icon"
/><span>Meetup</span></a
>
</div>
<div>
<a href="https://twitter.com/juniordevsg" target="_blank"
><img
class="icon"
src="images/twitter.svg"
alt="twitter icon"
/><span>Twitter</span></a
>
</div>
</div>
<div class="footer">
<a href="https://juniordev.sg"
><span>More details ↗</span></a
>
</div>
</div>
<div class="card">
<div class="header">
<h3>Kuala Lumpur, MY 🇲🇾</h3>
</div>
<div class="links">
<div>
<a
href="https://www.meetup.com/en-AU/Junior-Developers-Malaysia/"
target="_blank"
><img
class="icon"
src="images/meetup.svg"
alt="meetup icon"
/><span>Meetup</span></a
>
</div>
<div>
<a href="https://twitter.com/juniordevmy" target="_blank"
><img
class="icon"
src="images/twitter.svg"
alt="twitter icon"
/><span>Twitter</span></a
>
</div>
</div>
<div class="footer">
</div>
</div>
<div class="card">
<div class="header">
<h3>Myanmar, MM 🇲🇲</h3>
</div>
<div class="links">
<div>
<a href="https://www.facebook.com/groups/juniordevmm/" target="_blank"
><img
class="icon"
src="images/facebook.svg"
alt="facebook icon"
/><br><span>Facebook</span></a
>
</div>
</div>
<div class="footer">
</div>
</div>
<div class="card">
<div class="header">
<h3>Auckland, NZ 🇳🇿</h3>
</div>
<div class="links">
<div>
<a
href="https://www.meetup.com/en-AU/JuniorDev-Auckland/"
target="_blank"
><img
class="icon"
src="images/meetup.svg"
alt="meetup icon"
/><span>Meetup</span></a
>
</div>
<div>
<a href="https://twitter.com/JuniorDevNZ" target="_blank"
><img
class="icon"
src="images/twitter.svg"
alt="twitter icon"
/><span>Twitter</span></a
>
</div>
</div>
<div class="footer">
</div>
</div>
<div class="card">
<div class="header">
<h3>Tauranga, NZ 🇳🇿</h3>
</div>
<div class="links">
<div>
<a
href="https://www.meetup.com/en-AU/JuniorDev-Tauranga/"
target="_blank"
><img
class="icon"
src="images/meetup.svg"
alt="meetup icon"
/><span>Meetup</span></a
>
</div>
<div>
<a href="https://twitter.com/juniorDevTGA" target="_blank"
><img
class="icon"
src="images/twitter.svg"
alt="twitter icon"
/><span>Twitter</span></a
>
</div>
</div>
<div class="footer">
<a href="https://jdtga.dev"><span>More details ↗</span></a>
</div>
</div>
<div class="card yourchapter">
<div class="header">
<h3><i>A city near you!</i></h3>
</div>
<div>
<p>
If your city doesn't have local JuniorDev chapter and would be
interested in helping to create one, please let us know!
</p>
</div>
<div class="footer">
<a href="mailto:hello@juniordev.io"><span>Contact Us</span></a>
</div>
</div>
</div>
<h3 id="newsletter">The JuniorDev Newsletter</h3>
<!-- Begin MailChimp Signup Form -->
<div id="mc_embed_signup">
<form
action="//juniordev.us14.list-manage.com/subscribe/post?u=888d9087b25cae4ae5665fdca&id=924b5e3a48"
method="post"
id="mc-embedded-subscribe-form"
name="mc-embedded-subscribe-form"
class="validate"
target="_blank"
novalidate
>
<div id="mc_embed_signup_scroll">
<div class="jd-block">
<span class="mc-field-group jd-block">
<label for="mce-group[1331]" class="jd-greeting"
>Hey JuniorDev team,</label
>
<span class="jd-block"
>I'm a junior
<span class="jd-input-container">
<span class="jd-input-value type">
Full Stack <span class="jd-chevron"></span>
</span>
<span
class="jd-select-contents hidden visuallyHidden hiddenFlag type-contents"
>
<span data-val="512" class="jd-type-item"
>Full Stack</span
>
<span data-val="1024" class="jd-type-item"
>Front End</span
>
<span data-val="2048" class="jd-type-item"
>Back End</span
>
</span>
</span>
developer,
</span>
<select
name="group[1331]"
class="REQ_CSS jd-type-select"
id="mce-group[1331]"
>
<option value=""></option>
<option value="512">Full Stack</option>
<option value="1024">Front End</option>
<option value="2048">Back End</option>
</select>
</span>
<span class="mc-field-group jd-block">
<label for="mce-group[1327]"
>living in the fine state of
</label>
<span class="jd-input-container">
<span class="jd-input-value location">
Victoria <span class="jd-chevron"></span>
</span>
<span
class="jd-select-contents hidden visuallyHidden hiddenFlag location-contents"
>
<span data-val="1" class="jd-lives-item">Victoria</span>
<span data-val="2" class="jd-lives-item"
>New South Wales</span
>
<span data-val="4" class="jd-lives-item"
>South Australia</span
>
<span data-val="8" class="jd-lives-item">Queensland</span>
<span data-val="16" class="jd-lives-item"
>Western Australia</span
>
<span data-val="32" class="jd-lives-item">Tasmania</span>
<span data-val="64" class="jd-lives-item"
>Northern Territory</span
>
<span data-val="128" class="jd-lives-item"
>Australian Capital Territory</span
>
<span data-val="256" class="jd-lives-item"
>Rest Of World</span
>
</span>
and
</span>
<select
name="group[1327]"
class="REQ_CSS jd-lives-select"
id="mce-group[1327]"
>
<option value=""></option>
<option value="1">Victoria</option>
<option value="2">New South Wales</option>
<option value="4">South Australia</option>
<option value="8">Queensland</option>
<option value="16">Western Australia</option>
<option value="32">Tasmania</option>
<option value="64">Northern Territory</option>
<option value="128">Australian Capital Territory</option>
<option value="256">Rest Of World</option>
</select>
</span>
</div>
<div class="mc-field-group jd-block">
<label for="mce-EMAIL"
>I'm interested in the latest news, articles, tutorials, and
events for developers like me! You can email me quality
content monthly at
</label>
<input
type="email"
placeholder="notafake@email.com"
value=""
name="EMAIL"
class="required email"
id="mce-EMAIL"
/>
</div>
<div id="mce-responses" class="clear">
<div
class="response"
id="mce-error-response"
style="display: none;"
></div>
<div
class="response"
id="mce-success-response"
style="display: none;"
></div>
</div>
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div
style="position: absolute; left: -5000px;"
aria-hidden="true"
>
<input
type="text"
name="b_888d9087b25cae4ae5665fdca_924b5e3a48"
tabindex="-1"
value=""
/>
</div>
<div class="clear">
<input
disabled
type="submit"
value="Sign Me Up!"
name="subscribe"
id="mc-embedded-subscribe"
class="button jd-submit-button jd-submit-button--disabled"
/>
</div>
</div>
</form>
</div>
<h3 id="resources">Learning Resources</h3>
<!-- Begin learning resources page -->
<p>Check out some of these links below to learn more about coding in various scripting languages:</p>
<ul>
<li>
<a href="https://freecodecamp.org">Free Code Camp</a>
</li>
<li>
<a href="https://codecademy.com">Codecademy</a>
</li>
</ul>
<br>
<div class="bottom">
<p>Made with ❤️ by Junior Developers</p>
</div>
</div>
</div>
<script type="text/javascript">
var resizeTimer;
$(window).on("resize", function (event) {
//while resizing
clearTimeout(resizeTimer);
$("nav").addClass("noTransition");
resizeTimer = setTimeout(function () {
//after resizing
$("nav").removeClass("noTransition");
}, 250);
});
$(".hamburger").click(function () {
$(this).toggleClass("isActive");
if ($(this).hasClass("isActive")) {
$(".navBackground").addClass("isActive");
$("nav").addClass("isActive");
$("body").addClass("scrollLock");
} else {
$(".navBackground").removeClass("isActive");
$("nav").removeClass("isActive");
setTimeout(function () {
$("body").removeClass("scrollLock");
}, 300);
}
});
$(".jd-input-value").click(function (event) {
event.stopPropagation();
$(".jd-chevron").removeClass("jd-chevron--rotate");
$(this).find(".jd-chevron").addClass("jd-chevron--rotate");
var cl = this.classList;
if (cl.contains("type")) {
var element = $(".location-contents")[0];
} else {
var element = $(".type-contents")[0];
}
hide(element);
var targetSelect = $(this).siblings()[0];
if (
/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(
navigator.userAgent
)
) {
console.log("mobile");
var top = $(this).position().top + 45;
$(targetSelect).css("top", top + "px");
}
show(targetSelect);
});
$(".jd-input-value").hover(
function () {
$(this).find(".jd-chevron").addClass("jd-chevron--scale");
},
function () {
$(this).find(".jd-chevron").removeClass("jd-chevron--scale");
}
);
function hide(s) {
if (!s.classList.contains("hiddenFlag")) {
s.classList.add("hiddenFlag");
s.classList.add("visuallyHidden");
s.classList.remove("moveDown");
setTimeout(function () {
s.classList.add("hidden");
}, 200);
}
}
function show(s) {
if (s.classList.contains("hiddenFlag")) {
s.classList.remove("hiddenFlag");
s.classList.remove("hidden");
setTimeout(function () {
s.classList.remove("visuallyHidden");
s.classList.add("moveDown");
}, 200);
}
}
$(".jd-lives-item").click(
{ dropDownSelector: ".jd-lives-select" },
selectItem
);
$(".jd-type-item").click(
{ dropDownSelector: ".jd-type-select" },
selectItem
);
function selectItem(event) {
event.stopPropagation();
var value = $(this).attr("data-val");
$(event.data.dropDownSelector).val(value);
var parent = $(this).parent()[0];
hide(parent);
var inputValue = $(this).parent().siblings();
$(inputValue).text($(this).text());
$(inputValue).css("color", "#69f0ae");
}
//Hide the menus if visible
$("html").click(function () {
var contents = $(".jd-select-contents");
for (var i = 0; i < contents.length; i++) {
var element = contents[i];
hide(element);
}
$(".jd-chevron").removeClass("jd-chevron--rotate");
});
$(".button").submit(function (event) {
event.stopPropagation();
});
$("#mce-EMAIL").keyup(function () {
var emailRegEx = /^(([^<>()\[\]\.,;:\s@\"]+(\.[^<>()\[\]\.,;:\s@\"]+)*)|(\".+\"))@(([^<>()[\]\.,;:\s@\"]+\.)+[^<>()[\]\.,;:\s@\"]{2,})$/i;
if (emailRegEx.test($("#mce-EMAIL").val())) {
$("#mc-embedded-subscribe").removeClass("jd-submit-button--disabled");
$("#mc-embedded-subscribe").addClass("jd-submit-button--enabled");
$("#mc-embedded-subscribe").prop("disabled", false);
} else {
if (
$("#mc-embedded-subscribe").hasClass("jd-submit-button--enabled")
) {
$("#mc-embedded-subscribe").addClass("jd-submit-button--disabled");
$("#mc-embedded-subscribe").removeClass(
"jd-submit-button--enabled"
);
$("#mc-embedded-subscribe").prop("disabled", true);
}
}
});
// GA code
(function (i, s, o, g, r, a, m) {
i["GoogleAnalyticsObject"] = r;
(i[r] =
i[r] ||
function () {
(i[r].q = i[r].q || []).push(arguments);
}),
(i[r].l = 1 * new Date());
(a = s.createElement(o)), (m = s.getElementsByTagName(o)[0]);
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m);
})(
window,
document,
"script",
"https://www.google-analytics.com/analytics.js",
"ga"
);
ga("create", "UA-86481460-1", "auto");
ga("send", "pageview");
</script>
</body>
</html>