├── Age - Wizard ├── assets │ └── AgeWizard.jpg ├── index.html └── style.css ├── Calculator_Wizard ├── favicon_io │ ├── about.txt │ ├── android-chrome-192x192.png │ ├── android-chrome-512x512.png │ ├── apple-touch-icon.png │ ├── favicon-16x16.png │ ├── favicon-32x32.png │ ├── favicon.ico │ └── site.webmanifest ├── index.html ├── script.js └── style.css ├── LICENSE ├── Quiz Web App ├── 1. Create Home Page and Application Styling │ ├── app.css │ └── index.html ├── 10. Fetch Questions from Local JSON File │ ├── app.css │ ├── end.html │ ├── end.js │ ├── game.css │ ├── game.html │ ├── game.js │ ├── highscores.css │ ├── highscores.html │ ├── highscores.js │ ├── index.html │ └── questions.json ├── 11. Fetch API Questions from Open Trivia API │ ├── app.css │ ├── end.html │ ├── end.js │ ├── game.css │ ├── game.html │ ├── game.js │ ├── highscores.css │ ├── highscores.html │ ├── highscores.js │ ├── index.html │ └── questions.json ├── 12. Create a Spinning Loader │ ├── app.css │ ├── end.html │ ├── end.js │ ├── game.css │ ├── game.html │ ├── game.js │ ├── highscores.css │ ├── highscores.html │ ├── highscores.js │ ├── index.html │ └── questions.json ├── 2. Create and Style the Game Page │ ├── app.css │ ├── game.css │ ├── game.html │ └── index.html ├── 3. Display Hard Coded Question and Answers │ ├── app.css │ ├── game.css │ ├── game.html │ ├── game.js │ └── index.html ├── 4. Display Feedback for Correct and Incorrect Answers │ ├── app.css │ ├── game.css │ ├── game.html │ ├── game.js │ └── index.html ├── 5. Create a Head's Up Display │ ├── app.css │ ├── game.css │ ├── game.html │ ├── game.js │ └── index.html ├── 6. Create a Progress Bar │ ├── app.css │ ├── game.css │ ├── game.html │ ├── game.js │ └── index.html ├── 7. Create and Style the End Page │ ├── app.css │ ├── end.html │ ├── end.js │ ├── game.css │ ├── game.html │ ├── game.js │ └── index.html ├── 8. Save High Scores in Local Storage │ ├── app.css │ ├── end.html │ ├── end.js │ ├── game.css │ ├── game.html │ ├── game.js │ └── index.html ├── 9. Load and Display High Scores from Local Storage │ ├── app.css │ ├── end.html │ ├── end.js │ ├── game.css │ ├── game.html │ ├── game.js │ ├── highscores.css │ ├── highscores.html │ ├── highscores.js │ └── index.html ├── LICENSE ├── Quiz Qhiz Master │ ├── app.css │ ├── assets │ │ ├── Congo.jpg │ │ ├── logo.jpg │ │ └── play.jpg │ ├── end.html │ ├── end.js │ ├── game.css │ ├── game.html │ ├── game.js │ ├── highscores.css │ ├── highscores.html │ ├── highscores.js │ ├── index.html │ └── questions.json ├── README.md └── images │ └── quizzify.png ├── ReadMe.md ├── Resume_Wizard ├── assets │ ├── android-chrome-192x192.png │ ├── android-chrome-512x512.png │ ├── apple-touch-icon.png │ ├── default-logo.png │ ├── favicon-16x16.png │ ├── favicon-32x32.png │ └── favicon.ico ├── index.html ├── index.js ├── index.php ├── myfile.pdf └── styles.css ├── Starbucks_Landing_Page ├── assets │ ├── Favicon.png │ ├── facebook.png │ ├── img1.png │ ├── img2.png │ ├── img3.png │ ├── instagram.png │ ├── logo.png │ ├── thumb1.png │ ├── thumb2.png │ ├── thumb3.png │ └── twitter.png ├── index.html ├── script.js └── style.css ├── Temperature Wizard ├── images │ └── favicon.ico ├── index.html ├── script.js └── style.css ├── To_Do_Express ├── 4697260.png ├── android-chrome-192x192.png ├── android-chrome-512x512.png ├── apple-touch-icon.png ├── favicon-16x16.png ├── favicon-32x32.png ├── favicon.ico ├── index.html ├── script.js ├── site.webmanifest └── style.css └── Tribute_Page_For_Atal_Bihar_Vajpaayee ├── favicon ├── android-chrome-192x192.png ├── android-chrome-512x512.png ├── apple-touch-icon.png ├── favicon-16x16.png ├── favicon-32x32.png ├── favicon.ico └── site.webmanifest ├── images ├── atal-bihari-vajpayee-png-images-thumbnail-1640366759-removebg-preview.png └── atal-bihari-vajpayee-png-images-thumbnail-1640366759.jpg ├── index.html └── style.css /Age - Wizard/assets/AgeWizard.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Age - Wizard/assets/AgeWizard.jpg -------------------------------------------------------------------------------- /Age - Wizard/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Age - Wizard/index.html -------------------------------------------------------------------------------- /Age - Wizard/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Age - Wizard/style.css -------------------------------------------------------------------------------- /Calculator_Wizard/favicon_io/about.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Calculator_Wizard/favicon_io/about.txt -------------------------------------------------------------------------------- /Calculator_Wizard/favicon_io/android-chrome-192x192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Calculator_Wizard/favicon_io/android-chrome-192x192.png -------------------------------------------------------------------------------- /Calculator_Wizard/favicon_io/android-chrome-512x512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Calculator_Wizard/favicon_io/android-chrome-512x512.png -------------------------------------------------------------------------------- /Calculator_Wizard/favicon_io/apple-touch-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Calculator_Wizard/favicon_io/apple-touch-icon.png -------------------------------------------------------------------------------- /Calculator_Wizard/favicon_io/favicon-16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Calculator_Wizard/favicon_io/favicon-16x16.png -------------------------------------------------------------------------------- /Calculator_Wizard/favicon_io/favicon-32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Calculator_Wizard/favicon_io/favicon-32x32.png -------------------------------------------------------------------------------- /Calculator_Wizard/favicon_io/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Calculator_Wizard/favicon_io/favicon.ico -------------------------------------------------------------------------------- /Calculator_Wizard/favicon_io/site.webmanifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Calculator_Wizard/favicon_io/site.webmanifest -------------------------------------------------------------------------------- /Calculator_Wizard/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Calculator_Wizard/index.html -------------------------------------------------------------------------------- /Calculator_Wizard/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Calculator_Wizard/script.js -------------------------------------------------------------------------------- /Calculator_Wizard/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Calculator_Wizard/style.css -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/LICENSE -------------------------------------------------------------------------------- /Quiz Web App/1. Create Home Page and Application Styling/app.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/1. Create Home Page and Application Styling/app.css -------------------------------------------------------------------------------- /Quiz Web App/1. Create Home Page and Application Styling/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/1. Create Home Page and Application Styling/index.html -------------------------------------------------------------------------------- /Quiz Web App/10. Fetch Questions from Local JSON File/app.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/10. Fetch Questions from Local JSON File/app.css -------------------------------------------------------------------------------- /Quiz Web App/10. Fetch Questions from Local JSON File/end.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/10. Fetch Questions from Local JSON File/end.html -------------------------------------------------------------------------------- /Quiz Web App/10. Fetch Questions from Local JSON File/end.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/10. Fetch Questions from Local JSON File/end.js -------------------------------------------------------------------------------- /Quiz Web App/10. Fetch Questions from Local JSON File/game.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/10. Fetch Questions from Local JSON File/game.css -------------------------------------------------------------------------------- /Quiz Web App/10. Fetch Questions from Local JSON File/game.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/10. Fetch Questions from Local JSON File/game.html -------------------------------------------------------------------------------- /Quiz Web App/10. Fetch Questions from Local JSON File/game.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/10. Fetch Questions from Local JSON File/game.js -------------------------------------------------------------------------------- /Quiz Web App/10. Fetch Questions from Local JSON File/highscores.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/10. Fetch Questions from Local JSON File/highscores.css -------------------------------------------------------------------------------- /Quiz Web App/10. Fetch Questions from Local JSON File/highscores.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/10. Fetch Questions from Local JSON File/highscores.html -------------------------------------------------------------------------------- /Quiz Web App/10. Fetch Questions from Local JSON File/highscores.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/10. Fetch Questions from Local JSON File/highscores.js -------------------------------------------------------------------------------- /Quiz Web App/10. Fetch Questions from Local JSON File/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/10. Fetch Questions from Local JSON File/index.html -------------------------------------------------------------------------------- /Quiz Web App/10. Fetch Questions from Local JSON File/questions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/10. Fetch Questions from Local JSON File/questions.json -------------------------------------------------------------------------------- /Quiz Web App/11. Fetch API Questions from Open Trivia API/app.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/11. Fetch API Questions from Open Trivia API/app.css -------------------------------------------------------------------------------- /Quiz Web App/11. Fetch API Questions from Open Trivia API/end.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/11. Fetch API Questions from Open Trivia API/end.html -------------------------------------------------------------------------------- /Quiz Web App/11. Fetch API Questions from Open Trivia API/end.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/11. Fetch API Questions from Open Trivia API/end.js -------------------------------------------------------------------------------- /Quiz Web App/11. Fetch API Questions from Open Trivia API/game.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/11. Fetch API Questions from Open Trivia API/game.css -------------------------------------------------------------------------------- /Quiz Web App/11. Fetch API Questions from Open Trivia API/game.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/11. Fetch API Questions from Open Trivia API/game.html -------------------------------------------------------------------------------- /Quiz Web App/11. Fetch API Questions from Open Trivia API/game.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/11. Fetch API Questions from Open Trivia API/game.js -------------------------------------------------------------------------------- /Quiz Web App/11. Fetch API Questions from Open Trivia API/highscores.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/11. Fetch API Questions from Open Trivia API/highscores.css -------------------------------------------------------------------------------- /Quiz Web App/11. Fetch API Questions from Open Trivia API/highscores.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/11. Fetch API Questions from Open Trivia API/highscores.html -------------------------------------------------------------------------------- /Quiz Web App/11. Fetch API Questions from Open Trivia API/highscores.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/11. Fetch API Questions from Open Trivia API/highscores.js -------------------------------------------------------------------------------- /Quiz Web App/11. Fetch API Questions from Open Trivia API/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/11. Fetch API Questions from Open Trivia API/index.html -------------------------------------------------------------------------------- /Quiz Web App/11. Fetch API Questions from Open Trivia API/questions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/11. Fetch API Questions from Open Trivia API/questions.json -------------------------------------------------------------------------------- /Quiz Web App/12. Create a Spinning Loader/app.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/12. Create a Spinning Loader/app.css -------------------------------------------------------------------------------- /Quiz Web App/12. Create a Spinning Loader/end.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/12. Create a Spinning Loader/end.html -------------------------------------------------------------------------------- /Quiz Web App/12. Create a Spinning Loader/end.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/12. Create a Spinning Loader/end.js -------------------------------------------------------------------------------- /Quiz Web App/12. Create a Spinning Loader/game.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/12. Create a Spinning Loader/game.css -------------------------------------------------------------------------------- /Quiz Web App/12. Create a Spinning Loader/game.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/12. Create a Spinning Loader/game.html -------------------------------------------------------------------------------- /Quiz Web App/12. Create a Spinning Loader/game.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/12. Create a Spinning Loader/game.js -------------------------------------------------------------------------------- /Quiz Web App/12. Create a Spinning Loader/highscores.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/12. Create a Spinning Loader/highscores.css -------------------------------------------------------------------------------- /Quiz Web App/12. Create a Spinning Loader/highscores.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/12. Create a Spinning Loader/highscores.html -------------------------------------------------------------------------------- /Quiz Web App/12. Create a Spinning Loader/highscores.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/12. Create a Spinning Loader/highscores.js -------------------------------------------------------------------------------- /Quiz Web App/12. Create a Spinning Loader/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/12. Create a Spinning Loader/index.html -------------------------------------------------------------------------------- /Quiz Web App/12. Create a Spinning Loader/questions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/12. Create a Spinning Loader/questions.json -------------------------------------------------------------------------------- /Quiz Web App/2. Create and Style the Game Page/app.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/2. Create and Style the Game Page/app.css -------------------------------------------------------------------------------- /Quiz Web App/2. Create and Style the Game Page/game.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/2. Create and Style the Game Page/game.css -------------------------------------------------------------------------------- /Quiz Web App/2. Create and Style the Game Page/game.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/2. Create and Style the Game Page/game.html -------------------------------------------------------------------------------- /Quiz Web App/2. Create and Style the Game Page/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/2. Create and Style the Game Page/index.html -------------------------------------------------------------------------------- /Quiz Web App/3. Display Hard Coded Question and Answers/app.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/3. Display Hard Coded Question and Answers/app.css -------------------------------------------------------------------------------- /Quiz Web App/3. Display Hard Coded Question and Answers/game.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/3. Display Hard Coded Question and Answers/game.css -------------------------------------------------------------------------------- /Quiz Web App/3. Display Hard Coded Question and Answers/game.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/3. Display Hard Coded Question and Answers/game.html -------------------------------------------------------------------------------- /Quiz Web App/3. Display Hard Coded Question and Answers/game.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/3. Display Hard Coded Question and Answers/game.js -------------------------------------------------------------------------------- /Quiz Web App/3. Display Hard Coded Question and Answers/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/3. Display Hard Coded Question and Answers/index.html -------------------------------------------------------------------------------- /Quiz Web App/4. Display Feedback for Correct and Incorrect Answers/app.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/4. Display Feedback for Correct and Incorrect Answers/app.css -------------------------------------------------------------------------------- /Quiz Web App/4. Display Feedback for Correct and Incorrect Answers/game.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/4. Display Feedback for Correct and Incorrect Answers/game.css -------------------------------------------------------------------------------- /Quiz Web App/4. Display Feedback for Correct and Incorrect Answers/game.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/4. Display Feedback for Correct and Incorrect Answers/game.html -------------------------------------------------------------------------------- /Quiz Web App/4. Display Feedback for Correct and Incorrect Answers/game.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/4. Display Feedback for Correct and Incorrect Answers/game.js -------------------------------------------------------------------------------- /Quiz Web App/4. Display Feedback for Correct and Incorrect Answers/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/4. Display Feedback for Correct and Incorrect Answers/index.html -------------------------------------------------------------------------------- /Quiz Web App/5. Create a Head's Up Display/app.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/5. Create a Head's Up Display/app.css -------------------------------------------------------------------------------- /Quiz Web App/5. Create a Head's Up Display/game.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/5. Create a Head's Up Display/game.css -------------------------------------------------------------------------------- /Quiz Web App/5. Create a Head's Up Display/game.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/5. Create a Head's Up Display/game.html -------------------------------------------------------------------------------- /Quiz Web App/5. Create a Head's Up Display/game.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/5. Create a Head's Up Display/game.js -------------------------------------------------------------------------------- /Quiz Web App/5. Create a Head's Up Display/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/5. Create a Head's Up Display/index.html -------------------------------------------------------------------------------- /Quiz Web App/6. Create a Progress Bar/app.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/6. Create a Progress Bar/app.css -------------------------------------------------------------------------------- /Quiz Web App/6. Create a Progress Bar/game.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/6. Create a Progress Bar/game.css -------------------------------------------------------------------------------- /Quiz Web App/6. Create a Progress Bar/game.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/6. Create a Progress Bar/game.html -------------------------------------------------------------------------------- /Quiz Web App/6. Create a Progress Bar/game.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/6. Create a Progress Bar/game.js -------------------------------------------------------------------------------- /Quiz Web App/6. Create a Progress Bar/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/6. Create a Progress Bar/index.html -------------------------------------------------------------------------------- /Quiz Web App/7. Create and Style the End Page/app.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/7. Create and Style the End Page/app.css -------------------------------------------------------------------------------- /Quiz Web App/7. Create and Style the End Page/end.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/7. Create and Style the End Page/end.html -------------------------------------------------------------------------------- /Quiz Web App/7. Create and Style the End Page/end.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/7. Create and Style the End Page/end.js -------------------------------------------------------------------------------- /Quiz Web App/7. Create and Style the End Page/game.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/7. Create and Style the End Page/game.css -------------------------------------------------------------------------------- /Quiz Web App/7. Create and Style the End Page/game.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/7. Create and Style the End Page/game.html -------------------------------------------------------------------------------- /Quiz Web App/7. Create and Style the End Page/game.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/7. Create and Style the End Page/game.js -------------------------------------------------------------------------------- /Quiz Web App/7. Create and Style the End Page/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/7. Create and Style the End Page/index.html -------------------------------------------------------------------------------- /Quiz Web App/8. Save High Scores in Local Storage/app.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/8. Save High Scores in Local Storage/app.css -------------------------------------------------------------------------------- /Quiz Web App/8. Save High Scores in Local Storage/end.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/8. Save High Scores in Local Storage/end.html -------------------------------------------------------------------------------- /Quiz Web App/8. Save High Scores in Local Storage/end.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/8. Save High Scores in Local Storage/end.js -------------------------------------------------------------------------------- /Quiz Web App/8. Save High Scores in Local Storage/game.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/8. Save High Scores in Local Storage/game.css -------------------------------------------------------------------------------- /Quiz Web App/8. Save High Scores in Local Storage/game.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/8. Save High Scores in Local Storage/game.html -------------------------------------------------------------------------------- /Quiz Web App/8. Save High Scores in Local Storage/game.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/8. Save High Scores in Local Storage/game.js -------------------------------------------------------------------------------- /Quiz Web App/8. Save High Scores in Local Storage/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/8. Save High Scores in Local Storage/index.html -------------------------------------------------------------------------------- /Quiz Web App/9. Load and Display High Scores from Local Storage/app.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/9. Load and Display High Scores from Local Storage/app.css -------------------------------------------------------------------------------- /Quiz Web App/9. Load and Display High Scores from Local Storage/end.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/9. Load and Display High Scores from Local Storage/end.html -------------------------------------------------------------------------------- /Quiz Web App/9. Load and Display High Scores from Local Storage/end.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/9. Load and Display High Scores from Local Storage/end.js -------------------------------------------------------------------------------- /Quiz Web App/9. Load and Display High Scores from Local Storage/game.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/9. Load and Display High Scores from Local Storage/game.css -------------------------------------------------------------------------------- /Quiz Web App/9. Load and Display High Scores from Local Storage/game.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/9. Load and Display High Scores from Local Storage/game.html -------------------------------------------------------------------------------- /Quiz Web App/9. Load and Display High Scores from Local Storage/game.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/9. Load and Display High Scores from Local Storage/game.js -------------------------------------------------------------------------------- /Quiz Web App/9. Load and Display High Scores from Local Storage/highscores.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/9. Load and Display High Scores from Local Storage/highscores.css -------------------------------------------------------------------------------- /Quiz Web App/9. Load and Display High Scores from Local Storage/highscores.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/9. Load and Display High Scores from Local Storage/highscores.html -------------------------------------------------------------------------------- /Quiz Web App/9. Load and Display High Scores from Local Storage/highscores.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/9. Load and Display High Scores from Local Storage/highscores.js -------------------------------------------------------------------------------- /Quiz Web App/9. Load and Display High Scores from Local Storage/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/9. Load and Display High Scores from Local Storage/index.html -------------------------------------------------------------------------------- /Quiz Web App/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/LICENSE -------------------------------------------------------------------------------- /Quiz Web App/Quiz Qhiz Master/app.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/Quiz Qhiz Master/app.css -------------------------------------------------------------------------------- /Quiz Web App/Quiz Qhiz Master/assets/Congo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/Quiz Qhiz Master/assets/Congo.jpg -------------------------------------------------------------------------------- /Quiz Web App/Quiz Qhiz Master/assets/logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/Quiz Qhiz Master/assets/logo.jpg -------------------------------------------------------------------------------- /Quiz Web App/Quiz Qhiz Master/assets/play.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/Quiz Qhiz Master/assets/play.jpg -------------------------------------------------------------------------------- /Quiz Web App/Quiz Qhiz Master/end.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/Quiz Qhiz Master/end.html -------------------------------------------------------------------------------- /Quiz Web App/Quiz Qhiz Master/end.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/Quiz Qhiz Master/end.js -------------------------------------------------------------------------------- /Quiz Web App/Quiz Qhiz Master/game.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/Quiz Qhiz Master/game.css -------------------------------------------------------------------------------- /Quiz Web App/Quiz Qhiz Master/game.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/Quiz Qhiz Master/game.html -------------------------------------------------------------------------------- /Quiz Web App/Quiz Qhiz Master/game.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/Quiz Qhiz Master/game.js -------------------------------------------------------------------------------- /Quiz Web App/Quiz Qhiz Master/highscores.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/Quiz Qhiz Master/highscores.css -------------------------------------------------------------------------------- /Quiz Web App/Quiz Qhiz Master/highscores.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/Quiz Qhiz Master/highscores.html -------------------------------------------------------------------------------- /Quiz Web App/Quiz Qhiz Master/highscores.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/Quiz Qhiz Master/highscores.js -------------------------------------------------------------------------------- /Quiz Web App/Quiz Qhiz Master/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/Quiz Qhiz Master/index.html -------------------------------------------------------------------------------- /Quiz Web App/Quiz Qhiz Master/questions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/Quiz Qhiz Master/questions.json -------------------------------------------------------------------------------- /Quiz Web App/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/README.md -------------------------------------------------------------------------------- /Quiz Web App/images/quizzify.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Quiz Web App/images/quizzify.png -------------------------------------------------------------------------------- /ReadMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/ReadMe.md -------------------------------------------------------------------------------- /Resume_Wizard/assets/android-chrome-192x192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Resume_Wizard/assets/android-chrome-192x192.png -------------------------------------------------------------------------------- /Resume_Wizard/assets/android-chrome-512x512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Resume_Wizard/assets/android-chrome-512x512.png -------------------------------------------------------------------------------- /Resume_Wizard/assets/apple-touch-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Resume_Wizard/assets/apple-touch-icon.png -------------------------------------------------------------------------------- /Resume_Wizard/assets/default-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Resume_Wizard/assets/default-logo.png -------------------------------------------------------------------------------- /Resume_Wizard/assets/favicon-16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Resume_Wizard/assets/favicon-16x16.png -------------------------------------------------------------------------------- /Resume_Wizard/assets/favicon-32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Resume_Wizard/assets/favicon-32x32.png -------------------------------------------------------------------------------- /Resume_Wizard/assets/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Resume_Wizard/assets/favicon.ico -------------------------------------------------------------------------------- /Resume_Wizard/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Resume_Wizard/index.html -------------------------------------------------------------------------------- /Resume_Wizard/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Resume_Wizard/index.js -------------------------------------------------------------------------------- /Resume_Wizard/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /Resume_Wizard/myfile.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Resume_Wizard/myfile.pdf -------------------------------------------------------------------------------- /Resume_Wizard/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Resume_Wizard/styles.css -------------------------------------------------------------------------------- /Starbucks_Landing_Page/assets/Favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Starbucks_Landing_Page/assets/Favicon.png -------------------------------------------------------------------------------- /Starbucks_Landing_Page/assets/facebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Starbucks_Landing_Page/assets/facebook.png -------------------------------------------------------------------------------- /Starbucks_Landing_Page/assets/img1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Starbucks_Landing_Page/assets/img1.png -------------------------------------------------------------------------------- /Starbucks_Landing_Page/assets/img2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Starbucks_Landing_Page/assets/img2.png -------------------------------------------------------------------------------- /Starbucks_Landing_Page/assets/img3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Starbucks_Landing_Page/assets/img3.png -------------------------------------------------------------------------------- /Starbucks_Landing_Page/assets/instagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Starbucks_Landing_Page/assets/instagram.png -------------------------------------------------------------------------------- /Starbucks_Landing_Page/assets/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Starbucks_Landing_Page/assets/logo.png -------------------------------------------------------------------------------- /Starbucks_Landing_Page/assets/thumb1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Starbucks_Landing_Page/assets/thumb1.png -------------------------------------------------------------------------------- /Starbucks_Landing_Page/assets/thumb2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Starbucks_Landing_Page/assets/thumb2.png -------------------------------------------------------------------------------- /Starbucks_Landing_Page/assets/thumb3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Starbucks_Landing_Page/assets/thumb3.png -------------------------------------------------------------------------------- /Starbucks_Landing_Page/assets/twitter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Starbucks_Landing_Page/assets/twitter.png -------------------------------------------------------------------------------- /Starbucks_Landing_Page/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Starbucks_Landing_Page/index.html -------------------------------------------------------------------------------- /Starbucks_Landing_Page/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Starbucks_Landing_Page/script.js -------------------------------------------------------------------------------- /Starbucks_Landing_Page/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Starbucks_Landing_Page/style.css -------------------------------------------------------------------------------- /Temperature Wizard/images/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Temperature Wizard/images/favicon.ico -------------------------------------------------------------------------------- /Temperature Wizard/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Temperature Wizard/index.html -------------------------------------------------------------------------------- /Temperature Wizard/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Temperature Wizard/script.js -------------------------------------------------------------------------------- /Temperature Wizard/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Temperature Wizard/style.css -------------------------------------------------------------------------------- /To_Do_Express/4697260.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/To_Do_Express/4697260.png -------------------------------------------------------------------------------- /To_Do_Express/android-chrome-192x192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/To_Do_Express/android-chrome-192x192.png -------------------------------------------------------------------------------- /To_Do_Express/android-chrome-512x512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/To_Do_Express/android-chrome-512x512.png -------------------------------------------------------------------------------- /To_Do_Express/apple-touch-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/To_Do_Express/apple-touch-icon.png -------------------------------------------------------------------------------- /To_Do_Express/favicon-16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/To_Do_Express/favicon-16x16.png -------------------------------------------------------------------------------- /To_Do_Express/favicon-32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/To_Do_Express/favicon-32x32.png -------------------------------------------------------------------------------- /To_Do_Express/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/To_Do_Express/favicon.ico -------------------------------------------------------------------------------- /To_Do_Express/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/To_Do_Express/index.html -------------------------------------------------------------------------------- /To_Do_Express/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/To_Do_Express/script.js -------------------------------------------------------------------------------- /To_Do_Express/site.webmanifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/To_Do_Express/site.webmanifest -------------------------------------------------------------------------------- /To_Do_Express/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/To_Do_Express/style.css -------------------------------------------------------------------------------- /Tribute_Page_For_Atal_Bihar_Vajpaayee/favicon/android-chrome-192x192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Tribute_Page_For_Atal_Bihar_Vajpaayee/favicon/android-chrome-192x192.png -------------------------------------------------------------------------------- /Tribute_Page_For_Atal_Bihar_Vajpaayee/favicon/android-chrome-512x512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Tribute_Page_For_Atal_Bihar_Vajpaayee/favicon/android-chrome-512x512.png -------------------------------------------------------------------------------- /Tribute_Page_For_Atal_Bihar_Vajpaayee/favicon/apple-touch-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Tribute_Page_For_Atal_Bihar_Vajpaayee/favicon/apple-touch-icon.png -------------------------------------------------------------------------------- /Tribute_Page_For_Atal_Bihar_Vajpaayee/favicon/favicon-16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Tribute_Page_For_Atal_Bihar_Vajpaayee/favicon/favicon-16x16.png -------------------------------------------------------------------------------- /Tribute_Page_For_Atal_Bihar_Vajpaayee/favicon/favicon-32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Tribute_Page_For_Atal_Bihar_Vajpaayee/favicon/favicon-32x32.png -------------------------------------------------------------------------------- /Tribute_Page_For_Atal_Bihar_Vajpaayee/favicon/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Tribute_Page_For_Atal_Bihar_Vajpaayee/favicon/favicon.ico -------------------------------------------------------------------------------- /Tribute_Page_For_Atal_Bihar_Vajpaayee/favicon/site.webmanifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Tribute_Page_For_Atal_Bihar_Vajpaayee/favicon/site.webmanifest -------------------------------------------------------------------------------- /Tribute_Page_For_Atal_Bihar_Vajpaayee/images/atal-bihari-vajpayee-png-images-thumbnail-1640366759-removebg-preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Tribute_Page_For_Atal_Bihar_Vajpaayee/images/atal-bihari-vajpayee-png-images-thumbnail-1640366759-removebg-preview.png -------------------------------------------------------------------------------- /Tribute_Page_For_Atal_Bihar_Vajpaayee/images/atal-bihari-vajpayee-png-images-thumbnail-1640366759.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Tribute_Page_For_Atal_Bihar_Vajpaayee/images/atal-bihari-vajpayee-png-images-thumbnail-1640366759.jpg -------------------------------------------------------------------------------- /Tribute_Page_For_Atal_Bihar_Vajpaayee/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Tribute_Page_For_Atal_Bihar_Vajpaayee/index.html -------------------------------------------------------------------------------- /Tribute_Page_For_Atal_Bihar_Vajpaayee/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinkanother/web_development_project/HEAD/Tribute_Page_For_Atal_Bihar_Vajpaayee/style.css --------------------------------------------------------------------------------