forked from CodebendersIgdtuw/Codebender-22
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Resources.html
478 lines (421 loc) · 21.4 KB
/
Resources.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
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Resources</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Lato&family=Poppins:wght@800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="Opportunities and Resources/css/styles.css">
<script src="https://unpkg.com/scrollreveal"></script>
<link href="assets/img/me.jpg" rel="icon">
<link href="assets/img/me.jpg" rel="apple-touch-icon">
<style>
button {
font-size: 16px;
border: 5px solid #D94780;
/* Green */
border-radius: 5px;
color: white;
}
</style>
</head>
<body>
<!-- <a href="index.html"><button type="button"
style=" margin-top: 2.5%; margin-bottom: 2.5%; margin-right: 15%; position: absolute; background-color: #d84780;">Back
to Home
Page</button></a> -->
<nav class="navbar navbar-expand-lg navbar-dark text-white bg-dark sticky-top " style=" margin-bottom:30px">
<a class="navbar-brand" href="index.html">
<img src="assets/img/me.jpg" alt="CodeBenders" width="30" height="24" class="d-inline-block align-text-top"
style="margin-right:10px ; margin-left:10px">
</a>
<a class=" navbar-brand" href="index.html">Codebenders</a>
<a class=" navbar-brand" href="#">Resources</a>
<button class="navbar-toggler" data-toggle="collapse" data-target="#navLinks" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-end" id="navLinks">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-item nav-link " href="index.html">Home </a>
</li>
<li class="nav-item">
<li class="nav-item">
<a class="nav-item nav-link" href="Opportunities.html">Opportunities</a>
</li>
<li class="nav-item">
<a class="nav-item nav-link" href="team.html">Team</a>
</li>
<a class="nav-item nav-link" href="#s1">DSA</a>
</li>
<li class="nav-item">
<a class="nav-item nav-link" href="#s2">ML</a>
</li>
<li class="nav-item">
<a class="nav-item nav-link" href="#s3">Languages</a>
</li>
<li class="nav-item">
<a class="nav-item nav-link" href="#s4">WebD</a>
</li>
<li class="nav-item">
<a class="nav-item nav-link" href="#s5">Miscellaneous</a>
</li>
</ul>
</div>
</nav>
<!-- <section id="heading">
<div class="heading">
<div>
<h3 class="title" style="color: black;">RESOURCES</h3>
<p class="description" style="color: black;">
<strong> Web Development, Flutter, Python, Git and Github, and a lot more.</strong>
</p>
</div>
<div>
<img class="head-img" src="Opportunities and Resources/images/resources.svg" alt="">
</div>
</div>
</section> -->
<section id="opportunities">
<h3 id="s1" class="title" style="color: black;">Data Structure & Algorithm</h3>
<div class="grid-container">
<div class="grid-item">
<a href="https://docs.google.com/spreadsheets/d/1FMdN_OCfOI0iAeDlqswCiC2DZzD4nPsb/edit?usp=sharing&ouid=118154885016115687648&rtpof=true&sd=true"
target="_blank">
<img class="icon" src="https://media.geeksforgeeks.org/wp-content/uploads/undirectedgraph.png"
alt="">
<br>
<h3 class="title">Love Babbar Sheet</h3>
<p class="description">
Collection of 450 questions related to data structures and algorithms by Love Babbar . The
questions are from various DSA topics like Array, Strings, Graph, Trees, Linked list, stack and
queue, etc. After completing all the question of this sheet you would have good grasp on the
topics required for internships & placements.</p>
</a>
</div>
<div class="grid-item">
<a href="https://www.interviewbit.com/coding-interview-questions/" target="_blank">
<img class="icon"
src="https://i0.wp.com/blog.interviewbit.com/wp-content/uploads/2017/11/cropped-logo-transparent4.png?ssl=1"
alt="">
<br>
<h3 class="title">InterviewBit</h3>
<p class="description">
300+ Must Do Coding Questions from Interviews by InterviewBit
</p>
</a>
</div>
<div class="grid-item">
<a href="https://github.com/inofficialamanjha/SWE-Placement-Preparation" target="_blank">
<img class="icon" src="https://cscode.tech/wp-content/uploads/2020/11/cscode.tech-dsa-edited.png"
alt="">
<br>
<h3 class="title">SWE-Placement-Preparation</h3>
<p class="description">
Find Company wise questions, topic wise arranged questions for practice and course related
material.
</p>
</a>
</div>
<div class="grid-item">
<a href="https://github.com/DSC-KIIT/DSA-Resources" target="_blank">
<img class="icon" src="https://cscode.tech/wp-content/uploads/2020/11/cscode.tech-dsa-edited.png"
alt="">
<br>
<h3 class="title">DSC-KIIT</h3>
<p class="description">
A list of you tube channels, courses, books and various practice platform for DSA
</p>
</a>
</div>
</div>
<h3 id="s2" class="title" style="color: black;">Machine Learning </h3>
<div class="grid-container">
<div class="grid-item">
<a href="https://www.kaggle.com/learn/intro-to-machine-learning" target="_blank">
<img class="icon" src="https://miro.medium.com/max/1400/1*c_fiB-YgbnMl6nntYGBMHQ.jpeg" alt="">
<br>
<h3 class="title">Basics of Machine Learning</h3>
<p class="description">
While covering theoretically explanation it also contains implementation of various important
topics </p>
</a>
</div>
<div class="grid-item">
<a href="https://www.kaggle.com/learn" target="_blank">
<img class="icon" src="https://miro.medium.com/max/1400/1*c_fiB-YgbnMl6nntYGBMHQ.jpeg" alt="">
<br>
<h3 class="title">Kaggle Learn</h3>
<p class="description">
You can explore and learn many new things required for Machine Learning like pandas, ML
Algorithms, Computer Vision
</p>
</a>
</div>
<div class="grid-item">
<a href="https://www.geeksforgeeks.org/machine-learning/" target="_blank">
<img class="icon" src="https://miro.medium.com/max/1400/1*c_fiB-YgbnMl6nntYGBMHQ.jpeg" alt="">
<br>
<h3 class="title">ML Geeks</h3>
<p class="description">
All the Machine Learning related blogs from geeks. </p>
</a>
</div>
<div class="grid-item">
<a href="https://www.youtube.com/playlist?list=PLZHQObOWTQDNU6R1_67000Dx_ZCJB-3pi" target="_blank">
<img class="icon" src="https://miro.medium.com/max/1400/1*c_fiB-YgbnMl6nntYGBMHQ.jpeg" alt="">
<br>
<h3 class="title">Intro to Neural Networks</h3>
<p class="description">
This playlist explain the inituition behind Neural Networks and visually explains every concept
</p>
</a>
</div>
<div class="grid-item">
<a href="https://www.freecodecamp.org/news/how-to-learn-machine-learning-practical-tips-and-resources/"
target="_blank">
<img class="icon" src="https://miro.medium.com/max/1400/1*c_fiB-YgbnMl6nntYGBMHQ.jpeg" alt="">
<br>
<h3 class="title">FreeCodeCamp</h3>
<p class="description">
In this tutorial the curriculum is flipped upside down and it outline what author is the fastest
and easiest way to get a solid grasp of ML.</p>
</a>
</div>
<div class="grid-item">
<a href="https://www.pyimagesearch.com/" target="_blank">
<img class="icon" src="https://miro.medium.com/max/1400/1*c_fiB-YgbnMl6nntYGBMHQ.jpeg" alt="">
<br>
<h3 class="title">OpenCV PySearch</h3>
<p class="description">
These blogs covers everything you need to know about openCV. It include theoretical explanation
of the concepts , as well as practical implementation</p>
</a>
</div>
<div class="grid-item">
<a href="https://www.kaggle.com/learn/intro-to-deep-learning" target="_blank">
<img class="icon" src="https://miro.medium.com/max/1400/1*c_fiB-YgbnMl6nntYGBMHQ.jpeg" alt="">
<br>
<h3 class="title">Basics of Deep Learning</h3>
<p class="description">
Covers Basics of Deep Learning and how to use Keras and Tensorflow to train various Machine
Learning Model</p>
</a>
</div>
<div class="grid-item">
<a href="https://www.coursera.org/specializations/deep-learning" target="_blank">
<img class="icon" src="https://miro.medium.com/max/1400/1*c_fiB-YgbnMl6nntYGBMHQ.jpeg" alt="">
<br>
<h3 class="title">Advance Deep Learning</h3>
<p class="description">
The Deep Learning Specialization has 5 courses which give insights about everythind
teachniques/methodology used in Deep learning </p>
</a>
</div>
</div>
<h3 id="s3" class="title" style="color: black;">Programming Languages</h3>
<div class="grid-container">
<div class="grid-item">
<a href="https://www.kaggle.com/learn/python" target="_blank">
<img class="icon"
src="https://upload.wikimedia.org/wikipedia/commons/thumb/c/c3/Python-logo-notext.svg/2048px-Python-logo-notext.svg.png"
alt="">
<br>
<h3 class="title">Basic Python </h3>
<p class="description">
For total beginners in python
</p>
</a>
</div>
<div class="grid-item">
<a href="https://www.youtube.com/watch?v=QesotfZQmT8" target="_blank">
<img class="icon"
src="https://upload.wikimedia.org/wikipedia/commons/thumb/1/18/ISO_C%2B%2B_Logo.svg/1200px-ISO_C%2B%2B_Logo.svg.png"
alt="">
<br>
<h3 class="title">Basic C++</h3>
<p class="description">
To learn C++ from scratch
</p>
</a>
</div>
<div class="grid-item">
<a href="https://www.youtube.com/watch?v=mOzPZ3hWFVQ" target="_blank">
<img class="icon"
src="https://upload.wikimedia.org/wikipedia/commons/thumb/1/18/ISO_C%2B%2B_Logo.svg/1200px-ISO_C%2B%2B_Logo.svg.png"
alt="">
<br>
<h3 class="title">C++ STL Libraries </h3>
<p class="description">
These are built-in libraries in C++ that are important from the point of view internships and
placements preparations
</p>
</a>
</div>
</div>
<h3 id="s4" class="title" style="color: black;">Web Development </h3>
<div class="grid-container">
<div class="grid-item">
<a href="https://www.youtube.com/watch?v=mU6anWqZJcc" target="_blank">
<img class="icon" src="https://www.reachfirst.com/wp-content/uploads/2018/08/Web-Development.jpg"
alt="">
<br>
<h3 class="title">HTML & CSS</h3>
<p class="description">
Learn Front-end development using HTML5 & CSS3 </p>
</a>
</div>
<div class="grid-item">
<a href="https://www.youtube.com/watch?v=YszONjKpgg4" target="_blank">
<img class="icon" src="https://www.reachfirst.com/wp-content/uploads/2018/08/Web-Development.jpg"
alt="">
<br>
<h3 class="title">CSS Animations</h3>
<p class="description">
Animate the website using CSS
</p>
</a>
</div>
<div class="grid-item">
<a href="https://www.youtube.com/watch?v=r1iul4uRFuE" target="_blank">
<img class="icon" src="https://www.reachfirst.com/wp-content/uploads/2018/08/Web-Development.jpg"
alt="">
<br>
<h3 class="title">Javascript Animations</h3>
<p class="description">
Animate the website using Javascript
</p>
</a>
</div>
<div class="grid-item">
<a href="https://www.youtube.com/watch?v=Oe421EPjeBE" target="_blank">
<img class="icon" src="https://www.reachfirst.com/wp-content/uploads/2018/08/Web-Development.jpg"
alt="">
<br>
<h3 class="title">Node.js </h3>
<p class="description">Learn about Node.js as well express.js and how use them for backend
development
</p>
</a>
</div>
<div class="grid-item">
<a href="https://www.youtube.com/playlist?list=PL-osiE80TeTtoQCKZ03TU5fNfx2UY6U4p" target="_blank">
<img class="icon" src="https://www.reachfirst.com/wp-content/uploads/2018/08/Web-Development.jpg"
alt="">
<br>
<h3 class="title">Django</h3>
<p class="description">
Learn & Use Vanilla Django for business analytics in websites
</p>
</a>
</div>
</div>
<h3 id="s5" class="title" style="color: black;">Miscellaneous</h3>
<div class="grid-container">
<div class="grid-item">
<a href="https://www.freecodecamp.org/news/best-git-tutorial/" target="_blank">
<img class="icon"
src="https://media-exp1.licdn.com/dms/image/C4E0BAQGLKj3JHcof0w/company-logo_200_200/0/1589990867649?e=1622073600&v=beta&t=tvXUVVHK_4mYuy3fdnhdpr_FapkUo5vUTMNXK5tGGw4"
alt="">
<br>
<h3 class="title">Git and Github</h3>
<p class="description">
Git is an open source distributed version control system, created in 2005 by Linus Torvalds and
others from the Linux development community. Git can work with many types of projects, but it’s
most commonly used for software source code.
</p>
</a>
</div>
<div class="grid-item">
<a href="https://www.udemy.com/course/the-complete-web-development-bootcamp/" target="_blank">
<img class="icon"
src="http://codersbuddy.com/wp-content/uploads/2020/11/udemy-course-torrent-download-for-web-development-course-by-angela-Yu.jpg"
alt="">
<br>
<h3 class="title">Web Development (MERN)</h3>
<p class="description">
The Complete 2021 Web Development Bootcamp by Angela Yu.
</p>
</a>
</div>
<div class="grid-item">
<a href="https://www.udemy.com/course/the-web-developer-bootcamp/" target="_blank">
<img class="icon"
src="http://www.telcoma.in/en/wp-content/uploads/2019/03/The-Web-Developer-Bootcamp-by-Colt-Steele.jpg"
alt="">
<br>
<h3 class="title">Web Development (MERN)</h3>
<p class="description">
The Web Developer Bootcamp 2021 by Colt Steele.
</p>
</a>
</div>
<div class="grid-item">
<a href="https://www.udemy.com/course/flutter-bootcamp-with-dart/" target="_blank">
<img class="icon"
src="https://yt3.ggpht.com/ytc/AAUvwnhqxIOAZQ5sa7VtGMUpY3lmRO8tMHDidWx0oqkr=s900-c-k-c0x00ffffff-no-rj"
alt="">
<br>
<h3 class="title">Flutter</h3>
<p class="description">
The complete 2021 Flutter Development Bootcamp with dart by Angela Yu.
</p>
</a>
</div>
<div class="grid-item">
<a href="https://www.udemy.com/course/100-days-of-code/" target="_blank">
<img class="icon"
src="https://downloadly.net/wp-content/uploads/2020/11/100-Days-of-Code-The-Complete-Python-Pro-Bootcamp-for-2021.jpg"
alt="">
<br>
<h3 class="title">Python</h3>
<p class="description">
100 Days of Code - The complete Python Pro Bootcamp for 2021 by Angela Yu
</p>
</a>
</div>
</div>
<script src="Opportunities and Resources/js/index.js"></script>
<!-- ======= Footer ======= -->
<center>
<footer id="footerr">
<div class="container">
<div class="copyright">
© Copyright <strong><span>Lonely</span></strong> & Redesigned by <strong><span><a
href="https://www.linkedin.com/company/codebenders/about/">Codebenders</a></span></strong>.
All Rights Reserved
</div>
<div class="credits">
</div>
</div>
</footer><!-- End Footer -->
</center>
</section>
<!-- <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p"
crossorigin="anonymous"></script> -->
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"
integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"
integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy"
crossorigin="anonymous"></script>
<script>
$(function () {
$(document).scroll(function () {
var $nav = $("#mainNavbar");
$nav.toggleClass("scrolled", $(this).scrollTop() > $nav.height());
});
});
</script>
</body>
</html>