Skip to content

Commit

Permalink
Merge pull request #1832 from zero-to-mastery/l-whte-patch
Browse files Browse the repository at this point in the history
patch to fix broken code in multiple contributions
  • Loading branch information
l-white committed Oct 3, 2023
2 parents 2f3576a + 139204b commit 2c81a74
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 12 deletions.
File renamed without changes
File renamed without changes.
File renamed without changes.
17 changes: 5 additions & 12 deletions include.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ let cards = [
},
{
artName: "Mr. A's Amimation",
pageLink: "./Art/Mr.A'sAnimation/index.html",
imageLink: "./Art/Mr.A'sAnimation/Animation.gif",
pageLink: './Art/Mr.A-Animation/index.html',
imageLink: './Art/Mr.A-Animation/Animation.gif',
author: 'Mr. AnkitR',
githubLink: 'https://github.com/MrARawal'
},
Expand Down Expand Up @@ -83,13 +83,6 @@ let cards = [
author: 'AlexS',
githubLink: 'https://github.com/alexsatalan'
},
{
artName: 'olga_min',
pageLink: './Art/olga_min/index.html',
imageLink: './Art/olga_min/animation.gif',
author: 'Olga',
githubLink: 'https://github.com/OlgaMinaievaWebDev'
},
{
artName: 'Moving Flag',
pageLink: './Art/Mayank_goel/index.html',
Expand All @@ -113,8 +106,8 @@ let cards = [
},
{
artName: 'Sun shadow',
pageLink: './Art/Guruprasad Kulkarni/index.html',
imageLink: './Art/Guruprasad Kulkarni/sun.gif',
pageLink: './Art/Guruprasad-Kulkarni/index.html',
imageLink: './Art/Guruprasad-Kulkarni/sun.gif',
author: 'Guruprasad',
githubLink: 'https://github.com/Guruprasad846'
},
Expand Down Expand Up @@ -156,7 +149,7 @@ let cards = [
{
artName: 'Flower',
pageLink: './Art/ChrRepou/flower.html',
imageLink: './Art/ChrRepou/flower.gif',
imageLink: './Art/ChrRepou/flower.css',
author: 'ChrRepou',
githubLink: 'https://github.com/ChrRepou'
},
Expand Down

0 comments on commit 2c81a74

Please sign in to comment.