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.
- Host: GitHub
- URL: https://github.com/andrewhamerly/code-refactor
- Owner: andrewhamerly
- License: mit
- Created: 2024-02-14T15:46:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-20T15:53:08.000Z (over 2 years ago)
- Last Synced: 2025-03-24T21:39:04.606Z (about 1 year ago)
- Topics: css, css3, html, html-css, html5, html5-css3, semantic-html, semantic-html5
- Language: HTML
- Homepage: https://andrewhamerly.github.io/code-refactor/
- Size: 52.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

```
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.