Skip to content

A refactoring project that taught me the concepts of accessibility, code semantics, and writing clean & concise code.

Notifications You must be signed in to change notification settings

MartinRenteria/Code-Refactor-Horiseon-Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 

Repository files navigation

UWCB-HW01-Code-Refactor-Horiseon-Website

Homework assignment #1: Code refactor

Task:

Refactoring an existing codebase to allow it to follow accessibility standards and having it optimized for search engines.

Changes that were made:

HTML:

Fixed search engine optimization link.
Changed certain div tags to semantic HTML elements like header, main, section, aside to meet proper HTML semantics.
Changed the title of the webpage.
Added alt attributes to images to add accessibility.
Added indentation to rows of code to make it easier to read.
Changed class to Id's when appropriate to specific containers.

CSS: Added functionality comments to classes and elements
Added classes/elements that sustained website functionality.
Reformatted classes to Id's when appropriate.

Link:

Here is the link to both websites:

Live site: https://martinrenteria.github.io/UWCB-HW01-Code-Refactor-Horiseon-Website/

Github repository: https://github.com/MartinRenteria/UWCB-HW01-Code-Refactor-Horiseon-Website.git

Screenshot (31) Screenshot (32) Screenshot (33) Screenshot (34) Screenshot (35) Screenshot (36)

About

A refactoring project that taught me the concepts of accessibility, code semantics, and writing clean & concise code.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published