From fb77548719f5ea4487edf6333ad0d509f4b16ea5 Mon Sep 17 00:00:00 2001 From: danithang Date: Sun, 26 Mar 2023 15:08:00 -0400 Subject: [PATCH 1/2] Created a webpage that gives random superhero name and superpower --- .vscode/settings.json | 3 ++ submissions/danithang.html | 78 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 81 insertions(+) create mode 100644 .vscode/settings.json create mode 100644 submissions/danithang.html diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..6f3a291 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "liveServer.settings.port": 5501 +} \ No newline at end of file diff --git a/submissions/danithang.html b/submissions/danithang.html new file mode 100644 index 0000000..6ba3bde --- /dev/null +++ b/submissions/danithang.html @@ -0,0 +1,78 @@ + + + + + + + Superhero Name + + + +
+

What is your random superhero name and superpower?

+

first name

+

last name

+

superpower

+ +
+ + + \ No newline at end of file From ccce5dad9061007ec8a1c5d911be2e2c65aa7664 Mon Sep 17 00:00:00 2001 From: danithang Date: Sun, 26 Mar 2023 15:39:37 -0400 Subject: [PATCH 2/2] Added Submission info --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1a3d67d..b728808 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ Now, once you've forked this repo and got a local version up on your computer, f - [My card Portfolio](/submissions/ThierryRakotomanana.html) - By: [Thierry Rakotomanana](https://github.com/ThierryRakotomanana) - [Portfolio](/submissions/Md-Aquib.html) - By: [Md-Aquib](https://github.com/Md-Aquib) - [ROCK PAPER SCISSOR LIZARD SPOCK](/submissions/pianeta051.html) - By: [CARLOS PIANETA](https://github.com/pianeta051) +- [Superhero Name and Superpower](/submissions/danithang.html) - By: [Astra Berry](https://github.com/danithang) - [Checkbox Filters](/submissions/dimitarradulov.html) - By: [Dimitar Radulov](https://github.com/dimitarradulov) - [Portfolio-Landingpage](/submissions/salvo9107.html) - By: [Salvatore Marotta](https://github.com/Salvo9107) - [Agency Landing Page](/submissions/Carls13.html) - By: [Carlos Hernandez](https://github.com/Carls13)