Skip to content
This repository was archived by the owner on Feb 27, 2023. It is now read-only.

Commit 237678b

Browse files
committed
Fix numbering in example titles and other typos
- Fix number in example title tags - Fix solution image missing part of the solution
1 parent 90a2a17 commit 237678b

File tree

20 files changed

+24
-19
lines changed

20 files changed

+24
-19
lines changed

images/23/solution.png

2.03 KB
Loading

week-2/10-media-queries/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1">
7-
<title>9. Media Queries - HTML, CSS and Git Exercises</title>
7+
<title>10. Media Queries - HTML, CSS and Git Exercises</title>
88
<link rel="stylesheet" href="/css/normalize.css">
99
<link rel="stylesheet" href="/css/week2-media-queries.css">
1010
<link rel="stylesheet" href="/week-2/9-media-queries/columns.css">

week-2/11-flexbox/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1">
6-
<title>10 - Flex Direction- HTML, CSS and Git Exercises</title>
6+
<title>11 - Flex Direction- HTML, CSS and Git Exercises</title>
77
<link rel="stylesheet" href="/css/normalize.css" />
88
<link rel="stylesheet" href="/css/week2.css" />
99
<link rel="stylesheet" href="flexbox.css" />

week-2/12-justify-content/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1">
6-
<title>11 - Justify Content - HTML, CSS and Git Exercises</title>
6+
<title>12 - Justify Content - HTML, CSS and Git Exercises</title>
77
<link rel="stylesheet" href="/css/normalize.css" />
88
<link rel="stylesheet" href="/css/week2.css" />
99
<link rel="stylesheet" href="flexbox.css" />

week-2/13-align-items/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1">
6-
<title>12 - Align Items - HTML, CSS and Git Exercises</title>
6+
<title>13 - Align Items - HTML, CSS and Git Exercises</title>
77
<link rel="stylesheet" href="/css/normalize.css" />
88
<link rel="stylesheet" href="/css/week2.css" />
99
<link rel="stylesheet" href="flexbox.css" />

week-2/14-order/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1">
6-
<title>13 - Order - HTML, CSS and Git Exercises</title>
6+
<title>14 - Order - HTML, CSS and Git Exercises</title>
77
<link rel="stylesheet" href="/css/normalize.css" />
88
<link rel="stylesheet" href="/css/week2.css" />
99
<link rel="stylesheet" href="flexbox.css" />

week-2/15-align-self/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1">
6-
<title>14 - Align Self - HTML, CSS and Git Exercises</title>
6+
<title>15 - Align Self - HTML, CSS and Git Exercises</title>
77
<link rel="stylesheet" href="/css/normalize.css" />
88
<link rel="stylesheet" href="/css/week2.css" />
99
<link rel="stylesheet" href="flexbox.css" />

week-2/16-more-flexbox/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1">
6-
<title>15 - Combined Flexbox Exercises - HTML, CSS and Git Exercises</title>
6+
<title>16 - Combined Flexbox Exercises - HTML, CSS and Git Exercises</title>
77
<link rel="stylesheet" href="/css/normalize.css" />
88
<link rel="stylesheet" href="/css/week2.css" />
99
<link rel="stylesheet" href="flexbox.css" />

week-2/17-nav-menu/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1">
7-
<title>16. Navigation Menu - HTML, CSS and Git Exercises</title>
7+
<title>17. Navigation Menu - HTML, CSS and Git Exercises</title>
88
<meta name="viewport" content="width=device-width, initial-scale=1">
99
<link rel="stylesheet" href="/css/normalize.css">
1010
<link rel="stylesheet" href="/css/week2-nav-menu.css">

week-2/18-git-merge/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1">
7-
<title>8. Git Merge - HTML, CSS and Git Exercises</title>
7+
<title>18. Git Merge - HTML, CSS and Git Exercises</title>
88
<link rel="stylesheet" href="/css/normalize.css">
99
<link rel="stylesheet" href="/css/week1.css">
1010
<link rel="stylesheet" href="/css/message.css">

