An open API service indexing awesome lists of open source software.

https://github.com/wonjong2/week1_hw


https://github.com/wonjong2/week1_hw

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

#

## Description

To make this web site rank higher in search engines and let the people with disabilities can access easier to it, I did refactoring old code to meet the web accessibility standard without any changes in current look of the web site.

- Replaces 'div' tags with proper semantic tags like 'header', 'nav', 'footer', 'section' and 'aside' tags in both html and CSS files
- Adds 'main' tag which includes 'section' and 'aside' tags
- Adds 'alt' atttibute into img elements
- Changes title of this web site
- Changes the name of classes to consolidate the selectors
- Adds 'id' attribute into 'section' element to jump to 'Search Engine Optimization' content when user clicks 'Search Engine Optimization' item in top menu

## Web Site's URL

- [Web Site : Services provided by Horiseon](https://wonjong2.github.io/Week1_HW/)

## Git Hub URL for this Web Site

- [Git Hub](https://github.com/wonjong2/Week1_HW)