Skip to content

Commit 5547fc0

Browse files
committed
Add favicons to projects as favicon.ico errors were throwing learners
1 parent 00add69 commit 5547fc0

File tree

57 files changed

+91
-34
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+91
-34
lines changed

Diff for: 01 - JavaScript Drum Kit/index-FINISHED.html

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<meta charset="UTF-8">
55
<title>JS Drum Kit</title>
66
<link rel="stylesheet" href="style.css">
7+
<link rel="icon" href="https://fav.farm/🔥" />
78
</head>
89
<body>
910

Diff for: 01 - JavaScript Drum Kit/index-START.html

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<meta charset="UTF-8">
55
<title>JS Drum Kit</title>
66
<link rel="stylesheet" href="style.css">
7+
<link rel="icon" href="https://fav.farm/🔥" />
78
</head>
89
<body>
910

Diff for: 02 - JS and CSS Clock/index-FINISHED.html

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<title>JS + CSS Clock</title>
6+
<link rel="icon" href="https://fav.farm/🔥" />
67
</head>
78
<body>
89

Diff for: 02 - JS and CSS Clock/index-START.html

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<title>JS + CSS Clock</title>
6+
<link rel="icon" href="https://fav.farm/🔥" />
67
</head>
78
<body>
89

Diff for: 03 - CSS Variables/index-FINISHED.html

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<title>Scoped CSS Variables and JS</title>
6+
<link rel="icon" href="https://fav.farm/🔥" />
67
</head>
78
<body>
89
<h2>Update CSS Variables with <span class='hl'>JS</span></h2>

Diff for: 03 - CSS Variables/index-START.html

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<title>Scoped CSS Variables and JS</title>
6+
<link rel="icon" href="https://fav.farm/🔥" />
67
</head>
78
<body>
89
<h2>Update CSS Variables with <span class='hl'>JS</span></h2>

Diff for: 04 - Array Cardio Day 1/index-FINISHED.html

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<title>Array Cardio 💪</title>
6+
<link rel="icon" href="https://fav.farm/🔥" />
67
</head>
78
<body>
89
<p><em>Psst: have a look at the JavaScript Console</em> 💁</p>

Diff for: 04 - Array Cardio Day 1/index-START.html

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<title>Array Cardio 💪</title>
6+
<link rel="icon" href="https://fav.farm/🔥" />
67
</head>
78
<body>
89
<p><em>Psst: have a look at the JavaScript Console</em> 💁</p>

Diff for: 05 - Flex Panel Gallery/index-FINISHED.html

+5-4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<meta charset="UTF-8">
55
<title>Flex Panels 💪</title>
66
<link href='https://fonts.googleapis.com/css?family=Amatic+SC' rel='stylesheet' type='text/css'>
7+
<link rel="icon" href="https://fav.farm/🔥" />
78
</head>
89
<body>
910
<style>
@@ -14,11 +15,11 @@
1415
font-size: 20px;
1516
font-weight: 200;
1617
}
17-
18+
1819
body {
1920
margin: 0;
2021
}
21-
22+
2223
*, *:before, *:after {
2324
box-sizing: inherit;
2425
}
@@ -78,7 +79,7 @@
7879
text-shadow: 0 0 4px rgba(0, 0, 0, 0.72), 0 0 14px rgba(0, 0, 0, 0.45);
7980
font-size: 2em;
8081
}
81-
82+
8283
.panel p:nth-child(2) {
8384
font-size: 4em;
8485
}
@@ -87,7 +88,7 @@
8788
flex: 5;
8889
font-size: 40px;
8990
}
90-
91+
9192
@media only screen and (max-width: 600px) {
9293
.panel p {
9394
font-size: 1em;

Diff for: 05 - Flex Panel Gallery/index-START.html

+4-3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<meta charset="UTF-8">
55
<title>Flex Panels 💪</title>
66
<link href='https://fonts.googleapis.com/css?family=Amatic+SC' rel='stylesheet' type='text/css'>
7+
<link rel="icon" href="https://fav.farm/🔥" />
78
</head>
89
<body>
910
<style>
@@ -14,11 +15,11 @@
1415
font-size: 20px;
1516
font-weight: 200;
1617
}
17-
18+
1819
body {
1920
margin: 0;
2021
}
21-
22+
2223
*, *:before, *:after {
2324
box-sizing: inherit;
2425
}
@@ -64,7 +65,7 @@
6465
text-shadow: 0 0 4px rgba(0, 0, 0, 0.72), 0 0 14px rgba(0, 0, 0, 0.45);
6566
font-size: 2em;
6667
}
67-
68+
6869
.panel p:nth-child(2) {
6970
font-size: 4em;
7071
}

