From 2531a4c147db839ca6606eafd35efe88f090f5a3 Mon Sep 17 00:00:00 2001 From: aayushnr <138214579+aayushnr@users.noreply.github.com> Date: Sun, 10 Sep 2023 17:27:08 +0530 Subject: [PATCH] Added my name to the list --- include.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/include.js b/include.js index 336249d93..a5f742a2e 100644 --- a/include.js +++ b/include.js @@ -6521,11 +6521,18 @@ let cards = [ }, { artName: 'Rolling Happy', - pageLink: './Art/marion/index.html', + pageLink: './Art/animatorn/index.html', imageLink: './Art/marion/smiles.gif', author: 'Marion', githubLink: 'https://github.com/marionjudy13' }, + { + artName: "Aayush's 3D Card", + pageLink: './Art/AayushNair/3d/index.html', + imageLink: './Art/AayushNair/3d/style.css', + author: 'Aayush', + githubLink: 'https://github.com/aayushnr' + } ]; // +--------------------------------------------------------------------------------+