Skip to content

Commit ccf4e2b

Browse files
author
Martin Naumann
committed
Use h2 instead of strong
1 parent 3a3a079 commit ccf4e2b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ <h1>Codebar.io</h1>
2626

2727
<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

29-
<strong>HTML</strong>
29+
<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>
@@ -36,13 +36,13 @@ <h1>Codebar.io</h1>
3636
<li><a href="html/lesson6/tutorial.html">Lesson 6 - Advanced HTML5</a></li>
3737
</ul>
3838

39-
<strong>Version Control</strong>
39+
<h2>Version Control</h2>
4040
<ul>
4141
<li><a href="version-control/introduction/tutorial.html">Introduction to version control</a></li>
4242
<li><a href="version-control/command-line/tutorial.html">Introduction to the git command line</a></li>
4343
</ul>
4444

45-
<strong>JavaScript</strong>
45+
<h2>JavaScript</h2>
4646
<ul>
4747
<li><a href="js/lesson1/tutorial.html">Introduction to JavaScript</a></li>
4848
<li><a href="js/lesson2/tutorial.html">Beginning JavaScript</a></li>
@@ -54,7 +54,7 @@ <h1>Codebar.io</h1>
5454
<li><a href="js/lesson8/tutorial.html">Building your own app</a></li>
5555
</ul>
5656

57-
<strong>Ruby</strong>
57+
<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

0 commit comments

Comments
 (0)