From 139204b9617bce904087c3da701cce4c8e6d0f28 Mon Sep 17 00:00:00 2001 From: Laura Date: Mon, 2 Oct 2023 20:54:33 -0500 Subject: [PATCH] patch to fix broken code in multiple contributions --- .../Animation.gif | Bin .../index.html | 0 .../style.css | 0 include.js | 17 +++++------------ 4 files changed, 5 insertions(+), 12 deletions(-) rename Art/{MrA'sAnimation => MrA-Animation}/Animation.gif (100%) rename Art/{MrA'sAnimation => MrA-Animation}/index.html (100%) rename Art/{MrA'sAnimation => MrA-Animation}/style.css (100%) diff --git a/Art/MrA'sAnimation/Animation.gif b/Art/MrA-Animation/Animation.gif similarity index 100% rename from Art/MrA'sAnimation/Animation.gif rename to Art/MrA-Animation/Animation.gif diff --git a/Art/MrA'sAnimation/index.html b/Art/MrA-Animation/index.html similarity index 100% rename from Art/MrA'sAnimation/index.html rename to Art/MrA-Animation/index.html diff --git a/Art/MrA'sAnimation/style.css b/Art/MrA-Animation/style.css similarity index 100% rename from Art/MrA'sAnimation/style.css rename to Art/MrA-Animation/style.css diff --git a/include.js b/include.js index ebf057588..12705ae25 100644 --- a/include.js +++ b/include.js @@ -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' }, @@ -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', @@ -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' }, @@ -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' },