-
Notifications
You must be signed in to change notification settings - Fork 40
/
Copy pathresource.html
419 lines (391 loc) · 19.7 KB
/
resource.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
<!DOCTYPE html>
<html lang="en">
<head>
<!--Add new books-->
<!--sample comment-->
<title>Samarth - Empowering the Youth</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="https://fonts.googleapis.com/css?family=Work+Sans:100,200,300,400,700,800" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css" integrity="sha512-KfkfwYDsLkIlwQp6LFnl8zNdLGxu9YAA1QvwINks4PhcElQSvqcyVLLD9aMhXd13uQjoXtEKNosOWaZqXgel0g==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="css/open-iconic-bootstrap.min.css">
<link rel="stylesheet" href="css/animate.css">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous" />
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/aos.css">
<link rel="stylesheet" href="css/ionicons.min.css">
<link rel="stylesheet" href="css/bootstrap-datepicker.css">
<link rel="stylesheet" href="css/jquery.timepicker.css">
<link rel="shortcut icon" href="./images/SamarthWhite.png" type="image/x-icon">
<link rel="stylesheet" href="css/flaticon.css">
<link rel="stylesheet" href="css/icomoon.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="/css/footer.css">
<!--New loader Css-->
<script
src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js"
type="text/javascript"
></script>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"
/>
<script>
window.console = window.console || function (t) {};
</script>
<script>
if (document.location.search.match(/type=embed/gi)) {
window.parent.postMessage("resize", "*");
}
</script>
<!--New loader Css-->
</head>
<body id="resource">
<!--New loader Css-->
<div id="loader-wrapper">
<div id="loader"></div>
<div class="loader-section section-left"></div>
<div class="loader-section section-right"></div>
</div>
<!--New loader Css-->
<nav class="navbar navbar-expand-lg navbar-dark ftco_navbar bg-dark ftco-navbar-light" id="ftco-navbar">
<div class="container">
<div class="samarth_logo"><img style="width: 50px;width: 100%;height: 50px;border-radius: 50%;padding: right 5px;padding-top: 2px;cursor: pointer;" src="images/SamarthBlack.png"></div>
<div class="navbar-brand" style="cursor: pointer;">Samarth</div>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#ftco-nav" aria-controls="ftco-nav" aria-expanded="false" aria-label="Toggle navigation">
<span class="oi oi-menu"></span>
</button>
<div class="collapse navbar-collapse" id="ftco-nav">
<ul class="navbar-nav ml-auto">
<li class="nav-item"><a href="index.html" class="nav-link">Home</a></li>
<li class="nav-item"><a href="events.html" class="nav-link">Events</a></li>
<li class="nav-item"><a href="./team.html" class="nav-link">Our Team</a></li>
<li class="nav-item"><a href="sponsor.html" class="nav-link">Sponsors</a></li>
<li class="nav-item active"><a href="resource.html" class="nav-link">Resources</a></li>
<li class="nav-item cta"><a href="contact.html" class="nav-link"><span>Get in touch</span></a></li>
</ul>
</div>
</div>
</nav>
<!-- END nav -->
<div class="hero-wrap js-fullheight">
<div class="overlay"></div>
<div id="particles-js" style="z-index: 1;"></div>
<div class="container" style="z-index:2;position:relative;">
<div class="row no-gutters slider-text align-items-center justify-content-center" data-scrollax-parent="true"
style="padding-top:20%;">
<div class="col-md-6 ftco-animate text-center" data-scrollax=" properties: { translateY: '70%' }">
<p class="breadcrumbs" data-scrollax="properties: { translateY: '30%', opacity: 1.6 }"><span class="mr-2"><a
href="index.html">Home</a></span><span>Resources</span></p>
<h1 class="mb-3 bread" data-scrollax="properties: { translateY: '30%', opacity: 1.6 }">Resources</h1>
</div>
</div>
</div>
</div>
<div style="margin-bottom:20px; line-height:2em;">
<section style="padding: 1em 0" class="ftco-section bg-light">
<div class="container-fluid my-3" id="resourceContainer">
<div id="sidebar" class="d-flex flex-column flex-shrink-0 p-3 m-3 mx-4">
<h4 id="categoryText">Categories</h4>
<!--hr class="catHr" /-->
<ul id="categoryList" class="nav nav-pills flex-column mb-auto">
<li>
<button class="link-dark contribution-btn" id="contributeBtn">Get Started</button>
</li>
<li class="category">
<button class="link-dark btn-style " id="GATE">GATE</button>
<div class="select-option">
<button class="btn select-category-btn shadow-none" id="CSE">
CSE & IT
</button>
<button class="btn select-category-btn shadow-none" id="ECE">
ELECTRONICS AND<br> TELECOMMUNICATION <br> ENGINEERING (ECE)
</button>
<button class="btn select-category-btn shadow-none" id="EE">
ELECTRICAL <br> ENGINEERING (EE)
</button>
<button class="btn select-category-btn shadow-none" id="ME">
MECHANICAL <br> ENGINEERING (ME)
</button>
<button class="btn select-category-btn shadow-none" id="CE">
CIVIL <br> ENGINEERING (CE)
</button>
<button class="btn select-category-btn shadow-none" id="ARCH">
ARCHITECTURE & <br>PLANNING
</button>
</div>
</li>
<li class="category">
<button class="link-dark btn-style" id="CAT">CAT</button>
<div class="select-option">
</div>
</li>
<li class="category">
<button class="link-dark btn-style" id="UPSC">UPSC CSE</button>
<div class="select-option">
</div>
</li>
<li class="category">
<button class="link-dark btn-style" id="ESE">UPSC ESE</button>
<div class="select-option">
<button class="btn select-category-btn shadow-none" id="ESEME">
MECHANICAL <br> ENGINEERING (ME)
</button>
<button class="btn select-category-btn shadow-none" id="ESEEE">
ELECTRICAL <br> ENGINEERING (EE)
</button>
<button class="btn select-category-btn shadow-none" id="ESEECE">
ELECTRONICS AND<br> TELECOMMUNICATION <br> ENGINEERING (ECE)
</button>
<button class="btn select-category-btn shadow-none" id="ESECE">
CIVIL <br> ENGINEERING (CE)
</button>
</div>
</li>
<li class="category">
<button class="link-dark btn-style" id="SSC">SSC CGL</button>
<div class="select-option">
</div>
</li>
<li class="category">
<button class="link-dark btn-style" id="CDS">CDS</button>
<div class="select-option">
</div>
</li>
<li class="category">
<button class="link-dark btn-style" id="AFCAT">AFCAT</button>
<div class="select-option">
</div>
</li>
</ul>
<!-- <hr class="catHr" /> -->
</div>
<!-- Sidebar Ends -->
<div class="container mt-3" id="contributionGuideline">
<h2 id="contriHead">Guidelines</h2>
<div class="contributionHead font my-2">
Navigate through the sidebar to get information regarding the mentioned exams.
</div>
<!--li class="font">
Fork and clone the Repo by typing the following commands in the
terminal
</li-->
<!-- To add code snippets in future put the code inside <div> with class as Code and give ID to the code as any number and give the button as ID number+b
Eg: (1,1b) , (2,2b) etc
-->
<!--div class="code">
<div class="mx-4 my-2 fc" id="1">
<div class="">$ git clone https://github.com/<your-github-username>/QuickLearn.git</div>
<div class="">$ cd QuickLearn</div>
</div>
<button class="copy-btn" id="1b" onclick="copy(this.id)">Copy</button>
</div>
<li class="font">
Now to add your resource to website, add an object with keys same as
listed in existing objects in the file.
</li>
<li class="font">Save and commit your code.</li>
<li class="font">
Push to your fork of the repository , navigate to original
repository and make a pull request.
</li>
<li class="font">Make changes to the code</li>
<li class="font">Stage your changes using:</li>
<div class="code">
<div class="mx-4 my-2 fc" id="2">$ git add .</div>
<button class="copy-btn" onclick="copy(this.id)" id="2b">Copy</button>
</div>
<li class="font">Commit your changes using:</li>
<div class="code">
<div class="mx-4 my-2 fc" id="3">$ git commit -m "add any comment"</div>
<button class="copy-btn" onclick="copy(this.id)" id="3b">Copy</button>
</div>
<li class="font">Push the changes to the forked repository using:</li>
<div class="code">
<div class="mx-4 my-2 fc" id="4">$ git push</div>
<button class="copy-btn" onclick="copy(this.id)" id="4b">Copy</button>
</div>
<li class="font">Navigate to the original repository and make a pull request</li>
</ol>
</div-->
</div>
<div class="container mt-3" id="resourceBox">
<!--Beginner Resource Box-->
<h4 class="resource-heading">Beginner</h4>
<div class="row" id="beginnerResourceBox"></div>
<!--Intermediate Resource Box -->
<h4 class="resource-heading">Intermediate</h4>
<div class="row mt-2" id="intermediateResourceBox"></div>
<!--Advanced Resource Box -->
<h4 class="resource-heading">Advanced</h4>
<div class="row mt-2" id="advancedResourceBox"></div>
<h4 class="resource-heading"></h4>
<div class="row mt-2" id="projectsResourceBox"></div>
</div>
<div class="container mt-3" id="resourceBox1" style="display:none;"></div>
<div class="container mt-3" id="resourceBox2" style="display:none;">
<!--Beginner Resource Box-->
<h4 class="resource-heading">Box 2</h4>
<div class="row" id="beginnerResourceBox"></div>
<!--Intermediate Resource Box -->
<h4 class="resource-heading">Intermediate</h4>
<div class="row mt-2" id="intermediateResourceBox"></div>
<!--Advanced Resource Box -->
<h4 class="resource-heading">Advanced</h4>
<div class="row mt-2" id="advancedResourceBox"></div>
<h4 class="resource-heading"></h4>
<div class="row mt-2" id="projectsResourceBox"></div>
</div>
</div>
</section>
</div>
<footer class="footer-section">
<div class="container">
<div class="footer-cta pt-5 pb-5">
<div class="row">
<div class="col-xl-4 col-md-4 mb-30">
<div class="single-cta">
<i class="fas fa-map-marker-alt"></i>
<div class="cta-text">
<h4>Find us</h4>
<span>Techno Main Salt Lake, <br>EM‐4/1, Sector‐V, Salt Lake, <br>Kolkata : 700 091</span>
</div>
</div>
</div>
<div class="col-xl-4 col-md-4 mb-30">
<div class="single-cta">
<i class="fas fa-phone"></i>
<div class="cta-text">
<h4>Call us</h4>
<span>+91 9330083219</span>
</div>
</div>
</div>
<div class="col-xl-4 col-md-4 mb-30">
<div class="single-cta">
<i class="far fa-envelope-open"></i>
<div class="cta-text">
<h4>Mail us</h4>
<span><a href="mailto:samarth.tmsl.css@gmail.com" target="_blank">samarth.tmsl.css@gmail.com</a></span><br>
<h4>For Sponsorship, Reach out to</h4>
<span><a href="mailto:business.samarth.tmsl@gmail.com" target="_blank">business.samarth.tmsl@gmail.com</a></span>
</div>
</div>
</div>
</div>
</div>
<div class="footer-content pt-5 pb-5">
<div class="row">
<div class="col-xl-4 col-lg-4 mb-50">
<div class="footer-widget">
<div class="footer-logo">
<a href="index.html"><img src="images/SamarthWhite.png" class="img-fluid" alt="logo"></a>
</div>
<div class="footer-social-icon">
<span>Follow us</span>
<a href="https://m.facebook.com/SamarthTMSL?fref=nf&refid=52&__tn__=%7E-R" target="blank"><i class="fa-brands fa-facebook-f"></i></a>
<a href="https://twitter.com/SamarthTmsl" target="blank"><i class="fa-brands fa-twitter"></i></a>
<a href="https://www.instagram.com/samarth_tmsl_official/" target="blank"><i class="fa-brands fa-instagram"></i></a>
</div>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-6 mb-30">
<div class="footer-widget">
<div class="footer-widget-heading">
<h3>Useful Links</h3>
</div>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="#about" class="link">About</a></li>
<li><a href="events.html">Events</a></li>
<li><a href="team.html">Our Team</a></li>
<li><a href="#work">Works</a></li>
<li><a href="resource.html">Resources</a></li>
<li><a href="sponsor.html">Sponsors</a></li>
<li><a href="contact.html">Contact us</a></li>
</ul>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-6 mb-50">
<div class="footer-widget">
<div class="footer-widget-heading">
<h3>Subscribe</h3>
</div>
<div class="footer-text mb-25">
<p>Don’t miss to subscribe to our new feeds, kindly fill the form below.</p>
</div>
<div class="subscribe-form">
<form action="#">
<input type="text" placeholder="Email Address">
<button id="btnShowMsg" onclick="showMessage()"><i class="fab fa-telegram-plane"></i></button>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="copyright-area">
<div class="container">
<div class="row">
<div class="col-xl-6 col-lg-6 text-center text-lg-left">
<div class="copyright-text">
<p>Copyright © 2023, All Right Reserved, Team Samarth</p>
</div>
</div>
<div class="col-xl-6 col-lg-6 d-none d-lg-block text-right">
<div class="footer-menu">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="team.html">Our Team</a></li>
<li><a href="#work">Works</a></li>
<li><a href="contact.html">Contact us</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</footer>
<script src="js/jquery.min.js"></script>
<script src="js/jquery-migrate-3.0.1.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.easing.1.3.js"></script>
<script src="js/jquery.waypoints.min.js"></script>
<script src="js/jquery.stellar.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/aos.js"></script>
<script src="js/jquery.animateNumber.min.js"></script>
<script src="js/bootstrap-datepicker.js"></script>
<script src="js/jquery.timepicker.min.js"></script>
<script src="js/particles.min.js"></script>
<script src="js/index.js"></script>
<script src="js/getResource.js"></script>
<script src="js/particle.js"></script>
<script src="js/scrollax.min.js"></script>
<script src="js/main.js"></script>
<!-- New Loader JS -->
<script src="https://cpwebassets.codepen.io/assets/common/stopExecutionOnTimeout-1b93190375e9ccc259df3a57c1abc0e64599724ae30d7ea4c6877eb615f89387.js"></script>
<script src="https://codepen.io/_fbrz/pen/KKEJOv/9a3e4ee2ef6dfd479ad33a2c85146fc1.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
crossorigin="anonymous"></script>
<script src="https://kit.fontawesome.com/d5f8b6c1a9.js" crossorigin="anonymous"></script>
<script id="rendered-js">
$(document).ready(function () {
// Fakes the loading setting a timeout
setTimeout(function () {
$("body").addClass("loaded");
}, 3500);
});
//# sourceURL=pen.js
</script>
<!--New Loader JS-->
</body>
</html>