- BOOTCAMP MODULE 1 CHALLENGE
- Modified starter code to make an existing site more accessible and SEO-friendly.
- Applied scout rule, which when using someone else's code states:
"Always leave the code you are editing a little cleaner than you found it"
Code Refactor Steps:
- Combined redundant CSS code
- Deleted dead code in CSS
- Organized and simplified selectors in CSS
- Replaced non-semantic tags with semantic tags.
- Modified <title> to be descriptive for SEO and accessibility.
- Added descriptive comments to HTML and CSS page
To run this project, navigate to:
To view project, navigate to https://rmburgos.github.io/module1_challenge/
- CSS
- HTML
This project used starter code provided by the instructors and TAs of the Rice University Coding Bootcamp, including Mateo Wallace, Mark Alfano, Gerard Mennella
STARTER CODE downloaded from: https://github.com/coding-boot-camp/urban-octo-telegram
- Starter code contributors:
- Xander Rapstine
- George Yoo
Tutorial instructions found here Tutorial link
Additional resources include:
- https://www.w3schools.com/cssref/css_selectors.php
- https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Box_Model
- https://developer.mozilla.org/en-US/docs/Learn/CSS/Building_blocks/The_box_model
- https://coding-boot-camp.github.io/full-stack/git/getting-started-with-git
- https://coding-boot-camp.github.io/full-stack/github/professional-readme-guide
Distributed under the MIT License. See LICENSE.txt for more information.