-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathresources.html
81 lines (75 loc) · 4.46 KB
/
resources.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
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Resources</title>
<link rel="stylesheet" href="css/app.css" />
<script src="bower_components/modernizr/modernizr.js"></script>
</head>
<body>
<div class="row">
<div class="large-12 columns">
<h1>Resources</h1>
</div>
</div>
<div class="row">
<div class="large-12 columns">
<div class="panel">
<div class="row">
<div class="large-6 medium-6 columns">
<h3>Free Tutorials</h3>
<p><a href="https://alison.com/learn/web-development">Alison-Free Certified Learning</a></p>
<p><a href="http://gymnasium.aquent.com">Aquent Gymnasium</a></p>
<p><a href="http://www.codecademy.com/">Codecademy</a></p>
<p><a href="https://css-tricks.com/">CSS-Tricks</a></p>
<p><a href="https://developers.google.com/university/courses/">Google Developers University</a></p>
<p><a href="http://www.dontfeartheinternet.com/">Don't Fear the Internet - Basic HTML and CSS</a></p>
<p><a href="http://demosthenes.info">Demosthenes.info</a></p>
<p><a href="http://www.geekchamp.com/html5-tutorials/1-html5-overview">GeekChamp</a></p>
<p><a href="http://www.entheosweb.com/website_design/default.asp">Web Design Tutorials</a></p>
<p><a href="http://prework.flatironschool.com/web-development/#tocAnchor-1-1">Web Development Tutorials</a></p>
<p><a href="http://jqfundamentals.com/">JQuery Fundamentals</a></p>
<p><a href="https://www.khanacademy.org/computing/computer-programming">Khan Academy</a></p>
<p><a href="http://learn.shayhowe.com/">Learn to Code HTML and CSS</a></p>
<p><a href="http://www.theodinproject.com/home">Learn Web Development for Free (Beta)</a></p>
<p><a href="http://www.microsoftvirtualacademy.com/training-topics/web-development">Microsoft Virtual Academy</a></p>
<p><a href="http://www.sitepoint.com/">Sitepoint</a></p>
<p><a href="https://www.udacity.com/">Udacity</a></p>
<p><a href="http://www.w3schools.com/">W3Schools</a></p>
<o><a href="http://webdesignerwall.com">Web Designer Wall</a></p>
<p><a href="https://docs.webplatform.org/wiki/Beginners">Web Development for Beginners</a></p>
</div>
<div class="large-6 medium-6 columns">
<h3>Paid Tutorials</h3>
<p><a href="https://www.codeschool.com/">Code School</a></p>
<p><a href="https://learnable.com/">Learnable</a></p>
<p><a href="https://learntoprogram.tv/">Learntoprogram.tv</a></p>
<p><a href="http://www.lynda.com/">Lynda</a></p>
<p><a href="https://teamtreehouse.com/">Team Treehouse</a></p>
<p><a href="http://tutsplus.com/">Tuts+</a></p>
<p><a href="https://www.udemy.com/courses/">Udemy</a></p>
<h3>More Resources</h3>
<p><a href="http://alistapart.com/topics">A List Apart</a></p>
<p><a href="http://diveintohtml5.info/">Dive Into HTML5 - Free Online Ebook</a></p>
<p><a href="http://eloquentjavascript.net/">Eloquent JavaScript - Free Online Ebook</a></p>
<p><a href="http://www.smashingmagazine.com/">Smashing Magazine</a></p>
<p><a href="http://www.d.umn.edu/itss/training/online/webdesign/index.html">University of Minnesota Duluth Web Design References</a></p>
<h3>Tools</h3>
<p><a href="http://jsbin.com/?html,output">JS Bin-JavaScript Playground</a></p>
<p><a href="http://dabblet.com">Dabblet- Experiment with HTML and CSS</a></p>
<p><a href="https://typekit.com">Adobe Typekit - Find WebFonts</a></p>
<p><a href="http://jsfiddle.net">JSFiddle</a></p>
<p><a href="https://color.adobe.com/create/color-wheel/">Adobe Color Wheel</a></p>
<p><a href="https://www.google.com/fonts/">Google Fonts- Free Web fonts</a></p>
<p><a href=""></a></p>
</div>
</div>
</div>
</div>
</div>
<script src="bower_components/jquery/dist/jquery.min.js"></script>
<script src="bower_components/foundation/js/foundation.min.js"></script>
<script src="js/app.js"></script>
</body>
</html>