-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathentrance.html
510 lines (464 loc) · 19.5 KB
/
entrance.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
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
<!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"
/>
</head>
<!-- Body stars from here -->
<body style="background-color: rgba(211, 226, 204, 0.722);">
<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>
<center>
<div class="welcome" style="text-align: center; text-shadow: 5px 5px 4px black;;"><span id="welcome">New syllabus of FWU Computer Engineering</span></div>
<!-- 2nd book -->
<div class="contact-icon">
<a style="font-size: 60px;" class="social-link" href="#">
<i class="fa fa-graduation-cap "></i>
</a>
</div>
<div class="contact-info" >
<a style="font-size: 30px;" href="https://drive.google.com/drive/folders/115P0NERTjdf1auo5NJFJdmqguuMBwVzT?usp=share_link" >
Computer Engineering Syllabus
</a>
</div>
<div class="contact-icon">
<a style="font-size: 60px;" class="social-link" href="#">
<i class="fa fa-graduation-cap "></i>
</a>
</div>
<div class="contact-info" >
<a style="font-size: 30px;" href="https://drive.google.com/file/d/1HS3ozY4XnFkKhPc7vzbSiz6i-Z6z1jZB/view?usp=share_link" >
Admission Guideline & Syllabus
</a>
</div>
<!--
<div class="welcome" style="text-align: center; text-shadow: 5px 5px 4px black;;"><span id="welcome">Mock test Form and Entrance form </span></div>
2nd book -->
<!-- <div class="contact-icon">
<a style="font-size: 60px;" class="social-link" href="#">
<i class="fa fa-graduation-cap "></i>
</a>
</div> -->
<!--
<div class="contact-info" >
<a style="font-size: 30px;" href="http://facultyengineering.fwu.edu.np/admission-online.html" >
Entrance Form
</a>
</div> -->
<!-- What the club is about Section
<div class="about-flex-container" >
<div class="about-main-content">
<p class="about-section-title">webSite Developer</p>
<p class="about-section-description">
I am studying BCE at Far western university, Mahendranagar, Nepal. <span style="color: red;">Contact me for more details about entrance Examination</span>
<br> SOES fulfills its mission by conducting several events, talk shows, hackathons, workshops, and much more bringing together everyone under the same roof. We are proud to have a community of talented students, alumni, faculty, staff, and friends who care about this club like no other. This is what makes our community diverse and inclusive. Let’s all strive to live up to our motto “SOES SOE FWU for all since 2075 BS”.
</p> <div class= "about-button-section">
<a href="https://www.facebook.com/pradipbhatt1326" ><button class="about-button">My Facebook</button></a>
</div> <br>
</p> <div class= "about-button-section">
<a href="#" ><button class="about-button">M0bile:9810652734</button></a>
</div>
</div>
<div class="about-img-section">
<img src="notes/images/pradip_school_dress1.jpeg" alt="" class="about-img">
</div>
</div>
</div>-->
<!-- end of about section -->
<hr id="underline">
<div class="welcome" style="text-align: center; text-shadow: 5px 5px 4px black;;"><span id="welcome">OLD Entrance Paper Samples </span></div>
<div class="contact-icon">
<a class="social-link" href="#">
<i class="fas fa-3x fa-book "></i>
</a>
</div>
<div class="contact-info" >
<a style="font-size: 30px;" href="https://drive.google.com/file/d/12Y370GGrw5gj5cERV17rm1WXfORULrvo/view?usp=sharing" >
Paper -2071
</a>
<!--
<a href="index.html"><img id="logo" alt="Personal Logo" src="images/logo1.jpeg"></a> -->
</div>
<!-- 2nd book -->
<div class="contact-icon">
<a style="font-size: 60px;" class="social-link" href="#">
<i class="fa fa-graduation-cap "></i>
</a>
</div>
<div class="contact-info" >
<a style="font-size: 30px;" href="https://drive.google.com/file/d/13Go9mNkHpN7dj1pdb_xT8y6y27BLL50m/view?usp=share_link" >
Paper -2074
</a>
</div>
</div>
<!-- 2nd book -->
<div class="contact-icon">
<a style="font-size: 60px;" class="social-link" href="#">
<i class="fa fa-graduation-cap "></i>
</a>
</div>
<div class="contact-info" >
<a style="font-size: 30px;" href="https://drive.google.com/file/d/12ahKx96G_IhRrJtuNM1b_O7xFkTIo3dd/view?usp=share_link" >
Paper -2076
</a>
</div>
<!-- 3rd paper -->
<div class="contact-icon">
<a style="font-size: 60px;" class="social-link" href="#">
<i class="fa fa-smile-o"></i>
</a>
</div>
<div class="contact-info" >
<a style="font-size: 30px;" href="https://drive.google.com/file/d/12tplAfPfGwGzVha8HZGF9iFIHDOf0Nr8/view?usp=share_link" >
Paper -2077
</a>
</div>
<!-- 3rd paper -->
<div class="contact-icon">
<a style="font-size: 60px;" class="social-link" href="#">
<i class="fa fa-smile-o"></i>
</a>
</div>
<div class="welcome" style="text-align: center; text-shadow: 5px 5px 4px black;;"><span id="welcome">Mock Test Papers/Results </span></div>
<div class="contact-info" >
<a style="font-size: 30px;" href="https://drive.google.com/file/d/1q3mI2d9Eo1shVKIJecVsnmpSpPFesL68/view?usp=sharing" >
Mock-Test Paper set-A
</a>
</div>
<div class="contact-info" >
<a style="font-size: 30px;" href="https://drive.google.com/file/d/1Gf76_oHDaxVoUqBiUi626E399XePCGI6/view?usp=share_link" >
Mock-Test Paper set-B
</a>
</div>
<div class="contact-info" >
<a style="font-size: 30px;" href="https://drive.google.com/file/d/1GXg0ZyAxclidLjfifskmAZkraMo9QVI3/view?usp=sharing" >
Mock-Test Paper set-B Result
</a>
</div>
</center>
<div class="contact-info">
<a href="# " class="left-underline">
New Updates are coming soon!
</a>
</div>
<div class="contact-info">
<!-- <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>
</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">9745628548</span>
</span>
</li>
<li class="d-flex">
<span class="me-3">
Email: <span class="text-white">societyofengineeringstudent@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: red; font-size: 20px;" href="about.html">About us</a></li>
<li><a style=" text-shadow: 5px 5px 3px black; color: red; font-size: 20px;" href="notes/1semister.html">Notes</a></li>
<li><a style=" text-shadow: 5px 5px 3px black; color: red; font-size: 20px;" href="fwneng.com">FWUeng</a></li>
<li><a style=" text-shadow: 5px 5px 3px black; color: red; font-size: 20px;" href="https://www.facebook.com/profile.php?id=100083543161885">FB portal</a></li>
<li><a style=" text-shadow: 5px 5px 3px black; color: red; 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="https://www.facebook.com/profile.php?id=100083543161885"> <span class="fa fa-facebook"></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>