https://github.com/microcodeincorporated/html-css-sg
MicroCODE's HTML-CSS Style Guide.
https://github.com/microcodeincorporated/html-css-sg
Last synced: 4 months ago
JSON representation
MicroCODE's HTML-CSS Style Guide.
- Host: GitHub
- URL: https://github.com/microcodeincorporated/html-css-sg
- Owner: MicroCODEIncorporated
- License: mit
- Created: 2022-03-05T01:17:02.000Z (over 4 years ago)
- Default Branch: Production
- Last Pushed: 2022-03-05T01:27:46.000Z (over 4 years ago)
- Last Synced: 2025-08-17T01:14:33.834Z (10 months ago)
- Size: 1.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HTML-CSS Style Guide
MicroCODE's HTML-CSS Style Guide.
## Description
This HTML-CSS (.html) Style Guide used by all coders involved in a MicroCODE project.
This defines our documentation rules, code style rules, and code ordering rules.
## Getting Started
### Dependencies
* This Style Guide was started from the MIT xPRO CSS Style Guide.
* The MIT xPRO Style Guide was created from the AirBnb CSS Style Guide.
* We have taken those guides and applied our limited Web experience in an attempte to make it our own.
### Installing
* This is just a PDF to read, but be sure to use it in conjunction with our HTML-CSS Code Templates.
```
mcodeTemplate.html
mcodeTemplate.js
```
## Help
If there is anyting you do not understand about using this guide (along with our templates) get with other team members.
Do NOT make assumptions about it use.
## Terminology
| Word or Acronym | Description/Definition |
|-------------------|-------------------------------------------------------|
| Template | A file used to start others to ensure code and documentation consistency.
| ES5, ES6 | Different revisions of the HTML-CSS (ECMAScript) language standard.
| HTML-CSS-SG | MicroCODE's HTML-CSS Style Guide. (Available on GitHub).
## Authors
Contributors names and contact info
* Timothy J McGuire [@TimothyMcGuire](https://twitter.com/TimothyMcGuire)
## Version History
* 0.0
* Initial Release
## License
This project is licensed under the MIT License - see the LICENSE.md file for details
## Acknowledgments
Inspiration, code snippets, etc.
* [AirBnb's CSS StyleGuide](https://github.com/airbnb/CSS)