-
Notifications
You must be signed in to change notification settings - Fork 17
/
index.html
355 lines (342 loc) · 14.9 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
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
<!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" type="text/css" href="style.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta2/css/all.min.css"
integrity="sha512-YWzhKL2whUzgiheMoBFwW8CKV4qpHQAEuvilg9FAn5VJUDwKZZxkJNuGM4XkWuk94WCrrwslk8yWNGmY1EduTA=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<title>Care To Share?</title>
</head>
<body id="body">
<header>
<div class="toggle">
<input type="checkbox" class="checkbox" id="checkbox">
<label for="checkbox" class="label">
<i class="fas fa-sun"></i>
<i class="fas fa-moon"></i>
<div class="switch"></div>
</label>
</div>
<center>
<h1 class="heading">Care To Share?</h1>
</center>
<h2 style="text-align: center">
This project is meant for sharing and caring!
</h2>
<div class="description">
<p style="text-align: center">
Hello Contributors! As the name suggest we ask you to share your
review of resources which helped get you better in developing and
coding.
</p>
<p style="text-align: center">
We are a big family here and your opinion counts!
</p>
<p style="text-align: center">Share Your Opinion!</p>
<!-- ============== TEMPLATE ============== -->
<!-- COPY everything BELOW this, from contributor suggest start to end along with the "START" and "END" comment lines -->
<!-- ________ Contributor's Suggest START ________ -->
<div class="card">
<hr>
<p class="name">Enter Your Name:</p>
<div class="icons"><a href="#"><i class="fa fa-linkedin"></i> </a>
<a href="#"><i class="fa fa-github-square"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
</div>
<p class="about">Your interests and hobbies:</p>
<div class="resources">
<p>Review of resources:</p>
<ul>
<li>
<p>Name of Resource</p>
<p>Write your Review Here</p>
</li>
<li>
<p>Name of Resource</p>
<p>Write your Review</p>
</li>
</ul>
</div>
</div>
<!-- ________ Contributor's Suggest END ________ -->
<!-- COPY everything ABOVE this, from contributor suggest start to end along with the "START" and "END" comment lines -->
<!-- ============== ^^^^ TEMPLATE ^^^^ ============== -->
<!-- DO NOT modify the TEMPLATE directly, make a copy and paste it below -->
<!-- make sure there is one line of space above and below your card -->
<!-- ========== Paste YOUR Suggest directly at the end of this HTML document ========== -->
<!-- ________ Contributor's Suggest START ________ -->
<div class="card">
<hr>
<p class="name">Jeremy</p>
<div class="icons"><a href="#"><i class="fa fa-linkedin"></i> </a>
<a href="#"><i class="fa fa-github-square"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
</div>
<p class="about">
Interests and Hobbies: Tech, programming and movies
</p>
<div class="resources">
<p>Review of resources:</p>
<ul>
<li>
<a href="https://www.geeksforgeeks.org/" target="_blank" title="Suggest 1">
GeeksforGeeks.org
</a>
<p>
A great site for beginners and advanced developpers. There are
solutions to almost any problem in any programming language.
Their solutions are always clean, no-nonsense and have
examples. This one of the best tool a programmer can use, and
it's free !
</p>
</li>
<li>
<a href="https://medium.com/better-programming/" target="_blank" title="Suggest 2">
better-programming
</a>
<p>
A nice blog with general-purpose and technical articles about
programming. They sum it up pretty simply : "Adviced for
programmers"
</p>
</li>
<li>
<a href="https://www.youtube.com/watch?v=jfxcJH_OWgE" target="_blank" title="Suggest 3">
Five things I wish i knew when I started programming
</a>
<p>
A nice video for beginners who wish to get some advices to
begin their programming journey
</p>
</li>
<li>
<a href="https://www.netflix.com/in/title/80100172" target="_blank" title="Suggest 2">
A great TV series!
</a>
<p>
One of the greatest and most complicated tv shows that I have
ever seen. And for someone who dislikes too many characters,
this might pose as a bit of a challenge, but it is all worth
it. None of the characters are purely saints, and that is the
best part of this show.
</p>
</li>
</ul>
</div>
</div>
<!-- ________ Contributor's Suggest END ________ -->
<!-- ________ Contributor's Suggest START ________ -->
<div class="card">
<hr>
<p class="name">Anjali Sahu</p>
<div class="icons"><a href="#"><i class="fa fa-linkedin"></i> </a>
<a href="#"><i class="fa fa-github-square"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
</div>
<p class="about">
Interests and Hobbies: programming ,painting and reading
</p>
<div class="resources">
<p>Review of resources:</p>
<ul>
<li>
<a href="https://www.javatpoint.com/java-oops-concepts" target="_blank" title="Suggest 1">
Javatpoint.com
</a>
<p>
It is one of the best website to learn java .The explanation
of all the concepts are understable.
</p>
</li>
<li>
<a href="https://youtube.com/playlist?list=PLu0W_9lII9agiCUZYRsvtGTXdxkzPyItg" target="_blank"
title="Suggest 3">
Web Development Tutorials
</a>
<p>
A nice playist for beginners who are excited to learn Web
Development.
</p>
</li>
</ul>
</div>
</div>
<div class="card">
<hr>
<p class="name">Kirti Singla</p>
<div class="icons"><a href="#"><i class="fa fa-linkedin"></i> </a>
<a href="#"><i class="fa fa-github-square"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
</div>
<p class="about">Interests and Hobbies: Programming and painting</p>
<div class="resources">
<p>Review of resources:</p>
<ul>
<li>
<a href="https://beginnersbook.com/java-tutorial-for-beginners-with-examples/" target="_blank"
title="Suggest 1">
Beginnersbook
</a>
<p>It is one of the best website to learn java concepts.</p>
</li>
<li>
<a href="https://www.geeksforgeeks.org/data-structures/" target="_blank" title="Suggest 3">
Data Structures
</a>
<p>
Ample of question to practice
</p>
</li>
</ul>
</div>
</div>
<div class="card">
<hr>
<p class="name">Garima Jain</p>
<div class="icons"><a href="#"><i class="fa fa-linkedin"></i> </a>
<a href="#"><i class="fa fa-github-square"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
</div>
<p class="about">Your interests and hobbies: Programming, Traveling and photography </p>
<div class="resources">
<p>Review of resources:</p>
<ul>
<li>
<p>Pepcoding</p>
<p>Write your Review Here</p>
</li>
<li>
<a href="https://www.pepcoding.com/" target="_blank" title="Suggest 1">
Pepcoding.com
</a>
<p>
A great site for beginners and advanced developers. The explanation and questions
of all the concepts are understable and they all are in java.
Perfect platform for your coding career and also it's free.
</p>
</li>
<li>
<a href="https://www.geeksforgeeks.org/" target="_blank" title="Suggest 2">
geeksforgeeks.org
</a>
<p>
A great site for beginners and advanced developpers. There are
solutions to almost any problem in any programming language.
This one of the best tool a programmer can use, and it's free !
</p>
</div>
<div class="card">
<hr>
<p class="name">Arnav Sharma</p>
<div class="icons"><a href="#"><i class="fa fa-linkedin"></i> </a>
<a href="#"><i class="fa fa-github-square"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
</div>
<p class="about">Interests and Hobbies: Web Development</p>
<div class="resources">
<p>Review of resources:</p>
<ul>
<li>
<a href="https://developerdays.tech/" target="_blank" title="Suggest 1">
Developer Days
</a>
<p>Developer Days is an amazing 5-week long event which consists of an Hackathon + Bootcamp. It consists
of three tracks that are Web Development, Android Development, and UI/UX Design.
<br>The event consists of various sessions and challenges which are very informative and help in
easily learning the concepts.
</p>
</li>
<li>
<a href="https://www.youtube.com/channel/UCFTM1FGjZSkoSPDZgtbp7hA" target="_blank" title="Suggest 1">
Codepur
</a>
<p>One of the best places to learn about Flutter.</p>
</li>
</ul>
</div>
</div>
<!-- ________ Contributor's Suggest END ________ -->
<!-- ________ Contributor's Suggest START ________ -->
<div class="card">
<hr>
<p class="name">Heena Thadani</p>
<div class="icons"><a href="#"><i class="fa fa-linkedin"></i> </a>
<a href="#"><i class="fa fa-github-square"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
</div>
<p class="about">Interests and hobbies: Reading, Cooking, Writing</p>
<div class="resources">
<p>Review of resources:</p>
<ul>
<li>
<p><a href="https://www.youtube.com/c/KunalKushwaha" target="_blank" title="Suggest 1">
Kunal Kushwaha
</a></p>
<p>The best free source for career guidance. The speaker is amazing, has sound knowledge and experience in Open
Source and DevOps. Best guidance on Career, Open Source Opportunities,etc. The Youtube channel has amazing resources.
He is also running a Community - CommClassroom for free courses and honest guidance. Everything he does is free of cost
and completely genuine.</p>
</li>
<li>
<p><a href="https://commclassroom.org/" target="_blank" title="Suggest 1">
CommClassroom
</a></p>
<p>The best classroom for all the undergrads in India and in the world.
Best DSA Course in Java. Some of the best upcoming courses, such as Web Development, Machine Learning, etc.
All the courses and guidance are completely free of cost.</p>
</li>
</ul>
</div>
</div>
<!-- ________ Contributor's Suggest END ________ -->
<!-- ________ Contributor's Suggest START ________ -->
</div>
<div class="card">
<hr>
<p class="name">Gyandeep Mehra</p>
<div class="icons"><a href="#"><i class="fa fa-linkedin"></i> </a>
<a href="#"><i class="fa fa-github-square"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
</div>
<p class="about">Interests and Hobbies: Web Development, Competitive Programming & Data-Structures</p>
<div class="resources">
<p>Review of resources:</p>
<ul>
<li>
<a href="https://www.udemy.com/" target="_blank" title="Suggest 1">
Udemy
</a>
<p>Udemy is an online learning platform that helps students, companies, and governments gain the skills they need to reach their
goals. It is the best e-learning plateform where you can learn everything from music, drawing, video editing to different
coding language.The Udemy marketplace platform, with thousands of up-to-date courses in dozens of languages, provides the tools learners,
instructors, and enterprises need to achievetheir goals and reach their full potential. Millions of people learn on Udemy from
real-world experts in topics ranging from programming and data science to leadership and team building.
</p>
</li>
<li>
<a href="https://www.coursera.org/in" target="_blank" title="Suggest 1">
Coursera
</a>
<p>Coursera is a global online learning platform that offers anyone, anywhere, access to online courses and degrees from leading
universities and companies. Here you can learn different technology under the guidance of industry experts, university professors and
global leaders.</p>
</li>
<li>
<a href="https://www.geeksforgeeks.org/" target="_blank" title="Suggest 1">
GeeksforGeeks
</a>
<p>GeeksforGeeks is a platform for people who are searching for useful articles dedicated to programming languages. This website
includes well-explained, well-thought-out, and well-written computer science and programming articles.</p>
</li>
</ul>
</div>
</div>
<!-- ________ Contributor's Suggest END ________ -->
</header>
</body>
<script src="./index.js"></script>
</html>