This repository was archived by the owner on Jun 25, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
775 lines (720 loc) · 34.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="PDSC">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"/>
<link href="https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900" rel="stylesheet">
<title> PDSC</title>
<link rel="icon" href="assets/images/HeadOnlyAlt.png" type="image/x-icon">
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Additional CSS Files -->
<link rel="stylesheet" href="assets/css/fontawesome.css">
<link rel="stylesheet" href="assets/css/template.css">
<link rel="stylesheet" href="assets/css/owl.css">
<link rel="stylesheet" href="assets/css/lightbox.css">
<script src="https://www.google.com/recaptcha/api.js" async defer></script>
</head>
<body>
<!--header-->
<header class="main-header clearfix" role="header">
<div class="logo">
<img src="assets/images/Alt.png" alt="logo" width="100" height="35"></div>
</div>
<a href="#menu" class="menu-link"><i class="fa fa-bars"></i></a>
<nav id="menu" class="main-nav" role="navigation">
<ul class="main-menu">
<li><a href="#section1">Home</a></li>
<li class="has-submenu"><a href="#section2">About Us</a>
<ul class="sub-menu">
<li><a href="#section2">Who we are?</a></li>
<li><a href="#section3">Become Member</a></li>
<!-- <li><a href="#">Our Team</a></li>-->
</ul>
</li>
<li><a href="#section5">Programs</a></li>
<!-- <li><a href="#section5">Video</a></li> -->
<li><a href="#section6">Contact</a></li>
<!--<li><a href="http://blog.pdscorg.com">Blogs</a></li>-->
</ul>
</nav>
</header>
<!-- ***** Main Banner Area Start ***** -->
<section class="section main-banner" id="top" data-section="section1">
<video autoplay muted loop id="bg-video">
<source src="assets/images/pdsc_intro.mp4" type="video/mp4" />
</video>
<div class="video-overlay header-text">
<div class="caption">
<h2><em>Plan, Design<br>Solve & Create</em></h2>
<div class="main-button">
<div class="scroll-to-section"><a href="#section2">Discover more</a><br><a href="#section3">Apply Now</a></div>
</div>
</div>
</div>
</section>
<!-- ***** Main Banner Area End ***** -->
<section class="features">
<div class="container">
<div class="row">
<div class="col-lg-4 col-12">
<div class="features-post">
<div class="features-content">
<div class="content-show">
<h4><i class="fa fa-pencil"></i>All Courses</h4>
</div>
<div class="content-hide">
<p>As we assure plan , design, solve and create in our name. We are offering various courses, bootcamps and workshops free</p>
<p class="hidden-sm">we just not help peoples on Python, JavaScript, Django, Data Science, Machine Learning, Designing, but also on other related topics..</p>
<div class="scroll-to-section"><a href="#section2">More Info.</a></div>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-12">
<div class="features-post second-features">
<div class="features-content">
<div class="content-show">
<h4><i class="fa fa-graduation-cap"></i>tutorials</h4>
</div>
<div class="content-hide">
<p>Soon we are going to post out tutorials on different topics for now you can checkout our youtube tutorials</p>
<p class="hidden-sm">we will be publishing and making tutorails in every common factors as possible.</p>
<div class="scroll-to-section"><a href="#section5">Details</a></div>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-12">
<div class="features-post third-features">
<div class="features-content">
<div class="content-show">
<h4><i class="fa fa-book"></i>Motivations</h4>
</div>
<div class="content-hide">
<p>Success is the sum of small efforts repeated. Try using your effort..we are here to support you.</p>
<p class="hidden-sm">Stay motivated, stay Learning. We are being expert soon</p>
<div class="scroll-to-section"><a href="#section5">Read More</a></div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section why-us" data-section="section2">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="section-heading">
<h2>Who we are and what we do</h2>
</div>
</div>
<div class="col-md-12">
<div id='tabs'>
<ul>
<li><a href='#tabs-1'>Non profit organisation</a></li>
<li><a href='#tabs-2'>Technology Trainer</a></li>
<li><a href='#tabs-3'>Quality Learning platform</a></li>
</ul>
<section class='tabs-content'>
<article id='tabs-1'>
<div class="row">
<div class="col-md-6">
<img src="assets/images/choose-us-image-01.png" alt="">
</div>
<div class="col-md-6">
<h4>Non profit organisation</h4>
<p>We are an organization aiming to bring real-world experience to the plates of students; trying to bridge the gap between college and the market through the means of events such as workshops, hack-a-thons, and much more.<br>Excited to be a part of it?<br>We are too, to take you in on a ride filled with opportunities from developing leadership to other skills. </p>
</div>
</div>
</article>
<article id='tabs-2'>
<div class="row">
<div class="col-md-6">
<img src="assets/images/choose-us-image-02.png" alt="">
</div>
<div class="col-md-6">
<h4>Technology Trainer</h4>
<p> Technical skills being crucial in this era, we are focused on providing quality IT workshops for all students across the country and the globe.</p>
<p>We believe workshops, bootcamps, not only improves skills but also develops strength on students to believe in change and team works.</p>
</div>
</div>
</article>
<article id='tabs-3'>
<div class="row">
<div class="col-md-6">
<img src="assets/images/choose-us-image-03.png" alt="">
</div>
<div class="col-md-6">
<h4>Quality Learning platform</h4>
<p>With the aim of making industrial based education accessible to everyone, we are fully dedicated on organizing workshops, events, bringing on real projects. This makes PDSC a quality learning platform for everyone everywhere.
<a rel="nofollow" href="#" target="_parent">Checkout for workshops</a> being attempted soon.</p>
</div>
</div>
</article>
</section>
</div>
</div>
</div>
</div>
</section>
<section class="section coming-soon" data-section="section3">
<div class="section-heading">
<h2>Join our Enthusiastic Team</h2>
</div>
<div class="continer centerIt">
<div>
<h4 style="text-align: center; padding-left: 8px; padding-right: 8px">Wanna be a part of it?<em style = "color:#1979d6;"> Apply when application is open</em></h4>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
<div class="right-content">
<div class="top-content">
<h6>Register and be a part of<em style="color: #1979d6;"> the journey</em> where you learn leadership & other skills</h6>
</div>
<form action="https://script.google.com/macros/s/AKfycbwCYTBtQBYHfG8u0Mq1sUyl5M6mBoM9_XhmVNMRlATRtt6KpYmf844UXYY1M7T2KqrZ/exec" method="POST">
<div class="row">
<div class="col-lg-6 col-sm-12 col-md-6 col-xs-12">
<fieldset>
<input name="Name" type="text" class="form-control" id="name" placeholder="Your Name" required="">
</fieldset>
<fieldset>
<input name="Email" type="text" class="form-control" id="email" placeholder="Your Email" required="">
</fieldset>
<fieldset>
<input name="Phone Number" type="text" class="form-control" id="phone-number" placeholder="Your Phone Number"
required="">
</fieldset>
</div>
<div class="col-lg-6 col-sm-12 col-md-6 col-xs-12">
<fieldset>
<select id="choice1" name="Department Choice 1" style="width: 100%; height: 40px; background-color: rgba(250,250,250,0.1); border-radius: 7px; border: none; outline: none; color: #fff; font-size: 13px; margin-bottom: 20px; letter-spacing: 0.5px;">
<option value="choice_first" style="color: #00080c;">Department Choice First</option>
<option value="Human Resource Team" style="color: #00080c;">Human Resource Team</option>
<option value="Creative Team" style="color: #00080c;">Creative Team</option>
<option value="Event Management Team" style="color: #00080c;">Event Management Team</option>
<option value="Software Team" style="color: #00080c;">Software Team</option>
<option value="Hardware Team" style="color: #00080c;">Hardware Team</option>
<option value="Social Media and Marketing Team" style="color: #00080c;">Social Media and Marketing Team</option>
</select>
</fieldset>
<fieldset>
<select id="choice2" name="Department Choice 2"
style="width: 100%; height: 40px; background-color: rgba(250,250,250,0.1); border-radius: 7px; border: none; outline: none; color: #fff; font-size: 13px; margin-bottom: 20px; letter-spacing: 0.5px;">
<option value="choice_second" style="color: #00080c;">Department Choice Second</option>
<option value="Human Resource Team" style="color: #00080c;">Human Resource Team</option>
<option value="Creative Team" style="color: #00080c;">Creative Team</option>
<option value="Event Management Team" style="color: #00080c;">Event Management Team</option>
<option value="Software Team" style="color: #00080c;">Software Team</option>
<option value="Hardware Team" style="color: #00080c;">Hardware Team</option>
<option value="Social Media and Marketing Team" style="color: #00080c;">Social Media and Marketing Team</option>
</select>
</fieldset>
<fieldset>
<select id="choice3" name="Department Choice 3"
style="width: 100%; height: 40px; background-color: rgba(250,250,250,0.1); border-radius: 7px; border: none; outline: none; color: #fff; font-size: 13px; margin-bottom: 20px; letter-spacing: 0.5px;">
<option value="" style="color: #00080c;">Department Choice Third</option>
<option value="Human Resource Team" style="color: #00080c;">Human Resource Team</option>
<option value="Creative Team" style="color: #00080c;">Creative Team</option>
<option value="Event Management Team" style="color: #00080c;">Event Management Team</option>
<option value="Software Team" style="color: #00080c;">Software Team</option>
<option value="Hardware Team" style="color: #00080c;">Hardware Team</option>
<option value="Social Media and Marketing Team" style="color: #00080c;">Social Media and Marketing Team</option>
</select>
</fieldset>
</div>
</div>
<div class="row">
<div class="col-lg-6 col-sm-12 col-md-6 col-xs-12">
<fieldset>
<input name="College" type="text" class="form-control" id="college" placeholder="College Name" required="">
</fieldset>
</div>
<div class="col-lg-6 col-sm-12 col-md-6 col-xs-12">
<fieldset>
<select id="year" name="Year"
style="width: 100%; height: 40px; background-color: rgba(250,250,250,0.1); border-radius: 0px; border: none; outline: none; color: #fff; font-size: 13px; margin-bottom: 20px; letter-spacing: 0.5px;" required="">
<option value="" style="color: #00080c;">Choose your Year</option>
<option value="1st Year" style="color: #00080c;">1st Year</option>
<option value="2nd year" style="color: #00080c;">2nd Year</option>
</select>
</fieldset>
</div>
</div>
<div class="row">
<div class="col-md-12 col-xs-12 col-sm-12 col-lg-12">
<fieldset>
<input name="Why Join Us?" type="text" class="form-control" id="why-join-us" placeholder="Why Join Us?" required="">
</fieldset>
</div>
<div class="col-md-12 col-xs-12 col-sm-12 col-lg-12">
<fieldset class = "form__submit__contents">
<strong style = "color:white; text-align:center";> Application for the year 2022-2023 has been closed</strong>
<button type="submit" id="form-submit" class="button">SUBMIT</button>
</fieldset>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</section>
<section class="section courses" data-section="section4" style="display:none;">
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<div class="section-heading">
<h2>Choose Your Course</h2>
</div>
</div>
<div class="owl-carousel owl-theme">
<div class="item">
<img src="assets/images/courses-01.jpg" alt="Course #1">
<div class="down-content">
<h4>Digital Marketing</h4>
<p>You can get free images and videos for your websites by visiting Unsplash, Pixabay, and Pexels.</p>
<div class="author-image">
<img src="assets/images/author-01.png" alt="Author 1">
</div>
<div class="text-button-pay">
<a href="#">Learn <i class="fa fa-angle-double-right"></i></a>
</div>
</div>
</div>
<div class="item">
<img src="assets/images/courses-02.jpg" alt="Course #2">
<div class="down-content">
<h4>Learn Python Automation</h4>
<p>Checkout python automation course tutorial. Which we have already organized workshop</p>
<div class="author-image">
<img src="assets/images/author-02.png" alt="Author 2">
</div>
<div class="text-button-free">
<a href="#">Start <i class="fa fa-angle-double-right"></i></a>
</div>
</div>
</div>
<div class="item">
<img src="assets/images/courses-03.jpg" alt="Course #3">
<div class="down-content">
<h4>Media Technology</h4>
<p>Pellentesque ultricies diam magna, auctor cursus lectus pretium nec. Maecenas finibus lobortis enim.</p>
<div class="author-image">
<img src="assets/images/author-03.png" alt="Author 3">
</div>
<div class="text-button-pay">
<a href="#">Pay <i class="fa fa-angle-double-right"></i></a>
</div>
</div>
</div>
<div class="item">
<img src="assets/images/courses-04.jpg" alt="Course #4">
<div class="down-content">
<h4>Communications</h4>
<p>Download free images and videos for your websites by visiting Unsplash, Pixabay, and Pexels.</p>
<div class="author-image">
<img src="assets/images/author-04.png" alt="Author 4">
</div>
<div class="text-button-free">
<a href="#">Free <i class="fa fa-angle-double-right"></i></a>
</div>
</div>
</div>
<div class="item">
<img src="assets/images/courses-05.jpg" alt="">
<div class="down-content">
<h4>Business Ethics</h4>
<p>Pellentesque ultricies diam magna, auctor cursus lectus pretium nec. Maecenas finibus lobortis enim.</p>
<div class="author-image">
<img src="assets/images/author-05.png" alt="">
</div>
<div class="text-button-pay">
<a href="#">Pay <i class="fa fa-angle-double-right"></i></a>
</div>
</div>
</div>
<div class="item">
<img src="assets/images/courses-01.jpg" alt="">
<div class="down-content">
<h4>Photography</h4>
<p>Quisque cursus augue ut velit dictum, quis volutpat enim blandit. Maecenas a lectus ac ipsum porta.</p>
<div class="author-image">
<img src="assets/images/author-01.png" alt="">
</div>
<div class="text-button-free">
<a href="#">Free <i class="fa fa-angle-double-right"></i></a>
</div>
</div>
</div>
<div class="item">
<img src="assets/images/courses-02.jpg" alt="">
<div class="down-content">
<h4>Web Development</h4>
<p>Pellentesque ultricies diam magna, auctor cursus lectus pretium nec. Maecenas finibus lobortis enim.</p>
<div class="author-image">
<img src="assets/images/author-02.png" alt="">
</div>
<div class="text-button-free">
<a href="#">Free <i class="fa fa-angle-double-right"></i></a>
</div>
</div>
</div>
<div class="item">
<img src="assets/images/courses-03.jpg" alt="">
<div class="down-content">
<h4>Learn HTML CSS</h4>
<p>You can get free images and videos for your websites by visiting Unsplash, Pixabay, and Pexels.</p>
<div class="author-image">
<img src="assets/images/author-03.png" alt="">
</div>
<div class="text-button-pay">
<a href="#">Pay <i class="fa fa-angle-double-right"></i></a>
</div>
</div>
</div>
<div class="item">
<img src="assets/images/courses-04.jpg" alt="">
<div class="down-content">
<h4>Social Media</h4>
<p>Pellentesque ultricies diam magna, auctor cursus lectus pretium nec. Maecenas finibus lobortis enim.</p>
<div class="author-image">
<img src="assets/images/author-04.png" alt="">
</div>
<div class="text-button-pay">
<a href="#">Pay <i class="fa fa-angle-double-right"></i></a>
</div>
</div>
</div>
<div class="item">
<img src="assets/images/courses-05.jpg" alt="">
<div class="down-content">
<h4>Digital Arts</h4>
<p>Quisque cursus augue ut velit dictum, quis volutpat enim blandit. Maecenas a lectus ac ipsum porta.</p>
<div class="author-image">
<img src="assets/images/author-05.png" alt="">
</div>
<div class="text-button-free">
<a href="#">Free <i class="fa fa-angle-double-right"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section video" data-section="section5">
<div class="container">
<div class="row">
<div class="col-md-6 align-self-center">
<div class="left-content">
<span>our presentation is for you</span>
<h4>Watch the records of past <em>Bootcamps organized </em> by PDSC</h4>
<p>Wondering about the workshops we did?. Click on the link below and watch it in our official YouTube channel.. </p>
<div class="main-button"><a rel="nofollow" href="https://www.youtube.com/channel/UCtBAL5IGsN6Hyk_deE2BQOw" target="_parent">Go to Youtube</a></div>
</div>
</div>
<div class="col-md-6">
<article class="video-item">
<div class="video-caption">
<h4>Python Basics| PDSC Bootcamp Highlight</h4>
</div>
<figure>
<a href="https://https://www.youtube.com/watch?v=Y-PGgjsdpLs" class="play"><img src="assets/images/Python_logo.png"></a>
</figure>
</article>
</div>
</div>
</div>
</section>
<section class="section contact" data-section="section6">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="section-heading">
<h2>Let’s Keep In Touch</h2>
</div>
</div>
<div class="col-md-6">
<form action="https://formspree.io/f/mjvlkjbe" method="POST">
<div class="row">
<div class="col-md-6">
<fieldset>
<input name="name" type="text" class="form-control" id="name" placeholder="Your Name" required="">
</fieldset>
</div>
<div class="col-md-6">
<fieldset>
<input name="email" type="text" class="form-control" id="email" placeholder="Your Email" required="">
</fieldset>
</div>
<div class="col-md-6">
<fieldset>
<input name="number" type="text" class="form-control" id="number" placeholder="Phone Number" required="">
</fieldset>
</div>
<div class="col-md-6">
<fieldset>
<input name="join" type="text" class="form-control" id="join" placeholder="Why join us?" required="">
</fieldset>
</div>
<div class="col-md-12">
<fieldset>
<textarea name="message" rows="6" class="form-control" id="message" placeholder="Your message..." required=""></textarea>
</fieldset>
</div>
<div class="col-md-12">
<fieldset>
<button type="submit" id="form-submit" class="button">Send Message Now</button>
</fieldset>
</div>
</div>
</form>
</div>
<div class="col-md-6">
<div id="map">
<iframe src="https://maps.google.com/maps/embed?pb=!1m14!1m8!1m3!1d7066.329710702196!2d85.31832183796249!3d27.681299219534612!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x951b3c8ac733e3ec!2sIOE%2C%20Pulchowk%20Campus!5e0!3m2!1sen!2snp!4v1628866973382!5m2!1sen!2snp" width="100%" height="422px" frameborder="0" style="border:0" allowfullscreen></iframe>
</div>
</div>
<div style="text-align: center;" id="direct_contact_section" class="col-md-12 col-lg-12 col-sm-12 col-xs-12">
<h4>Reach out directly to our I.O.E Pulchowk Campus Leads</h4>
<div class="content3">
<p class = "heading">The Executive Team</p>
<!-- <hr id="first-hr"> -->
<div class="row">
<div class="person">
<img src = "assets\images\rajesh.jpg">
<div class="shoulder">
<p class="name">Rajesh Neupane</p>
<p class="position">Coordinator</p>
<hr class = "hr-two">
<p>Bachelor in Computer Engineering</p>
<p>Pulchowk Campus</p>
<p>Batch 2076 BS</p>
</div>
</div>
<div class="person">
<img src="assets\images\suyog.jpg" alt="person1">
<div class="shoulder">
<p class="name">Shreejan Satyal</p>
<p class="position">Secretary</p>
<hr class = "hr-two">
<p>Bachelor in Computer Engineering</p>
<p>Pulchowk Campus</p>
<p>Batch 2076 BS</p>
</div>
</div>
<div class="person">
<img src="assets\images\rahul.jpg" alt="person1">
<div class="shoulder">
<p class="name">Rahul Kumar Jha</p>
<p class="position">Financial Manager</p>
<hr class = "hr-two">
<p>Bachelor in Computer Engineering</p>
<p>Pulchowk Campus</p>
<p>Batch 2076 BS</p>
</div>
</div>
</div>
<div class="row">
<div class="person">
<img src="assets\images\rajeev.jpg" alt="person1">
<div class="shoulder">
<p class="name">Rajeev Paudel</p>
<p class="position">Marketing Manager</p>
<hr class = "hr-two">
<p>Bachelor in Computer Engineering</p>
<p>Pulchowk Campus</p>
<p>Batch 2076 BS</p>
</div>
</div>
<div class="person">
<img src="assets\images\rishav.jpg" alt="person1">
<div class="shoulder">
<p class="name">Rishav Bhattarai</p>
<p class="position">Event Manager</p>
<hr class = "hr-two">
<p>Bachelor in ComputerEngineering</p>
<p>Pulchowk Campus</p>
<p>Batch 2076 BS</p>
</div>
</div>
<div class="person">
<img src="assets\images\mahima.jpg" alt="person1">
<div class="shoulder">
<p class="name">Mahima Dhakal</p>
<p class="position">Creative Lead</p>
<hr class = "hr-two">
<p>Bachelor in Computer Engineering</p>
<p>Pulchowk Campus</p>
<p>Batch 2076 BS</p>
</div>
</div>
</div>
<div class="row">
<div class="person">
<img src="assets\images\sumit.jpg" alt="person1">
<div class="shoulder">
<p class="name">Sumit Yadav</p>
<p class="position">Software Coordinator</p>
<hr class = "hr-two">
<p>Bachelor in Computer Engineering</p>
<p>Pulchowk Campus</p>
<p>Batch 2076 BS</p>
</div>
</div>
<div class="person">
<img src="assets\images\rujal.jpg" alt="person1">
<div class="shoulder">
<p class="name">Rujal Acharya</p>
<p class="position">Hardware Coordinator</p>
<hr class = "hr-two">
<p>Bachelor in Electronics Engineering</p>
<p>Pulchowk Campus</p>
<p>Batch 2076 BS</p>
</div>
</div>
<div class="person">
<img src="assets\images\suban.jpg" alt="person1">
<div class="shoulder">
<p class="name">Suban Shrestha</p>
<p class="position">HR Manager</p>
<hr class = "hr-two">
<p>Bachelor in Computer Engineering</p>
<p>Pulchowk Campus</p>
<p>Batch 2076 BS</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<style>
/* social media shortcuts */
.social-menu {
display: flex;
list-style-type: none;
}
.social-menu i {
color: #fff;
width: 40px;
height: 40px;
border-radius: 50%;
font-size: 25px;
margin-right: 10px;
transition: all 0.2s ease-in-out;
display: flex;
justify-content: center;
}
.social-menu i:before {
display: flex;
flex-flow: row nowrap;
align-items: center;
}
.social-menu a {
text-decoration: none;
}
.fa-facebook {
background:#3007e7
}
.fa-github {
background:#00080c
}
.fa-twitter {
background:#119beb
}
.fa-instagram {
background:#9440b6
}
.fa-youtube {
background:#c4302b
}
.social-menu i:hover {
opacity: .7;
border-radius: 0;
}
</style>
<ul class="social-menu p-3">
<li><a href="https://facebook.com/pdsc.nepal"><i class="fab fa-facebook"></i></a></li>
<li><a href="https://github.com/pdscorg"><i class="fab fa-github"></i></a></li>
<li><a href="https://twitter.com/NepalPdsc"><i class="fab fa-twitter"></i></a></li>
<li><a href="https://instagram.com/pdsc.nepal"><i class="fab fa-instagram"></i> </a></li>
<li><a href="https://www.youtube.com/channel/UCtBAL5IGsN6Hyk_deE2BQOw"><i class="fab fa-youtube"></i> </a></li>
</ul>
<div class="row">
<div class="col-md-12">
<p><i class="fa fa-copyright"></i> 2021-All rights reserved | PDSC Nepal
</p>
</div>
</div>
</div>
</footer>
<!-- Scripts -->
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/js/isotope.min.js"></script>
<script src="assets/js/owl-carousel.js"></script>
<script src="assets/js/lightbox.js"></script>
<script src="assets/js/tabs.js"></script>
<script src="assets/js/video.js"></script>
<script src="assets/js/slick-slider.js"></script>
<script src="assets/js/custom.js"></script>
<script>
//according to loftblog tut
$('.nav li:first').addClass('active');
var showSection = function showSection(section, isAnimate) {
var
direction = section.replace(/#/, ''),
reqSection = $('.section').filter('[data-section="' + direction + '"]'),
reqSectionPos = reqSection.offset().top - 0;
if (isAnimate) {
$('body, html').animate({
scrollTop: reqSectionPos },
800);
} else {
$('body, html').scrollTop(reqSectionPos);
}
};
var checkSection = function checkSection() {
$('.section').each(function () {
var
$this = $(this),
topEdge = $this.offset().top - 80,
bottomEdge = topEdge + $this.height(),
wScroll = $(window).scrollTop();
if (topEdge < wScroll && bottomEdge > wScroll) {
var
currentId = $this.data('section'),
reqLink = $('a').filter('[href*=\\#' + currentId + ']');
reqLink.closest('li').addClass('active').
siblings().removeClass('active');
}
});
};
$('.main-menu, .scroll-to-section').on('click', 'a', function (e) {
if($(e.target).hasClass('external')) {
return;
}
//e.preventDefault();
$('#menu').removeClass('active');
showSection($(this).attr('href'), true);
});
$(window).scroll(function () {
checkSection();
});
</script>
</body>
</html>