Merge branch 'add-courses' of github.com:mikesjewett/free-programming-books into mikesjewett-add-courses

Conflicts:
	free-courses-en.md
This commit is contained in:
Victor Felder 2014-10-06 21:28:53 -04:00
commit 37b58cf040
1 changed files with 7 additions and 0 deletions

View File

@ -11,6 +11,7 @@
* [Oracle PL/SQL](#oracle-plsql)
* [Python](#python)
* [Ruby](#ruby)
* [Swift](#swift)
* [Web Development](#web-development)
@ -36,6 +37,8 @@
* [CS240h: Functional Systems in Haskell](http://www.scs.stanford.edu/11au-cs240h/notes/) - Bryan O'Sullivan
### HTML / CSS
* [Build a SaaS landing page using Skeleton](https://www.bloc.io/tutorials/jottly-a-beginner-s-guide-to-html-css-skeleton-and-animate-css)
* [Build a responsive website with Webflow](https://www.bloc.io/tutorials/webflow-tutorial-design-responsive-sites-with-webflow)
* [Code a personal splash page in 1 hour: A Hands-on Intro to HTML & CSS](http://www.thefirehoseproject.com/lessons/splash-page)
* [Learn HTML5 Programming From Scratch](https://www.udemy.com/learn-html5-programming-from-scratch/)
@ -76,5 +79,9 @@
* [RubyMonk - Interactive Ruby tutorials](http://rubymonk.com)
### Swift
* [Swiftris - Build an iOS Tetris app from scratch](https://www.bloc.io/tutorials/swiftris-build-your-first-ios-game-with-swift)
### Web Development
* [The Odin Project - Learn Web Development for Free](http://www.theodinproject.com/)