-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresources.html
More file actions
841 lines (780 loc) · 31 KB
/
Copy pathresources.html
File metadata and controls
841 lines (780 loc) · 31 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
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
<!DOCTYPE html>
<html>
<head>
<!-- Meta Information -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="description"
content="PickHacks is a 36 hour opportunity for you to build your dreams."/>
<meta name="keywords" content="PickHacks, hackathon, Missouri S&T, S&T, Rolla, MLH"/>
<meta name="author" content="PickHacks"/>
<meta name="theme-color" content="#22292c">
<meta name="copyright" content="PickHacks"/>
<meta name="application-name" content="PickHacks | April 3rd - 5th | Rolla, MO"/>
<!-- Favicon -->
<link rel="shortcut icon" href="images/logo.ico">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css?family=Heebo" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro" rel="stylesheet">
<link href="https://use.typekit.net/hio1tei.css" rel="stylesheet" >
<link href="https://fonts.googleapis.com/css?family=Montserrat&display=swap" rel="stylesheet">
<!-- Font Awesome Icons -->
<script src="https://kit.fontawesome.com/767c701207.js" crossorigin="anonymous" SameSite="secure"></script>
<!-- Custom Styles -->
<link rel="stylesheet" href="css/styles.css">
<!-- Fullpage.js Styles-->
<link rel="stylesheet" type="text/css" href="css/fullpage.css" />
<meta name="description"
content="PickHacks is a 36 hour opportunity for you to build your dreams."/>
<meta name="keywords" content="PickHacks, hackathon, Missouri S&T, S&T, Rolla, MLH"/>
<meta name="author" content="PickHacks"/>
<meta name="theme-color" content="#22292c">
<meta name="copyright" content="PickHacks"/>
<meta name="application-name" content="PickHacks | April 3rd - 5th | Rolla, MO"/>
<title>
Resources
</title>
</head>
<body>
<div class="wrapper">
<nav class="navbar fixed-top navbar-dark navbar-expand-lg">
<a class="navbar-brand page-switch" href="https://pickhacks.io">
<img src="images/pickhacks-logo.png" alt="" height="70px" width="70px"/>
</a>
</nav>
<style>
.faq-question h1 {
font-family: titling-gothic-fb, sans-serif;
margin: 0;
font-size: 1.5rem;
}
/* glitch */
@media only screen and (min-width: 600px) {
.glitch {
color: white;
font-size: 100px;
margin: 0 auto;
margin-left: 10rem;
font-family: "Gotham-Medium";
}
/* Real glitch effect */
.glitch:after {
animation: glitch-animation 3s infinite linear alternate-reverse;
background: #171717;;
clip: rect( 0, 900px, 0, 0 );
color: white;
content: attr( data-text );
left: 2px;
position: absolute;
text-shadow: -1px 0 red;
top: 0;
margin-left: 10rem;
font-family: "Gotham-Medium";
}
.glitch:before {
animation: glitch-animation-2 4s infinite linear alternate-reverse;
background: #171717;;
clip: rect( 0, 900px, 0, 0 );
color: white;
content: attr( data-text );
left: -2px;
position: absolute;
text-shadow: 1px 0 blue;
top: 0;
margin-left: 10rem;
font-family: "Gotham-Medium";
}
/* Expanded Animations */
@keyframes glitch-animation {
0% {
clip: rect(42px, 9999px, 44px, 0);
}
5% {
clip: rect(12px, 9999px, 59px, 0);
}
10% {
clip: rect(48px, 9999px, 29px, 0);
}
15.0% {
clip: rect(42px, 9999px, 73px, 0);
}
20% {
clip: rect(63px, 9999px, 27px, 0);
}
25% {
clip: rect(34px, 9999px, 55px, 0);
}
30.0% {
clip: rect(86px, 9999px, 73px, 0);
}
35% {
clip: rect(20px, 9999px, 20px, 0);
}
40% {
clip: rect(26px, 9999px, 60px, 0);
}
45% {
clip: rect(25px, 9999px, 66px, 0);
}
50% {
clip: rect(57px, 9999px, 98px, 0);
}
55.0% {
clip: rect(5px, 9999px, 46px, 0);
}
60.0% {
clip: rect(82px, 9999px, 31px, 0);
}
65% {
clip: rect(54px, 9999px, 27px, 0);
}
70% {
clip: rect(28px, 9999px, 99px, 0);
}
75% {
clip: rect(45px, 9999px, 69px, 0);
}
80% {
clip: rect(23px, 9999px, 85px, 0);
}
85.0% {
clip: rect(54px, 9999px, 84px, 0);
}
90% {
clip: rect(45px, 9999px, 47px, 0);
}
95% {
clip: rect(37px, 9999px, 20px, 0);
}
100% {
clip: rect(4px, 9999px, 91px, 0);
}
}
@keyframes glitch-animation-2 {
0% {
clip: rect(65px, 9999px, 100px, 0);
}
5% {
clip: rect(52px, 9999px, 74px, 0);
}
10% {
clip: rect(79px, 9999px, 85px, 0);
}
15.0% {
clip: rect(75px, 9999px, 5px, 0);
}
20% {
clip: rect(67px, 9999px, 61px, 0);
}
25% {
clip: rect(14px, 9999px, 79px, 0);
}
30.0% {
clip: rect(1px, 9999px, 66px, 0);
}
35% {
clip: rect(86px, 9999px, 30px, 0);
}
40% {
clip: rect(23px, 9999px, 98px, 0);
}
45% {
clip: rect(85px, 9999px, 72px, 0);
}
50% {
clip: rect(71px, 9999px, 75px, 0);
}
55.0% {
clip: rect(2px, 9999px, 48px, 0);
}
60.0% {
clip: rect(30px, 9999px, 16px, 0);
}
65% {
clip: rect(59px, 9999px, 50px, 0);
}
70% {
clip: rect(41px, 9999px, 62px, 0);
}
75% {
clip: rect(2px, 9999px, 82px, 0);
}
80% {
clip: rect(47px, 9999px, 73px, 0);
}
85.0% {
clip: rect(3px, 9999px, 27px, 0);
}
90% {
clip: rect(26px, 9999px, 55px, 0);
}
95% {
clip: rect(42px, 9999px, 97px, 0);
}
100% {
clip: rect(38px, 9999px, 49px, 0);
}
}
}
</style>
<div id="mainpage">
<h1 class="glitch" data-text="HACKER RESOURCES">HACKER RESOURCES</h1>
<div class="container-fluid section" id="faq">
<div class="faq-info">
<h1 class="section-title">General Resources</h1>
<div class="faq-questions">
<div class="faq-question">
<h1>FreeCodeCamp</h1>
<div class="faq-short-answer">
<h1></h1>
</div>
</div>
<div class="faq-long-answer">
<p><a href = "https://www.youtube.com/channel/UC8butISFwT-Wl7EV0hUK0BQ" target = "_blank">FreeCodeCamp</a> is a YouTube channel with hours of tutorials on every coding topic under the sun.</p>
</div>
<br>
<div class="faq-question">
<h1>Codecademy</h1>
<div class="faq-short-answer">
<h1></h1>
</div>
</div>
<div class="faq-long-answer">
<p> <a href="https://www.w3schools.com/" target = "_blank">Codecadmy</a> has more structured coding courses with lectures and coding challenges; a lot of good stuff behind a paywall</p>
</div>
<br>
<div class="faq-question">
<h1>W3Schools</h1>
<div class="faq-short-answer">
<h1></h1>
</div>
</div>
<div class="faq-long-answer">
<p><a href="https://www.w3schools.com/" target = "_blank">W3schools</a> is a website with many examples for everything under the sun, mostly web development though; great for refactoring for short term projects</p>
</div>
<br>
<div class="faq-question">
<h1>Repl.it</h1>
<div class="faq-short-answer">
<h1></h1>
</div>
</div>
<div class="faq-long-answer">
<p><a href="https://www.replit.com/" target = "_blank">Repl.it</a> is an online IDE that allows you to collaborate in real time with other members of a team and allows you to host websites instantly </p>
</div>
</div>
</div>
</div>
</div>
<br>
<br>
<div class="faq-info">
<h1 class="section-title">Data Science + Machine Learning</h1>
<div class="faq-questions">
<div class="faq-question">
<h1>LaunchCode</h1>
<div class="faq-short-answer">
<h1>Python</h1>
</div>
</div>
<div class="faq-long-answer">
<p><a href = "https://education.launchcode.org/lchs/" target = "_blank">launchcode high school</a> is curriculum for a few select high schools in saint louis; fairly conclusive, but good to learn stuff this weekend</p>
</div>
<br>
<div class="faq-question">
<h1>Learn Python</h1>
<div class="faq-short-answer">
<h1>Python</h1>
</div>
</div>
<div class="faq-long-answer">
<p><a href="https://www.learnpython.org/" target = "_blank">Learn Python</a> is python reference materials </p>
</div>
<br>
<div class="faq-question">
<h1>FreeCodeCamp</h1>
<div class="faq-short-answer">
<h1>d3.js</h1>
</div>
</div>
<div class="faq-long-answer">
<p><a href="https://www.freecodecamp.org/learn/data-visualization/" target = "_blank">FreeCodeCamp - D3 Data Visualization</a> is a long form d3.js data visualization course</p>
</div>
<br>
<div class="faq-question">
<h1>FreeCodeCamp</h1>
<div class="faq-short-answer">
<h1>Data Python</h1>
</div>
</div>
<div class="faq-long-answer">
<p> <a href="https://www.freecodecamp.org/learn/scientific-computing-with-python/" target = "_blank">FreeCodeCamp - Scientific Computing with Python</a> is a 300 hour course on python and an intro to data viz + science </p>
</div>
<br>
<div class="faq-question">
<h1>FreeCodeCamp</h1>
<div class="faq-short-answer">
<h1>Data Python</h1>
</div>
</div>
<div class="faq-long-answer">
<p> <a href="https://www.freecodecamp.org/learn/data-analysis-with-python/" target = "_blank">FreeCodeCamp - Data Analysis with Python</a> is a 300 hour course - Data Analysis w Python</p>
</div>
<br>
<div class="faq-question">
<h1>FreeCodeCamp</h1>
<div class="faq-short-answer">
<h1> ML Python</h1>
</div>
</div>
<div class="faq-long-answer">
<p><a
href="https://www.freecodecamp.org/learn/machine-learning-with-python/" target = "_blank">FreeCodeCamp - Machine Learning with Python</a> is a 300 hour course on Machine Learning with Python</p>
</div>
<br>
<div class="faq-question">
<h1>100 page ML Book</h1>
<div class="faq-short-answer">
<h1> </h1>
</div>
</div>
<div class="faq-long-answer">
<p> <a href="http://themlbook.com/wiki/doku.php" target = "_blank">The Hundred Page Machine Learning Book</a> is a free book i haven't read but heard is good </p>
</div>
<br>
<div class="faq-question">
<h1>The Coding Train</h1>
<div class="faq-short-answer">
<h1> ml5.js</h1>
</div>
</div>
<div class="faq-long-answer">
<p> <a href="https://thecodingtrain.com/learning/ml5/" target = "_blank">The Coding Train - ml5.js beginner's guide </a> are tutorials for javascript machone learning library </p>
</div>
<br>
<div class="faq-question">
<h1>Kaggle</h1>
<div class="faq-short-answer">
<h1> </h1>
</div>
</div>
<div class="faq-long-answer">
<p><a href="https://www.kaggle.com/learn/overview" target = "_blank">Kaggle </a> is lots of mini courses </p>
</div>
<br>
<div class="faq-question">
<h1>Data Handbook</h1>
<div class="faq-short-answer">
<h1> Python</h1>
</div>
</div>
<div class="faq-long-answer">
<p><a href="https://jakevdp.github.io/PythonDataScienceHandbook/" target = "_blank">Python Data Science Handbook</a> is another book I haven't read but heard is good </p>
</div>
<br>
<div class="faq-question">
<h1>d3 Tutorial</h1>
<div class="faq-short-answer">
<h1> d3.js</h1>
</div>
</div>
<div class="faq-long-answer">
<p> <a href="https://www.sgratzl.com/d3tutorial/" target = "_blank">d3 tutorial</a></p>
</div>
<br>
<div class="faq-question">
<h1>Dashing d3 </h1>
<div class="faq-short-answer">
<h1> d3.js</h1>
</div>
</div>
<div class="faq-long-answer">
<p><a href="https://www.dashingd3js.com/" target = "_blank">Dashing d3</a> is a d3.js tutorial </p>
</div>
<br>
<div class="faq-question">
<h1>Dashing d3 </h1>
<div class="faq-short-answer">
<h1> d3.js</h1>
</div>
</div>
<div class="faq-long-answer">
<p> <a href="https://wattenberger.com/blog/d3" target = "_blank">Wattenberger </a> is an introduction to d3.js</p>
</div>
<br>
<div class="faq-question">
<h1>Tutorials Point </h1>
<div class="faq-short-answer">
<h1> d3.js</h1>
</div>
</div>
<div class="faq-long-answer">
<p> <a href="https://www.tutorialspoint.com/d3js/index.htm" target = "_blank">Tutorialspoint</a> is a d3.js tutorial </p>
</div>
<br>
<div class="faq-question">
<h1>MIT - Data Viz</h1>
<div class="faq-short-answer">
<h1> </h1>
</div>
</div>
<div class="faq-long-answer">
<p> <a href="http://vis.csail.mit.edu/classes/6.859/" target = "_blank">MIT - Interactive Data Visualization</a> is a MIT open source course on data viz</p>
</div>
<br>
<br>
<br>
</div>
<div class="faq-info">
<h1 class="section-title">Design</h1>
<div class="faq-questions">
<div class="faq-question">
<h1>Figma</h1>
<div class="faq-short-answer">
<h1></h1>
</div>
</div>
<div class="faq-long-answer">
<p><a href="https://www.figma.com/blog/" target = "_blank">Figma</a> is a high resolution prototyping tool</p>
</div>
<br>
<div class="faq-question">
<h1>HTMLColorCodes</h1>
<div class="faq-short-answer">
<h1></h1>
</div>
</div>
<div class="faq-long-answer">
<p> <a href="https://htmlcolorcodes.com/" target = "_blank">HTMLColorCodes</a> tells you the HTML Color Code for literally every color under the sun</p>
</div>
<br>
<div class="faq-question">
<h1>Google Fonts</h1>
<div class="faq-short-answer">
<h1></h1>
</div>
</div>
<div class="faq-long-answer">
<p><a href="https://fonts.google.com/" target = "_blank">Google Fonts</a> is a font API that lets you load good fonts into web projects</p>
</div>
<br>
<div class="faq-question">
<h1>Undraw</h1>
<div class="faq-short-answer">
<h1></h1>
</div>
</div>
<div class="faq-long-answer">
<p><a href="https://undraw.co/" target = "_blank">Undraw</a> has free graphics for websites and projects</p>
</div>
</div>
</div>
<br>
<br>
<br>
<br>
<div class="faq-info">
<h1 class="section-title">Game Dev</h1>
<div class="faq-questions">
<div class="faq-question">
<h1>Brackey's</h1>
<div class="faq-short-answer">
<h1>C#</h1>
</div>
</div>
<div class="faq-long-answer">
<p><a href = "https://www.youtube.com/user/Brackeys" target = "_blank">Brackey's - Game Development YouTube</a> is a youtube channel with tutorials on games in c#</p>
</div>
<br>
<div class="faq-question">
<h1>Real Python</h1>
<div class="faq-short-answer">
<h1>Pygame</h1>
</div>
</div>
<div class="faq-long-answer">
<p> <a href="https://realpython.com/pygame-a-primer/" target = "_blank">Real Python - Pygame</a> is a fast pygame tutorial</p>
</div>
<br>
<div class="faq-question">
<h1>Tech with Tim</h1>
<div class="faq-short-answer">
<h1>Pygame</h1>
</div>
</div>
<div class="faq-long-answer">
<p><a href="https://www.youtube.com/watch?v=i6xMBig-pP4&list=PLzMcBGfZo4-lp3jAExUCewBfMx3UZFkh5&index=1" target = "_blank">Tech with Tim - Pygame Tutorial</a> is a video form pygame tutorial </p>
</div>
</div>
<br>
<br>
<br>
<br>
<br>
<div class="faq-info">
<h1 class="section-title">Mobile Dev</h1>
<div class="faq-questions">
<div class="faq-question">
<h1>Documentation</h1>
<div class="faq-short-answer">
<h1>Android App Dev</h1>
</div>
</div>
<div class="faq-long-answer">
<p> <a href="https://developer.android.com/docs" target = "_blank">Documentation - Android App Development</a> is documentation that is .. actually pretty easy to read and thorough</p>
</div>
<br>
<div class="faq-question">
<h1>CodePath</h1>
<div class="faq-short-answer">
<h1>Android App Dev</h1>
</div>
</div>
<div class="faq-long-answer">
<p><a href="https://guides.codepath.com/android" target = "_blank">CodePath</a> Cliff Notes has just .. a lot of information on Android App Dev</p>
</div>
<br>
<div class="faq-question">
<h1>CodePath</h1>
<div class="faq-short-answer">
<h1>iOS App Dev</h1>
</div>
</div>
<div class="faq-long-answer">
<p><a href="https://guides.codepath.com/ios?fbclid=IwAR32Kn62VGadtUyR_gOs9Y3rG_ngv6CLVM6fKM1WYKLNh525J4NeOPyqFsk" target = "_blank">CodePath - iOS App Development</a> Cliff Notes has just .. a lot of information on iOS App Dev</p>
</div>
<br>
<div class="faq-question">
<h1>Hacking with Swift</h1>
<div class="faq-short-answer">
<h1>iOS App Dev</h1>
</div>
</div>
<div class="faq-long-answer">
<p><a href="https://www.hackingwithswift.com/100/swiftui" target = "_blank">Hacking with Swift - 100 days of SwiftUI</a> is a 100 day challenge to get to learn lots of stuff about SwiftUI, useful for code examples this weekend</p>
</div>
<br>
<div class="container-fluid section" id="faq">
<div class="faq-info">
<h1 class="section-title">Web Dev</h1>
<div class="faq-questions">
<div class="faq-question">
<h1>LaunchCode</h1>
<div class="faq-short-answer">
<h1>JavaScript</h1>
</div>
</div>
<div class="faq-long-answer">
<p><a href = "https://education.launchcode.org/intro-to-professional-web-dev/" target = "_blank">LaunchCode's </a> JavaScript curriculum</p>
</div>
<br>
<div class="faq-question">
<h1>LaunchCode</h1>
<div class="faq-short-answer">
<h1>C#</h1>
</div>
</div>
<div class="faq-long-answer">
<p><a href = "https://education.launchcode.org/csharp-web-development/" target = "_blank">LaunchCode's </a> C# curriculum</p>
</div>
<br>
<div class="faq-question">
<h1>LaunchCode</h1>
<div class="faq-short-answer">
<h1>Java</h1>
</div>
</div>
<div class="faq-long-answer">
<p><a href = "https://education.launchcode.org/java-web-development/" target = "_blank">LaunchCode's </a> Java curriculum</p>
</div>
<br>
<div class="faq-question">
<h1>FreeCodeCamp</h1>
<div class="faq-short-answer">
<h1></h1>
</div>
</div>
<div class="faq-long-answer">
<p><a href = "https://www.freecodecamp.org/learn/responsive-web-design/" target = "_blank">FreeCodeCamp's</a> 300 hour responsive web design curriculum</p>
</div>
<br>
<div class="faq-question">
<h1>FreeCodeCamp</h1>
<div class="faq-short-answer">
<h1></h1>
</div>
</div>
<div class="faq-long-answer">
<p><a href = "https://www.freecodecamp.org/learn/front-end-libraries/" target = "_blank">FreeCodeCamp's</a> 300 hour front end dev library curriculum, including things like react</p>
</div>
<br>
<div class="faq-question">
<h1>Hack Club</h1>
<div class="faq-short-answer">
<h1></h1>
</div>
</div>
<div class="faq-long-answer">
<p><a href = "https://workshops.hackclub.com/#web_development" target = "_blank">Hack Club</a> web development workshops **super beginner friendly**</p>
</div>
<br>
<div class="faq-question">
<h1>Hack Club</h1>
<div class="faq-short-answer">
<h1>React</h1>
</div>
</div>
<div class="faq-long-answer">
<p><a href = "https://workshops.hackclub.com/#react" target = "_blank">Hack Club</a> react workshops </p>
</div>
<br>
<div class="faq-question">
<h1>Turing School</h1>
<div class="faq-short-answer">
<h1>Front End</h1>
</div>
</div>
<div class="faq-long-answer">
<p><a href = "https://frontend.turing.io/" target = "_blank">Turing School's</a> front end curriculum</p>
</div>
<br>
<div class="faq-question">
<h1>Turing School</h1>
<div class="faq-short-answer">
<h1>Back End</h1>
</div>
</div>
<div class="faq-long-answer">
<p><a href = "https://backend.turing.io/" target = "_blank">Turing School's</a> back end curriculum</p>
</div>
<br>
<div class="faq-question">
<h1>The Odin Project</h1>
<div class="faq-short-answer">
<h1>Ruby on Rails</h1>
</div>
</div>
<div class="faq-long-answer">
<p><a href = "https://www.theodinproject.com/paths/full-stack-ruby-on-rails?" target = "_blank">The Odin Projects's</a> full stack ruby on rails curriculum</p>
</div>
<br>
<div class="faq-question">
<h1>The Odin Project</h1>
<div class="faq-short-answer">
<h1>JavaScript</h1>
</div>
</div>
<div class="faq-long-answer">
<p><a href = "https://www.theodinproject.com/paths/full-stack-javascript?" target = "_blank">The Odin Projects's</a> full stack JavaScript curriculum</p>
</div>
<br>
<div class="faq-question">
<h1>The Odin Project</h1>
<div class="faq-short-answer">
<h1>Foundations</h1>
</div>
</div>
<div class="faq-long-answer">
<p><a href = "https://www.theodinproject.com/paths/foundations" target = "_blank">The Odin Projects's</a> foundations of web dev ** super beginner friendly **</p>
</div>
<br>
<div class="faq-question">
<h1>Khan Academy</h1>
<div class="faq-short-answer">
<h1>GitHub Hosting</h1>
</div>
</div>
<div class="faq-long-answer">
<p><a href = "https://www.khanacademy.org/computing/computer-programming/html-css/web-development-tools/a/hosting-your-website-on-github" target = "_blank">host your website on github pages</a></p>
</div>
<br>
<div class="faq-question">
<h1>GitHub Hosting</h1>
<div class="faq-short-answer">
<h1></h1>
</div>
</div>
<div class="faq-long-answer">
<p><a href = "https://code.likeagirl.io/how-to-host-multiple-websites-on-github-b5ed19a86dbe" target = "_blank">host multiple websites on github pages</a></p>
</div>
<br>
<div class="faq-question">
<h1>Documentation</h1>
<div class="faq-short-answer">
<h1>p5.js</h1>
</div>
</div>
<div class="faq-long-answer">
<p><a href="https://p5js.org/reference/" target = "_blank">Documentation</a> for the creative javascript library documentation, p5.js</p>
</div>
<br>
<div class="faq-question">
<h1>Coding Train</h1>
<div class="faq-short-answer">
<h1>p5.js</h1>
</div>
</div>
<div class="faq-long-answer">
<p><a href="https://www.youtube.com/watch?v=HerCR8bw_GE&list=PLRqwX-V7Uu6Zy51Q-x9tMWIv9cueOFTFA" target = "_blank">YouTube Tutorials</a> for p5.js</p>
</div>
<br>
<div class="faq-question">
<h1> Harvard</h1>
<div class="faq-short-answer">
<h1></h1>
</div>
</div>
<div class="faq-long-answer">
<p><a href="https://cs50.harvard.edu/web/2020/" target = "_blank">Harvard's CS50</a> for web dev</p>
</div>
<br>
<div class="faq-question">
<h1> Techtonica</h1>
<div class="faq-short-answer">
<h1></h1>
</div>
</div>
<div class="faq-long-answer">
<p><a href="https://github.com/Techtonica/curriculum" target = "_blank">open source web dev curriculum</a></p>
</div>
<br>
<div class="faq-question">
<h1> Bootstrap</h1>
<div class="faq-short-answer">
<h1></h1>
</div>
</div>
<div class="faq-long-answer">
<p><a href="https://github.com/Techtonica/curriculum" target = "_blank">web dev framework</a></p>
</div>
</div>
</div>
</div>
<div style = "text-align:center;">
<a href = "mailto:gtmr7z@umsystem.edu?subject=PickHacks Hacker Resource&body=Please only send resources our way that aren't already listed and are free!" style = "background: #a0a0a0; padding: 1rem;color: black;border-radius: 5%; font-family: titling-gothic-fb-wide, sans-serif;"> submit a resource </a>
</div>
<br>
<br>
</body>
</html>
</div>
<script src="https://code.jquery.com/jquery-3.4.1.js" integrity="sha256-WpOohJOqMqqyKL9FccASB9O0KwACQJpFTUBLTYOVvVU=" crossorigin="anonymous"></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.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<!-- <script src="js/scrollie.js"></script>
<script type="text/javascript" src="js/scrolloverflow.min.js"></script>
<script type="text/javascript" src="js/fullpage.js"></script> -->
<script src="js/main.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-158761634-1%22%3E"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-158761634-1');
</script>
</body>
</html>