-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
681 lines (662 loc) · 32.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"/>
<link rel="stylesheet" href="https://unpkg.com/swiper@7/swiper-bundle.min.css"/>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/chart.min.js"></script>
<script src="https://unpkg.com/swiper@7/swiper-bundle.min.js"></script>
<link rel="stylesheet" href="style.css">
<title>Sampaje Education Society</title>
</head>
<body>
<script src="https://unpkg.com/swiper@7/swiper-bundle.min.js"></script>
<header>
<a href="#banner" class="logo"><img src="./images/logo.png" alt="logo" style="height: 80px; width:80px;">S<span>E</span>S</a>
<div class="menuToggle" onclick="toggleMenu();"></div>
<ul class="navigation">
<li><a href="#banner">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#message">Message</a></li>
<li><a href="#facilities">Facilities</a></li>
<li><a href="#experts">Faculty</a></li>
<li><a href="#achievements">Achievements</a></li>
<li><a href="#gallery">Gallery</a></li>
<li><a href="#contact">Contact Us</a></li>
<li><a href="./login.php" class="login_btn">Login</a></li>
</ul>
</header>
<section class="banner" id="banner">
<div class="content">
<h2>Sampaje Composite PU College </h2>
<h3>Education maketh man <span class="change-content"> </span> </h3>
<p>Education is the awakening of oneself!</p>
<a href="#about" class="btn">Our Menu</a>
</div>
</section>
<section class="about" id="about">
<div class="row">
<div class="col50">
<h2 class="titleText"><span> About </span> Us</h2>
<p> Started in 1966, carrying forward the visions of selfless individuals who wanted to promote education, today the 56 year old Sampaje Composite PU and High School helps to provide the right education for the students who aim to build a career in the world. <br><br> Sampaje Composite PU College provides education in the field of Commerce and Arts and enjoys a very good percentage every year while the Sampaje High School provides the prescribed SSLC board syllabus and also enjoys a very good record. Under the guidance of Shri. Rajaram Keelar and his highly experienced team of various backgrounds, the Institute continues to enjoy great results.</p>
</div>
<div class="col50">
<div class="imgBx">
<img src="./images/cultural/cultural12.jpg" alt="president giving prize" style="height: 270px; width: 500px;">
</div>
</div>
</div>
</section>
<section class="message" id="message">
<div class="row">
<div class="col50">
<h2 class="titleText" style="align-items: center;"><span> Message </span> from the Principal </h2>
<q> The College aims to provide the best to its students and we shall do our best to aid our students to become responsible citizens of our country. </q>
<br>
<a href="https://www.youtube.com/watch?v=KLD6K7WuYEE" class="btn"> Check the Message </a>
</div>
<div class="col50">
<div class="imgBx">
<img src="./images/faculty/princi.jpg" alt="principal" style="height: 270px; width: 500px;">
</div>
</div>
</div>
</section>
<section class="message" id="message">
<div class="row">
<div class="col50">
<div class="imgBx">
<img src="./images/faculty/msbhat1.jpg" alt="principal" style="height: 230px; width: 400px;">
</div>
</div>
<div class="col50">
<h2 class="titleText"><span> Message </span> from the Secretary </h2>
<q> Education is what defines a person from a human being and an animal... </q>
<br>
<a href="https://youtu.be/ZzrqcQ9UDqw" class="btn"> Check the Message </a>
</div>
</div>
</div>
</section>
<section class="facilities" id="facilities">
<div class="title">
<h2 class="titleText"><span> Facilities </span> of our Institution </h2>
<p>An Institution invests to provide the facilities for the nurturing and development of students</p>
</div>
<div class="content">
<div class="box">
<div class="imgBx">
<img src="./images/facilities/classroom teaching.jpeg" alt="class-roomteaching">
</div>
<div class="text">
<h3> Classroom teaching </h3>
<p> Clean classrooms, well-lit with limited strength ensuring maximum attention for each and every student.</p>
</div>
</div>
<div class="box">
<div class="imgBx">
<img src="./images/drone/Photo/8.jpg" alt="greenery">
</div>
<div class="text">
<h3> Green Campus </h3>
<p> Built in the middle of greenery, this Institution provides the perfect environment for learning with nature.</p>
</div>
</div>
<div class="box">
<div class="imgBx">
<img src="./images/facilities/IMG-20210924-WA0013.jpg" alt="lab">
</div>
<div class="text">
<h3> Functioning Lab </h3>
<p> Clean and functioning computer laboratory with computers to aid student's practical knowledge.</p>
</div>
</div>
<div class="box">
<div class="imgBx">
<img src="./images/facilities/new building 1.jpeg" alt="new-building">
</div>
<div class="text">
<h3> Renovations </h3>
<p> Renovated buildings to provide students their education in a safer, cleaner and better study environment.</p>
</div>
</div>
<div class="box">
<div class="imgBx">
<img src="./images/cultural/cultural7.jpg" alt="cultural">
</div>
<div class="text">
<h3> Cultural Activities </h3>
<p> Encouraging cultural activites to promote all interests in students. </p>
</div>
</div>
<div class="box">
<div class="imgBx">
<img src="./images/sports/sports3.jpg" alt="sports">
</div>
<div class="text">
<h3> Sports </h3>
<p> Sports is a very important aspect of a student and we promote it in all of our students.</p>
</div>
</div>
<div class="title">
<a href="#" class="btn"> View More </a>
</div>
</div>
</class>
</section>
<section class="expert" id="experts">
<div class="title">
<h2 class="titleText"><span> Faculty and Teachers </span> of our Institution </h2>
<p> Our Team for our students of tomorrow! </p>
<h2 class="titleText"><span>PU Section</span></h2>
</div>
<div class="content">
<div class="box">
<div class="imgBx">
<img src="./images/faculty/principal.jpg" alt="malathiyk">
</div>
<div class="text">
<h3> Mrs. Malathi Y.K </h3>
<ul>
<li> <span> Position </span>: Principal, Lecturer </li>
<li> <span> Teaching </span>: Economics </li>
<li> <span> Credentials </span>: <i>M.A.,</i> </li>
<li> <span> Experience </span>: 34 Years </li>
<li> <i class="fas fa-phone-alt">: +91-9900185076 </i> </li>
<p> I have joint this Institution as a lecturer in Economics from 1989. I have been the Principal of this Institution for a decade now. I am a strict disciplinarian who believes in appropriate conduct all the time and support my students in all aspects of their development. </p>
</ul>
</div>
</div>
<div class="box">
<div class="imgBx">
<img src="./images/faculty/lokya naik b.jpg" alt="lokya">
</div>
<div class="text">
<h3> Mr. Lokya Naika B </h3>
<ul>
<li> <span> Position </span>: Lecturer </li>
<li> <span> Teaching </span>: History </li>
<li> <span> Credentials </span>: <i>M.A., B.Ed.,</i> </li>
<li> <span> Experience </span>: 26 Years </li>
<li> <i class="fas fa-phone-alt">: +91-9448036660 </i> </li>
<p> I have served as a lecturer in History for over 25 years. I am interested in Cultural activities and sports events. </p>
</ul>
</div>
</div>
<div class="box">
<div class="imgBx">
<img src="./images/faculty/channabasappa s.jpg" alt="channabasappa">
</div>
<div class="text">
<h3> Mr. Channabasappa S </h3>
<ul>
<li> <span> Position </span>: Lecturer </li>
<li> <span> Teaching </span>: Kannada </li>
<li> <span> Credentials </span>: <i>M.A., M.Ed., M.Phil., </i> </li>
<li> <span> Experience </span>: 19 Years </li>
<li> <i class="fas fa-phone-alt">: +91-9482077091 </i> </li>
<p> I have served as Kannada faculty in this College for 8 years, previously was the Principal for 10 years in a Diploma (D.Ed) College. I'm interested in Computers and conduct NSS camps and Drama events.</p>
</ul>
</div>
</div>
<div class="box">
<div class="imgBx">
<img src="./images/faculty/ShreevidhyaPSSociology.jpg" alt="ShreevidhyaPSSociology">
</div>
<div class="text">
<h3> Mrs. Shreevidya M </h3>
<ul>
<li> <span> Position </span>: Lecturer </li>
<li> <span> Teaching </span>: Sociology, Political Science </li>
<li> <span> Credentials </span>: <i>M.A., B.Ed., </i> </li>
<li> <span> Experience </span>: 17 Years </li>
<li> <i class="fas fa-phone-alt">: +91-9448173219 </i> </li>
<p> I have been teaching Sociology and Political Science for over 16 years. I also enjoy and take part in quizzes and sports. </p>
</ul>
</div>
</div>
<div class="box">
<div class="imgBx">
<img src="./images/faculty/krishnaprakash pp.jpg" alt="krishnaprakash">
</div>
<div class="text">
<h3> Mr. Krishnaprakash P.P </h3>
<ul>
<li> <span> Position </span>: Lecturer </li>
<li> <span> Teaching </span>: Commerce </li>
<li> <span> Credentials </span>: <i>M.Com., B.Ed., </i> </li>
<li> <span> Experience </span>: 4 Years </li>
<li> <i class="fas fa-phone-alt">: +91-910823465 </i> </li>
<p> I have 3 years experience as Faculty for Commerce. I have served as a National Youth Parliament Member in 2019. I have also done a research paper on Banking. </p>
</ul>
</div>
</div>
<div class="box">
<div class="imgBx">
<img src="./images/faculty/grantha.jpg" alt="granthacd">
</div>
<div class="text">
<h3> Mrs. Grantha C.D </h3>
<ul>
<li> <span> Position </span>: Lecturer </li>
<li> <span> Teaching </span>: English </li>
<li> <span> Credentials </span>: <i>M.A., B.Ed.,</i> </li>
<li> <span> Experience </span>: 4 Years </li>
<li> <i class="fas fa-phone-alt">: +91-9945386942 </i> </li>
<p> I have done my Masters in English and have served as a lecturer for the PU Section as well as the High School for 3 years. My hobbies include writing poems, singing, etc. </p>
</ul>
</div>
</div>
<div class="box">
<div class="imgBx">
<img src="./images/faculty/swathing.jpg" alt="swathing">
</div>
<div class="text">
<h3> Miss. Swathi N.G </h3>
<ul>
<li> <span> Position </span>: Lecturer </li>
<li> <span> Teaching </span>: Computer Science </li>
<li> <span> Credentials </span>: <i>M.Com., B.Ed., </i> </li>
<li> <span> Experience </span>: 2 Years </li>
<li> <i class="fas fa-phone-alt">: +91-123456789 </i> </li>
<p> I have completed my Masters in Commerce and have joint as a Computer Science faculty for this PU College. I am passionate about Computers and enjoy sharing my knowledge to many others. My hobbies include reading, dancing and NCC activities Rangers and Roads,etc,. </p>
</ul>
</div>
</div>
<div class="box">
<div class="imgBx">
<img src="./images/faculty/kgbhat.jpeg" alt="kgbhat">
</div>
<div class="text">
<h3> Mr. Gopalakrishna K.G. </h3>
<ul>
<li> <span> Position </span>: Office Staff, SDC </li>
<li> <span> Experience </span>: 33 Years </li>
<li> <i class="fas fa-phone-alt">: +91-9448260335 </i> </li>
</ul>
</div>
</div>
</div>
<div class="title">
<h2 class="titleText"><span>High School Section</span></h2>
</div>
<div class="content">
<div class="box">
<div class="imgBx">
<img src="./images/faculty/aithappa.jpg" alt="aithappa">
</div>
<div class="text">
<h3> Mr. Aithappa A </h3>
<ul>
<li> <span> Position </span>: Head-Master, Teacher </li>
<li> <span> Teaching </span>: Kannada </li>
<li> <span> Credentials </span>: <i>M.A., B.Ed., </i> </li>
<li> <span> Experience </span>: 29 Years </li>
<li> <i class="fas fa-phone-alt">: +91-9448587927 </i> </li>
<p> I, Aithappa A, am the Head Master of Sampaje High School. I have more than 28 years of teaching and 12 years as Head Master. I am passionate about the development in students and aim to help them excel. I am also passionate about Sangeetha and Music and try to inculcate such qualities in students. </p>
</ul>
</div>
</div>
<div class="box">
<div class="imgBx">
<img src="./images/faculty/RamanandaHmathHS.jpg" alt="RamanandaHmathHS">
</div>
<div class="text">
<h3> Mr. Ramananda H.S </h3>
<ul>
<li> <span> Position </span>: Teacher </li>
<li> <span> Teaching </span>: Mathematics </li>
<li> <span> Credentials </span>: <i>B.Sc.,, B.Ed., </i> </li>
<li> <span> Experience </span>: 38 Years </li>
<li> <i class="fas fa-phone-alt">: +91-9448771935 </i> </li>
<p> I have served as the Mathematics teacher for over 35 years. I also enjoy sports and games.</p>
</ul>
</div>
</div>
<div class="box">
<div class="imgBx">
<img src="./images/faculty/appokunhi.jpeg" alt="appokunhi">
</div>
<div class="text">
<h3> Mr. Appokunhi N </h3>
<ul>
<li> <span> Position </span>: Teacher </li>
<li> <span> Teaching </span>: Science </li>
<li> <span> Credentials </span>: <i>M.Sc., B.Ed., </i> </li>
<li> <span> Experience </span>: 30 Years </li>
<li> <i class="fas fa-phone-alt">: +91-9480470695 </i> </li>
<p> I have served as the Science teacher in Sampaje High School for 15 years. Previously, I was the Science teacher in KVG High School Kollamogru for 14 years. I have done my Masters of Science on Zoology. I have given speeches on topics of biology and zoology in <b>Akashvani Radio, Madikeri</b>. I have also guided and conducted quizzes. </p>
</ul>
</div>
</div>
<div class="box">
<div class="imgBx">
<img src="./images/faculty/kushallappa.jpg" alt="kushalappa">
</div>
<div class="text">
<h3> Mr. Kushalappa K </h3>
<ul>
<li> <span> Position </span>: Teacher </li>
<li> <span> Teaching </span>: Physical Education </li>
<li> <span> Experience </span>: 23 Years </li>
<li> <i class="fas fa-phone-alt">: +91-9480158592 </i> </li>
<p> I have served as PT Teacher for 15 years. Many students have represented and won state level tournaments and sports events such as volleyball, kho-kho, atheletics. I also promote yogatharabiti. </p>
</ul>
</div>
</div>
<div class="box">
<div class="imgBx">
<img src="./images/faculty/H.G Kumara.jpg" alt="hgkumara">
</div>
<div class="text">
<h3> Mr. H.G. Kumara </h3>
<ul>
<li> <span> Position </span>: Teacher </li>
<li> <span> Teaching </span>: Social Science </li>
<li> <span> Credentials </span>: <i>M.A., M.Ed., M.Phil., </i> </li>
<li> <span> Experience </span>: 16 Years </li>
<li> <i class="fas fa-phone-alt">: +91-9480368506 </i> </li>
<p> I have served this school from 2006, I handle Social Science subject. </p>
</ul>
</div>
</div>
<div class="box">
<div class="imgBx">
<img src="./images/faculty/jayashree.jpeg" alt="jayashree">
</div>
<div class="text">
<h3> Mrs. Jayashree K.K. </h3>
<ul>
<li> <span> Position </span>: Teacher </li>
<li> <span> Teaching </span>: Hindi </li>
<li> <span> Credentials </span>: <i>M.Com.,(Hindi) </i> </li>
<li> <span> Experience </span>: 6 Years </li>
<li> <i class="fas fa-phone-alt">: +91-9945386942 </i> </li>
<p> I teach Hindi to High School students. </p>
</ul>
</div>
</div>
<div class="box">
<div class="imgBx">
<img src="./images/faculty/officestaff.jpg" alt="sumathi">
</div>
<div class="text">
<h3> Mrs. Sumathi A.P. </h3>
<ul>
<li> <span> Position </span>: Office Staff </li>
<li> <span> Experience </span>: 29 Years </li>
<li> <i class="fas fa-phone-alt">: +91-9448461041 </i> </li>
</ul>
</div>
</div>
</div>
</section>
<section class="achievements" id="achievements">
<div class="title white">
<h2 class="titleText"> Our <span>Achievements </span> and <span>Progress </span></h2>
<p>Our students have achieved and have been making progress, putting the Institution to newer heights!</p>
</div>
<div class="content">
<div class="box">
<div class="imgBx">
<img src="./images/sports/sports.jpg" alt="sports">
</div>
<div class="text">
<p>Our students have represented our college in the State Level Sports Meet conducted by PU Board and have won prizes</p>
</div>
</div>
<div class="box">
<div class="imgBx">
<img src="./images/sports/sports2.jpg" alt="sports">
</div>
<div class="text">
<p>Our students have represented our college in the State Level Sports Meet conducted by PU Board and have won prizes</p>
</div>
</div>
<div class="box">
<div class="imgBx">
<img src="./images/newspaper.jpeg" alt="news">
</div>
<div class="text">
<p>Our students in the newspaper with very good results in the PU Examinations. </p>
</div>
</div>
<div class="box">
<div class="container">
<canvas id="myChart"> </canvas>
<script>
let myChart = document.getElementById("myChart").getContext('2d');
let lineChart = new Chart(myChart,{
type:'line',
data:{
labels:['17','18','19','20','21'],
datasets:[{
label:'High School Results',
label:'Pass Percent',
data:[
61.04,
96.15,
87.09,
62.06,
100
],
backgroundColor:[
'rgba(255,99,132,0.6)',
'rgba(255,99,132,0.6)',
'rgba(255,99,132,0.6)',
'rgba(255,99,132,0.6)',
'rgba(255,99,132,0.6)'
],
borderWidth:1,
borderColor:'#777',
hoverBorderWidth:'#000'
}]
},
options:{
title:{
display:true,
text:'Sampaje High School Final Results',
fontSize:25
},
legend:{
position:'right'
}
}
});
</script>
</div>
<div class="text">
<p>The High School Pass present from the last five years. With the varying strengths, our students have put in their best efforts to bring in laurels for the School.</p>
</div>
</div>
<div class="box">
<div class="container">
<canvas id="myChart1"> </canvas>
<script>
let myChart1 = document.getElementById("myChart1").getContext('2d');
let lineChart1 = new Chart(myChart1,{
type:'line',
data:{
labels:['18','19','20','21'],
datasets:[{
label:'Pass Percent PU',
data:[
94,
100,
93.5,
100
],
backgroundColor:[
'rgba(255,99,132,0.6)',
'rgba(255,99,132,0.6)',
'rgba(255,99,132,0.6)',
'rgba(255,99,132,0.6)'
],
borderWidth:1,
borderColor:'#777',
hoverBorderWidth:'#000'
}]
},
options:{
title:{
display:true,
text:'Sampaje PU College Final Results',
fontSize:15
},
legend:{
position:'right'
}
}
});
</script>
</div>
<div class="text">
<p>The PU section Pass present from the last four years.</p>
</div>
</div>
</div>
</section>
<section class="gallery" id="gallery">
<div class="title">
<h2 class="titleText"><span>Gallery</span></h2>
<p> Glimpses of our lifes! </p>
</div>
<div class="swiper mySwiper">
<div class="swiper-wrapper">
<div class="swiper-slide">
<img src="./images/drone/Photo/5.jpg" />
</div>
<div class="swiper-slide">
<img src="./images/cultural/cultural1.jpg" />
</div>
<div class="swiper-slide">
<img src="./images/cultural/cultural10.jpg" />
</div>
<div class="swiper-slide">
<img src="./images/history/history.jpg" />
</div>
<div class="swiper-slide">
<img src="./images/cultural/cultural5.jpg" />
</div>
<div class="swiper-slide">
<img src="./images/cultural/cultural3.jpg" />
</div>
<div class="swiper-slide">
<img src="./images/history/history3.jpg" />
</div>
<div class="swiper-slide">
<img src="./images/cultural/cultural8.jpg" />
</div>
<div class="swiper-slide">
<img src="./images/sports/sports6.jpg" />
</div>
<div class="swiper-slide">
<img src="./images/cultural/cultural2.jpg" />
</div>
<div class="swiper-slide">
<img src="./images/cultural/cultural4.jpg" />
</div>
<div class="swiper-slide">
<img src="./images/cultural/cultural6.jpg" />
</div>
<div class="swiper-slide">
<img src="./images/cultural/cultural9.jpg" />
</div>
<div class="swiper-slide">
<img src="./images/drone/Photo/9.jpg" />
</div>
<div class="swiper-slide">
<img src="./images/history/history2.jpg" />
</div>
<div class="swiper-slide">
<img src="./images/history/firstbatch.jpg" />
</div>
<div class="swiper-slide">
<img src="./images/sports/sports5.jpg" />
</div>
</div>
<div class="swiper-pagination"></div>
</div>
<script src="https://unpkg.com/swiper/swiper-bundle.min.js"></script>
<!-- Initialize Swiper -->
<script>
var swiper = new Swiper(".mySwiper", {
effect: "coverflow",
grabCursor: true,
centeredSlides: true,
slidesPerView: "auto",
coverflowEffect: {
rotate: 20,
stretch: 0,
depth: 200,
modifier: 1,
slideShadows: true,
},
loop: true,
autoplay: {
delay: 1000,
disableOnInteraction: false,
},
pagination: {
el: ".swiper-pagination",
},
});
</script>
</section>
<section class="contact" id="contact">
<div class="title">
<h2 class="titleText"><span>Contact</span> Us</h2>
<p>Did you like our work? Do you have anything to tell us? We'd love to hear from you!</p>
</div>
<div class="contactForm">
<h3> Contact Us </h3>
<p> Here are some other details - </p>
<ul>
<li> <i class="fas fa-map">: Kallugundi, Sampaje, Chombu District Madikeri </i></li>
<li> <i class="fas fa-phone-alt">: +919900185076 / +91-9448260335 </i></li>
<li> <i class="material-icons">email</i>: [email protected] </li>
</ul>
<br>
<!-- <form action="https://formsubmit.co/[email protected]" method="POST"> -->
<div class="inputBox">
<form action="https://formspree.io/f/mleaqjqd" method="POST">
<input type="text" name="Name" id="Name" placeholder="Name" required>
</div>
<div class="inputBox">
<input type="text" name="Email" id="Email" placeholder="Email" required>
</div>
<div class="inputBox">
<input type="text" name="Subject" id="Subject" placeholder="Subject" required>
</div>
<div class="inputBox">
<textarea id="Details" name="Details" placeholder="Details" required></textarea>
</div>
<div class="inputBox">
<input type="submit" id="Submit" value="Send">
</div>
</form>
</div>
</section>
<div class="copyRightText">
<p> Sampaje Education Society 2021. All Rights Reserved </p> <br>
<p> Made by NIE 5th semester CSE students. </p>
</div>
<script type="text/javascript">
window.addEventListener('scroll', function(){
const header = document.querySelector('header');
header.classList.toggle("sticky",window.scrollY>0);
});
function toggleMenu() {
const menuToggle = document.querySelector('.menuToggle');
const navigation = document.querySelector('.navigation');
menuToggle.classList.toggle('active');
navigation.classList.toggle('active');
}
</script>
</body>
</html>