-
Notifications
You must be signed in to change notification settings - Fork 232
/
Contributer.html
387 lines (341 loc) · 11.6 KB
/
Contributer.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
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<title>OUR VALUABLE CONTRIBUTORS</title>
<meta
content="Here are some of the best open-source projects to start your open-source contibution and learn news things along with it"
name="description"
/>
<!-- Long tail keywords -->
<meta
content="best open-source projects, open-source projects to start with, easy open source projects"
name="keywords"
/>
<!-- Favicons -->
<link href="assets/img/Light Blue.webp" rel="icon" />
<link href="assets/img/Light Blue.webp" rel="apple-touch-icon" />
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i|Raleway:300,400,500,700,800|Montserrat:300,400,700"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"
/>
<!-- CSS CDNs -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/aos.css"
integrity="sha512-1cK78a1o+ht2JcaW6g8OXYwqpev9+6GqOkz9xmBN9iUUhIndKtxwILGWYOSibOKjLsEdjyjZvYDq/cZwNeak0w=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<link rel="stylesheet" href="assets/bootstrap/bootstrap.min.css">
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.8.1/font/bootstrap-icons.min.css"
integrity="sha512-Oy+sz5W86PK0ZIkawrG0iv7XwWhYecM3exvUtMKNJMekGFJtVAhibhRPTpmyTj8+lJCkmWfnpxKgT2OopquBHA=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/boxicons/2.1.1/css/boxicons.min.css"
integrity="sha512-nOk7sj5T6Zi3Ond5VHhc+L4WHvRuRhV/cOcWWDl2mOyTetiIfuv56UJzD0yYhz9Kqwk1PpU0/PX5+qpX43hVWg=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/Swiper/8.0.6/swiper-bundle.css"
integrity="sha512-+S5HQ2Ix/L84uhBLMimQiJlFjqR/Unnord77MEDNpWtK99i2Tk212EPb3/ahEjgaPRBKkKtTzMHIdO2HQXT3dQ=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<!-- CSS -->
<link href="assets/css/style.css" rel="stylesheet" />
<link rel="stylesheet" href="./assets/css/darkmode.css" />
<!-- <link rel="stylesheet" href="help.css"> -->
<script src=""></script>
<style>
#preloader {
background: white url("assets/img/Rhombus.gif") no-repeat center center;
background-size: 10%;
height: 100vh;
width: 100%;
position: fixed;
z-index: 999999;
}
.hexUserName {
margin: unset;
color: white;
position: absolute;
z-index: 2;
inset: 0;
display: grid;
place-items: center;
font-size: 1.2rem;
font-weight: 500 !important;
word-break: break-word;
padding: 9%;
text-transform: capitalize
}
@media (min-width: 1201px) {
.hexUserName {
font-size: .7rem;
}
}
</style>
</head>
<!-- </head> -->
<!-- <body> -->
<body onload="myFunction()">
<div id="preloader"></div>
<!-- ======= Header ======= -->
<header id="header" class="d-flex align-items-center">
<div class="container d-flex justify-content-between">
<div id="logo">
<a href="index.html"
><img
src="assets/img/Banner - Light.webp"
alt="CodeSetGo Logo"
height="50px"
width="270px"
/></a>
</div>
<nav id="navbar" class="navbar">
<ul>
<li>
<a class="nav-link scrollto" href="./index.html#hero"
>Home</a
>
</li>
<li>
<a class="nav-link scrollto" href="./index.html#about">About</a>
</li>
<li>
<a class="nav-link scrollto" href="./index.html#services"
>Services</a
>
</li>
<li>
<a class="nav-link scrollto" href="./index.html#testimonials"
>Testimonials</a
>
</li>
<li>
<a class="nav-link scrollto " href="Resources.html"
>Resources</a
>
</li>
<li>
<a class="nav-link scrollto active" href="Contributer.html"
>Our Contributors</a
>
</li>
<li>
<a class="nav-link scrollto" href="./index.html#contact"
>Contact</a
>
</li>
<li>
<a
href="./hacktoberfest.html"
class="btn-get-started scrollto hacktoberfest-btn"
>Hacktoberfest</a
>
</li>
<li class="darkmode"></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav>
</div>
</header>
<!-- End Header -->
<div class="w3-container w3-cursive w3-center" style="text-align: center">
<p style="font-size: 50px; color: #198df9">OUR VALUABLE CONTRIBUTORS</p>
</div>
<div style="margin: 50px"></div>
<div class="grid">
<ul id="hexGrid">
</ul>
</div>
<!--footer-->
<div class="section">
<h3>Reach <span>US</span></h3>
<div class="wrapper">
<a
href="https://discord.gg/yWhNysUEej"
class="icon facebook"
target="_blank"
aria-label="Join with us on Discord"
title="Discord (External Link)"
rel="noopener noreferrer"
>
<div class="tooltip">Discord</div>
<span><i class="fab fa-discord"></i></span>
</a>
<a
href="https://www.youtube.com/channel/UC4dJIsV1bWwCwPFHFI6sY7Q?sub_confirmation=1"
class="icon twitter"
target="_blank"
aria-label="Visit us on Youtube"
title="Youtube (External Link)"
rel="noopener noreferrer"
>
<div class="tooltip">YouTube</div>
<span><i class="fab fa-youtube"></i></span>
</a>
<a
href="https://instagram.com/codesetgo/"
class="icon instagram"
target="_blank"
aria-label="Visit us on Instagram"
title="Instagram (External Link)"
rel="noopener noreferrer"
>
<div class="tooltip">Instagram</div>
<span><i class="fab fa-instagram"></i></span>
</a>
<a
href="https://github.com/CodeSetGo"
class="icon github"
target="_blank"
aria-label="Visit us on Github"
title="Github (External Link)"
rel="noopener noreferrer"
>
<div class="tooltip">Github</div>
<span><i class="fab fa-github"></i></span>
</a>
<a
href="https://www.linkedin.com/company/codesetgo/"
class="icon linkedin"
target="_blank"
aria-label="Visit us on Linkedin"
title="Linkedin (External Link)"
rel="noopener noreferrer"
>
<div class="tooltip">Linkedin</div>
<span><i class="fab fa-linkedin"></i></span>
</a>
<a
href="https://t.me/Code_Set_Go"
class="icon linkedin"
target="_blank"
aria-label="Join us on Telegram"
title="Twitter (External Link)"
rel="noopener noreferrer"
>
<div class="tooltip">Telegram</div>
<span><i class="fab fa-telegram-plane"></i></span>
</a>
</div>
<hr />
<div>
<div class="footer-copyright">
<h4>Made with ❤️ by CodeSetGo Team</h4>
</div>
</div>
</div>
<!--footer-->
<a
href="#"
class="back-to-top d-flex align-items-center justify-content-center"
><i class="bi bi-arrow-up-short"></i
></a>
<script>
async function getContributors(repoName, page = 1) {
const response = await fetch(`https://api.github.com/repos/${repoName}/contributors?per_page=100&page=${page}`);
const contributorsList = await response.json();
return contributorsList;
}
async function getAllContributors(repoName) {
let contributors = [];
let page = 1;
let list; // Declare the "list" variable using "let"
do {
list = await getContributors(repoName, page);
contributors = contributors.concat(list);
page++;
} while (list.length > 0);
return contributors;
}
async function fetchContributors() {
try {
const contributors = await getAllContributors('agamjotsingh18/codesetgo');
const hexGrid = document.getElementById('hexGrid');
contributors.forEach(contributor => {
const listItem = document.createElement('li');
listItem.classList.add('hex');
const hexIn = document.createElement('div');
hexIn.classList.add('hexIn');
const hexLink = document.createElement('a');
hexLink.classList.add('hexLink');
hexLink.href = contributor.html_url;
const imgDiv = document.createElement('div');
imgDiv.classList.add('img');
imgDiv.style.backgroundImage = `url(${contributor.avatar_url})`;
const userName = document.createElement('p');
userName.classList.add('hexUserName');
userName.textContent = contributor.login; // Set the username as the login name
hexLink.appendChild(imgDiv);
hexLink.appendChild(userName);
// Append the username element
hexIn.appendChild(hexLink);
listItem.appendChild(hexIn);
hexGrid.appendChild(listItem);
});
} catch (error) {
console.error('Error fetching contributors:', error);
}
}
fetchContributors();
</script>
<!-- JS CDN -->
<script
src="https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/aos.js"
integrity="sha512-A7AYk1fGKX6S2SsHywmPkrnzTZHrgiVT7GcQkLGDe2ev0aWb8zejytzS8wjo7PGEXKqJOrjQ4oORtnimIRZBtw=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
></script>
<script src="assets/bootstrap/bootstrap.bundle.min.js"></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/jquery.isotope/3.0.6/isotope.pkgd.min.js"
integrity="sha512-Zq2BOxyhvnRFXu0+WE6ojpZLOU2jdnqbrM1hmVdGzyeCa1DgM3X5Q4A/Is9xA1IkbUeDd7755dNNI/PzSf2Pew=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/Swiper/8.0.6/swiper-bundle.min.js"
integrity="sha512-4w/aaXboO6KY1E/dqYwfq09sZnM+XDIcWvmHhfxvMQ+qwK84kxgWtNkAqbFNMLYd6EYA3nSgxTSyif/D3vlVMg=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
></script>
<script
type="module"
src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.esm.js"
></script>
<script
nomodule
src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.js"
></script>
<script src="assets/js/email.min.js"></script>
<!-- JS -->
<script defer src="./assets/js/darkmode_logic.js"></script>
<script
type="text/javascript"
src="https://studio.alan.app/web/lib/alan_lib.min.js"
></script>
<script src="assets/js/main.js"></script>
<script>
var loader = document.getElementById("preloader");
function myFunction() {
preloader.style.display = "none";
}
</script>
</body>
</html>