-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathlearning.html
80 lines (73 loc) · 2.72 KB
/
learning.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
<div class="col-lg-4 col-md-6">
<h5>
<a href="https://www.codecademy.com/" target="_blank">Codecademy</a>
</h5>
<p>
Code Academy gives you specific problems to solve and, as you solve each one, the difficulty level increases. You can learn
about building websites, developing programs (in languages like Python) and get an introduction to Data Analysis.
</p>
</div>
<div class="col-lg-4 col-md-6">
<h5>
<a href="https://codecombat.com/play" target="_blank">Code Combat</a>
</h5>
<p>
Code Combat was designed for use in schools but is a great place to start if you're looking to jump straight in. There are
about 10 lessons where you get used to the basics but before long you're designing and implementing the AI for a game
character.
</p>
</div>
<div class="col-lg-4 col-md-6">
<h5>
<a href="https://flukeout.github.io/" target="_blank">CSS Diner</a>
</h5>
<p>
This is a simple game that introduces you to different CSS selectors in an interactive and fun way, currently it has 30 stages
which cover most of the main and recent CSS selectors you should be aware of as a beginner.
</p>
</div>
<div class="col-lg-4 col-md-6">
<h5>
<a href="https://css-tricks.com" target="_blank">CSS Tricks</a>
</h5>
<p>
CSS Tricks is an excellent website with a large amount of information on CSS, including code snippets, guides and even job
postings!
</p>
</div>
<div class="col-lg-4 col-md-6">
<h5>
<a href="https://freecodecamp.org" target="_blank">FreeCodeCamp</a>
</h5>
<p>
FreeCodeCamp is a popular online learning tool for beginners to get to grips with new langauges and concepts. It offers training
in different aspects of software and has challenges of varying difficulty.
</p>
</div>
<div class="col-lg-4 col-md-6">
<h5>
<a href="http://rogerdudler.github.io/git-guide/" target="_blank">git - the simple guide</a>
</h5>
<p>
Just a simple guide for getting started with git, no deep or confusing stuff. Good as an introduction to the terminology
before starting to read other guides which go into more detail.
</p>
</div>
<div class="col-lg-4 col-md-6">
<h5>
<a href="https://javascript.info" target="_blank">The Modern JS Tutorial</a>
</h5>
<p>
Javascript.info has its own built in search function, using which you can search every aspect of javascript for helpful guides
and examples.
</p>
</div>
<div class="col-lg-4 col-md-6">
<h5>
<a href="https://www.udemy.com" target="_blank">Udemy</a>
</h5>
<p>
Udemy is an online platform offering video tutorial courses led by real-world professionals. There is a wide range of courses,
some free, some paid, covering all sorts of things (not just development).
</p>
</div>