Skip to content

Commit ea11df5

Browse files
committed
Merge pull request #214 from r7ay/html-and-css-name-change
Change "HTML Lesson" to "HTML & CSS Lesson"
2 parents fd40ebd + a6d1838 commit ea11df5

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
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/lesson3/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 3
3+
title: HTML & CSS Lesson 3
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)