🔥 add fav icons · Brianvm/JavaScript30@077b9bd · GitHub
Skip to content

Commit 077b9bd

Browse files
committed
🔥 add fav icons
1 parent 5547fc0 commit 077b9bd

27 files changed

Lines changed: 28 additions & 28 deletions

File tree

01 - JavaScript Drum Kit/index-FINISHED.html

Lines changed: 1 addition & 1 deletion

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<title>JS + CSS Clock</title>
6-
<link rel="icon" href="https://fav.farm/🔥" />
6+
<link rel="icon" href="https://fav.farm/" />
77
</head>
88
<body>
99

03 - CSS Variables/index-FINISHED.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +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/🔥" />
6+
<link rel="icon" href="https://fav.farm/" />
77
</head>
88
<body>
99
<h2>Update CSS Variables with <span class='hl'>JS</span></h2>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<title>Array Cardio 💪</title>
6-
<link rel="icon" href="https://fav.farm/🔥" />
6+
<link rel="icon" href="https://fav.farm/" />
77
</head>
88
<body>
99
<p><em>Psst: have a look at the JavaScript Console</em> 💁</p>
@@ -35,7 +35,7 @@
3535
'Berne, Eric', 'Berra, Yogi', 'Berry, Wendell', 'Bevan, Aneurin', 'Ben-Gurion, David', 'Bevel, Ken', 'Biden, Joseph', 'Bennington, Chester', 'Bierce, Ambrose',
3636
'Billings, Josh', 'Birrell, Augustine', 'Blair, Tony', 'Beecher, Henry', 'Biondo, Frank'
3737
];
38-
38+
3939
// Array.prototype.filter()
4040
// 1. Filter the list of inventors for those who were born in the 1500's
4141
const fifteen = inventors.filter(inventor => (inventor.year >= 1500 && inventor.year < 1600));

05 - Flex Panel Gallery/index-FINISHED.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +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/🔥" />
7+
<link rel="icon" href="https://fav.farm/" />
88
</head>
99
<body>
1010
<style>

06 - Type Ahead/index-FINISHED.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +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/🔥" />
7+
<link rel="icon" href="https://fav.farm/" />
88
</head>
99
<body>
1010

07 - Array Cardio Day 2/index-FINISHED.html

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

08 - Fun with HTML5 Canvas/index-FINISHED.html

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

09 - Dev Tools Domination/index-FINISHED.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<title>Console Tricks!</title>
6-
<link rel="icon" href="https://fav.farm/🔥" />
6+
<link rel="icon" href="https://fav.farm/" />
77
</head>
88
<body>
99

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

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)