forked from Syknapse/Contribute-To-This-Project
-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathindex.html
291 lines (280 loc) · 13 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
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="stylesheet" href="assets/style.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:400,700" />
<link href="https://fonts.googleapis.com/css2?family=Domine&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v6.4.2/css/all.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css" />
<link rel="icon" type="image/png" href="favicon.png" />
<title>Contribute To This Project</title>
<script type="module" src="assets/script.js" defer=""></script>
</head>
<body>
<div class="container">
<nav class="navbar">
<div class="logo"><img src="./codeforgelogo.jpg" alt="coding club logo" width="75px" height="75px">
<h2>CodeForge-NIAMT Ranchi</h2>
</div>
</nav>
<div class="row">
<div class="column">
<!-- Night Mode Creation -->
<div class="nightmode">
<div class="toggle-box">
<input type="checkbox" name="checkbox1" id="toggle-box-checkbox" />
<label for="toggle-box-checkbox" class="toggle-box-label-left"></label>
<label for="toggle-box-checkbox" class="toggle-box-label"></label>
</div>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.3/jquery.min.js"
integrity="sha512-STof4xm1wgkfm7heWqFJVn58Hm3EtS31XFaagaa8VMReCXAkQnJZ+jEy8PCC/iT18dFy95WcExNHFTqLyp72eQ=="
crossorigin="anonymous"
></script>
</div>
<!-- / Night Mode Creation -->
</div>
</div>
<div class="row">
<div class="column-double">
<div class="column-left">
<h1>CONTRIBUTE TO THIS PROJECT</h1>
<h2>A project for first-time contributions</h2>
<p>
This is a tutorial to help first-time contributors participate in a simple and easy project. Get more
comfortable using GitHub and make your first open source contribution. It's quick and easy.
</p>
<a
class="button"
href="https://github.com/Syknapse/Contribute-To-This-Project/blob/master/README.md"
target="_blank"
title="Go to project README - A step by step tutorial"
>
Learn how to contribute
<i class="fas fa-long-arrow-alt-right"></i>
</a>
</div>
</div>
<div class="column">
<div class="column-right">
<div class="twitter-button">
<a
href="https://twitter.com/share?ref_src=twsrc%5Etfw"
class="twitter-share-button"
data-size="large"
data-text="Contribute To This Project. An easy Git and GitHub project for first-time contributors, with a full tutorial."
data-url="https://github.com/Syknapse/Contribute-To-This-Project"
data-via="Syknapse"
data-hashtags="100DaysOfCode"
data-show-count="false"
title="Tweet this project"
>
Tweet
</a>
<script async="" src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
<p>Contributions so far...</p>
<div class="animated" id="contributions-number">0</div>
</div>
</div>
</div>
<div class="searchContainer">
<input id="searchbar" type="search" name="search" placeholder="Search for your card here!" />
</div>
<div class="grid" id="contributions">
<!-- ================================================ -->
<!-- ================== TEMPLATE ================== -->
<!-- DO NOT modify the TEMPLATE directly, make a copy and paste it below -->
<!-- ________ *TEMPLATE: MAKE A COPY* Contributor card START ________ --> // line no. 97 - 121
<div class="card">
<p class="name">Swapnil Srivastava</p>
<p class="contact">
<i class="fab fa-x-twitter"></i>
<a href="https://www.twitter.com/your_user_handle" target="_blank">Your handle</a>
<i class="fab fa-github"></i>
<a href="https://github.com/Swapnilden/" target="_blank">Swapnilden</a>
</p>
<p class="about">Hello, guys! 👋 I am Swapnil from India 🌍, and I am a web developer 💻. I'm very excited to start my first
GitHub contribution 🚀.</p>
<div class="resources">
<p>3 Useful Dev Resources</p>
<ul>
<li>
<a href=""https://youtu.be/EerdGm-ehJQ?si=eF_cjMWIowB42k1U" target="_blank" title="First Resource">Great Resource to learn JavaScript</a>
</li>
<li>
<a href="https://youtu.be/G3e-cpL7ofc?si=lkgWBnxPCYeGjwr7" target="_blank" title="Second Resource">Great start to HTML & CSS language</a>
</li>
<li>
<a href="https://www.youtube.com/@LoveBabbar" target="_blank" title="Third resource"> A great YouTube channel for DSA using C++</a>
</li>
</ul>
</div>
<p class="contact">
<i class="fab fa-x-twitter"></i>
<a href="https://www.twitter.com/your_user_handle" target="_blank">Your handle</a>
<i class="fab fa-github"></i>
<a href="https://github.com/preeti3006" target="_blank">Swapnilden</a>
</p>
<p class="about">Hello, guys! 👋 I am preeti from India 🌍, and I am a web developer 💻. I'm very excited to start my first
GitHub contribution 🚀.</p>
<div class="resources">
<p>3 Useful Dev Resources</p>
<ul>
<li>
<a href=""https://youtu.be/EerdGm-ehJQ?si=eF_cjMWIowB42k1U" target="_blank" title="First Resource">Great Resource to learn JavaScript</a>
</li>
<li>
<a href="https://youtu.be/G3e-cpL7ofc?si=lkgWBnxPCYeGjwr7" target="_blank" title="Second Resource">Great start to HTML & CSS language</a>
</li>
<li>
<a href="https://www.youtube.com/@LoveBabbar" target="_blank" title="Third resource"> A great YouTube channel for DSA using C++</a>
</li>
</ul>
</div>
</div>
<div class="card">
<p class="name">Phulkeshwar Mahto</p>
<p class="contact">
<i class="fab fa-x-twitter"></i>
<a href="https://x.com/Phulkeshwar086" target="_blank">Your handle</a>
<i class="fab fa-github"></i>
<a href="https://github.com/phulkeshwarmahto" target="_blank">Phulkeshwar</a>
<div class="card">
<p class="name">Atharva</p>
<p class="contact">
<i class="fab fa-x-twitter"></i>
<a href="https://github.com/Atharvarana29">Your handle</a>
<i class="fab fa-github"></i>
<a href="https://github.com/Atharvarana29"_blank">Swapnilden</a>
</p>
<p class="about">Hello, guys! 👋 I am Swapnil from India 🌍, and I am a web developer 💻. I'm very excited to start my first
GitHub contribution 🚀.</p>
<div class="resources">
<p>3 Useful Dev Resources</p>
<ul>
<li>
<a href=""https://youtu.be/EerdGm-ehJQ?si=eF_cjMWIowB42k1U" target="_blank" title="First Resource">Great Resource to learn JavaScript</a>
</li>
<li>
<a href="https://youtu.be/G3e-cpL7ofc?si=lkgWBnxPCYeGjwr7" target="_blank" title="Second Resource">Great start to HTML & CSS language</a>
</li>
<li>
<a href="https://www.youtube.com/@LoveBabbar" target="_blank" title="Third resource"> A great YouTube channel for DSA using C++</a>
</li>
</ul>
</div>
</div>
<div class="card">
<p class="name">Sanjana Kumari</p>
<p class="contact">
<i class="fab fa-x-twitter"></i>
<a href="https://www.twitter.com/your_user_handle" target="_blank">Your handle</a>
<i class="fab fa-github"></i>
<a href="https://github.com/Sanjana9837" target="_blank">Sanjana9837</a>
</p>
<p class="about">Hello, guys! 👋 I am Sanajana Kumari from India , and I am a first year BTECH Student At National Institute Of Advanced Manfucturing Technology. I'm very excited to start my first
GitHub contribution 🚀.</p>
<div class="resources">
<p>3 Useful Dev Resources</p>
<ul>
<li>
<a href=""https://youtu.be/EerdGm-ehJQ?si=eF_cjMWIowB42k1U" target="_blank" title="First Resource">Great Resource to learn JavaScript</a>
</li>
<li>
<a href="https://youtu.be/G3e-cpL7ofc?si=lkgWBnxPCYeGjwr7" target="_blank" title="Second Resource">Great start to HTML & CSS language</a>
</li>
<li>
<a href="https://www.youtube.com/@LoveBabbar" target="_blank" title="Third resource"> A great YouTube channel for DSA using C++</a>
</li>
</ul>
</div>
</div>
<div class="card">
<p class="name">YOUR NAME</p>
<p class="contact">
<i class="fab fa-x-twitter"></i>
<a href="https://www.twitter.com/your_user_handle" target="_blank">Your handle</a>
<i class="fab fa-github"></i>
GitHub contribution 🚀.</p>
<div class="resources">
<p>3 Useful Dev Resources</p>
<ul>
<li>
<a href=""https://youtu.be/EerdGm-ehJQ?si=eF_cjMWIowB42k1U" target="_blank" title="First Resource">Great Resource to learn JavaScript</a>
</li>
<li>
<a href="https://youtu.be/G3e-cpL7ofc?si=lkgWBnxPCYeGjwr7" target="_blank" title="Second Resource">Great start to HTML & CSS language</a>
</li>
<li>
<a href="https://www.youtube.com/@LoveBabbar" target="_blank" title="Third resource"> A great YouTube channel for DSA using C++</a>
</li>
</ul>
</div>
<div class="card">
<p class="name">subham</p>
<p class="contact">
<i class="fab fa-x-twitter"></i>
<a href="https://x.com/Ahsancodes" target="_blank">Ahsancodes</a>
<i class="fab fa-github"></i>
<a href="https://github.com/Ytshubham" target="_blank">subham</a>
</p>
<p class="about">I'm subham and i'm a student learning coding and this is my first github contribution.</p>
<div class="resources">
<p>3 Useful Dev Resources</p>
<ul>
<li>
<a
href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Lexical_grammar#reserved_words"
target="_blank"
title="First Resource"
>
Resources for Developers, by Developers
</a>
</li>
<li>
<a href="https://blog.cleancoder.com/" target="_blank" title="Second Resource">The Clean Code Blog</a>
</li>
<li>
<a href="https://andybrewer.github.io/mvp/" target="_blank" title="Third resource">
A minimalist stylesheet for HTML elements
</a>
</li>
</ul>
</div>
</div>
<!-- ========= END ========= -->
<!-- <<<<< Do not change anything below this line >>>>> -->
<!-- -------------------------------------------------- -->
</div>
<hr />
<button id="topButton" title="Go to top">
<svg
fill="currentColor"
preserveAspectRatio="xMidYMid meet"
height="1em"
width="1em"
viewBox="0 0 40 40"
style="vertical-align: middle; font-size: 2.25em"
>
<g>
<path
d="m21.7 9.3l-7.9 7.9c-0.6 0.6-0.6 1.7 0 2.3s1.7 0.7 2.4 0l3.8-3.8v12.6c0 1 0.7 1.7 1.7 1.7s1.6-0.7 1.6-1.7v-12.6l3.9 3.8c0.3 0.3 0.7 0.5 1.1 0.5s0.9-0.2 1.2-0.5c0.7-0.6 0.7-1.7 0-2.3l-7.8-7.9z"
></path>
</g>
</svg>
</button>
<footer>
Project by
<a href="https://twitter.com/Syknapse" target="_blank">Syk Houdeib</a>
2017-
<span id="currentYear"></span>
</footer>
</div>
</body>
</html>