-
Notifications
You must be signed in to change notification settings - Fork 1
/
ProjectNotes.html
407 lines (339 loc) · 18.7 KB
/
ProjectNotes.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Bootstrap included -->
<!-- <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous"> -->
<title>Projects & Notes</title>
<!-- coustoms styles -->
<link rel="stylesheet" href="./css/photo.css">
<link rel="stylesheet" href="./css/styles.css">
<link rel="stylesheet" href="./css/all.css">
<script src="./js/jQuery v3.4.1.js"></script>
<link rel="stylesheet" href="./css/owl.carousel.min.css">
<link rel="stylesheet" href="./css/aos.css">
<script src="./js/aos.js"></script>
<link rel="stylesheet" href="./css/owl.theme.default.min.css">
<script src="./js/owl.carousel.min.js"></script>
<script src="./js/main.js"></script>
<meta name="google-signin-client_id" content="171445230502-c0eu9t0e1ii1mthljtp1cjgo35o3esqu.apps.googleusercontent.com">
<script src="https://apis.google.com/js/platform.js" async defer></script>
<script>
function chet(chetan) {
var p = document.getElementById('popb');
p.style.display = "grid";
console.log(chetan);
var p = document.getElementById('popi');
p.src = chetan;
}
</script>
<style>
.cont
{
margin: 20px auto;
/* border: 1px solid black; */
grid-template-columns: 1fr 1fr 1fr ;
}
.card
{
margin: 20px auto;
display: grid;
justify-content: space-between;
background-color: white;
width: auto;
height: 35vw;
overflow: hidden;
border-radius: 10px;
box-shadow: 5px 15px 20px rgba(0, 0, 0, 0.726);
font-family: var(--Livvic);
}
.card-img-top
{
width: 100%;
height: 15vw;
}
</style>
</head>
<body>
<!-- ----------------navigation-------------- -->
<nav class="nav" id="hell">
<div class="nav-menu flex-row">
<div class="nav-brand">
<a href="./index.html" class="text-grey bold"><img class="logo" src="./images/logo.png" width="50px"
alt="">FreeOSenior<span class="red"> </span></a>
</div>
<div class="toggle-collapse">
<div class="toggle-icons">
<i class="fas fa-bars" onclick="hello()"></i>
</div>
</div>
<div>
<ul class="nav-items">
<li class="nav-link"><a href="index.html" >Home</a></li>
<li class="nav-link"><a href="tutorial.html">Tutorials</a></li>
<li class="nav-link"><a href="ProjectNotes.html" class="active">Projects/Notes</a></li>
<li class="nav-link"><a href="./askquery.html">Ask a Query</a></li>
<li class="nav-link"><a href="./joinus.html">join us</a></li>
</ul>
</div>
<div class="social text-grey">
<div >
<div class="g-signin2" data-onsuccess="onSignIn" id="befor-login"></div>
<div id="after-login">
<img src="./images/instagram/unnamed.png" height="32px" width="32px" alt="" id="profile">
<br>
<a href="#" onclick="signOut();">Sign out</a>
</div>
</div>
</div>
</div>
</nav>
<!-- ---------x-------navigation-------x------- -->
<header>
<h1>Projects/Notes</h1>
<p>Previous Years Notes</p>
</header>
<hr>
<main>
<a name=" wall "></a>
<h1 class="title">First Year</h1>
<div class="cont" >
<!-- Bootstrap Card -->
<div class="card" data-aos="zoom-in" style="width: 18rem;">
<img class="card-img-top" src="./images/testphysics.jpg" alt="Card image cap"><div class="card-body">
<h5 class="card-title">Physics</h5>
<p class="card-text">Click the link below to get access to previous years notes of Physics.</p>
<a href="https://drive.google.com/file/d/1KrLSATQ6m2Fl1FM56nzmqboKhBINn_N_/view?usp=sharing" target="_blank" class="btn btn-primary">Physics</a>
</div>
</div>
<div class="card" data-aos="zoom-in" style="width: 18rem;">
<img class="card-img-top" src="./images/testchemistry.jpg" alt="Card image cap"><div class="card-body">
<h5 class="card-title">Chemistry</h5>
<p class="card-text">Click the link below to get access to previous years notes of Chemistry.</p>
<a href="https://drive.google.com/file/d/18IwqGnb8ovh9kkygCO_z-KHFbD4jGMx1/view?usp=sharing" target="_blank" class="btn btn-primary">Chemistry</a>
</div>
</div>
<div class="card" data-aos="zoom-in" style="width: 18rem;">
<img class="card-img-top" src="./images/testprogramming.jpg" alt="Card image cap"><div class="card-body">
<h5 class="card-title">Basics of Programming</h5>
<p class="card-text">Click the link below to get access to previous years notes of Basics of Programming.</p>
<a href="https://drive.google.com/file/d/1KrLSATQ6m2Fl1FM56nzmqboKhBINn_N_/view?usp=sharing" target="_blank" class="btn btn-primary">BOP</a>
</div>
</div>
<div class="card" data-aos="zoom-in" style="width: 18rem;">
<img class="card-img-top" src="./images/testED.png" alt="Card image cap"><div class="card-body">
<h5 class="card-title">Engineering Drawing</h5>
<p class="card-text">Click the link below to get access to previous years notes of ED.</p>
<a href="https://drive.google.com/file/d/18IwqGnb8ovh9kkygCO_z-KHFbD4jGMx1/view?usp=sharing" target="_blank" class="btn btn-primary">Engineering Drawing</a>
</div>
</div>
<div class="card" data-aos="zoom-in" style="width: 18rem;">
<img class="card-img-top" src="./images/testEP.jpg" alt="Card image cap"><div class="card-body">
<h5 class="card-title">Engineering Practice</h5>
<p class="card-text">Click the link below to get access to previous years notes of EP.</p>
<a href="https://drive.google.com/file/d/18IwqGnb8ovh9kkygCO_z-KHFbD4jGMx1/view?usp=sharing" target="_blank" class="btn btn-primary">Engineering Practice</a>
</div>
</div>
<div class="card" data-aos="zoom-in" style="width: 18rem;">
<img class="card-img-top" src="./images/testenglish.png" alt="Card image cap"><div class="card-body">
<h5 class="card-title">Communicative Skills</h5>
<p class="card-text">Click the link below to get access to previous years notes</p>
<a href="https://drive.google.com/file/d/18IwqGnb8ovh9kkygCO_z-KHFbD4jGMx1/view?usp=sharing" target="_blank" class="btn btn-primary">Communicative Skills</a>
</div>
</div>
</div>
<a name="back"></a>
<h1 class="title">Second Year</h1>
<div class="cont" >
<div class="card" data-aos="zoom-in" style="width: 18rem;">
<img class="card-img-top" src="./images/DBMS.png" alt="Card image cap"><div class="card-body">
<h5 class="card-title">DBMS</h5>
<p class="card-text">Click the link below to get access to previous years notes of DBMS</p>
<a href="https://drive.google.com/file/d/18IwqGnb8ovh9kkygCO_z-KHFbD4jGMx1/view?usp=sharing" target="_blank" class="btn btn-primary">DBMS</a>
</div>
</div>
<div class="card" data-aos="zoom-in" style="width: 18rem;">
<img class="card-img-top" src="./images/DigitalCircuit.jpg" alt="Card image cap"><div class="card-body">
<h5 class="card-title">Digital Circuits</h5>
<p class="card-text">Click the link below to get access to previous years notes</p>
<a href="https://drive.google.com/file/d/18IwqGnb8ovh9kkygCO_z-KHFbD4jGMx1/view?usp=sharing" target="_blank" class="btn btn-primary">Digital Circuits</a>
</div>
</div>
<div class="card" data-aos="zoom-in" style="width: 18rem;">
<img class="card-img-top" src="./images/thermo.jpg" alt="Card image cap"><div class="card-body">
<h5 class="card-title">Thermodynamics</h5>
<p class="card-text">Click the link below to get access to previous years notes</p>
<a href="https://drive.google.com/file/d/18IwqGnb8ovh9kkygCO_z-KHFbD4jGMx1/view?usp=sharing" target="_blank" class="btn btn-primary">Thermodynamics</a>
</div>
</div>
<div class="card" data-aos="zoom-in" style="width: 18rem;">
<img class="card-img-top" src="./images/som-tom.png" alt="Card image cap"><div class="card-body">
<h5 class="card-title">SOM/TOM</h5>
<p class="card-text">Click the link below to get access to previous years notes</p>
<a href="https://drive.google.com/file/d/18IwqGnb8ovh9kkygCO_z-KHFbD4jGMx1/view?usp=sharing" target="_blank" class="btn btn-primary">SOM/TOM</a>
</div>
</div>
<div class="card" data-aos="zoom-in" style="width: 18rem;">
<img class="card-img-top" src="./images/java.png" alt="Card image cap"><div class="card-body">
<h5 class="card-title">JAVA</h5>
<p class="card-text">Click the link below to get access to previous years notes</p>
<a href="https://drive.google.com/file/d/18IwqGnb8ovh9kkygCO_z-KHFbD4jGMx1/view?usp=sharing" target="_blank" class="btn btn-primary">JAVA</a>
</div>
</div>
<div class="card" data-aos="zoom-in" style="width: 18rem;">
<img class="card-img-top" src="./images/Math.jpg" alt="Card image cap"><div class="card-body">
<h5 class="card-title">Mathematics</h5>
<p class="card-text">Click the link below to get access to previous years notes</p>
<a href="https://drive.google.com/file/d/18IwqGnb8ovh9kkygCO_z-KHFbD4jGMx1/view?usp=sharing" target="_blank" class="btn btn-primary">Mathematics</a>
</div>
</div>
</div>
<a name="gal"></a>
<h1 class="title">Third Year</h1>
<div class="cont" >
<div class="card" data-aos="zoom-in" style="width: 18rem;">
<img class="card-img-top" src="./images/ML.png" alt="Card image cap"><div class="card-body">
<h5 class="card-title">Machine Learning</h5>
<p class="card-text">Click the link below to get access to previous years notes</p>
<a href="https://drive.google.com/file/d/18IwqGnb8ovh9kkygCO_z-KHFbD4jGMx1/view?usp=sharing" target="_blank" class="btn btn-primary">Machine Learning</a>
</div>
</div>
<div class="card" data-aos="zoom-in" style="width: 18rem;">
<img class="card-img-top" src="./images/drone.jpg" alt="Card image cap"><div class="card-body">
<h5 class="card-title">Drone Making</h5>
<p class="card-text">Click the link below to get access to previous years notes</p>
<a href="https://drive.google.com/file/d/18IwqGnb8ovh9kkygCO_z-KHFbD4jGMx1/view?usp=sharing" target="_blank" class="btn btn-primary">Drone Making</a>
</div>
</div>
<div class="card" data-aos="zoom-in" style="width: 18rem;">
<img class="card-img-top" src="./images/business.png" alt="Card image cap"><div class="card-body">
<h5 class="card-title">Business</h5>
<p class="card-text">Click the link below to get access to previous years notes</p>
<a href="https://drive.google.com/file/d/18IwqGnb8ovh9kkygCO_z-KHFbD4jGMx1/view?usp=sharing" target="_blank" class="btn btn-primary">Business</a>
</div>
</div>
</div>
<a name="gal"></a>
<h1 class="title">Fourth Year</h1>
<div class="cont" >
<div class="card" data-aos="zoom-in" style="width: 18rem;">
<img class="card-img-top" src="./images/cyber-security.jpg" alt="Card image cap"><div class="card-body">
<h5 class="card-title">Cyber Security</h5>
<p class="card-text">Click the link below to get access to previous years notes</p>
<a href="https://drive.google.com/file/d/18IwqGnb8ovh9kkygCO_z-KHFbD4jGMx1/view?usp=sharing" target="_blank" class="btn btn-primary">Cyber Security</a>
</div>
</div>
<div class="card" data-aos="zoom-in" style="width: 18rem;">
<img class="card-img-top" src="./images/industry.jpg" alt="Card image cap"><div class="card-body">
<h5 class="card-title">Industry Experience</h5>
<p class="card-text">Click the link below to get access to previous years notes</p>
<a href="https://drive.google.com/file/d/18IwqGnb8ovh9kkygCO_z-KHFbD4jGMx1/view?usp=sharing" target="_blank" class="btn btn-primary">Industry Experience</a>
</div>
</div>
<div class="card" data-aos="zoom-in" style="width: 18rem;">
<img class="card-img-top" src="./images/corporate.png" alt="Card image cap"><div class="card-body">
<h5 class="card-title">Carporate</h5>
<p class="card-text">Click the link below to get access to previous years notes</p>
<a href="https://drive.google.com/file/d/18IwqGnb8ovh9kkygCO_z-KHFbD4jGMx1/view?usp=sharing" target="_blank" class="btn btn-primary">Carporate</a>
</div>
</div>
</div>
</main>
<footer class="footer">
<div class="container">
<div class="about-us">
<h2>about us</h2>
<div class="about">
<p>
FreeOSenior is the Platform through which juniors specially the freshers get a chance to interact with their seniors
& seniors can share their valuable knowledge, material, free courses info, assignments & various tutorials.
</p>
</div>
</div>
<div class="newletter">
<h2>news letter</h2>
<h4>stay updated to our pages</h4>
<div class="askquery-element">
<askquery target="_blank" method="POST"
action="https://docs.google.com/askquerys/u/0/d/e/1FAIpQLSdCkzdbP02QLicfLXnntdAMfBl9x8L5zpCwYQFD4mC-E2x_hA/askqueryResponse">
<input type="email" class="email" required name="entry.882243583" placeholder="Email"><span>
<button><i class="fas fa-chevron-right" onclick=""></i></button>
</askquery>
</span>
</div>
</div>
<div class="instagram">
<h2>Top Contributors</h2>
<div class="flex-row">
<img src="./images/instagram/thumb-card3.png" alt="">
<img src="./images/instagram/thumb-card3.png" alt="">
<img src="./images/instagram/thumb-card3.png" alt="">
</div>
<div class="flex-row">
<img src="./images/instagram/thumb-card3.png" alt="">
<img src="./images/instagram/thumb-card3.png" alt="">
<img src="./images/instagram/thumb-card3.png" alt="">
</div>
</div>
<div class="follow">
<h2>follow us</h2>
<p>let us be social</p>
<div class="icons">
<a href="#" target="_blank">
<i class="#"></i>
</a>
<a href="#" target="_blank"><i class="fab fa-instagram"></i></a>
</div>
</div>
</div>
<div class="rights">
<div class="flex-row">
<a href="#"> Developed by Pycoders</a>
</div>
</div>
</footer>
<script>
function cl() {
var p = document.getElementById('popb');
p.style.display = "none";
}
</script>
<div class="blur" id="popb">
<div class="pop">
<button class="close" onclick="cl()"> X </button>
<img id="popi" src="./images/logo.png" alt="" onclick="cl()">
</div>
</div>
</script>
<div class="loading">
<script>
setTimeout(() => {
document.getElementById("load").style.display = "none";
}, 5000);
</script>
<div class="loader-back" id="load">
<div class="loader">
<img src="./images/loader.gif" alt="">
</div>
</div>
</div>
<div class="login" id="loginp">
<script src="./js/login.js"></script>
<div class="login-back" id="load2">
<div class="containerform">
<div class="mainform">
<h2>SIGN IN </h2>
<form id="form_id" method="post" name="myform">
<label>User Name :</label>
<input type="text" name="username" id="username" />
<label>Password :</label>
<input type="password" name="password" id="password" />
<input type="button" class="btn" value="Login" id="submit" onclick="validate()" />
</form>
</div>
</div>
</div>
</div>
</body>
</html>