Skip to content

Commit e76791c

Browse files
committed
add online learning resources
1 parent 9e5dcab commit e76791c

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

resources.html

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,33 @@ <h3 class="masthead-brand">codetswana</h3>
2222
</div>
2323

2424
<div class="inner cover">
25-
This is where we will be posting useful tutorials and content. Stay tuned!
25+
<h3>Free Online Learning Resources:</h3>
26+
<table class="table table-striped">
27+
<thead>
28+
<tr>
29+
<th>Website</th>
30+
</tr>
31+
</thead>
32+
<tr>
33+
<td><a href="http://www.codecademy.com">Codecademy</a></td>
34+
<td>Good for programming practice and learning new technologies</td>
35+
</tr>
36+
<tr>
37+
<td><a href="http://www.microsoftvirtualacademy.com">Microsoft Virtual Academy</a></td>
38+
<td>Up-to-date courses on Microsoft technologies</td>
39+
</tr>
40+
<tr>
41+
<td><a href="http://www.udacity.com">Udacity</a></td>
42+
<td>High-quality video courses taught by Stanford and Google</td>
43+
</tr>
44+
<tr>
45+
<td><a href="http://www.thecodeplayer.com">thecodeplayer.com</a></td>
46+
<td>A fun way to learn html, css, and javascript</td>
47+
</tr>
48+
</table>
49+
<h3><a href="https://slides.com/razzi/deck-2/">4 June Slides</a></h3>
50+
<h3><a href="https://github.com/codetswana/4_june_demos">4 June Code Samples</a></h3>
51+
2652
</div>
2753

2854
{% include footer.html %}

0 commit comments

Comments
 (0)