Skip to content

Commit 98cbbb6

Browse files
authored
Merge branch 'sahil-sagwekar2652:main' into doc
2 parents 48430f7 + b56bd07 commit 98cbbb6

File tree

10 files changed

+553
-7
lines changed

10 files changed

+553
-7
lines changed

CODE_OF_CONDUCT.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Code of Conduct
2+
3+
We are committed to providing a friendly, inclusive, and safe environment for all participants in our project repository. This code of conduct outlines our expectations for behavior and ensures that everyone can collaborate in a positive and respectful manner. By participating in this project, you agree to abide by this code of conduct.
4+
5+
## 1. Be Respectful and Inclusive
6+
7+
Treat all participants with respect and courtesy, regardless of their race, ethnicity, nationality, gender identity, sexual orientation, age, disability, religion, or any other personal characteristics. Create an inclusive and welcoming environment for everyone to contribute.
8+
9+
## 2. Foster a Collaborative Atmosphere
10+
11+
Encourage open and constructive discussions. Be receptive to different ideas and perspectives. Avoid personal attacks, harassment, or any form of offensive or derogatory language or behavior.
12+
13+
## 3. Be Mindful of Language and Tone
14+
15+
Use clear and inclusive language when communicating in discussions, comments, and documentation. Be mindful of how your words may be perceived by others. Refrain from using offensive, discriminatory, or inflammatory language.
16+
## 4. Exercise Empathy and Understanding
17+
18+
Take into account that participants may have different backgrounds and experiences. Be considerate and understanding when communicating with others. If a misunderstanding occurs, seek to resolve it in a peaceful and respectful manner.
19+
20+
## 5. Respect Privacy and Confidentiality
21+
22+
Respect the privacy and confidentiality of others. Do not share personal information without consent. Be cautious when handling sensitive data and ensure compliance with relevant privacy laws and regulations.
23+
24+
## 6. Report Incidents
25+
26+
If you witness or experience any behavior that violates this code of conduct, promptly report it to the project maintainers or administrators. Provide as much detail as possible to help in the investigation. All reports will be handled confidentially and with discretion.
27+
28+
## 7. Enforcement
29+
30+
Violation of this code of conduct may result in temporary or permanent restrictions on participation in the project repository. Project maintainers and administrators reserve the right to enforce this code of conduct and take appropriate actions to address any misconduct or breaches of conduct.
31+
32+
33+
## 8. Acknowledgment
34+
35+
We value and appreciate everyone's contributions to our project repository. By following this code of conduct, we can create a supportive and inclusive environment where collaboration and growth thrive.

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ If you want to ask a question, join the 'GitHub Automation scripts' project chan
2222

