Skip to content
This repository was archived by the owner on May 5, 2023. It is now read-only.

Commit cf7557a

Browse files
authored
Merge pull request #78 from DesignSystemsOSS/v2.0
Heading Added Merging under the review of @yashsehgal
2 parents 3f52891 + 2c7c59f commit cf7557a

85 files changed

Lines changed: 304 additions & 6619 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Let's get started then!
2525
1. Open the terminal and create a clone of the project to download all the files of the project.
2626
```
2727
git clone https://github.com/<user-name>/eccentrictouch.git
28-
cd <repository-name>
28+
cd eccentrictouch
2929
```
3030
2. Make sure you are on the correct branch(refer to code of conduct)
3131
```

HOW_TO_CODE.md

Lines changed: 1 addition & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -1,71 +1 @@
1-
# HOW TO CODE
2-
3-
**Summary**
4-
- Syntax of writing CSS.
5-
- File System explanation.
6-
7-
## Syntax of writing CSS
8-
9-
**Why Classes over IDs**
10-
11-
Classes can be reused. IDs should be unique on a page. This means that if you attach a style to an ID, you won't be able to reuse it within the same webpage.
12-
13-
**How to give class names**
14-
15-
EccentricTouch - CSS Codebase has a specific way of writing code. All the ways of writing methods are pre-defined and we need to follow that only, at the time of development.
16-
17-
***All the CSS writing methods are given below:***
18-
- Class names are having underscore (_) between words/keywords.
19-
Like `<class_name>`. For eg. `header_bottom`
20-
21-
- Class names with variations will follow the above rule with a dash (-) between the class_name and variation. Like `<class_name>-<variation_name>`. For eg. `header_bottom-transparent`.
22-
23-
## File System Explanation
24-
25-
**Codebase @branch:development**
26-
27-
```
28-
> (root)---|
29-
|
30-
|---(.github)...
31-
|
32-
|--(src)--|
33-
| |
34-
| |---(bin)----|
35-
| | |---(assets)...
36-
| | |___files.js
37-
| |---(lib)----|
38-
| | |
39-
| | |---(animations)...
40-
| | |---(buttons)...
41-
| | |---(components)...
42-
| | |---(contents)...
43-
| | |---(effects)...
44-
| | |---(fonts)...
45-
| | |---(footers)...
46-
| | |---(headers)...
47-
| | |---(images)...
48-
| | |
49-
| | |___eccentric.css
50-
| | |___eccentric.css.map
51-
| | |___eccentric.scss
52-
| | |
53-
| | |___index.js
54-
| | |___moduleTests.htm
55-
| | |___variables.css
56-
| | |___variables.css.map
57-
| | |___variables.scss
58-
| |
59-
| |
60-
| |---(tests)---|
61-
| | |___app.js
62-
| | |___index.htm
63-
| ...
64-
|
65-
|___CODE_OF_CONDUCT.md
66-
|___CONTRIBUTING.md
67-
|___HOW_TO_CODE.md
68-
|___LICENSE
69-
|___README.md
70-
71-
```
1+
## How to Code

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright 2021-2022 The DesignSystems
189+
Copyright 2021-2022 The DesignSystems, Eccentric Touch
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

bottomHeader.png

-112 KB
Binary file not shown.
-11.9 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
-14.8 MB
Binary file not shown.

0 commit comments

Comments
 (0)