https://github.com/amirhosseinnouri/cloud-hosting-front
A cloud hosting website using HTML and CSS
https://github.com/amirhosseinnouri/cloud-hosting-front
aosjs css html javascript normalize-css parcel-bundler
Last synced: 9 months ago
JSON representation
A cloud hosting website using HTML and CSS
- Host: GitHub
- URL: https://github.com/amirhosseinnouri/cloud-hosting-front
- Owner: amirhosseinNouri
- License: other
- Created: 2021-02-18T20:17:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-11-17T13:19:54.000Z (over 4 years ago)
- Last Synced: 2024-05-22T11:59:27.058Z (about 2 years ago)
- Topics: aosjs, css, html, javascript, normalize-css, parcel-bundler
- Language: HTML
- Homepage: https://cloud-hosting-front.netlify.app/
- Size: 5.03 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README

# Cloud Hosting Front

A cloud hosting website using HTML and CSS, just for practice styling.
This website is fully responsive and suitable for small and large screens.
## BEM
I used BEM which is a naming convention to separate logic from skins and have a better stylesheet.
We use three kinds of naming to specify a block, elements within that block, and its modifiers which change the skin on that block.
You can read more about it [here](https://css-tricks.com/bem-101/).
## Object-oriented CSS
I also tried to use object-oriented CSS principles to write a more maintainable style.
Check this awesome technique [here](https://www.smashingmagazine.com/2011/12/an-introduction-to-object-oriented-css-oocss/).
## Website
**Check out the final result [here](https://cloud-hosting-front.netlify.app/) (you should probably use a VPN).**