-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
220 lines (214 loc) · 9.47 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
<!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" />
<title>KJSCE SKREAM</title>
<link rel="stylesheet" href="./src//styles/navbar.css" />
<link rel="stylesheet" href="./src/styles/styles.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css"
integrity="sha512-MV7K8+y+gLIBoVD59lQIYicR65iaqukzvf/nwasF0nqhPay5w/9lJmVM2hMDcnK1OnMGCdVK+iQrJ7lzPJQd1w=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="apple-touch-icon" sizes="180x180" href="./src/favicon/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="./src/favicon/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="./src/favicon/favicon-16x16.png" />
<link rel="manifest" href="./src/favicon/site.webmanifest" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.css" />
<!-- JQuery -->
<script src="https://code.jquery.com/jquery-3.6.1.js"
integrity="sha256-3zlB5s2uwoUzrXK3BT7AX3FyvojsraNFxCc2vC/7pNI=" crossorigin="anonymous"></script>
</head>
<body onload="loading()">
<div id="preloader"></div>
<nav class="glass">
<img src="src/img/logo.png" alt="Skream-logo" />
<a href="index.html">Home</a>
<a href="src/pages/events.html">Events</a>
<a href="src/pages/rules.html">Rules</a>
<a href="src/pages/register.html">Register</a>
<a href="src/pages/parvaah.html">Parvaah</a>
<a href="src/pages/sponsors.html">Sponsors</a>
</nav>
<nav class="mobile-nav glass">
<img src="src/img/logo.png" alt="Skream-logo" />
<input type="checkbox" name="" id="" class="check" />
<ul class="menu-items">
<li><a href="index.html">Home</a></li>
<li><a href="src/pages/events.html">Events</a></li>
<li><a href="src/pages/rules.html">Rules</a></li>
<li><a href="src/pages/register.html">Register</a></li>
<li><a href="src/pages/parvaah.html">Parvaah</a></li>
<li><a href="src/pages/sponsors.html">Sponsors</a></li>
<li><a href="./contact.html">Contact Us</a></li>
<li>
<div class="icons">
<a href="https://www.instagram.com/kjsce_skream/" class="icon-mobile" target="_blank">
<i class="fa-brands fa-instagram"></i>
</a>
<a href="https://www.facebook.com/KJSCESKREAM/" class="icon-mobile" target="_blank">
<i class="fa-brands fa-facebook"></i>
</a>
<a href="https://twitter.com/kjsceskream" class="icon-mobile" target="_blank">
<i class="fa-brands fa-twitter"></i>
</a>
<a href="https://www.youtube.com/kjscelive" class="icon-mobile" target="_blank">
<i class="fa-brands fa-youtube"></i>
</a>
</div>
</li>
</ul>
<div class="ham-menu">
<span class="line line1"></span>
<span class="line line2"></span>
<span class="line line3"></span>
</div>
</nav>
<div class="social-icons">
<a href="https://www.instagram.com/kjsce_skream/" class="icon-link" target="_blank">
<i class="fa-brands fa-instagram"></i>
</a>
<a href="https://www.facebook.com/KJSCESKREAM/" class="icon-link" target="_blank">
<i class="fa-brands fa-facebook"></i>
</a>
<a href="https://twitter.com/kjsceskream" class="icon-link" target="_blank">
<i class="fa-brands fa-twitter"></i>
</a>
<a href="https://www.youtube.com/kjscelive" class="icon-link" target="_blank">
<i class="fa-brands fa-youtube"></i>
</a>
</div>
<a href="/src/pages/contact.html"><button class="glass-button">Contact Us</button></a>
<section class="LandingPage">
<div class="LandingPage--KJSCE">KJSCE</div>
<div class="container">
<img src="./src/img/pastevents/football.jpg" alt="" class="football LandingPage--image" />
<img src="./src/img/pastevents/rink.jpg" alt="" class="rink LandingPage--image" />
<img src="./src/img/pastevents/athletics.jpg" alt="" class="athletics LandingPage--image" />
<div class="LandingPage-showCase">
<img class="LandingPage--man" src="./src/img/Running-man.png" />
<div class="swiper mySwiper">
<div class="swiper-wrapper">
<div class="swiper-slide">
<img src="./src/img/slideshow/image-1.jpeg" />
</div>
<div class="swiper-slide">
<img src="./src/img/slideshow/image-2.jpg" />
</div>
<div class="swiper-slide">
<img src="./src/img/slideshow/image-3.jpeg" />
</div>
<div class="swiper-slide">
<img src="./src/img/slideshow/image-4.jpeg" />
</div>
</div>
</div>
</div>
</div>
<div class="LandingPage--SKREAM">SKREAM</div>
</section>
<section class="AboutPage">
<div class="card kjsce glass">
<div class="text">
<h1 class="heading">About KJSCE</h1>
<p class="content">
K.J. Somaiya College of Engineering is located in the Somaiya
Vidyanagari campus, Vidyavihar. Catering to about 40,000 students
every day, this campus offers diverse fields of education such as
Engineering, Management, Commerce, Arts, and Sciences along with
actively promoting sports. Somaiya Vidyavihar boasts a 65-acre
campus with sprawling grounds for various sports. Being granted
Autonomous status from the academic year 2014-15, K.J. Somaiya
College of Engineering also enjoys the status of being graded ‘A’ by
the NAAC (National Assessment and Accreditation Council) in 2017
</p>
</div>
<div class="card-image">
<img src="src/img/kjsce.jpeg" alt="example image" />
</div>
</div>
<div class="card skream glass">
<div class="card-image">
<img class="skream-logo" src="src/img/about-logo.png" alt="example image" />
</div>
<div class="text">
<h1 class="heading">About Skream</h1>
<p class="content">
Skream is the national level sports festival of K.J. Somaiya College
of Engineering and has completed 7 editions. Its aim is to provide a
domain to the sporting enthusiasts from all the undergraduate
colleges to test their physical as well as mental strength on the
field and prove their mettle. Over 100 colleges have participated in
the tournament every year in the categories of indoor and outdoor
games such as Football, Cricket, Badminton, Chess, Throwball,
Basketball, Lawn Tennis, Squash etc. The fest garnered attraction
all over the place with renowned sports personalities such as Mr
Balwinder Singh Sandhu, Ms Anjum Moudgil, Mr Wasim Jaffer, Mr
Devindar Walmiki, and many more. Along with Parvaah, the social
initiative of KJSCE has hosted paralympic teams such as the Blind
Cricket match, Wheelchair Basketball Federation of India, Indian
Blind Football Federation etc.
</p>
</div>
</div>
<canvas class="canvas"> </canvas>
</section>
<section class="AboutPage2">
<div class="card kjsce glass">
<div class="text">
<h1 class="heading">About KJSCE</h1>
<p class="content">
K.J. Somaiya College of Engineering is located in the Somaiya
Vidyanagari campus, Vidyavihar. Catering to about 40,000 students
every day, this campus offers diverse fields of education such as
Engineering, Management, Commerce, Arts, and Sciences along with
actively promoting sports. Somaiya Vidyavihar boasts a 65-acre
campus with sprawling grounds for various sports. Being granted
Autonomous status from the academic year 2014-15, K.J. Somaiya
College of Engineering also enjoys the status of being graded ‘A’ by
the NAAC (National Assessment and Accreditation Council) in 2017
</p>
</div>
<div class="card-image">
<img src="src/img/kjsce.jpeg" alt="example image" />
</div>
</div>
<div class="card skream glass">
<div class="card-image">
<img class="skream-logo" src="src/img/about-logo.png" alt="example image" />
</div>
<div class="text">
<h1 class="heading">About Skream</h1>
<p class="content">
Skream is the national level sports festival of K.J. Somaiya College
of Engineering and has completed 7 editions. Its aim is to provide a
domain to the sporting enthusiasts from all the undergraduate
colleges to test their physical as well as mental strength on the
field and prove their mettle. Over 100 colleges have participated in
the tournament every year in the categories of indoor and outdoor
games such as Football, Cricket, Badminton, Chess, Throwball,
Basketball, Lawn Tennis, Squash etc. The fest garnered attraction
all over the place with renowned sports personalities such as Mr
Balwinder Singh Sandhu, Ms Anjum Moudgil, Mr Wasim Jaffer, Mr
Devindar Walmiki, and many more. Along with Parvaah, the social
initiative of KJSCE has hosted paralympic teams such as the Blind
Cricket match, Wheelchair Basketball Federation of India, Indian
Blind Football Federation etc.
</p>
</div>
</div>
</section>
<div class="footer glass">
Made with ❤️ by
<a href="https://www.kjscecodecell.com/">KJSCE Codecell</a> (<a href="https://github.com/Pargat-Dhanjal">Pargat
Singh</a>, <a href="https://github.com/VinayKanase">Vinay Kanse</a>,
<a href="https://github.com/Arya-A-Nair">Arya Nair</a> and
<a href="https://github.com/LazerRazor">Gaurish Baliga</a>)
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.11.4/gsap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.11.4/ScrollTrigger.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.js"></script>
<script src="./src/js/script.js"></script>
<script src="./src/js/loader.js"></script>
</body>
</html>