week-3/19-search/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1">
7-
<title>17 - Search Form - HTML, CSS and Git Exercises</title>
7+
<title>19 - Search Form - HTML, CSS and Git Exercises</title>
88
<link rel="stylesheet" href="/css/normalize.css">
99
<link rel="stylesheet" href="/css/week3-forms.css">
1010
</head>

week-3/20-labels/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1">
7-
<title>18 - Form Labels - HTML, CSS and Git Exercises</title>
7+
<title>20 - Form Labels - HTML, CSS and Git Exercises</title>
88
<link rel="stylesheet" href="/css/normalize.css">
99
<link rel="stylesheet" href="/css/week3-forms.css">
1010
</head>

week-3/21-buttons/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1">
7-
<title>19 - Form Buttons - HTML, CSS and Git Exercises</title>
7+
<title>21 - Form Buttons - HTML, CSS and Git Exercises</title>
88
<link rel="stylesheet" href="/css/normalize.css">
99
<link rel="stylesheet" href="/css/week3-forms.css">
1010
</head>

week-3/22-checkout/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1">
7-
<title>20 - Checkout Form - HTML, CSS and Git Exercises</title>
7+
<title>22 - Checkout Form - HTML, CSS and Git Exercises</title>
88
<link rel="stylesheet" href="/css/normalize.css">
99
<link rel="stylesheet" href="/css/week3-forms.css">
1010
</head>

week-3/22-checkout/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Checkout Form
22

3-
This customer is ready to buy a CodeYourFuture t-shirt. We need ask them who they are and how we can contact them so that we can send them the t-shirt.
3+
This customer is ready to buy a CodeYourFuture t-shirt. We need to ask them who they are and how we can contact them so that we can send them the t-shirt.
44

55
In this exercise you will add forms to collect checkout information. Follow the steps below to complete this exercise.
66

week-3/23-comments/index.html

+6-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1">
7-
<title>21 - Blog Comments - HTML, CSS and Git Exercises</title>
7+
<title>23 - Blog Comments - HTML, CSS and Git Exercises</title>
88
<link rel="stylesheet" href="/css/normalize.css">
99
<link rel="stylesheet" href="/css/week3-forms.css">
1010
</head>
@@ -29,6 +29,11 @@ <h1>Our t-shirts are amazing!</h1>
2929
<p>Add your comments and let us know what you think!</p>
3030

3131
<!-- Your comment form goes here -->
32+
<form>
33+
<label>Add Your Message</label>
34+
<textarea></textarea>
35+
<button>Send Comment</button>
36+
</form>
3237
</div>
3338

3439
</main>

week-3/24-dietary/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1">
7-
<title>22 - Dietary Requirements - HTML, CSS and Git Exercises</title>
7+
<title>24 - Dietary Requirements - HTML, CSS and Git Exercises</title>
88
<link rel="stylesheet" href="/css/normalize.css">
99
<link rel="stylesheet" href="/css/week3-forms.css">
1010
</head>

week-3/25-shirt-size/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1">
7-
<title>23 - T-Shirt Size - HTML, CSS and Git Exercises</title>
7+
<title>25 - T-Shirt Size - HTML, CSS and Git Exercises</title>
88
<link rel="stylesheet" href="/css/normalize.css">
99
<link rel="stylesheet" href="/css/week3-forms.css">
1010
<link rel="stylesheet" href="styles.css">

week-3/26-checkout-groups/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1">
7-
<title>24 - Checkout Groups - HTML, CSS and Git Exercises</title>
7+
<title>26 - Checkout Groups - HTML, CSS and Git Exercises</title>
88
<link rel="stylesheet" href="/css/normalize.css">
99
<link rel="stylesheet" href="/css/week3-forms.css">
1010
</head>

week-3/27-attributes/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1">
7-
<title>25 - Field Attributes - HTML, CSS and Git Exercises</title>
7+
<title>27 - Field Attributes - HTML, CSS and Git Exercises</title>
88
<link rel="stylesheet" href="/css/normalize.css">
99
<link rel="stylesheet" href="/css/week3-forms.css">
1010
</head>

0 commit comments

Comments
 (0)