Diff for: 06 - Type Ahead/index-FINISHED.html

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<meta charset="UTF-8">
55
<title>Type Ahead 👀</title>
66
<link rel="stylesheet" href="style.css">
7+
<link rel="icon" href="https://fav.farm/🔥" />
78
</head>
89
<body>
910

Diff for: 06 - Type Ahead/index-START.html

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<meta charset="UTF-8">
55
<title>Type Ahead 👀</title>
66
<link rel="stylesheet" href="style.css">
7+
<link rel="icon" href="https://fav.farm/🔥" />
78
</head>
89
<body>
910

Diff for: 07 - Array Cardio Day 2/index-FINISHED.html

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<title>Array Cardio 💪💪</title>
6+
<link rel="icon" href="https://fav.farm/🔥" />
67
</head>
78
<body>
89
<p><em>Psst: have a look at the JavaScript Console</em> 💁</p>

Diff for: 07 - Array Cardio Day 2/index-START.html

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<title>Array Cardio 💪💪</title>
6+
<link rel="icon" href="https://fav.farm/🔥" />
67
</head>
78
<body>
89
<p><em>Psst: have a look at the JavaScript Console</em> 💁</p>

Diff for: 08 - Fun with HTML5 Canvas/index-FINISHED.html

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<title>HTML5 Canvas</title>
6+
<link rel="icon" href="https://fav.farm/🔥" />
67
</head>
78
<body>
89
<canvas id="draw" width="800" height="800"></canvas>

Diff for: 08 - Fun with HTML5 Canvas/index-START.html

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<title>HTML5 Canvas</title>
6+
<link rel="icon" href="https://fav.farm/🔥" />
67
</head>
78
<body>
89
<canvas id="draw" width="800" height="800"></canvas>

Diff for: 09 - Dev Tools Domination/index-FINISHED.html

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<title>Console Tricks!</title>
6+
<link rel="icon" href="https://fav.farm/🔥" />
67
</head>
78
<body>
89

Diff for: 09 - Dev Tools Domination/index-START.html

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<title>Console Tricks!</title>
6+
<link rel="icon" href="https://fav.farm/🔥" />
67
</head>
78
<body>
89

Diff for: 10 - Hold Shift and Check Checkboxes/index-FINISHED.html

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<title>Hold Shift to Check Multiple Checkboxes</title>
6+
<link rel="icon" href="https://fav.farm/🔥" />
67
</head>
78
<body>
89
<style>

Diff for: 10 - Hold Shift and Check Checkboxes/index-START.html

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<title>Hold Shift to Check Multiple Checkboxes</title>
6+
<link rel="icon" href="https://fav.farm/🔥" />
67
</head>
78
<body>
89
<style>

Diff for: 11 - Custom Video Player/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<meta charset="UTF-8">
55
<title>HTML Video Player</title>
66
<link rel="stylesheet" href="style.css">
7+
<link rel="icon" href="https://fav.farm/🔥" />
78
</head>
89
<body>
910

Diff for: 12 - Key Sequence Detection/index-FINISHED.html

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<meta charset="UTF-8">
55
<title>Key Detection</title>
66
<script type="text/javascript" src="https://www.cornify.com/js/cornify.js"></script>
7+
<link rel="icon" href="https://fav.farm/🔥" />
78
</head>
89
<body>
910
<script>

Diff for: 12 - Key Sequence Detection/index-START.html

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<meta charset="UTF-8">
55
<title>Key Detection</title>
66
<script type="text/javascript" src="https://www.cornify.com/js/cornify.js"></script>
7+
<link rel="icon" href="https://fav.farm/🔥" />
78
</head>
89
<body>
910
<script>

Diff for: 13 - Slide in on Scroll/index-FINISHED.html

