From 05e71d5cbcd1804a91fb323daf48765b162b0989 Mon Sep 17 00:00:00 2001 From: hanna-skryl Date: Sun, 28 Apr 2024 14:58:08 -0400 Subject: [PATCH] chore: correct index file path --- README.md | 4 +- angular.json | 2 +- {src => docs}/index.html | 0 index.html | 126 --------------------------------------- 4 files changed, 3 insertions(+), 129 deletions(-) rename {src => docs}/index.html (100%) delete mode 100644 index.html diff --git a/README.md b/README.md index f919831..eb6de3c 100644 --- a/README.md +++ b/README.md @@ -42,8 +42,8 @@ Users should be able to: ### Links -- Solution URL: [Add solution URL here](https://github.com/hanna-skryl/multi-step-form.git) -- Live Site URL: [Add live site URL here](https://hanna-skryl.github.com/multi-step-form) +- Solution URL: [GitHub repo](https://github.com/hanna-skryl/multi-step-form) +- Live Site URL: [GitHub Pages](https://hanna-skryl.github.io/multi-step-form/) ## My process diff --git a/angular.json b/angular.json index e237cc0..39e8375 100644 --- a/angular.json +++ b/angular.json @@ -27,7 +27,7 @@ }, "options": { "assets": ["src/assets", "src/assets/*"], - "index": "src/index.html", + "index": "docs/index.html", "browser": "src/main.ts", "polyfills": ["zone.js"], "inlineStyleLanguage": "scss", diff --git a/src/index.html b/docs/index.html similarity index 100% rename from src/index.html rename to docs/index.html diff --git a/index.html b/index.html deleted file mode 100644 index 83e6c70..0000000 --- a/index.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - - - - Frontend Mentor | Multi-step form - - - - - - - - - Step 1 - Your info - - Step 2 - Select plan - - Step 3 - Add-ons - - Step 4 - Summary - - - - - - Personal info - Please provide your name, email address, and phone number. - - Name - e.g. Stephen King - - Email Address - e.g. stephenking@lorem.com - - Phone Number - e.g. +1 234 567 890 - - Next Step - - - - - - Select your plan - You have the option of monthly or yearly billing. - - Arcade - $9/mo - - Advanced - $12/mo - - Pro - $15/mo - - Monthly - Yearly - - Go Back - Next Step - - - - - - Pick add-ons - Add-ons help enhance your gaming experience. - - Online service - Access to multiplayer games - +$1/mo - - Larger storage - Extra 1TB of cloud save - +$2/mo - - Customizable Profile - Custom theme on your profile - +$2/mo - - Go Back - Next Step - - - - - - Finishing up - Double-check everything looks OK before confirming. - - - - Total (per month/year) - - Go Back - Confirm - - - - - - Thank you! - - Thanks for confirming your subscription! We hope you have fun - using our platform. If you ever need support, please feel free - to email us at support@loremgaming.com. - - - -
- Challenge by Frontend Mentor. - Coded by Your Name Here. -
- -