Skip to content

Sabeen44/Code-Refactor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Code-Refactor

The goal of this project is to edit the codebase(html/css) so that it follows accessibility standards. This way the site is optimized for search engines.

Getting Started

To begin with, index.html was code was:
-Updated with semantic HTML.
-Kept in a logical structure.
-Added accessbile alt attributes. -CSS refactored for better code readability.

Technologies Used

  • HTML - used to create elements on the DOM
  • CSS - styles html elements on page
  • Git - version control system to track changes to source code
  • GitHub - hosts repository that can be deployed to GitHub Pages

Code Refactor Example

element was changed to a element. Nav tag added.

Non-Semantic Element

Semantic Element

Horiseon

Learning Points

Writing semantic HTML that follows a logical structure makes your code easier to read and understand. Furthermore, it makes your application more accessbile as screen readers and browsers can interpret Semantic HTML better.

Deployed Link

Code edited by

  • **Sabeen Chaudhry **

License

This project is licensed under the MIT License

Acknowledgments

UCB Coding Bootcamp Team

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors