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

01 - JavaScript Drum Kit/index-FINISHED.html

Lines changed: 1 addition & 0 deletions
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

01 - JavaScript Drum Kit/index-START.html

Lines changed: 1 addition & 0 deletions
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

02 - JS and CSS Clock/index-FINISHED.html

Lines changed: 1 addition & 0 deletions
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

02 - JS and CSS Clock/index-START.html

Lines changed: 1 addition & 0 deletions
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

03 - CSS Variables/index-FINISHED.html

Lines changed: 1 addition & 0 deletions
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>

03 - CSS Variables/index-START.html

Lines changed: 1 addition & 0 deletions
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>

04 - Array Cardio Day 1/index-FINISHED.html

Lines changed: 1 addition & 0 deletions
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>

04 - Array Cardio Day 1/index-START.html

Lines changed: 1 addition & 0 deletions
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>

05 - Flex Panel Gallery/index-FINISHED.html

Lines changed: 5 additions & 4 deletions
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;

05 - Flex Panel Gallery/index-START.html

Lines changed: 4 additions & 3 deletions
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
}

0 commit comments

Comments
 (0)