Skip to content

Commit

Permalink
Fix some broken images (#1841)
Browse files Browse the repository at this point in the history
* fix: Resolve issue #1837

* fix: respect folder structure, fix broken links
  • Loading branch information
sophiabrandt committed Oct 3, 2023
1 parent a50306f commit 20eb8df
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 46 deletions.
File renamed without changes.
File renamed without changes.
Binary file removed Art/Joy/olga_min/animation.gif
Binary file not shown.
12 changes: 0 additions & 12 deletions Art/Joy/olga_min/index.html

This file was deleted.

27 changes: 0 additions & 27 deletions Art/Joy/olga_min/style.css

This file was deleted.

14 changes: 7 additions & 7 deletions include.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ let cards = [
},
{
artName: 'Infinite Hacktober Shapes',
pageLink: '.Art/Joy/Joe_DiGioia/JoeArt.html',
imageLink: '.Art/Joy/Joe_DiGioia/Hacktober-Animate-JDiGioia.gif',
pageLink: '.Art/Joe_DiGioia/JoeArt.html',
imageLink: '.Art/Joe_DiGioia/Hacktober-Animate-JDiGioia.gif',
author: 'Joe DiGioia',
githubLink: 'https://github.com/WatchAce0'
},
Expand Down Expand Up @@ -93,7 +93,7 @@ let cards = [
{
artName: 'Bouncing Screensaver',
pageLink: './Art/CDay-87/index.html',
imageLink: './Art/CDay87/Bounce_Animation.gif',
imageLink: './Art/CDay-87/Bounce_Animation.gif',
author: 'CDay-87',
githubLink: 'https://github.com/CDay-87'
},
Expand Down Expand Up @@ -121,7 +121,7 @@ let cards = [
{
artName: 'Twist',
pageLink: './Art/Anna/twist.html',
imageLink: '',
imageLink: './Art/Anna/twist.gif',
author: 'Anna',
githubLink: 'https://github.com/anna-1980'
},
Expand Down Expand Up @@ -198,7 +198,7 @@ let cards = [
{
artName: 'Flower',
pageLink: './Art/ChrRepou/flower.html',
imageLink: './Art/ChrRepou/flower.css',
imageLink: './Art/ChrRepou/flower.png',
author: 'ChrRepou',
githubLink: 'https://github.com/ChrRepou'
},
Expand Down Expand Up @@ -267,8 +267,8 @@ let cards = [
},
{
artName: 'Weird Spinner',
pageLink: './Art/lucifer/weirdSpinner.html',
imageLink: './Art/lucifer/weirdSpinner.png',
pageLink: './Art/lucifer510/weirdSpinner.html',
imageLink: './Art/lucifer510/weirdSpinner.png',
author: 'lucifer510',
githubLink: 'https://github.com/lucifer510'
}
Expand Down

0 comments on commit 20eb8df

Please sign in to comment.