Skip to content

Commit

Permalink
Add favicons to projects as favicon.ico errors were throwing learners
Browse files Browse the repository at this point in the history
  • Loading branch information
wesbos committed Jan 27, 2023
1 parent 00add69 commit 5547fc0
Show file tree
Hide file tree
Showing 57 changed files with 91 additions and 34 deletions.
1 change: 1 addition & 0 deletions 01 - JavaScript Drum Kit/index-FINISHED.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<meta charset="UTF-8">
<title>JS Drum Kit</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" href="https://fav.farm/🔥" />
</head>
<body>

Expand Down
1 change: 1 addition & 0 deletions 01 - JavaScript Drum Kit/index-START.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<meta charset="UTF-8">
<title>JS Drum Kit</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" href="https://fav.farm/🔥" />
</head>
<body>

Expand Down
1 change: 1 addition & 0 deletions 02 - JS and CSS Clock/index-FINISHED.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>JS + CSS Clock</title>
<link rel="icon" href="https://fav.farm/🔥" />
</head>
<body>

Expand Down
1 change: 1 addition & 0 deletions 02 - JS and CSS Clock/index-START.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>JS + CSS Clock</title>
<link rel="icon" href="https://fav.farm/🔥" />
</head>
<body>

Expand Down
1 change: 1 addition & 0 deletions 03 - CSS Variables/index-FINISHED.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Scoped CSS Variables and JS</title>
<link rel="icon" href="https://fav.farm/🔥" />
</head>
<body>
<h2>Update CSS Variables with <span class='hl'>JS</span></h2>
Expand Down
1 change: 1 addition & 0 deletions 03 - CSS Variables/index-START.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Scoped CSS Variables and JS</title>
<link rel="icon" href="https://fav.farm/🔥" />
</head>
<body>
<h2>Update CSS Variables with <span class='hl'>JS</span></h2>
Expand Down
1 change: 1 addition & 0 deletions 04 - Array Cardio Day 1/index-FINISHED.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Array Cardio 💪</title>
<link rel="icon" href="https://fav.farm/🔥" />
</head>
<body>
<p><em>Psst: have a look at the JavaScript Console</em> 💁</p>
Expand Down
1 change: 1 addition & 0 deletions 04 - Array Cardio Day 1/index-START.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Array Cardio 💪</title>
<link rel="icon" href="https://fav.farm/🔥" />
</head>
<body>
<p><em>Psst: have a look at the JavaScript Console</em> 💁</p>
Expand Down
9 changes: 5 additions & 4 deletions 05 - Flex Panel Gallery/index-FINISHED.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<meta charset="UTF-8">
<title>Flex Panels 💪</title>
<link href='https://fonts.googleapis.com/css?family=Amatic+SC' rel='stylesheet' type='text/css'>
<link rel="icon" href="https://fav.farm/🔥" />
</head>
<body>
<style>
Expand All @@ -14,11 +15,11 @@
font-size: 20px;
font-weight: 200;
}

body {
margin: 0;
}

*, *:before, *:after {
box-sizing: inherit;
}
Expand Down Expand Up @@ -78,7 +79,7 @@
text-shadow: 0 0 4px rgba(0, 0, 0, 0.72), 0 0 14px rgba(0, 0, 0, 0.45);
font-size: 2em;
}

.panel p:nth-child(2) {
font-size: 4em;
}
Expand All @@ -87,7 +88,7 @@
flex: 5;
font-size: 40px;
}

@media only screen and (max-width: 600px) {
.panel p {
font-size: 1em;
Expand Down
7 changes: 4 additions & 3 deletions 05 - Flex Panel Gallery/index-START.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<meta charset="UTF-8">
<title>Flex Panels 💪</title>
<link href='https://fonts.googleapis.com/css?family=Amatic+SC' rel='stylesheet' type='text/css'>
<link rel="icon" href="https://fav.farm/🔥" />
</head>
<body>
<style>
Expand All @@ -14,11 +15,11 @@
font-size: 20px;
font-weight: 200;
}

body {
margin: 0;
}

*, *:before, *:after {
box-sizing: inherit;
}
Expand Down Expand Up @@ -64,7 +65,7 @@
text-shadow: 0 0 4px rgba(0, 0, 0, 0.72), 0 0 14px rgba(0, 0, 0, 0.45);
font-size: 2em;
}

