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

https://github.com/andrewhamerly/code-refactor

A project to learn best practices for code refacting with semantic HTML5 and CSS3.
https://github.com/andrewhamerly/code-refactor

css css3 html html-css html5 html5-css3 semantic-html semantic-html5

Last synced: about 1 month ago
JSON representation

A project to learn best practices for code refacting with semantic HTML5 and CSS3.

Awesome Lists containing this project

README

          

# Code Refactor - Module #1 Challenge

## Description

A project to learn best practices for code refacting with HTML and CSS. This project was built to reenforce learning the concept of HTML and CSS with proper semantic elements, commenting, and organization. This helps to bridge my previous knowledge with modern best practices when working with a project that is lacking semantic elements or duplicated efforts with code. I learned that less is more and order is important.

## Installation

To install this repo, simply copy the repo and use git clone in your command line along with the copied repo url with your preferred method.

```bash
git clone git@github.com:andrewhamerly/code-refactor.git
```

## Usage

Useful for displaying seo and marketing services for a service-based business.

```md
![Horiseon Code Refactor](assets/images/Horiseon-Code-Refactor-Website-Example.png)
```

Link to deployed application:
[Horiseon Code Refactor](https://andrewhamerly.github.io/code-refactor/)

## Credits

I used this blog post as a reference for HTML best practices: https://www.ohmycrawl.com/technical-seo/main-vs-body/

## License

The license can be found in the license file listed within the project.