Skip to content

Sbehashti/Code-Refactor-For-Horiseon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Refactoring Code For Horiseon Webpage

Description

This is an example of using Semantic HTML and applying Style with CSS to the Horiseon Webpage while refactoring the given code. I was tasked with addressing certain bugs and issues in regards to the Horiseon Webpage to allow for a better flow and structure to more efficently provid einformation not only to a website visitor, but also to the hardware the webpage is accesed from, specifically a desktop.

Table Of Contents

  1. Acceptance Criteria
  2. Refactor/Adjustments To Code
  3. Application/Deployed Page URL
  4. Deployed Page
  5. Credits

Acceptance Criteria

  • 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 element, 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;

Refactor/Adjustments To Code

  • Added a website title to display in web browser tab and define webpage
  • Refactored HTML to include Semantic Elements to define the different aspects of the webpage to provide structure and order
  • Refactored Style Sheet using CSS and debugged sheet by removing duplicate code and linking certain HTML elements together to have a common CSS Style applied to these elements

Application/Deployed Page URL

https://sbehashti.github.io/Code-Refactor-For-Horiseon/

Deployed Page

_C__Users_sbeha_bootcamp_semantic-html_index html

Credits

About

An example of using Semantic HTML and applying Style with CSS to the Horiseon Webpage while refactoring the given code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors