-
Notifications
You must be signed in to change notification settings - Fork 106
/
Copy pathResources.html
257 lines (224 loc) · 9.98 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Free Learning Resources</title>
<link rel="stylesheet" href="styles.css" type="text/css" />
<link rel="stylesheet" href="Resources.css">
<script src="script.js" defer></script>
<script type="text/javascript" src="darkmode.js" defer></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;500;700&display=swap" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet">
</head>
<body>
<!-- Adding Navbar -->
<nav class="navbar">
<a href="index.html" class="flex"><img src="images/logo.png" class="logo">
<span class="website-name tracking-tight ">Code Social</span></a>
<!-- Hamburger Menu -->
<div class="hamburger-menu">
<div class="toggle-button">
<img src="images/hamburger.png" alt="open" id="hamburger-img">
</div>
</div>
<!-- Navbar Links -->
<ul class="navbar-links flex ">
<li class="ml-20">
<a href="events.html">Live Events</a>
<ul class="dropdown ">
<li><a href="register.html">Register Now</a></li>
<li><a href="maintenance.html">Why don't you react?</a></li>
</ul>
</li>
<!-- blog section -->
<ul class="navbar-links flex ">
<li class="ml-20">
<a href="blog.html">Blogs</a>
</ul>
</li>
<li class="community">
<a href="maintenance.html">Join Our Community</a>
<ul class="dropdown">
<li><a href="maintenance.html">WhatsApp</a></li>
<li><a href="maintenance.html">Discord</a></li>
</ul>
</li>
<li>
<a href="learning.html">Learning</a>
<ul class="dropdown">
<li><a href="Resources.html">Free Learning Resources</a></li>
<li><a href="#">Mentorship Programs</a></li>
<li><a href="#">Peer-to-Peer Sessions</a></li>
</ul>
</li>
<li class="hamburger-menu">
<div class="toggle-button">
<span class="about-text">About us</span>
<button class="bar"></button>
<button class="bar"></button>
<button class="bar"></button>
</div>
<ul class="dropdown">
<li><a href="mentorship.html">Meet Our Team</a></li>
<li><a href="#">Join Our Team</a></li>
<li><a href="#">Contact Us</a></li>
<li><a href="#">Follow Us</a></li>
</ul>
</li>
<li>
<a href="maintenance.html">Follow Us</a>
</li>
<!-- Dark Mode Toggle -->
<li>
<button id="theme-toggle" class="theme-toggle-btn">
<img src="images/dark-mode.png" alt="theme-mode" id="theme-toggle-icon">
</button>
<!-- when light mode is active -> use "dark-mode.png" and when dark mode is active -> use "light-mode.png" -->
</li>
</ul>
</nav>
<div class="nav">
<div class="text">
<p>Free Learning Resources</p>
</div>
</div>
<div class="main">
<div class="resource-box">
<h2>DSA with Java</h2>
<p>Instructor: Kunal Kushwah</p>
<a href="https://youtube.com/playlist?list=PL9gnSGHSqcnr_DxHsP7AW9ftq0AtAyYqJ&si=L63gVBCtZtq4RQzR" target="_blank">Visit Here</a>
<p class="Language">Language: English</p>
</div>
<div class="resource-box">
<h2>DSA With C++</h2>
<p>Instructor: Rohit Negi (Coder Army)</p>
<a href="https://youtube.com/playlist?list=PLQEaRBV9gAFu4ovJ41PywklqI7IyXwr01&si=DBzuCFgQdyfFefQv" target="_blank">Visit Here</a>
<p>Language: Hindi</p>
</div>
<div class="resource-box">
<h2>Full Stack Web Development</h2>
<p>Instructor: CodeWithHarry</p>
<a href="https://youtube.com/playlist?list=PLu0W_9lII9agq5TrH9XLIKQvv0iaF2X3w&si=AhqkbWcw_k9xAppg" target="_blank">Visit Here</a>
<p>Language: Hindi</p>
</div>
<div class="resource-box">
<h2>Full Stack Web Development</h2>
<p>Instructor: FreeCodeCamp.org</p>
<a href="https://youtube.com/playlist?list=PLNvOKbV26aTkQAybRk3vjxtVYg8RxIYS8&si=aKZ2L8hnm7Aq1k-q" target="_blank">Visit Here</a>
<p>Language: English</p>
</div>
<div class="resource-box">
<h2>DevOps Bootcamp</h2>
<p>Instructor: Kunal Kushwah</p>
<a href="https://youtube.com/playlist?list=PL9gnSGHSqcnoqBXdMwUTRod4Gi3eac2Ak&si=_oicMgEMxQfsFzuh" target="_blank">Visit Here</a>
<p>Language: English</p>
</div>
<div class="resource-box">
<h2>DevOps Bootcamp</h2>
<p>Instructor: TrainWithShubham</p>
<a href="https://youtube.com/playlist?list=PLlfy9GnSVerQ4bsDWsPcAkzttrI38Pnoj&si=8kcRtA691icYedEv" target="_blank">Visit Here</a>
<p>Language: Hindi</p>
</div>
<div class="resource-box">
<h2>Open Source Guide</h2>
<p>Instructor: Piyush Garg</p>
<a href="https://youtube.com/playlist?list=PLinedj3B30sBsmRRL8XyTGadjRGkzRPb7&si=uPB8DNT-G4N3f_6d" target="_blank">Visit Here</a>
<p>Language:Hindi</p>
</div>
<div class="resource-box">
<h2>Git & GitHub</h2>
<p>Instructor: Kunal Kushwah</p>
<a href="https://youtu.be/apGV9Kg7ics?si=xVirkPrgszieK4hR" target="_blank">Visit Here</a>
<p>Language: English</p>
</div>
<div class="resource-box">
<h2>Android App Development Course</h2>
<p>Instructor:Neat Roots</p>
<a href="https://youtube.com/playlist?list=PLUhfM8afLE_NQbVaoIEhceR9npbY57Pdg&si=fzCTedld-WOX-8WI" target="_blank">Visit Here</a>
<p>Language: Hindi</p>
</div>
<div class="resource-box">
<h2>Golang</h2>
<p>Instructor:Hitesh Choudhary</p>
<a href="https://youtube.com/playlist?list=PLRAV69dS1uWQGDQoBYMZWKjzuhCaOnBpa&si=7aVqXs-AJwqutm6i" target="_blank">Visit Here</a>
<p>Language: English</p>
</div>
<div class="resource-box">
<h2>Python Tutorial For Beginners</h2>
<p>Instructor: CodeWithHarry</p>
<a href="https://youtu.be/UrsmFxEIp5k?si=v1g0Gv0BcSFBeiRq" target="_blank">Visit Here</a>
<p>Language:Hindi</p>
</div>
<div class="resource-box">
<h2>Javascript Tutorial For Beginners</h2>
<p>Instructor:Shradha Khapra</p>
<a href="https://youtube.com/playlist?list=PLGjplNEQ1it_oTvuLRNqXfz_v_0pq6unW&si=W4SKHfewJ1yzKBM8" target="_blank">Visit Here</a>
<p>Language:Hindi</p>
</div>
<div class="resource-box">
<h2>Machine Learning</h2>
<p>Instructor: FreeCodeCamp.org</p>
<a href="https://youtu.be/i_LwzRVP7bg?si=IAuvZb65ZDBeag5p" target="_blank">Visit Here</a>
<p>Language:English</p>
</div>
<div class="resource-box">
<h2>Harvard CS50-Full Computer Science Course</h2>
<p>Instructor: FreeCodeCamp.org</p>
<a href="https://youtu.be/8mAITcNt710?si=Xh56DA8RTxJ3WvBN" target="_blank">Visit Here</a>
<p>Language:English</p>
</div>
<div class="resource-box">
<h2>C++ Programming Course - Beginner to Advanced</h2>
<p>Instructor:FreeCodeCamp.org</p>
<a href="https://youtu.be/8jLOx1hD3_o?si=ReSBzDDPj47G_qrS" target="_blank">Visit Here</a>
<p>Language:English</p>
</div>
</div>
<!-- Adding footer -->
<footer class="footer-section">
<div class="container">
<!-- Logo and About Section -->
<div class="footer-logo-about">
<a href="index.html" class="footer-logo-link">
<img src="images/logo.png" alt="Code Social Logo" class="footer-logo">
<span class="website-name">Code Social</span>
</a>
<p class="footer-about-text">
Code Social Community is a vibrant and inclusive space for tech enthusiasts <br> to learn, grow, and connect. Founded in 2023, our mission is to empower individuals <br> with resources, mentorship, and opportunities to cultivate their skills, explore their interests, and <br>collaborate with like-minded peers.
</p>
<div class="social-icons">
<a href="https://wa.me/your-whatsapp-number" target="_blank"><img src="images/whatsapp-icon.png" alt="WhatsApp"></a>
<a href="https://discord.gg/MSTNyRSPYW" target="_blank"><img src="images/discord-icon.png" alt="Discord"></a>
<a href="https://www.linkedin.com/company/code-social/" target="_blank"><img src="images/linkedin-icon.png" alt="LinkedIn"></a>
</div>
</div>
<!-- Links Section -->
<div class="footer-links">
<div class="footer-column">
<p class="footer-title">Quick Links</p>
<ul class="footer-list">
<li><a href="#">About Us</a></li>
<li><a href="events.html">Events</a></li>
<li><a href="#">Community Guidelines</a></li>
<li><a href="#">Careers</a></li>
</ul>
</div>
<div class="footer-column">
<p class="footer-title">Help</p>
<ul class="footer-list">
<li><a href="#">Contact Us</a></li>
<li><a href="#">Volunteer Opportunities</a></li>
<li><a href="#">Terms & Conditions</a></li>
</ul>
</div>
</div>
</div>
<!-- Footer Bottom -->
<hr class="footer-divider">
<p class="footer-bottom-text">© Copyright 2024, All Rights Reserved by Code Social</p>
</footer>
</body>
</html>