Skip to content

Commit 077b9bd

Browse files
committed
πŸ”₯ add fav icons
1 parent 5547fc0 commit 077b9bd

File tree

27 files changed

+28
-28
lines changed

27 files changed

+28
-28
lines changed

β€Ž01 - JavaScript Drum Kit/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>JS Drum Kit</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

β€Ž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
Original file line numberDiff line numberDiff line change
@@ -3,7 +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/πŸ”₯" />
6+
<link rel="icon" href="https://fav.farm/βœ…" />
77
</head>
88
<body>
99
<style>

0 commit comments

Comments
Β (0)