-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcivil1.html
492 lines (456 loc) Β· 19.4 KB
/
civil1.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
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-JHXX8JNY0K"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-JHXX8JNY0K');
</script>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,600;0,700;1,400&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles/globalstyle.css">
<link rel="stylesheet" href="styles/home.css">
<link rel="stylesheet" href="styles/contact.css">
<script src="https://kit.fontawesome.com/5f5bb1c58f.js" crossorigin="anonymous"></script>
<script src="global.js"></script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>SOES | Contact</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<!-- link to css of this file -->
<link rel="stylesheet" href="styles/index.css">
<!-- end of link to css -->
<!-- FontAwesome -->
<script src="https://kit.fontawesome.com/c8e4d183c2.js" crossorigin="anonymous"></script>
<!-- end of fontAwesome -->
<!-- Iconify SVG Framework -->
<script src="https://code.iconify.design/2/2.1.1/iconify.min.js"></script>
<!-- end of SVG -->
<link rel="shortcut icon" type="image/x-icon" href="images/logo.jpeg" />
<meta
name="description"
content="SOES"
/>
<meta
name="keywords"
content="SOES"
/>
<style>
.contact-info h2{
padding-top: 20px;
padding-bottom: 20px;
align-items: center;
align-self: center;
}
.contact-info h2:hover{
padding-top: 20px;
padding-bottom: 20px;
text-shadow: 3px 4px 7px black;
animation: translate2 1s ease-out 2;
}
.contact-info img{
width:75%;
border: 2px solid black;
box-shadow: 3px 4px 5px black;
}
.contact-info img:hover{
width:75%;
border: 2px solid black;
box-shadow: 7px 3px 9px black;
animation: translate2 1s ease-out ;
}
@keyframes translate2{
0%{
transform:translateX(0px)
}
2%{
transform:translateX(25px)
}
50%{
transform:translateX(0px)
}
75%{
transform:translateX(-5px)
}
100%{
transform:translateX(0px)
}
}
</style>
</head>
<!-- Body stars from here -->
<body style="background-color: rgb(234, 231, 231);">
<div style="left:0%; top:0%;z-index: 2;">
<!-- Navbar starts here done -->
<nav style="font-size: 30px;" class="navbar navbar-expand-lg navbar-light " id="main_navbar">
<div class="container-fluid">
<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent"
aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<!-- <li class="nav-item">
<a class="nav-link active" aria-current="page" href="index.html">Home</a>
</li> -->
<li class="nav-item">
<a class="nav-link" href="abou1.html">About SOE</a>
</li>
<!-- <li class="nav-item dropdown">
<a
class="nav-link dropdown-toggle"
href="#"
role="button"
data-bs-toggle="dropdown" >
Notes Section
</a>
<ul class="dropdown-menu">
<li class="nav-item dropdown">
<a
class="dropdown-item dropdown-toggle"
href="#"
role="button"
data-bs-toggle="dropdown"
>
Computer Engineering
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="notes/1semister.html">1st semester</a></li>
<li>
<a class="dropdown-item" href="notes/2semister.html">2nd semester</a>
</li>
<li>
<a class="dropdown-item" href="notes/3semister.html">3rd semester</a>
</li>
<li>
<a class="dropdown-item" href="notes/4semister.html">4rd semester</a>
</li>
<li>
<a class="dropdown-item" href="notes/5semister.html">5rd semester</a>
</li>
<li>
<a class="dropdown-item" href="notes/6semister.html">6rd semester</a>
</li>
<li>
<a class="dropdown-item" href="notes/7semister.html">7rd semester</a>
</li>
<li>
<a class="dropdown-item" href="notes/8semister.html">8rd semester</a>
</li>
<li class="nav-item dropdown">
<a
class="dropdown-item dropdown-toggle"
href="#"
role="button"
data-bs-toggle="dropdown">
Extra resources
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#">Hand written notes</a></li>
<li>
<a class="dropdown-item" href="#">Book solutions</a>
</li>
<li>
<hr class="dropdown-divider" />
</li>
<li>
<a class="dropdown-item" href="#"
>Tutorials</a
>
</li>
</ul>
</li>
</ul>
</li>
BE civil -->
<!-- <li class="nav-item dropdown">
<a
class="dropdown-item dropdown-toggle"
href="#"
role="button"
data-bs-toggle="dropdown"
Civil Engineering
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="notes/1semisterCIVIL.html">1st semester</a></li>
<li>
<a class="dropdown-item" href="notes/2semisterCIVIL.html">2nd semester</a>
</li> -->
<!-- <li>
<hr class="dropdown-divider" />
</li> -->
<!-- <li>
<a class="dropdown-item" href="notes/3semisterCIVIL.html">3rd semester</a>
</li>
<li>
<a class="dropdown-item" href="notes/4semisterCIVIL.html">4rd semester</a>
</li>
<li>
<a class="dropdown-item" href="notes/5semisterCIVIL.html">5rd semester</a>
</li>
<li>
<a class="dropdown-item" href="notes/6semisterCIVIL.html">6rd semester</a>
</li>
<li>
<a class="dropdown-item" href="notes/7semisterCIVIL.html">7rd semester</a>
</li>
<li>
<a class="dropdown-item" href="notes/8semisterCIVIL.html">8rd semester</a>
</li>
<li class="nav-item dropdown">
<a
class="dropdown-item dropdown-toggle"
href="#"
role="button"
data-bs-toggle="dropdown">
Extra resources
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#">Hand written notes</a></li>
<li>
<a class="dropdown-item" href="#">Book solutions</a>
</li>
<li>
<hr class="dropdown-divider" />
</li>
<li>
<a class="dropdown-item" href="#"
>Tutorials</a
>
</li>
</ul>
</li>
</ul>
</li>
</ul> -->
<!-- </li> -->
<li class="nav-item dropdown">
<a
class="nav-link dropdown-toggle"
href="#"
role="button"
data-bs-toggle="dropdown" >
FWU Notes
</a>
<ul class="dropdown-menu">
<li class="nav-item dropdown">
<a class="dropdown-item" href="computer1.html">Computer Engineering</a></li>
<a class="dropdown-item" href="civil1.html">Civil Engineering</a>
</li>
</ul>
</li>
<!-- Our publication section -->
<li class="nav-item dropdown">
<a
class="nav-link dropdown-toggle"
href="#"
role="button"
data-bs-toggle="dropdown" >
Our Publications
</a>
<ul class="dropdown-menu">
<li class="nav-item dropdown">
<a class="dropdown-item" href="#">Gallary section</a></li>
<a class="dropdown-item" href="#">Constitution Section</a>
<a class="dropdown-item" href="#">Article section</a>
</li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="entrance.html">Entrance-Notices</a>
</li>
<li class="nav-item">
<a class="nav-link" href="events.html">Events</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact-info</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Navbar ends From here -->
</div>
<div class="logo">
<a href="index.html"><img id="logo" alt="Personal Logo" src="images/logo1.jpeg"></a>
</div>
<center>
<!-- <img alt="Personal Logo" src="notes/images/puja-pali.png"> -->
<div class="contact-info"><h2>Civil Engineering Notes</h2></div>
<hr id="underline">
</center>
<div class="contact-grid">
<!-- Contact icon for linkedin -->
<!-- Contact iccon for linkedin -->
<!--
<div class="contact-info" >
<a class="social-link" href="#">
<i class="fas fa-3x fa-book "></i>
</a>
<a style="font-size: 20px; " href="https://drive.google.com/drive/folders/1fCRwAJNAuzZZG1rmxjhl3WUL2AcXz7by?usp=share_link" class="left-underline" >
Click here for Notes of the 1st semester civil FWUπππ
</a><br>
<br><a class="social-link" href="#">
<i class="fas fa-3x fa-book "></i>
</a>
<a style="font-size: 20px; " href="https://drive.google.com/drive/folders/12LFrP7hSbyCupiS6lRCzoRL5CoXQQgiv?fbclid=IwAR2cXRrFBdnK79XGSBwADrQQ1SaevbtxcS-F33x2OCZYF0Qb3EKReT-KD-Q" class="left-underline" >
Click here for Notes of First sem civil FWU πππ <br>
</a>
<br><a class="social-link" href="#">
<i class="fas fa-3x fa-book "></i>
</a>
<a style="font-size: 20px; " href="https://drive.google.com/drive/folders/1SNEnuJZBnrsaj3gXj58OklgyfeydfAE-?usp=share_link" class="left-underline" >
Click here for Notes of the 2nd semester civilπππ
</a><br>
<br><a class="social-link" href="#">
<i class="fas fa-3x fa-book "></i>
</a>
<a style="font-size: 20px; " href="https://drive.google.com/drive/folders/1PGsIRl561-9Sp2v-2JKQ1f8SBm7rp5JJ?usp=share_link" class="left-underline" >
Click here for Notes of the 3rd semester civilπππ
</a><br>
<br><a class="social-link" href="#">
<i class="fas fa-3x fa-book "></i>
</a>
<a style="font-size: 20px; " href="https://drive.google.com/drive/folders/1-tUxLIKdNy-nRAiR54gyOaFW0WaQ7mYe?usp=share_link" class="left-underline" >
Click here for Notes of the 4th semester civilπππ
</a><br>
<br><a class="social-link" href="#">
<i class="fas fa-3x fa-book "></i>
</a>
<a style="font-size: 20px; " href="https://drive.google.com/drive/folders/1uaD0UovSBFsQePHXMb0EL8GyJNdfHpJL?usp=share_link" class="left-underline" >
Click here for Notes of the 5th semester civilπππ
</a><br>
<br><a class="social-link" href="#">
<i class="fas fa-3x fa-book "></i>
</a>
<a style="font-size: 20px; " href="https://drive.google.com/drive/folders/1NKNuJwmtWQ6UB2vsfci7xxiVIqBsbKAj?usp=share_link" class="left-underline" >
Click here for Notes of the 6th semester civilπππ
</a><br>
<br><a class="social-link" href="#">
<i class="fas fa-3x fa-book "></i>
</a>
<a style="font-size: 20px; " href="https://drive.google.com/drive/folders/1kb_eJ8fOiSIR-CjYmP0IC2R5ZOB_kaD1?usp=share_link" class="left-underline" >
Click here for Notes of the 7th semester civilπππ
</a><br>
<br><a class="social-link" href="#">
<i class="fas fa-3x fa-book "></i>
</a>
<a style="font-size: 20px; " href="https://drive.google.com/drive/folders/1gaY5I84SnNxMWN5Zh8UvSN1JEOBSC3VU?usp=share_link" class="left-underline" >
Click here for Notes of the 8th semester civilπππ
</a>
<br>
<br><a class="social-link" href="#">
<i class="fas fa-3x fa-book "></i>
</a>
<a style="font-size: 20px; " href="https://drive.google.com/drive/folders/1DRY5iLZVFeclfULLhHMZhqUMbUeK9vX7" class="left-underline" >
Click here for Notes of the Complete semester of civil TU (these may help you )πππ
</a>
</div> -->
</div>
<br>
<div class="contact-info">
<div class="contact-info">
<a href="https://www.facebook.com/pradipbhatt1326/ " class="left-underline">
Notes are removed from this section ,
Syllabus will be uploaded soon .
</a>
</div>
<!-- <iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d1745.5557664347136!2d80.17787595872194!3d28.954416200000008!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39a1ac04d865ce05%3A0x89f6ca936b28de92!2sFaculty%20Of%20Engineering%20FWU!5e0!3m2!1sen!2snp!4v1661261484825!5m2!1sen!2snp" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe> -->
</div>
<!-- Footer starts from here -->
<footer class="site-footer">
<div class="container">
<div class="foot">
<div class="row mb5">
<div class="col-md-3 mb-5">
<h2>
About_Us
</h2>
<p>
We aim to help every individual grow as a person and as as tech professional to feel confident in their tech skills once they graduate. On top of that, we are a community of like-minded individuals who are eager to have creative collaboration and succeed. Come join us at the SOES Society at Far western University.
</p>
<p>
<a style="color: rgb(204, 255, 0); font-size: 20px; href="about.html">Learn More SOES</a>
</p>
</div>
<div class="col-md-3 mb-5">
<h2>
Contact Adress
</h2>
<ul class="list-unstyled footer-link ">
<li class="d-flex">
<span class="me-3">
Telephone: <span class="text-white">9810652734</span>
</span>
</li>
<li class="d-flex">
<span class="me-3">
Email: <span class="text-white">fwucomputer2077@gmail.com
</span>
</span>
</li>
<li class="d-flex">
<span class="me-3">
Adress: <span class="text-white">Bhimdatt-Municipality MNR-18</span>
</span>
</li>
</ul>
</div>
<div class="col-md-3 mb-5">
<h2>Quick Links</h2>
<ul
class="list-unstyled ">
<li><a style=" text-shadow: 5px 5px 3px black; color: rgb(173, 162, 162); text-decoration:none; font-size: 20px;" href="about.html">About us</a></li>
<li><a style=" text-shadow: 5px 5px 3px black;text-decoration:none; color: rgb(173, 162, 162); font-size: 20px;" href="notes/1semister.html">Notes</a></li>
<li><a style=" text-shadow: 5px 5px 3px black; text-decoration:none; color: rgb(149, 149, 149); font-size: 20px;" href="pradipbhatt.com.np">FWUeng</a></li>
<li><a style=" text-shadow: 5px 5px 3px black; text-decoration:none; color: rgb(173, 162, 162); font-size: 20px;" href="#">FB portal</a></li>
<li><a style=" text-shadow: 5px 5px 3px black; color: rgb(173, 162, 162); text-decoration:none; font-size: 20px;" href="#">INSTA portal</a></li>
</ul>
</div>
<div class="col-md-3">
<h2>
Our Social Medias
</h2>
<ul class="list-unstyled footer-link d-flex footer-social">
<li><a href="#"><span class="fa fa-linkedin"></span></a></li>
<li><a href="#"> <span class="fa fa-instagram"></span></a></li>
<li><a href="#"> <span class="fa fa-twitter"></span></a></li>
<li><a href="#"> <span class="fa fa-github"></span></a></li>
</ul>
</div>
</div>
<div >
<div style="text-align:center ; color: black;">
<p>
@ copyrights SOES FWU<i class=" fa fa-heart"></i>
</p>
</div>
</div>
</div>
</footer>
<!-- end of footer -->
<!-- JS -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.12.9/dist/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
<script src="js/index.js"></script>
<!-- end of script -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script>
<script src="js/bootnavbar.js"></script>
<script>
new bootnavbar();
</script>
<script>
setWidth("underline", getWidth("welcome"));
</script>
</body>
</html>