Skip to content

Latest commit

 

History

History
67 lines (43 loc) · 2.02 KB

README.md

File metadata and controls

67 lines (43 loc) · 2.02 KB

Code Refactor Starter Code

Description

  • 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"

Tasks completed

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

Installation

To run this project, navigate to:

To view project, navigate to https://rmburgos.github.io/module1_challenge/

Usage

module1_challenge

Built With

  • CSS
  • HTML

Credits

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

Tutorial instructions found here Tutorial link

Additional resources include:

License

Distributed under the MIT License. See LICENSE.txt for more information.