Skip to content

bracamon/bracamon_hw_01_CodeRefactor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

Homework Assignment 01 - Code Refactor for Horiseon

Objective

The goal of this exercise is to refactor existing code such that it meets the following critera set forth by the client:

  • GIVEN a webpage meets accessibility standards

  • WHEN I view the source code
    THEN I find semantic HTML elements

  • WHEN I view the structure of the HTML elements
    THEN I find that the elements follow a logical structure independent of styling and positioning

  • WHEN I view the image elements
    THEN I find accessible alt attributes

  • WHEN I view the heading attributes
    THEN they fall in sequential order

  • WHEN I view the title element
    THEN I find a concise, descriptive title

Actions

The HTML and CSS files reflect updates that include the following actions:

  • Alt and title text for all images and icons for the purpose of complying with accessibility and search engine optimization standards.

  • Removal of redundant code so that CSS reads more efficiently.

  • Reorganization of CSS such that it mirrors structure of the HTML code.

  • Utilization of the default browser to ensure that the visual representation of the updated HTML and CSS files coincides with the source code output.

Web Link and Preview

GitHub Page Link

Horiseon Web Preview

Acknowledgements

Thank you Jacky(tongjac) for peer-reviewing. Looking forward to continuing to learn alongside you.

About

Boot Camp Homework 02 Homework - Code Refactor

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published