-
Notifications
You must be signed in to change notification settings - Fork 19
/
index.html
269 lines (222 loc) · 8.8 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Meta tag is used for providing information to the Search Engines -->
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Sandbox</title>
<!-- CSS File link and Bootstrap -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<link rel="stylesheet" href="css/main.css" />
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<!-- Favicon Link -->
<link rel="shortcut icon" href="images/logo.png" type="image/PNG" />
<!-- Awesome Fonts Link to StyleSheet -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css"
integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay" crossorigin="anonymous" />
</head>
<body>
<div id="landing" class="main-container">
<div id="container1">
<img src="images/logo.png" alt="logo" id="dev-logo" />
<h1 class="main-head">DevsCollab Sandbox</h1>
</div>
</div>
<div id="list-container " class="main-container container-fluid">
<div class="center"></div>
<div id="container2" style="text-align: center; margin:30px;">
<p>
Steps to follow for contributing to this Sandbox Project:
</p>
<span>
[Scroll down and click on the steps given below to learn, how to perform them]
</span>
<div class="step" aos="fade" data-aos="fade-right"
data-aos-offset="100"
data-aos-delay="50"
data-aos-duration="1000"
data-aos-easing="ease-out-back"
data-aos-mirror="true"
data-aos-once="false"
align="center">
<p class="steps">
Step 1:
<a href="https://git-scm.com/downloads" target="_blank">
Install Git on your PC <i class="fas fa-code-branch"></i>
</a>
</p>
</div>
<div class="step" data-aos="fade-left"
data-aos-offset="100"
data-aos-delay="50"
data-aos-duration="1000"
data-aos-easing="ease-out-back"
data-aos-mirror="true"
data-aos-once="false"
align="center">
<p class="steps">
Step 2:
<a href="https://youtu.be/HbSjyU2vf6Y" target="_blank">
Fork and Commit <i class="fab fa-youtube"></i>
</a>
<a href="https://github.com/devscollab/sandbox" target="_blank">
Fork this repository <i class="fas fa-code-branch"></i>
</a>
</p>
</div>
<div class="step" data-aos="fade-right"
data-aos-offset="100"
data-aos-delay="50"
data-aos-duration="1000"
data-aos-easing="ease-out-back"
data-aos-mirror="true"
data-aos-once="false"
align="center">
<p class="steps">
Step 3: Clone your forked repo on your own PC
</p>
</div>
<div class="step" data-aos="fade-left"
data-aos-offset="100"
data-aos-delay="50"
data-aos-duration="1000"
data-aos-easing="ease-out-back"
data-aos-mirror="true"
data-aos-once="false"
align="center">
<p class="steps">
Step 4: Change anything you want
</p>
</div>
<div class="step" data-aos="fade-right"
data-aos-offset="100"
data-aos-delay="50"
data-aos-duration="1000"
data-aos-easing="ease-out-back"
data-aos-mirror="true"
data-aos-once="false"
align="center">
<p class="steps">
Step 5: Push changes to your repo
</p>
</div>
<div class="step" data-aos="fade-left"
data-aos-offset="100"
data-aos-delay="50"
data-aos-duration="1000"
data-aos-easing="ease-out-back"
data-aos-mirror="true"
data-aos-once="false"
align="center">
<p class="steps">
Step 6: Create a pull request to main repo
</p>
</div>
<!--
<ol>
<li>
<a href="https://git-scm.com/downloads" target="_blank">
Install Git on your PC <i class="fas fa-code-branch"></i>
</a>
</li>
<li>
<a href="https://youtu.be/HbSjyU2vf6Y" target="_blank">
Fork and Commit <i class="fab fa-youtube"></i>
</a>
<ul>
<li>Fork
<a href="https://github.com/devscollab/sandbox" target="_blank">
this repository <i class="fas fa-code-branch"></i>
</a>
</li>
<li>Clone your forked repo on your own PC</li>
<li>
Change anything you want like image, bgcolor, text, font, etc.
(except this list)
</li>
<li>Push changes to your repo</li>
<li>Create a pull request to main repo</li>
</ul>
</li>-->
<li>
That's It! You've contributed for an open source project now
<br />
</li>
<li>
Keep Coding and changing some stuff around here till you become
comfortable with git commands
</li>
<li>
Ask any queries in the
<a href="https://discord.gg/JfKmqUh" target="_blank">Discord Server
<i class="fab fa-discord"></i></a>
so that everyone can help eachother in solving problems we face
</li>
<!-- <li> -->
<h3>You may also contact using any of the following ways :</h3>
<div id="icondiv">
<a href="https://twitter.com/devs_collab" target="_blank">
<i class="fab fa-twitter iconsize"></i>
</a>
<a href="https://instagram.com/devscollab" target="_blank">
<i class="fab fa-instagram iconsize"></i>
</a>
<a href="https://github.com/devscollab" target="_blank">
<i class="fab fa-github iconsize"></i>
</a>
<a href="mailto: devscollab@gmail.com"><i class="far fa-envelope iconsize"> </i></a>
<a href="https://discord.gg/JfKmqUh" target="_blank"><i class="fab fa-discord iconsize"> </i></a>
</div>
<!-- <ul> -->
<p class="text-center">
Email to -
</p>
<p class="text-center">
<a href="mailto: devscollab@gmail.com" class="email">devscollab@gmail.com</a>
</p>
<!-- </ul> -->
<!-- </li> -->
</ol>
</div>
<!-- WARNING,WARNING!!! Dont delete the div, needed to list contributors -->
<h2 class="text-center ml-5" style=" font-family: Montserrat, sans-serif";>Our Contributors</h2>
<br>
<div id="contributors" class="contri_Flex mb-5"></div>
<!-- WARNING,WARNING!!! Dont delete the div, needed to list contributors -->
</div>
<!-- <div class="edits-corner">
<h2 class="edits-corner-title">Edits Corner</h2>
<br>
<p class="edits"><strong class="editor">Amritpal:</strong>
Thanks, learnt what forking is.
</p><hr>
<p class="edits"><strong class="editor">Shubham:</strong>
New Member
</p><hr>
<p class="edits"><strong class="editor">Taha:</strong>
First Change !
</p><hr>
<p class="edits"><strong class="editor">Chirag:</strong>
First Contrib to open source.
</p><hr>
<p class="edits"><strong class="editor">Mehul:</strong>
Lorem Ipsum!
</p><hr>
</div> -->
<!-- To add your name to this list, just copy the one of the <p> tag codes from above,
and make the changes in the name and feedback, that's it. -->
<!-- JavaScript Files -->
<!-- Bootstrap js files -->
<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script>
<!-- Main JS File Link -->
<script src="js/main.js"></script>
<script src="./js/bmg_contributor.js"></script>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init();
</script>
</body>
</html>