https://github.com/romashka-dev/love-case-website
This is a test project where I use HTML, BEM, SASS, gulp+webpack, JavaScript for developing
https://github.com/romashka-dev/love-case-website
Last synced: about 1 year ago
JSON representation
This is a test project where I use HTML, BEM, SASS, gulp+webpack, JavaScript for developing
- Host: GitHub
- URL: https://github.com/romashka-dev/love-case-website
- Owner: romashka-dev
- Created: 2022-08-16T15:48:40.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-02T11:15:42.000Z (over 3 years ago)
- Last Synced: 2025-02-14T06:36:34.925Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://romashka-dev.github.io/love-case-website/dist/
- Size: 7.32 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# love-case-website
To delope this test project I use HTML, CSS, BEM, SASS, gulp+webpack, JavaScript technologies
# Introduction
- Names space
- Code style
- Markup
## Names space
- Each branch must be named as *feature/BRAND-DATE-NAME* or *bugfix/BRAND-DATE-NAME*
- Primary class name for new page/block/section is individual which include one or two words
## Code style
- Use BEM
- CSS and JS must be code inside separate file, when you finish your task you'll get minify code inside folder dist
## Markup
- Use tag h1 with class name "__title" for all titles in the project
- Use tag h2 for sub-titles "__sub-titles"
- Use tag p with class name "__text" for all text in the project
- Use tag div with class name "__description" if you have 2 paragraphs or more