|
| 1 | +<!doctype html> |
| 2 | +<html> |
| 3 | + <head> |
| 4 | + <meta charset="utf-8"> |
| 5 | + <meta http-equiv="X-UA-Compatible" content="chrome=1"> |
| 6 | + <title>Codebar.io - Tutorials by codebar</title> |
| 7 | + |
| 8 | + <link rel="stylesheet" href="stylesheets/styles.css"> |
| 9 | + <link rel="stylesheet" href="stylesheets/custom.css"> |
| 10 | + <link rel="stylesheet" href="stylesheets/pygment_trac.css"> |
| 11 | + <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"> |
| 12 | + <!--[if lt IE 9]> |
| 13 | + <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> |
| 14 | + <![endif]--> |
| 15 | + </head> |
| 16 | + <body> |
| 17 | + <div class="wrapper"> |
| 18 | + <header> |
| 19 | + <h1>Codebar.io</h1> |
| 20 | + <p>Tutorials.</p> |
| 21 | + |
| 22 | + <p class="view"><a href="https://github.com/codebar/tutorials">View on GitHub <small>codebar/tutorials</small></a></p> |
| 23 | + </header> |
| 24 | + <section> |
| 25 | + <p class="lead">Are you working on the tutorials in your own time? Need some help? <a href="https://gitter.im/codebar/tutorials">Join the conversation on gitter!</a></p> |
| 26 | + |
| 27 | + <p>If you're new to Codebar, take a look at our <a href="general/setup/tutorial.pt.html">getting started guide</a> to set up your computer for our tutorials.</p> |
| 28 | + |
| 29 | + <strong>HTML</strong> |
| 30 | + <ul> |
| 31 | + <li><a href="html/lesson1/tutorial.pt.html">Lesson 1 - Introducing HTML</a></li> |
| 32 | + <li><a href="html/lesson2/tutorial.pt.html">Lesson 2 - Introducing CSS</a></li> |
| 33 | + <li><a href="html/lesson3/tutorial.pt.html">Lesson 3 - Beyond the basics</a></li> |
| 34 | + <li><a href="html/lesson4/tutorial.pt.html">Lesson 4 - CSS, layouts and formatting</a></li> |
| 35 | + <li><a href="html/lesson5/tutorial.pt.html">Lesson 5 - Dive into HTML5 & CSS3</a></li> |
| 36 | + <li><a href="html/lesson6/tutorial.pt.html">Lesson 6 - Advanced HTML5</a></li> |
| 37 | + </ul> |
| 38 | + |
| 39 | + <strong>Version Control</strong> |
| 40 | + <ul> |
| 41 | + <li><a href="version-control/introduction/tutorial.html">Introduction to version control</a></li> |
| 42 | + <li><a href="version-control/command-line/tutorial.html">Introduction to the git command line</a></li> |
| 43 | + </ul> |
| 44 | + |
| 45 | + <strong>JavaScript</strong> |
| 46 | + <ul> |
| 47 | + <li><a href="js/lesson1/tutorial.html">Introduction to JavaScript</a></li> |
| 48 | + <li><a href="js/lesson2/tutorial.html">Beginning JavaScript</a></li> |
| 49 | + <li><a href="js/lesson3/tutorial.html">Introduction to JQuery</a></li> |
| 50 | + <li><a href="js/lesson4/tutorial.html">HTTP Requests, AJAX and APIs</a></li> |
| 51 | + <li><a href="js/lesson5/tutorial.html">HTTP Requests, AJAX and APIs (part 2)</a></li> |
| 52 | + <li><a href="js/lesson6/tutorial.html">Drawing in Canvas</a></li> |
| 53 | + <li><a href="js/lesson7/tutorial.html">Introduction to Testing</a></li> |
| 54 | + <li><a href="js/lesson8/tutorial.html">Building your own app</a></li> |
| 55 | + </ul> |
| 56 | + |
| 57 | + <strong>Ruby</strong> |
| 58 | + |
| 59 | + <p class="lead">If you are just getting started with Ruby, we recommend using <a href="http://nitrous.io">nitrous.io</a>, as setting up your local environment can be time consuming.</p> |
| 60 | + |
| 61 | + <ul> |
| 62 | + <li><a href="ruby/lesson1/tutorial.html">Introduction to Ruby</a></li> |
| 63 | + <li><a href="ruby/lesson2/tutorial.html">Ruby Basics</a></li> |
| 64 | + <li><a href="ruby/lesson3/tutorial.html">Ruby Basics (part 2)</a></li> |
| 65 | + <li><a href="ruby/lesson4/tutorial.html">Object Oriented Ruby and Inheritance</a></li> |
| 66 | + <li><a href="ruby/lesson5/tutorial.html">Object Oriented Ruby and Inheritance (part 2)</a></li> |
| 67 | + </ul> |
| 68 | + </section> |
| 69 | + <footer> |
| 70 | + </footer> |
| 71 | + </div> |
| 72 | + <script src="javascripts/scale.fix.js"></script> |
| 73 | + <script type="text/javascript"> |
| 74 | + var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); |
| 75 | + document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); |
| 76 | + </script> |
| 77 | + <script type="text/javascript"> |
| 78 | + try { |
| 79 | + var pageTracker = _gat._getTracker("UA-45098414-1"); |
| 80 | + pageTracker._trackPageview(); |
| 81 | + } catch(err) {} |
| 82 | +</script> |
| 83 | + |
| 84 | + </body> |
| 85 | +</html> |
0 commit comments