/challenge-horiseon

Code refactorized to follow semantic html

Primary LanguageHTMLMIT LicenseMIT

Horiseon Code Refactor Project

Description

This project is a code refactor for the Horiseon website homepage. The purposes of this refactoring is to make the previous code more efficient, comprehensible and accessible.This refactoring should also result in improved search engine optimization. The modification does not change the displayed styling of the page, only the underlying code.

Tasks completed

  • Redundant classes were consolidated
  • HTML elements were replaced with semantic HTML elements
  • Alt text was added to images
  • Explanatory comments were provided in the HTML document
  • CSS was reorganized to follow a logical structure
    • Classes and elements were separated, then ordered alphabetically within each group
    • Comments added to delineate each separation
  • A descriptive title was added

Usage

Once deployed the application can be viewed in a traditional desktop web browser. It it not yet optimized for smaller screens.

Credits

Collaborators on this project included instructional staff, TAs, and students from University of Central Florida. A special thanks to my demon cat, Nugget, for constantly laying on my keyboard and providing unncessary code.

References and tutorials utilized

Links

Screenshots

License

MIT License

Copyright (c) [2022] [Mary Elenius]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.