https://github.com/mstephen19/bcb-hw-1
Refactored broken code. Berkeley Bootcamps homework assignment.
https://github.com/mstephen19/bcb-hw-1
css html
Last synced: about 2 months ago
JSON representation
Refactored broken code. Berkeley Bootcamps homework assignment.
- Host: GitHub
- URL: https://github.com/mstephen19/bcb-hw-1
- Owner: mstephen19
- Created: 2021-09-13T22:07:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-16T00:26:47.000Z (over 3 years ago)
- Last Synced: 2025-02-04T22:14:34.490Z (4 months ago)
- Topics: css, html
- Language: HTML
- Homepage: https://mstephen19.github.io/bcb-hw-1/
- Size: 49.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Code Refactor
In this project, I refactored the "Horiseon" website's HTML and CSS files. Originally, there were a lot of unsemantic elements being used, which I replaced with various semantic HTML elements that served the same function, yet provided better accessibility. In the CSS file, there were a lot of unnecessary repetitions of the same styles, as well as a lot of unnecessary classes. These were also fixed and consolodated. Finally, there was a broken button, so that got fixed as well.

## Getting Started
In order to edit the code, copy the SSH key, open Terminal, choose your diretory, then clone the repository into your chosen directory. Then, the folder will be openable on any IDE.
## Built With
* [HTML](https://developer.mozilla.org/en-US/docs/Web/HTML)
* [CSS](https://developer.mozilla.org/en-US/docs/Web/CSS)## Deployed Link
* [See Live Site](https://mstephen19.github.io/bcb-hw-1/)
## Authors
**Matt Stephens**
- [Github](https://github.com/mstephen19)
- [LinkedIn](https://www.linkedin.com/in/mstephen19/)