Skip to content

For this site, I modified the css and html files by adding semantic structural elements, creating a logial structure and ensuring everything was in sequential order, adding alt attributes, making sure all of the links worked properly, and by adding a title. These changes allow the css and html to be more accessible, organized, and improved its f…

Notifications You must be signed in to change notification settings

jessnyj/refactoring-example-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Code Refactor for Horiseon

Site Picture

Site

Technologies Used

  • HTML
  • CSS

Summary

This site belongs to the Horiseon Marketing Agency. Within the site, it contains information about the many aspects their company specializes in including search engine optimization, online reputation management, and social media marketing.

Deployed Link

Work Involved

For this site, I modified the css and html files by adding semantic structural elements, creating a logial structure and ensuring everything was in sequential order, adding alt attributes, making sure all of the links worked properly, and by adding a title. These changes allow the css and html to be more accessible, organized, and improved its functionality.

Code Snippet

<header>
       <h1>Hori<span class="seo">seo</span>n</h1>
       <nav>
           <ul>
               <li><a href="#search-engine-optimization">Search Engine Optimization</a></li>
               <li><a href="#online-reputation-management">Online Reputation Management</a></li>
               <li><a href="#social-media-marketing">Social Media Marketing</a></li>
           </ul>
       </nav>
   </header>
<html>

</html>

Authors

UC Berkeley Coding Bootcamp

Jessny Joseph

Acknowledgments

Trilogy Education Services

About

For this site, I modified the css and html files by adding semantic structural elements, creating a logial structure and ensuring everything was in sequential order, adding alt attributes, making sure all of the links worked properly, and by adding a title. These changes allow the css and html to be more accessible, organized, and improved its f…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published