.panel p:nth-child(2) {
font-size: 4em;
}
Expand Down
1 change: 1 addition & 0 deletions 06 - Type Ahead/index-FINISHED.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<meta charset="UTF-8">
<title>Type Ahead 👀</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" href="https://fav.farm/🔥" />
</head>
<body>

Expand Down
1 change: 1 addition & 0 deletions 06 - Type Ahead/index-START.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<meta charset="UTF-8">
<title>Type Ahead 👀</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" href="https://fav.farm/🔥" />
</head>
<body>

Expand Down
1 change: 1 addition & 0 deletions 07 - Array Cardio Day 2/index-FINISHED.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Array Cardio 💪💪</title>
<link rel="icon" href="https://fav.farm/🔥" />
</head>
<body>
<p><em>Psst: have a look at the JavaScript Console</em> 💁</p>
Expand Down
1 change: 1 addition & 0 deletions 07 - Array Cardio Day 2/index-START.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Array Cardio 💪💪</title>
<link rel="icon" href="https://fav.farm/🔥" />
</head>
<body>
<p><em>Psst: have a look at the JavaScript Console</em> 💁</p>
Expand Down
1 change: 1 addition & 0 deletions 08 - Fun with HTML5 Canvas/index-FINISHED.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>HTML5 Canvas</title>
<link rel="icon" href="https://fav.farm/🔥" />
</head>
<body>
<canvas id="draw" width="800" height="800"></canvas>
Expand Down
1 change: 1 addition & 0 deletions 08 - Fun with HTML5 Canvas/index-START.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>HTML5 Canvas</title>
<link rel="icon" href="https://fav.farm/🔥" />
</head>
<body>
<canvas id="draw" width="800" height="800"></canvas>
Expand Down
1 change: 1 addition & 0 deletions 09 - Dev Tools Domination/index-FINISHED.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Console Tricks!</title>
<link rel="icon" href="https://fav.farm/🔥" />
</head>
<body>

Expand Down
1 change: 1 addition & 0 deletions 09 - Dev Tools Domination/index-START.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Console Tricks!</title>
<link rel="icon" href="https://fav.farm/🔥" />
</head>
<body>

Expand Down
1 change: 1 addition & 0 deletions 10 - Hold Shift and Check Checkboxes/index-FINISHED.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Hold Shift to Check Multiple Checkboxes</title>
<link rel="icon" href="https://fav.farm/🔥" />
</head>
<body>
<style>
Expand Down
1 change: 1 addition & 0 deletions 10 - Hold Shift and Check Checkboxes/index-START.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Hold Shift to Check Multiple Checkboxes</title>
<link rel="icon" href="https://fav.farm/🔥" />
</head>
<body>
<style>
Expand Down
1 change: 1 addition & 0 deletions 11 - Custom Video Player/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<meta charset="UTF-8">
<title>HTML Video Player</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" href="https://fav.farm/🔥" />
</head>
<body>

Expand Down
1 change: 1 addition & 0 deletions 12 - Key Sequence Detection/index-FINISHED.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<meta charset="UTF-8">
<title>Key Detection</title>
<script type="text/javascript" src="https://www.cornify.com/js/cornify.js"></script>
<link rel="icon" href="https://fav.farm/🔥" />
</head>
<body>
<script>
Expand Down
1 change: 1 addition & 0 deletions 12 - Key Sequence Detection/index-START.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<meta charset="UTF-8">
<title>Key Detection</title>
<script type="text/javascript" src="https://www.cornify.com/js/cornify.js"></script>
<link rel="icon" href="https://fav.farm/🔥" />
</head>
<body>
<script>
Expand Down
7 changes: 4 additions & 3 deletions 13 - Slide in on Scroll/index-FINISHED.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Document</title>
<link rel="icon" href="https://fav.farm/🔥" />
</head>
<body>

Expand Down Expand Up @@ -88,11 +89,11 @@ <h1>Slide in on Scroll</h1>
font-size: 20px;
font-weight: 200;
}

body {
margin: 0;
}

*, *:before, *:after {
box-sizing: inherit;
}
Expand Down Expand Up @@ -127,7 +128,7 @@ <h1>Slide in on Scroll</h1>
.align-left.slide-in {
transform: translateX(-30%) scale(0.95);
}

.align-right.slide-in {
transform: translateX(30%) scale(0.95);
}
Expand Down
7 changes: 4 additions & 3 deletions 13 - Slide in on Scroll/index-START.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Document</title>
<link rel="icon" href="https://fav.farm/🔥" />
</head>
<body>

Expand Down Expand Up @@ -68,11 +69,11 @@ <h1>Slide in on Scroll</h1>
font-size: 20px;
font-weight: 200;
}

body {
margin: 0;
}

*, *:before, *:after {
box-sizing: inherit;
}
Expand Down Expand Up @@ -107,7 +108,7 @@ <h1>Slide in on Scroll</h1>
.align-left.slide-in {
transform: translateX(-30%) scale(0.95);
}

.align-right.slide-in {
transform: translateX(30%) scale(0.95);
}
Expand Down
1 change: 1 addition & 0 deletions 14 - JavaScript References VS Copying/index-FINISHED.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>JS Reference VS Copy</title>
<link rel="icon" href="https://fav.farm/🔥" />
</head>
<body>

Expand Down
1 change: 1 addition & 0 deletions 14 - JavaScript References VS Copying/index-START.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>JS Reference VS Copy</title>
<link rel="icon" href="https://fav.farm/🔥" />
</head>
<body>

Expand Down
1 change: 1 addition & 0 deletions 15 - LocalStorage/index-FINISHED.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<meta charset="UTF-8">
<title>LocalStorage</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" href="https://fav.farm/🔥" />
</head>
<body>
<!--
Expand Down
1 change: 1 addition & 0 deletions 15 - LocalStorage/index-START.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<meta charset="UTF-8">
<title>LocalStorage</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" href="https://fav.farm/🔥" />
</head>
<body>
<!--
Expand Down
1 change: 1 addition & 0 deletions 16 - Mouse Move Shadow/index-FINISHED.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Mouse Shadow</title>
<link rel="icon" href="https://fav.farm/🔥" />
</head>
<body>

Expand Down
1 change: 1 addition & 0 deletions 16 - Mouse Move Shadow/index-START.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Mouse Shadow</title>
<link rel="icon" href="https://fav.farm/🔥" />
</head>
<body>

Expand Down
5 changes: 3 additions & 2 deletions 17 - Sort Without Articles/index-FINISHED.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Sort Without Articles</title>
<link rel="icon" href="https://fav.farm/🔥" />
</head>
<body>

Expand All @@ -26,12 +27,12 @@
padding: 0;
box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.05);
}

#bands li {
border-bottom: 1px solid #efefef;
padding: 20px;
}

#bands li:last-child {
border-bottom: 0;
}
Expand Down
5 changes: 3 additions & 2 deletions 17 - Sort Without Articles/index-START.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Sort Without Articles</title>
<link rel="icon" href="https://fav.farm/🔥" />
</head>
<body>

Expand All @@ -26,12 +27,12 @@
padding: 0;
box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.05);
}

#bands li {
border-bottom: 1px solid #efefef;
padding: 20px;
}

#bands li:last-child {
border-bottom: 0;
}
Expand Down
Loading

0 comments on commit 5547fc0

Please sign in to comment.