Skip to content

Commit a57857d

Browse files
author
Robert Fay
committed
Change 'HTML Lesson' to 'HTML & CSS Lesson'
1 parent 8655097 commit a57857d

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

html/lesson1/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: page
3-
title: HTML Lesson 1
3+
title: HTML & CSS Lesson 1
44
---
55

66
## What is HTML?

html/lesson2/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: page
3-
title: HTML Lesson 2
3+
title: HTML & CSS Lesson 2
44
footer: true
55
---
66

html/lesson4/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: page
3-
title: HTML Lesson 4
3+
title: HTML & CSS Lesson 4
44
footer: true
55
---
66

html/lesson5/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: page
3-
title: HTML Lesson 5
3+
title: HTML & CSS Lesson 5
44
footer: true
55
---
66

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ <h1>codebar.io</h1>
3030

3131
<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>
3232

33-
<h2>HTML</h2>
33+
<h2>HTML &amp; CSS</h2>
3434
<ul>
3535
<li><a href="html/lesson1/tutorial.html">Lesson 1 - Introducing HTML</a></li>
3636
<li><a href="html/lesson2/tutorial.html">Lesson 2 - Introducing CSS</a></li>

0 commit comments

Comments
 (0)