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

Commit b1a047b

Browse files
authored
Merge pull request #76 from yashsehgal/v2.0
v2.0 Updates Merging this PR
2 parents 4343ef9 + 2f19d7b commit b1a047b

83 files changed

Lines changed: 17 additions & 6548 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.

β€ŽREADME.mdβ€Ž

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,19 @@ In your your journey from forking to merging of pull request, these are tools th
6565
<table>
6666
<tr>
6767
<td align="center"><a href="https://yashsehgal.github.io/portfolio_v_2"><img src="https://avatars.githubusercontent.com/u/62352288?s=460&u=cfea168f1bfd96b93710d9b3b9dda77283768452&v=4" width="100px;" alt=""/><br /><sub><b>Yash Sehgal</b> (Founder)</sub></a><br /><a title="Founder">πŸ’‘</a></td>
68+
69+
<td align="center"><a href="https://www.linkedin.com/in/jaspreet-singh-saini-a916111b2/"><img src="https://avatars.githubusercontent.com/u/75212002?v=4" width="100px;" alt=""/><br /><sub><b>Jaspreet Singh</b> (Developer)</sub></a><br /><a title="Founder">6️⃣ 9️⃣</a></td>
70+
71+
<td align="center"><a href="https://www.linkedin.com/in/atharva-gadkari-0974b11b6/"><img src="https://avatars.githubusercontent.com/u/74293435?v=4" width="100px;" alt=""/><br /><sub><b>Atharva Gadkari</b> (Developer)</sub></a><br /><a title="Founder"> πŸ‘¨β€πŸ’» </a></td>
72+
73+
<td align="center"><a href="https://www.linkedin.com/in/kompal-poorkar-2710231bb/"><img src="https://avatars.githubusercontent.com/u/75424966?v=4" width="100px;" alt=""/><br /><sub><b>Kompal Poorkar</b> (Developer)</sub></a><br /><a title="Founder">πŸ‘©β€πŸ’»</a></td>
6874
</tr>
75+
76+
<tr>
77+
78+
<td align="center"><a href="https://github.com/nicoolel"><img src="https://avatars.githubusercontent.com/u/56747239?v=4" width="100px;" alt=""/><br /><sub><b>Nicole Lee
79+
</b> (Contributor)</sub></a><br /><a title="Founder">πŸ‘©</a></td>
80+
</tr>
81+
82+
6983
</table>

β€ŽbottomHeader.pngβ€Ž

-112 KB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
Β (0)