From 249f6fa3281ccb605dce60c4a58b1d70c252a32c Mon Sep 17 00:00:00 2001 From: amey Date: Sun, 8 Oct 2023 15:27:38 +0530 Subject: [PATCH] Added my own card --- Cards/Amey/1.css | 0 Cards/Amey/1.html | 4 ++++ index.js | 8 ++++++++ 3 files changed, 12 insertions(+) create mode 100644 Cards/Amey/1.css create mode 100644 Cards/Amey/1.html diff --git a/Cards/Amey/1.css b/Cards/Amey/1.css new file mode 100644 index 0000000..e69de29 diff --git a/Cards/Amey/1.html b/Cards/Amey/1.html new file mode 100644 index 0000000..21300c8 --- /dev/null +++ b/Cards/Amey/1.html @@ -0,0 +1,4 @@ + + + \ No newline at end of file diff --git a/index.js b/index.js index 55255c6..f6a0282 100644 --- a/index.js +++ b/index.js @@ -23,7 +23,15 @@ let cards = [ imageLink: "./Cards/Abhay/abhay.gif", author: "Abhay", githubLink: 'https://github.com/abhaygzb15' + }, + { + artName: "random", + pageLink: "./Cards/Amey/1.html", + imageLink: "./Cards/Abhay/amey.gif", + author: "Amey", + githubLink: 'https://github.com/amey' } + ]; // +--------------------------------------------------------------------------------+