Skip to content

Commit c7394cd

Browse files
committed
Changed starting code to use local images
1 parent b8cddd0 commit c7394cd

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -102,14 +102,14 @@ If a piece of data is missing, try to think of an alternative. For example if a
102102
{
103103
$linkName = '';
104104
$linkURL = 'https://www.w3schools.com/';
105-
$linkImage = 'https://www.w3schools.com/css/w3css.gif';
105+
$linkImage = 'w3schools.png';
106106
$linkDescription = 'W3Schools is optimized for learning, testing, and training.';
107107
}
108108
else
109109
{
110110
$linkName = 'Mozilla Developer Network';
111111
$linkURL = 'https://developer.mozilla.org';
112-
$linkImage = 'https://www.logo.wine/a/logo/MDN_Web_Docs/MDN_Web_Docs-Logo.wine.svg';
112+
$linkImage = 'mozilla.png';
113113
$linkDescription = 'The Mozilla Developer Network (MDN) provides information about Open Web technologies.';
114114
}
115115

if-solution.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
$linkName = '';
4141
$linkURL = 'https://www.w3schools.com/';
42-
$linkImage = 'https://www.w3schools.com/css/w3css.gif';
42+
$linkImage = 'w3schools.png';
4343
$linkDescription = 'W3Schools is optimized for learning, testing, and training.';
4444

4545
}
@@ -50,7 +50,7 @@
5050

5151
$linkName = 'Mozilla Developer Network';
5252
$linkURL = 'https://www.codecademy.com/';
53-
$linkImage = 'https://www.logo.wine/a/logo/MDN_Web_Docs/MDN_Web_Docs-Logo.wine.svg';
53+
$linkImage = 'mozilla.png';
5454
$linkDescription = 'The Mozilla Developer Network (MDN) provides information about Open Web technologies.';
5555

5656
}

if.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
$linkName = '';
4141
$linkURL = 'https://www.w3schools.com/';
42-
$linkImage = 'https://www.w3schools.com/css/w3css.gif';
42+
$linkImage = 'w3schools.png';
4343
$linkDescription = 'W3Schools is optimized for learning, testing, and training.';
4444

4545
}
@@ -50,7 +50,7 @@
5050

5151
$linkName = 'Mozilla Developer Network';
5252
$linkURL = 'https://www.codecademy.com/';
53-
$linkImage = 'https://www.logo.wine/a/logo/MDN_Web_Docs/MDN_Web_Docs-Logo.wine.svg';
53+
$linkImage = 'mozilla.png';
5454
$linkDescription = 'The Mozilla Developer Network (MDN) provides information about Open Web technologies.';
5555

5656
}

mozilla.png

40.7 KB
Loading

w3schools.png

231 KB
Loading

0 commit comments

Comments
 (0)