+4-3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<title>Document</title>
6+
<link rel="icon" href="https://fav.farm/🔥" />
67
</head>
78
<body>
89

@@ -88,11 +89,11 @@ <h1>Slide in on Scroll</h1>
8889
font-size: 20px;
8990
font-weight: 200;
9091
}
91-
92+
9293
body {
9394
margin: 0;
9495
}
95-
96+
9697
*, *:before, *:after {
9798
box-sizing: inherit;
9899
}
@@ -127,7 +128,7 @@ <h1>Slide in on Scroll</h1>
127128
.align-left.slide-in {
128129
transform: translateX(-30%) scale(0.95);
129130
}
130-
131+
131132
.align-right.slide-in {
132133
transform: translateX(30%) scale(0.95);
133134
}

Diff for: 13 - Slide in on Scroll/index-START.html

+4-3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<title>Document</title>
6+
<link rel="icon" href="https://fav.farm/🔥" />
67
</head>
78
<body>
89

@@ -68,11 +69,11 @@ <h1>Slide in on Scroll</h1>
6869
font-size: 20px;
6970
font-weight: 200;
7071
}
71-
72+
7273
body {
7374
margin: 0;
7475
}
75-
76+
7677
*, *:before, *:after {
7778
box-sizing: inherit;
7879
}
@@ -107,7 +108,7 @@ <h1>Slide in on Scroll</h1>
107108
.align-left.slide-in {
108109
transform: translateX(-30%) scale(0.95);
109110
}
110-
111+
111112
.align-right.slide-in {
112113
transform: translateX(30%) scale(0.95);
113114
}

Diff for: 14 - JavaScript References VS Copying/index-FINISHED.html

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<title>JS Reference VS Copy</title>
6+
<link rel="icon" href="https://fav.farm/🔥" />
67
</head>
78
<body>
89

Diff for: 14 - JavaScript References VS Copying/index-START.html

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<title>JS Reference VS Copy</title>
6+
<link rel="icon" href="https://fav.farm/🔥" />
67
</head>
78
<body>
89

Diff for: 15 - LocalStorage/index-FINISHED.html

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<meta charset="UTF-8">
55
<title>LocalStorage</title>
66
<link rel="stylesheet" href="style.css">
7+
<link rel="icon" href="https://fav.farm/🔥" />
78
</head>
89
<body>
910
<!--

Diff for: 15 - LocalStorage/index-START.html

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<meta charset="UTF-8">
55
<title>LocalStorage</title>
66
<link rel="stylesheet" href="style.css">
7+
<link rel="icon" href="https://fav.farm/🔥" />
78
</head>
89
<body>
910
<!--

Diff for: 16 - Mouse Move Shadow/index-FINISHED.html

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<title>Mouse Shadow</title>
6+
<link rel="icon" href="https://fav.farm/🔥" />
67
</head>
78
<body>
89

Diff for: 16 - Mouse Move Shadow/index-START.html

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<title>Mouse Shadow</title>
6+
<link rel="icon" href="https://fav.farm/🔥" />
67
</head>
78
<body>
89

Diff for: 17 - Sort Without Articles/index-FINISHED.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<title>Sort Without Articles</title>
6+
<link rel="icon" href="https://fav.farm/🔥" />
67
</head>
78
<body>
89

@@ -26,12 +27,12 @@
2627
padding: 0;
2728
box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.05);
2829
}
29-
30+
3031
#bands li {
3132
border-bottom: 1px solid #efefef;
3233
padding: 20px;
3334
}
34-
35+
3536
#bands li:last-child {
3637
border-bottom: 0;
3738
}

Diff for: 17 - Sort Without Articles/index-START.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<title>Sort Without Articles</title>
6+
<link rel="icon" href="https://fav.farm/🔥" />
67
</head>
78
<body>
89

@@ -26,12 +27,12 @@
2627
padding: 0;
2728
box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.05);
2829
}
29-
30+
3031
#bands li {
3132
border-bottom: 1px solid #efefef;
3233
padding: 20px;
3334
}
34-
35+
3536
#bands li:last-child {
3637
border-bottom: 0;
3738
}

0 commit comments

Comments
 (0)