-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabou1.html
803 lines (709 loc) · 37.6 KB
/
abou1.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
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
<!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>SOE Far western University</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/soelogo.png" />
<meta
name="description"
content="SOE"
/>
<meta
name="keywords"
content="SOE"
/>
<style>
body{
background-color:#545454ef;
}
.card-body{
<!-- background-color: #413f3fff; -->
color: whitesmoke;
animation: translate2 1s ease-out 2;
}
</style>
</head>
<body>
<!-- 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="index.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 -->
<!-- School of Engineering
Society Club SECTION -->
<div class="body1"><!-- Welcome section for deescribing about the Engineering Club -->
<div class="welcome-flex-container">
<div class="welcome-main-content">
<p class="welcome-section-title">Society Of Engineering (SOE)</p>
<p class="welcome-section-description">The Society Of Engineering (SOE) is dedicated to promoting the STEM field, specifically Civil & Computer Engineering. We work to provide resources for any student, alumni, and professional regardless of an individual's degree of knowledge or commitment in the field of Engineering. SOE meetings and hosts events that provide opportunities for networking, educational, and professional development related to Computer & Civil Engineering. Our mission is to provide students with the skills, resources, motivation, and training necessary to become successful leaders in STEM.</p>
<div><!-- <h1>Society Of Engineering Students <br> School Of Engineering,Far-Western University <br> Executive Comittee-2079/80</h1> --><img alt="" src="images/soelogo.png" style="max-width:1200px ; min-width:200px; margin-bottom: 20px;" /></div>
<div class="welcome-buttons-section"><a class="welcome-button-join" href="https://forms.gle/BcpiySQgNX99UMxHA" rel="noreferrer noopener" target="_blank">Join The Society</a></div>
</div>
<!-- <div class="sidebar">
<img style="height: 400px; max-width: 400px; min-width: 100px; " src="images/logo1.png" alt="">
<img style="height: 300px; max-width: 1200px; min-width: 100px; " src="notes/images/suisters.JPG" alt="">
</div> --></div>
<!-- end of welcome section --><!-- What the club is about Section -->
<div class="about-flex-container">
<div class="about-main-content">
<p class="about-section-title">Our Batch 2076/77</p>
<p class="about-section-description">Our esteemed batch of Computer Engineering 2076 has embarked on an extraordinary engineering journey amidst the challenges posed by the COVID-19 pandemic. Despite starting our first semester in the online mode, we persevered and adapted to the new learning environment. Under the guidance of our dedicated faculty members, such as Dhami Sir, we successfully completed minor C programming projects that enhanced our coding skills. Additionally, we had the privilege of working on a hydropower project led by the esteemed Kamal Lekhak Sir during our second semester. In our third semester, we demonstrated our prowess by developing various projects, including a DBMS railway ticket system, tic-tac-toe game, and a captivating snake game using C++. Furthermore, we embraced the collaborative spirit and honed our version control skills by actively participating in lab sessions on GitHub. As a resilient and determined batch, we are proud of our accomplishments and look forward to the exciting opportunities and challenges that lie ahead in our academic journey.</p>
<img alt="" class="about-img" src="images/friends.jpg" />
<br>
<br>
<div class="about-button-section"><button class="about-button">Learn More</button></div>
</div>
</div>
<div class="about-flex-container">
<div class="about-main-content">
<p class="about-section-title">Our Insipiration Teachers </p>
<p class="about-section-description" >"Our beloved teachers, Kamal Lekhak Sir, Birendra Dhami Sir, HOD Sir, and Chakra Sir, hold a special place in our hearts as they are our guiding lights, mentors, and indeed, our gods in the field of technology. Their unwavering support, encouragement, and motivation inspire us to reach new heights and excel in our tech fields. With their profound knowledge, invaluable guidance, and dedication to our growth, they ignite a passion within us to constantly strive for excellence. Their belief in our abilities and their relentless efforts to shape us into skilled professionals make them the pillars of our success. We are forever grateful to these esteemed teachers for their invaluable contributions and their unwavering commitment to our journey in the world of technology.</p>
</div>
<!-- <div class="about-img-section"><img alt="" class="about-img" src="notes/images/khemdaju.jpg" /></div> -->
<!-- end of about section --></div>
<div class="about-flex-container">
<div class="about-main-content">
<p class="about-section-title">Our Tech lead Bibek pant</p>
<p class="about-section-description" >"Let us take a moment to celebrate and acknowledge our beloved Bibek Dai, a guiding light and a source of unwavering support for all of us in the realm of technology. From the very beginning, Bibek Dai has been a constant source of motivation, always ready to lend a helping hand and share his vast knowledge. His dedication to our growth and success is truly inspiring, as he selflessly devotes his time and expertise to assist us in all things tech-related. Whether it's troubleshooting a coding challenge, explaining complex concepts, or providing guidance on project development, Bibek Dai has been there every step of the way. His unwavering belief in our abilities and his tireless efforts in helping our university rise is a testament to his remarkable character and commitment. With his guidance and mentorship, we are empowered to push our boundaries, explore new frontiers, and reach new heights in the field of technology. We are forever grateful for Bibek Dai's invaluable contributions, and his impact on our academic and personal growth is immeasurable.<br />
</p>
</div>
<div class="about-img-section"><img alt="" class="about-img" src="images/bibekdai.jpeg" /></div>
</div>
<!-- end of about section -->
<!-- events section --><!-- <div class="events-flex-container" >
<div class="events-img-section">
<img src="notes/images/suisters.JPG" alt="" class="events-img">
</div>
<div class="events-main-content">
<p class="events-section-title">Events</p>
<p class="events-section-description">
Interested in learning Python, CSS/HTML/JS, or Swift? Then we are the club for you! We offer workshops for each of these programming languages and more, including Networking and Technical interview prep workshops. Whether you are a complete beginner or an advanced programmer, come join us at any of our events.
<br>
</p>
<div class= "events-button-section">
<a href="events.html"><button class="events-button">Browse Events</button></a>
</div>
</div>
</div> --><!-- end of events section --><!-- resources section --><!-- <div class="resources-flex-container" >
<div class="resources-main-content">
<p class="resources-section-title">Resources</p>
<p class="resources-section-description">
Are you not sure where to start or where to look for resources? We compiled a bunch of resources that we believe are best suited to help you out in this endeavor. These resources include information on Computer engineering classes at Far western university, Data Science, Web Development, getting started on a new language, and much more.
</p>
<div class= "resources-button-section">
<a href="#"><button class="resources-button">More Info</button></a>
</div>
</div>
<div class="resources-img-section">
<img src="images/resource.png" alt="" class="resources-img">
</div>
</div> --><!-- end of resources section --><!-- Collaborate Secion --><!-- <div class="collaborate-flex-container" >
<div class="collaborate-img-section">
<img src="notes/images/IMG_4812.JPG" alt="" class="collaborate-img">
</div>
<div class="collaborate-main-content">
<p class="collaborate-section-title">Collaborate</p>
<p class="collaborate-section-description">
Here at the SOE, we want to include as many students as we can. For that reason we’ve decided to open up supportive members positions on our board to get fellow members more engaged with the club and, hopefully one day, into the Executive position. Come and checkout our open positions and apply.
</p>
<div class= "collaborate-button-section">
<a href="https://www.facebook.com/profile.php?id=100083543161885"><button class="collaborate-button">Learn More</button></a>
</div>
</div>
</div> --><!-- end of collaborate section -->
<!--
<hr style="height: 3px; border: width 2px; color:rgb(18, 77, 140); background-color:rgb(3, 1, 1)" /><! Introduction to our teammates
<div class="container-fluid my-3">
<h1 style=" text-decoration: underline; text-shadow: 5px 5px 3px black; color:rgb(1, 2, 1)">Our Team</h1>
<div class="row mx-auto">
<div class="col-lg-4 col-10 mx-auto my-2">
<div class="card" style=" box-shadow :8px 8px 3px rgb(17, 47, 71) ; "><img alt="..." class="card-img-top img-fluid" src="images/pradip.png" />
<div class="card-body" style=" margin-top: -70px;">
<h3 class="card-title">Team-leader||Full-stack-dev ~ Pradip Bhatt</h3>
<p class="card-text" style="font-weight: lighter;"><i>Team-leader:Pradip Bhatt<br />
</i>-Myself,Pradip Bhatt The developer of this website,if you wanna know
more about me click here <a href="www.pradipbhatt.com.np">Portfolio</a> </p>
</div>
</div>
</div>
<div class="col-lg-4 col-10 mx-auto my-2">
<div class="card" style=" box-shadow :8px 8px 3px rgb(17, 47, 71) ; "><img alt="..." class="card-img-top img-fluid" src="images/dipa.jpeg" />
<div class="card-body" style=" margin-top: -50px;">
<h3 class="card-title">Front-end Dev :Dipa joshi</h3>
Dipa joshi</i>-Hey there! I'm the front end webSite developer.
furthermore i participate in tech events , a well minded lady,free to talk and share idea among.</p>
</div>
</div>
</div>
- <div class="col-lg-4 col-10 mx-auto my-2">
<div class="card" style=" box-shadow :8px 8px 3px rgb(17, 47, 71) ; "><img alt="..." class="card-img-top img-fluid" src="images/viceorsedentprakashdaju.jpg" />
<div class="card-body" style=" margin-top: -90px;">
<h3 class="card-title">Vice President<br />
Prakash giri</h3>
<p class="card-text" style="font-weight: lighter;"><i>Vice President<br />
Prakash Giri</i>- Hey! I've been VP of the SOES club since the summer of 2022 and I consider myself a peer mentor. I look forward to getting to know the members of the club and collaborating with them in one way or another.I take the place of the president in the event the latter is unable to perform his or her duties.</p>
</div>
</div>
</div>
</div>
</div>
Introduction to secretaty treasurer
<div class="container-fluid my-3">
<div class="row mx-auto">
<div class="col-lg-4 col-10 mx-auto my-2">
<div class="card" style=" box-shadow :8px 8px 3px rgb(17, 47, 71) ; "><img alt="..." class="card-img-top img-fluid" src="images/vicepresident1.jpeg" />
<div class="card-body" style=" margin-top: -90px;">
<h3 class="card-title">Vice-President<br />
khem raj BK</h3>
<p class="card-text" style="font-weight: lighter;"><i>Vice-President<br />
khem raj BK</i>- Hey! I've been VP of the SOES club since the summer of 2022 and I consider myself a peer mentor. I look forward to getting to know the members of the club and collaborating with them in one way or another.</p> -->
<span>Price :</span></div>
</div>
</div>
<div class="col-lg-4 col-10 mx-auto my-2">
<div class="card" style=" box-shadow :8px 8px 3px rgb(17, 47, 71) ; "><img alt="..." class="card-img-top img-fluid" src="images/pradip_school_dress.jpeg" />
<div class="card-body" style="margin-top: -50px;">
<h3 class="card-title">Full-stack-dev:Pradip Bhatt<br />
<Tech-Enthuist></Tech-Enthuist></h3>
<p class="card-text" style="font-weight: lighter;"><i>Team-leader<br />
Pradip Bhatt</i>- PradipBhatt, also known as ThePradip or #Pradip. Hi everyone, my name is Pradip Bhatt and I am a fourth semester computer science and engineering(CSE) student from Far Western University. I am passionate about participating in hackathons, online coding compitisions using my skills and knowledge to come up with creative solutions.
I have experience working on website projects and have developed a database management system in my last second semester, as well as a project for the Society of Engineering Students (SOES) at fwusoes.com. I have a strong interest in front-end web design and have recently been learning Python, where I was able to build an AI model.<span>Price :</span></div>
</div>
</div>
<div class="col-lg-4 col-10 mx-auto my-2">
<div class="card" style=" box-shadow :8px 8px 3px rgb(17, 47, 71) ; "><img alt="..." class="card-img-top img-fluid" src="images/dipa.jpeg" />
<div class="card-body" style=" margin-top: -50px;">
<h3 class="card-title">Dipa Joshi<br />
Tech Enthuist</h3>
<p class="card-text" style="font-weight: lighter;"><i>Front-end-Dev<br />
Dipa joshi--</i> Hey! I've been studying in the SOE FWU since the summer '21 and I consider myself a peer mentor.</p>
<!-- <span>Price :</span></div>
</div>
</div>
</div>
</div>
<div class="container-fluid my-3">
<div class="row mx-auto">
<div class="col-lg-4 col-10 mx-auto my-2">
<div class="card" style=" box-shadow :8px 8px 3px rgb(17, 47, 71) ; "><img alt="..." class="card-img-top img-fluid" src="images/neelam.jpeg" />
<div class="card-body" style=" margin-top: -90px;">
<h3 class="card-title">Treasurer<br />
Neelam Giri</h3>
<p class="card-text" style="font-weight: lighter;"><i>Treasurer<br />
Neelam Giri </i> Hey! I've been Treasurer of the SOES club since the summer of '21 and I consider myself a peer mentor. I look forward to getting to know the members of the club and collaborating with them one way or another.</p> -->
<!-- <span>Price :</span></div>
</div>
</div>
<div class="col-lg-4 col-10 mx-auto my-2">
<div class="card" style=" box-shadow :8px 8px 3px rgb(17, 47, 71) ; "><img alt="..." class="card-img-top img-fluid" src="images/Anu1.jpg" />
<div class="card-body" style=" margin-top: -90px;">
<h3 class="card-title">Co-Treasurer<br />
Anuradha Bhatt</h3>
<p class="card-text" style="font-weight: lighter;"><i>Co-Treasurer<br />
Anuradha Bhatt</i> Hey! I've been Co-Treasurer of the SOES club since the summer of 2022 and I consider myself a peer mentor.</p> -->
<!-- <span>Price :</span></div> -->
<!-- </div>
</div> -->
<!--
<div class="col-lg-4 col-10 mx-auto my-2">
<div class="card" style=" box-shadow :8px 8px 3px rgb(17, 47, 71) ; "><img alt="..." class="card-img-top img-fluid" src="images/pradip_school_dress1.jpeg" />
<div class="card-body" style=" margin-top: -90px;">
<h3 class="card-title">Developer<br />
Pradip Bhatt</h3>
<p class="card-text" style="font-weight: lighter;"><i>Developer<br />
Pradip Bhatt,</i>Hi everyone, my name is Pradip Bhatt and I am a third-semester computer science and engineering student from Far Western University. I am passionate about participating in hackathons and using my skills and knowledge to come up with creative solutions.</p> -->
<!-- <span>Price :</span> --></div>
<!-- </div>
</div>
</div> -->
<!-- </div> -->
<!--
<div class="container-fluid my-3">
<div class="row mx-auto">
<div class="col-lg-4 col-10 mx-auto my-2">
<div class="card" style=" box-shadow :8px 8px 3px rgb(17, 47, 71) ; "><img alt="..." class="card-img-top img-fluid" src="notes/images/nareshdaifinal.jpeg" />
<div class="card-body" style=" margin-top: -90px;">
<h3 class="card-title">Treasurer<br />
Neelam Giri</h3>
<p class="card-text" style="font-weight: lighter;"><i>Member<br />
Naresh singh bist </i> Hey! I've been member of the SOES since summer 2022 and I consider myself a peer mentor. I look forward to getting to know the members of the Society, and collaborate with them one way or another.</p> -->
<!-- <span>Price :</span></div>
</div>
</div>
<div class="col-lg-4 col-10 mx-auto my-2">
<div class="card" style=" box-shadow :8px 8px 3px rgb(17, 47, 71) ; "><img alt="..." class="card-img-top img-fluid" src="notes/images/basanti.jpg" />
<div class="card-body" style=" margin-top: -35px;">
<h3 class="card-title">Co-Treasurer<br />
Anuradha Bhatt</h3>
<p class="card-text" style="font-weight: lighter;"><i>Member<br />
Basanti Bhandari</i> Hey! I've been member of the SOES since summer 2022 and I consider myself a peer mentor.</p> -->
<!-- <span>Price :</span></div>
</div>
</div>
<div class="col-lg-4 col-10 mx-auto my-2">
<div class="card" style=" box-shadow :8px 8px 3px rgb(17, 47, 71) ; "><img alt="..." class="card-img-top img-fluid" src="notes/images/jeewondada.jpg" />
<div class="card-body" style=" margin-top:-55px;">
<h3 class="card-title">Developer<br />
Pradip Bhatt</h3>
<p class="card-text" style="font-weight: lighter;"><i>Member<br />
Jeewon singh Bhandari</i>Hey! I've been member of the SOES since summer 2022 and I consider myself a peer mentor.</p>
<span>Price :</span> -->
<!-- </div>
</div>
</div>
</div>
</div> -->
<!-- <div class="container-fluid my-3">
<div class="row mx-auto">
<div class="col-lg-4 col-10 mx-auto my-2">
<div class="card" style=" box-shadow :8px 8px 3px rgb(17, 47, 71) ; "><img alt="..." class="card-img-top img-fluid" src="notes/images/crimson.jpg" />
<div class="card-body" style=" margin-top: -90px;">
<h3 class="card-title">member<br />
Neelam Giri</h3>
<p class="card-text" style="font-weight: lighter;"><i>Member<br />
Crimson Negi</i> Hey! I've been member of the SOES since summer 2022 and I consider myself a peer mentor.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-10 mx-auto my-2">
<div class="card" style=" box-shadow :8px 8px 3px rgb(17, 47, 71) ; "><img alt="..." class="card-img-top img-fluid" src="notes/images/Ayushbroh.jpg" />
<div class="card-body" style=" margin-top: 0px;">
<h3 class="card-title">Co-Treasurer<br />
Anuradha Bhatt</h3>
<p class="card-text" style="font-weight: lighter;"><i>Member<br />
Ayush Singh Thakuri</i> Hey! I've been member of the SOES since summer 2022 and I consider myself a peer mentor. rice : --></p>
</div>
</div>
</div>
<div class="col-lg-4 col-10 mx-auto my-2">
<div class="card" style=" box-shadow :8px 8px 3px rgb(17, 47, 71) ; "><img alt="..." class="card-img-top img-fluid" src="notes/images/bhaskarpant.jpg" />
<div class="card-body" style=" margin-top:70px;">
<h3 class="card-title">Developer<br />
Pradip Bhatt</h3>
<p class="card-text" style="font-weight: lighter;"><i>Member<br />
Bhaskar pant</i>Hey! I've been member of the SOES since summer 2022 and I consider myself a peer mentor.</p> -->
<!-- <span>Price :</span> -->
<!-- </div>
</div>
</div>
</div>
</div>
<div class="container-fluid my-3">
<div class="row mx-auto">
<div class="col-lg-4 col-10 mx-auto my-2">
<div class="card" style=" box-shadow :8px 8px 3px rgb(17, 47, 71) ; "><img alt="..." class="card-img-top img-fluid" src="notes/images/bhimbahadur.jpg" />
<div class="card-body" style=" margin-top: -90px;">
<h3 class="card-title">Treasurer<br />
Neelam Giri</h3> -->
<!-- <p class="card-text" style="font-weight: lighter;"><i>Member<br />
Bhim Bhadur Thagunna </i> Hey! I've been member of the SOES since summer 2022 and I consider myself a peer mentor.</p> -->
<!-- <span>Price :</span> --></div>
<!-- </div>
</div>
<div class="col-lg-4 col-10 mx-auto my-2">
<div class="card" style=" box-shadow :8px 8px 3px rgb(17, 47, 71) ; "><img alt="..." class="card-img-top img-fluid" src="images/subash.jpg" />
<div class="card-body" style=" margin-top: 50px;">
<h3 class="card-title">Co-Treasurer<br />
Anuradha Bhatt</h3>
<p class="card-text" style="font-weight: lighter;"><i>Member<br />
subash mahara</i>Hey! I've been member of the SOES since summer 2022 and I consider myself a peer mentor.</p> -->
<!-- <span>Price :</span> --></div>
<!-- </div>
</div>
<div class="col-lg-4 col-10 mx-auto my-2">
<div class="card" style=" box-shadow :8px 8px 3px rgb(17, 47, 71) ; "><img alt="..." class="card-img-top img-fluid" src="notes/images/santosh.jpg" />
<div class="card-body" style=" margin-top:-55px;">
<h3 class="card-title">Developer<br />
Pradip Bhatt</h3>
<p class="card-text" style="font-weight: lighter;"><i>Member<br />
Santosh Upadhyay</i> I am studying BCE at Far western university, Mahendranagar, Nepal. A passionate Civil Enginnering Student from Far western Region,Nepal.</p> -->
<!-- <span>Price :</span> --></div>
<!-- </div>
</div>
</div>
</div>
<div class="container-fluid my-3">
<div class="row mx-auto">
<div class="col-lg-4 col-10 mx-auto my-2">
<div class="card" style=" box-shadow :8px 8px 3px rgb(17, 47, 71) ; "><img alt="..." class="card-img-top img-fluid" src="notes/images/basant.jpg" />
<div class="card-body" style=" margin-top: 0px;">
<h3 class="card-title">member<br />
Basant Mahara</h3>
<p class="card-text" style="font-weight: lighter;"><i>Member<br />
Basant Mahara</i> Hey! I've been member of the SOES since summer 2022 and I consider myself a peer mentor.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-10 mx-auto my-2">
<div class="card" style=" box-shadow :8px 8px 3px rgb(17, 47, 71) ; "><img alt="..." class="card-img-top img-fluid" src="notes/images/ganeshpant.jpg" />
<div class="card-body" style=" margin-top: 40px;">
<h3 class="card-title">Co-Treasurer<br />
Anuradha Bhatt</h3>
<p class="card-text" style="font-weight: lighter;"><i>Member<br />
Ganesh pant</i> Hey! I've been member of the SOES since summer 2022 and I consider myself a peer mentor.</p> -->
<!-- <span>Price :</span> --></div>
<!-- </div>
</div>
<div class="col-lg-4 col-10 mx-auto my-2">
<div class="card" style=" box-shadow :8px 8px 3px rgb(17, 47, 71) ; "><img alt="..." class="card-img-top img-fluid" src="notes/images/sangeeta.jpg" />
<div class="card-body" style=" margin-top:70px;">
<h3 class="card-title">Developer<br />
Pradip Bhatt</h3>
<p class="card-text" style="font-weight: lighter;"><i>Member<br />
Sangita yadhav</i>Hey! I've been member of the SOES since summer 2022 and I consider myself a peer mentor.</p> -->
<!-- <span>Price :</span> --></div>
<!-- </div>
</div>
</div>
</div>
<div class="container-fluid my-3">
<div class="row mx-auto">
<div class="col-lg-4 col-10 mx-auto my-2">
<div class="card" style=" box-shadow :8px 8px 3px rgb(17, 47, 71) ; "><img alt="..." class="card-img-top img-fluid" src="notes/images/babita-white.jpg" />
<div class="card-body" style=" margin-top: -90px;">
<h3 class="card-title">Treasurer<br />
Neelam Giri</h3>
<p class="card-text" style="font-weight: lighter;"><i>Member<br />
Babita Bhatt </i> Hey! I've been member of the SOES since summer 2022 and I consider myself a peer mentor.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-10 mx-auto my-2">
<div class="card" style=" box-shadow :8px 8px 3px rgb(17, 47, 71) ;"><img alt="..." class="card-img-top img-fluid" src="notes/images/mukul.jpg" />
<div class="card-body" style=" margin-top: 25px;">
<h3 class="card-title">Co-Treasurer<br />
Anuradha Bhatt</h3>
<p class="card-text" style="font-weight: lighter;"><i>Member<br />
Mukul Bhatt</i>Hey! I've been member of the SOES since summer 2022 and I consider myself a peer mentor.</p>
<span>Price :</span> </div>
</div>
</div>
<div class="col-lg-4 col-10 mx-auto my-2">
<div class="card" style=" box-shadow :8px 8px 3px rgb(17, 47, 71) ; "><img alt="..." class="card-img-top img-fluid" src="notes/images/lalit negi.jpg" />
<div class="card-body" style=" margin-top:20px;">
<h3 class="card-title">Developer<br />
Pradip Bhatt</h3>
<p class="card-text" style="font-weight: lighter;"><i>Member<br />
Lalit negi</i>Hey! I've been member of the SOES since summer 2022 and I consider myself a peer mentor.</p> -->
<!-- <span>Price :</span> --></div>
<!-- </div>
</div>
</div>
</div>
<div class="container-fluid my-3">
<div class="row mx-auto">
<div class="col-lg-4 col-10 mx-auto my-2">
<div class="card" style=" box-shadow :8px 8px 3px rgb(17, 47, 71) ; "><img alt="..." class="card-img-top img-fluid" src="notes/images/babita-pyaribaini.jpg" />
<div class="card-body" style=" margin-top: -90px;">
<h3 class="card-title">member<br /> -->
<!-- Bas/ -->
<!-- <span>Price :</span></div>
</div>
</div>
<div class="col-lg-4 col-10 mx-auto my-2">
<div class="card" style=" box-shadow :8px 8px 3px rgb(17, 47, 71) ; "><img alt="..." class="card-img-top img-fluid" src="notes/images/naradfinal.jpeg" />
<div class="card-body" style=" margin-top:-90px;">
<h3 class="card-title">Developer<br />
Pradip Bhatt</h3>
<p class="card-text" style="font-weight: lighter;"><i>Member<br />
Narad saud</i>Hey! I've been memeber of the SOES club since summer 2022 and I consider myself a peer mentor.</p>
<span>Price :</span> -</div> -->
</div>
</div>
</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">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 -->
</div>
<!-- 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>