2323
Before you ask a question, it is best to search for existing [Issues](https://github.com/sahil-sagwekar2652/GitHub-Automation-scripts.git/issues) that might help you. It is also advisable to search the internet for answers first.
2424

25-
If you then still feel the need to ask a question and need clarification, we recommend the following:
25+
If you still feel the need to ask a question and need clarification, we recommend the following:
2626

2727
- Provide as much context as you can about what you're running into.
28-
- Provide details about the your OS and environment.
28+
- Provide details about your OS and environment.
2929

3030

3131
## How To Contribute
@@ -40,4 +40,4 @@ If you then still feel the need to ask a question and need clarification, we rec
4040

4141
## Styleguides
4242

43-
This project uses the Flake8 linter to lint the Python code. If you are using VSCode, I would suggest installing the [Flake8 linter extension](https://marketplace.visualstudio.com/items?itemName=ms-python.flake8) for VSCode.
43+
This project uses the Flake8 linter to lint the Python code. If you are using VSCode, I would suggest installing the [Flake8 linter extension](https://marketplace.visualstudio.com/items?itemName=ms-python.flake8) for VSCode.

README.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# GitHub Automation Scripts 🤖
22
![](https://github.com/sahil-sagwekar2652/GitHub-Automation-scripts/workflows/Flake8Linter/badge.svg)
33

4-
This repository hosts scripts written in bash script and python to automate common Git/GitHub workflows. Normally to connect a local repository to GitHub one has to go to the GitHub website, create a new respository and then add the new GitHub repo as a remote for your local repository. The [create_repo](scripts/create_repo) script automates this process.
4+
This repository hosts scripts written in bash and python to automate common Git/GitHub workflows. Normally to connect a local repository to GitHub one has to go to the GitHub website, create a new respository and then add the new GitHub repo as a remote for your local repository. The [create_repo](scripts/create_repo) script automates this process.
55

66
[![GitHub-Automation-scripts](https://github-readme-stats.vercel.app/api/pin/?username=sahil-sagwekar2652&repo=GitHub-Automation-scripts&theme=dark)](https://github.com/sahil-sagwekar2652/GitHub-Automation-scripts)<br/>
77

@@ -34,13 +34,17 @@ This repository hosts scripts written in bash script and python to automate comm
3434
## Tech 🖥️
3535
[![My Skills](https://skillicons.dev/icons?i=py,bash,git,github&perline=4)](https://skillicons.dev)
3636

37+
38+
## 🏗️ Installation
39+
3740
## Getting Started
3841

3942
To install and configure the project on your system locally, use the command mentioned below:
4043

4144
```curl https://raw.githubusercontent.com/sahil-sagwekar2652/GitHub-Automation-scripts/main/.setup/install.sh | bash```
4245

4346
## Installation
47+
4448
##### Requirements:
4549
- [Git Bash](https://git-scm.com/downloads) installed on your computer.
4650
- **GitHub personal access token**. (Go to your GitHub profile -> Settings -> Developer settings -> Personal Access Tokens -> Create new token with all the repository permissions)
@@ -114,12 +118,18 @@ The result is a local respository is created with a connected remote repository
114118
- Checkout the issues tab to find ideas!
115119

116120
- Want to contribute? Great!
117-
Make sure to go through the [Contributor's Guide](CONTRIBUTING.md). Trust me it wont take long ;)
121+
Make sure to go through the [Contributor's Guide](CONTRIBUTING.md). Trust me it wont take long ;).
122+
118123

124+
## 🪪 License
119125

120-
## License
126+
[![License](https://img.shields.io/github/license/Ileriayo/markdown-badges?style=for-the-badge)](LICENSE)
127+
128+
129+
This project is licensed under the MIT license. For more information, please refer to the LICENSE file.
130+
131+
We hope you find these automation scripts helpful in streamlining your Git and GitHub workflows
121132

122-
[![Licence](https://img.shields.io/github/license/Ileriayo/markdown-badges?style=for-the-badge)](LICENSE)
123133

124134

125135
## Contributors
@@ -128,3 +138,4 @@ Make sure to go through the [Contributor's Guide](CONTRIBUTING.md). Trust me it
128138
<a href="https://github.com/sahil-sagwekar2652/GitHub-Automation-scripts/graphs/contributors">
129139
<img src="https://contrib.rocks/image?repo=sahil-sagwekar2652/GitHub-Automation-scripts" />
130140
</a></p>
141+

css/style.css

Lines changed: 181 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,181 @@
1+
2+
body {
3+
display: flex;
4+
flex-direction: column;
5+
min-height: 100vh;
6+
background: linear-gradient(to bottom, #ffffff, #ffffff);
7+
}
8+
9+
10+
/* View Port Style */
11+
12+
.Viewcontainer {
13+
margin: 1.2rem 1.2rem;
14+
display: flex;
15+
justify-content: center;
16+
align-items: center;
17+
18+
}
19+
20+
.icon {
21+
transition: all 0.3s ease;
22+
}
23+
24+
.icon:hover {
25+
transform: scale(1.2);
26+
}
27+
28+
.icon:hover ~ .icon {
29+
transform: scale(0.8);
30+
}
31+
32+
/* ENDS----------->>>>>>> */
33+
34+
35+
36+
37+
/* Tabs Section Style */
38+
main {
39+
flex: 1;
40+
flex-wrap: wrap;
41+
}
42+
43+
.github-link {
44+
display: flex;
45+
align-items: center;
46+
}
47+
48+
.github-link a {
49+
display: flex;
50+
align-items: center;
51+
text-decoration: none;
52+
color: #333;
53+
}
54+
55+
.github-link a:hover {
56+
color: #0366d6;
57+
}
58+
59+
.github-link i {
60+
margin-right: 0.5rem;
61+
}
62+
63+
64+
#how-to-use p {
65+
font-family: 'Open Sans', sans-serif;
66+
font-weight: 700;
67+
color: #333;
68+
}
69+
70+
code {
71+
white-space: pre-wrap;
72+
}
73+
74+
#how-to-use code {
75+
font-weight: 400;
76+
background-color: #f5f5f5;
77+
color: #333;
78+
padding: 0.25rem 0.5rem;
79+
border-radius: 4px;
80+
}
81+
82+
/* ENDS------->>>>>>>>>>>> */
83+
84+
85+
/* description Style */
86+
87+
.desc-container{
88+
display: flex;
89+
flex-wrap: wrap;
90+
flex-grow: 1;
91+
}
92+
93+
.description-section {
94+
display: flex;
95+
96+
flex-wrap: wrap;
97+
justify-content: space-around;
98+
align-items: center;
99+
margin:2.4rem 2.4rem;
100+
101+
}
102+
103+
.description-section .image-container {
104+
max-width: 900px;
105+
}
106+
107+
.description-section .image-container img {
108+
padding: 2rem 2rem;
109+
border-radius: 8px;
110+
animation: floatAnimation 4s ease-in-out infinite alternate;
111+
}
112+
113+
.description-section .content-container {
114+
115+
max-width: 600px;
116+
117+
}
118+
119+
.description-section .title {
120+
font-family: 'Roboto', sans-serif;
121+
font-size: 1.5rem;
122+
font-weight: 700;
123+
margin-bottom: 0.5rem;
124+
color: #333;
125+
}
126+
127+
.description-section .description {
128+
font-family: 'Roboto', sans-serif;
129+
font-size: 1.2rem;
130+
font-weight: 400;
131+
color: #666;
132+
}
133+
134+
@keyframes floatAnimation {
135+
0% {
136+
transform: translateY(-20px);
137+
}
138+
100% {
139+
transform: translateY(20px);
140+
}
141+
}
142+
143+
/* ENDS--------->>>>>>>>> */
144+
145+
146+
/* Contribute Guid */
147+
.contribute-guide h1 {
148+
font-family: 'Roboto', sans-serif;
149+
font-size: 2xl;
150+
font-weight: 700;
151+
color: #333;
152+
}
153+
154+
.contribute-guide p {
155+
font-family: 'Roboto', sans-serif;
156+
font-size: 1rem;
157+
font-weight: 400;
158+
color: #666;
159+
}
160+
161+
.contribute-guide .link {
162+
font-family: 'Roboto', sans-serif;
163+
font-size: 1rem;
164+
font-weight: 400;
165+
color: #333;
166+
text-decoration: underline;
167+
}
168+
169+
/* ENDS------->>>>>>>>>>>>> */
170+
171+
172+
173+
174+
175+
/* Footer Style */
176+
177+
footer {
178+
margin-top: auto;
179+
}
180+
181+
/* ENDS ------------->>>>>>>>> */

graphics/back.jpg

475 KB
Loading

graphics/repo.jpg

149 KB
Loading

0 commit comments

Comments
 (0)