https://github.com/hatamiarash7/code-guide
Standards for developing consistent, flexible, and sustainable HTML and CSS.
https://github.com/hatamiarash7/code-guide
code-guide css html html-css
Last synced: about 2 months ago
JSON representation
Standards for developing consistent, flexible, and sustainable HTML and CSS.
- Host: GitHub
- URL: https://github.com/hatamiarash7/code-guide
- Owner: hatamiarash7
- License: mit
- Created: 2019-11-29T10:40:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-01T23:41:17.000Z (over 1 year ago)
- Last Synced: 2025-06-08T06:40:43.387Z (10 months ago)
- Topics: code-guide, css, html, html-css
- Language: SCSS
- Homepage: https://cg.arash-hatami.ir
- Size: 1.43 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Code Guide
Standards for developing consistent, flexible, and sustainable HTML and CSS.
Start reading ☞
---
## Setup
Code Guide is built on Jekyll and hosted on GitHub Pages. To install Jekyll:
```sh
gem install jekyll
```
To start the local server:
```sh
jekyll serve
```
Open `localhost:4000` in your browser.
## License
Released under MIT by, and copyright, @mdo.
## Translations
Translations are maintained by their creators and may not always be up to date with the original here.
- [English ( Main Repo )](https://github.com/mdo/code-guide)
- [Chinese](http://zoomzhao.github.io/code-guide/) - Translated by [Zoom Zhao](https://github.com/ZoomZhao)
- [Chinese](http://codeguide.bootcss.com/) - Translated by [Wang Sai](https://github.com/wangsai)
- [Dutch](http://chunfeilung.github.io/code-guide/) - Translated by [Chun Fei Lung](https://github.com/chunfeilung)
- [French](http://pixelastic.github.io/code-guide/) - Translated by [Tim Carry](https://github.com/pixelastic/)
- [German](http://BackendButters.github.io/code-guide/) - Translated by [BackendButters](https://github.com/BackendButters)
- [Hindi](https://hidaytrahman.github.io/code-guide/) - Translated by [Hidaytullah Rahmani](https://github.com/hidaytrahman)
- [Indonesian](http://diagramatics.github.io/code-guide-id) - Translated by [Steven Sinatra](http://diagramatics.me)
- [Japanese](http://kia-king.com/code-guide/) - Translated by [Kia King Ishii](https://github.com/kiaking)
- [Korean](http://code-guide.aliencube.org/) - Translated by [Aliencube](https://github.com/aliencube)
- [Persian](https://cg.arash-hatami.ir/) - Translated by [Arash Hatami](https://github.com/hatamiarash7)
- [Polish](http://bondarewicz.github.io/code-guide/) - Translated by [Łukasz Bondarewicz](https://github.com/bondarewicz)
- [Portuguese](http://diegoeis.github.io/code-guide/) - Translated by [Diego Eis](http://tableless.com.br/)
- [Romanian](http://vmazare.github.io/code-guide-romanian/) - Translated by [Valeriu Mazare](https://github.com/vmazare)
- [Russian](http://sadcitizen.github.io/code-guide/) - Translated by [Eugene Abrosimov](https://github.com/sadcitizen)
Have a translation you'd like to link to? Open a pull request to add it here. Be sure to keep it alphabetical.
<3