Skip to content

timmobrien/Bootcamp-challenge-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Challenge 1: Refactoring Horizeon SEO Website

Task

The client requested that their code to better follow accessibility standards in order to meet search engine optimisation requirements. Additionally, the code has been cleaned and commented in order to leave it in a better state than it was received.

index.html Changes

  1. Added semantic elements such as a header, footer & sections in order to replace some of the div's that gave no indication as to the structure of the website
  2. Added image alt attributes for accessibility
  3. Added a title for the webpage's tab bar
  4. Properly formatted code with double spaces instead of tabs

style.css Changes

  1. Comments added indicating the purpose of the properties
  2. Classes with identical properties are separated with commas to make the code more succinct
  3. Semantic changes made in the HTML file reflected in CSS file
  4. Structure changes to better follow semantic structure.

Screenshot

Screenshot

Link

https://timmobrien.github.io/Bootcamp-challenge-1/

About

Horizeon code refactor challenge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published