CodeNameNoah / Site-Refactor

A project where I worked on refactoring primarily CSS codes to provide faster processing and easier access all the while improving overall web accessibility

Home Page:https://codenamenoah.github.io/Site-Refactor/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Site Refactoring

Description

I was eager to overcome this challenge in which I was requested to refactor and fix broken code strands within the HTML and CSS files provided. This project was built to showcase my skills in refactoring, identifying invalid lines of code while replacing non-semantic <div> tags with semantic html5 tags. My project ultimately educates any like-minded peers on how to refactor, implement semantic tags, and to enhance any site's ranking with satisfied accessibility standards on common search engines. I was able to learn how to be more efficient with setting up style sheets to be organized to prevent headaches in the future when I may return to borrow or polish my skills.

Take A Look At My Website!

HorisonMini


If you noticed, you can click on links to position your view onto the respective sections.

Installation

To Clone My Repository Using CLI

  1. Click on the green code button and copy the link for the SSH key.
  2. Once clip-boarded load up a command line interface and change directory to one of your preference
  3. Enter in the command git clone git@github.com:CodeNameNoah/Site-Refactor.git
  4. Enter your protected SSH password
  5. Enjoy!

To Download My Repository as a ZIP File

  1. Click on the green code button
  2. In the bottom of the drop-down menu, click Download Zip
  3. Enjoy!

github

Usage

N/A

Credits

https://www.pluralsight.com/guides/semantic-html

License

Copyright (c) Microsoft Corporation. All rights reserved.

Licensed under the MIT license.


About

A project where I worked on refactoring primarily CSS codes to provide faster processing and easier access all the while improving overall web accessibility

https://codenamenoah.github.io/Site-Refactor/

License:MIT License


Languages

Language:HTML 63.9%Language:CSS 36.1%