Skip to content

Commit cda4bcd

Browse files
committed
Merge pull request #177 from matyikriszta/gh-pages
adding lesson numbers to tutorials
2 parents 4a98062 + f947a3a commit cda4bcd

1 file changed

Lines changed: 19 additions & 19 deletions

File tree

index.html

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<meta http-equiv="X-UA-Compatible" content="chrome=1">
6-
<title>Codebar.io - Tutorials by codebar</title>
6+
<title>codebar.io - Tutorials by codebar</title>
77

88
<link rel="stylesheet" href="stylesheets/styles.css">
99
<link rel="stylesheet" href="stylesheets/custom.css">
@@ -16,23 +16,23 @@
1616
<body>
1717
<div class="wrapper">
1818
<header>
19-
<h1>Codebar.io</h1>
20-
<p>Tutorials.</p>
19+
<h1>codebar.io</h1>
20+
<p>Tutorials</p>
2121

2222
<p class="view"><a href="https://github.com/codebar/tutorials">View on GitHub <small>codebar/tutorials</small></a></p>
2323
</header>
2424
<section>
2525
<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>
2626

27-
<p>If you're new to Codebar, take a look at our <a href="general/setup/tutorial.html">getting started guide</a> to set up your computer for our tutorials.</p>
27+
<p>If you're new to codebar, take a look at our <a href="general/setup/tutorial.html">getting started guide</a> to set up your computer for our tutorials.</p>
2828

2929
<h2>HTML</h2>
3030
<ul>
3131
<li><a href="html/lesson1/tutorial.html">Lesson 1 - Introducing HTML</a></li>
3232
<li><a href="html/lesson2/tutorial.html">Lesson 2 - Introducing CSS</a></li>
3333
<li><a href="html/lesson3/tutorial.html">Lesson 3 - Beyond the basics</a></li>
3434
<li><a href="html/lesson4/tutorial.html">Lesson 4 - CSS, layouts and formatting</a></li>
35-
<li><a href="html/lesson5/tutorial.html">Lesson 5 - Dive into HTML5 & CSS3</a></li>
35+
<li><a href="html/lesson5/tutorial.html">Lesson 5 - Dive into HTML5 &amp; CSS3</a></li>
3636
<li><a href="html/lesson6/tutorial.html">Lesson 6 - Advanced HTML5</a></li>
3737
</ul>
3838

@@ -44,32 +44,32 @@ <h2>Version Control</h2>
4444

4545
<h2>JavaScript</h2>
4646
<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>
47+
<li><a href="js/lesson1/tutorial.html">Lesson 1 - Introduction to JavaScript</a></li>
48+
<li><a href="js/lesson2/tutorial.html">Lesson 2 - Beginning JavaScript</a></li>
49+
<li><a href="js/lesson3/tutorial.html">Lesson 3 - Introduction to JQuery</a></li>
50+
<li><a href="js/lesson4/tutorial.html">Lesson 4 - HTTP Requests, AJAX and APIs</a></li>
51+
<li><a href="js/lesson5/tutorial.html">Lesson 5 - HTTP Requests, AJAX and APIs (part 2)</a></li>
52+
<li><a href="js/lesson6/tutorial.html">Lesson 6 - Drawing in Canvas</a></li>
53+
<li><a href="js/lesson7/tutorial.html">Lesson 7 - Introduction to Testing</a></li>
54+
<li><a href="js/lesson8/tutorial.html">Lesson 8 - Building your own app</a></li>
5555
</ul>
5656

5757
<h2>Ruby</h2>
5858

5959
<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>
6060

6161
<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>
62+
<li><a href="ruby/lesson1/tutorial.html">Lesson 1 - Introduction to Ruby</a></li>
63+
<li><a href="ruby/lesson2/tutorial.html">Lesson 2 - Ruby Basics</a></li>
64+
<li><a href="ruby/lesson3/tutorial.html">Lesson 3 - Ruby Basics (part 2)</a></li>
65+
<li><a href="ruby/lesson4/tutorial.html">Lesson 4 - Object Oriented Ruby and Inheritance</a></li>
66+
<li><a href="ruby/lesson5/tutorial.html">Lesson 5 - Object Oriented Ruby and Inheritance (part 2)</a></li>
6767
</ul>
6868

6969
<h2>Python</h2>
7070

7171
<ul>
72-
<li><a href="python/lesson1/tutorial.html">Introduction to Python</a></li>
72+
<li><a href="python/lesson1/tutorial.html">Lesson 1 - Introduction to Python</a></li>
7373
</ul>
7474
</section>
7575
<footer>

0 commit comments

Comments
 (0)