-
Notifications
You must be signed in to change notification settings - Fork 9
/
kalari.html
229 lines (219 loc) · 7.87 KB
/
kalari.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
<!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" />
<meta name="theme-color" content="#001322" />
<script src="https://cdn.tailwindcss.com"></script>
<meta
name="google-site-verification"
content="eAzQRj5DcimDUmpZ2sA8c9Tz--ghCbAJBxoZbzMlxgk"
/>
<!-- <meta name="title" content="Shunya - The Official Math Club of PES University | Home">
<meta name="description"
content="We break down the myth of mathematics being mundane and inapplicable. Shunya is the only club that spans all three campuses of PES University">
<meta name="keywords"
content="shunya, mathematics, club, pes, university, math, team, events, campus, applied, domain, hackathon, blog, students, teamwork, design, logistics, gallery, upcoming, latest, development, fun, ring road, electronic city, vertical">
<meta name="robots" content="index, follow">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="language" content="English">
<meta name="revisit-after" content="1 days">
<meta name="author" content="Shunya Web Dev Team"> -->
<!-- Open Graph / Facebook -->
<!-- <meta property="og:type" content="website">
<meta property="og:url" content="https://www.shunyapes.com/">
<meta property="og:title" content="Shunya - The Official Math Club of PES University | Home">
<meta property="og:description"
content="We break down the myth of mathematics being mundane and inapplicable. Shunya is the only club that spans all three campuses of PES University">
<meta property="og:image" content="Assets/SEO_Image.webp"> -->
<!-- Twitter -->
<!-- <meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://www.shunyapes.com/">
<meta property="twitter:title" content="Shunya - The Official Math Club of PES University | Home">
<meta property="twitter:description"
content="We break down the myth of mathematics being mundane and inapplicable. Shunya is the only club that spans all three campuses of PES University">
<meta property="twitter:image" content="Assets/SEO_Image.webp"> -->
<title>Shunya - Kalari</title>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="../Assets/favicon.ico"
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/responsive.css" />
<link rel="stylesheet" href="css/kalari.css" />
<link
href="https://cdn.rawgit.com/michalsnik/aos/2.1.1/dist/aos.css"
rel="stylesheet"
/>
<script
async
src="https://kit.fontawesome.com/e7ae6f3064.js"
crossorigin="anonymous"
></script>
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-3WM9TB0QE1"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-3WM9TB0QE1');
</script>
</head>
<div class="loader-wrapper">
<img
class="loader-logo"
src="Assets\homePage\logo_white.webp"
alt=""
class="logo"
/>
<div class="boxes">
<div class="box">
<div></div>
<div></div>
<div></div>
<div></div>
</div>
<div class="box">
<div></div>
<div></div>
<div></div>
<div></div>
</div>
<div class="box">
<div></div>
<div></div>
<div></div>
<div></div>
</div>
<div class="box">
<div></div>
<div></div>
<div></div>
<div></div>
</div>
</div>
</div>
<body>
<div class="navbar">
<div class="toggle">☰</div>
<a href="#hero-section" class="nav-item" aria-label="navbar-link">Home</a>
<a href="#about-section" class="nav-item" aria-label="navbar-link"
>About</a
>
<a href="#events-section" class="nav-item" aria-label="navbar-link"
>Events</a
>
<a href="#blogs-section" class="nav-item" aria-label="navbar-link"
>Blog</a
>
<a href="#contact-section" class="nav-item" aria-label="navbar-link"
>Contact</a
>
<a href="outreach.html" class="nav-item" aria-label="navbar-link"
>Outreach</a
>
</div>
<div class="scrollup">
<a aria-label="section-link" href="#hero-section"
><i class="fa-solid fa-arrow-up"></i
></a>
</div>
<section id="hero-section" class="hero-section">
<div id="dynamicHeroKalari"></div>
<div class="hero-content-container-kalari">
<div class="image-container-kalari">
<img
src="Assets/homePage/PES_LogoBlack.png"
class="pes_logo"
alt="PES Logo"
/>
<img
src="Assets/homePage/logo_black.png"
class="shunya_logo"
alt="PES Logo"
/>
</div>
<img class="logo-kalari" src="Assets/kalari/kalari_logo.png" alt="" />
</div>
</section>
<section class="hero_section"></section>
<hr />
<footer>
<img
class="footer-logo1"
src="Assets\homePage\PES_LogoWhite.webp"
alt=""
class="logo"
/>
<div class="middle-container">
<div class="footer-links">
<a aria-label="footer-link" href="blog.html" class="footerlink"
>Blogs</a
>
<a aria-label="footer-link" href="events.html" class="footerlink"
>Events</a
>
<a aria-label="footer-link" href="#contact-section" class="footerlink"
>Contact</a
>
<a aria-label="footer-link" href="./outreach.html" class="footerlink"
>Outreach</a
>
</div>
<div class="footer-social">
<a
aria-label="social-link"
href="https://www.instagram.com/shunya_pes/"
><i class="footer-icon fa-brands fa-instagram"></i
></a>
<a aria-label="social-link" href="https://discord.gg/JjshWgbR"
><i class="footer-icon fa-brands fa-discord"></i
></a>
<a aria-label="social-link" href="mailto:[email protected]"
><i class="footer-icon fa-solid fa-envelope"></i
></a>
<a
aria-label="social-link"
href="https://www.linkedin.com/company/shunya-pes/"
><i class="footer-icon fa-brands fa-linkedin"></i
></a>
</div>
<div class="footer-text">
Shunya 2022 ● All rights reserved<br />Made with ❣️ by Shunya Web Dev
Team
</div>
</div>
<img
class="footer-logo2"
src="Assets\homePage\logo_white.webp"
alt=""
class="logo"
/>
</footer>
</body>
<script src="https://cdn.rawgit.com/michalsnik/aos/2.1.1/dist/aos.js"></script>
<script
async
src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"
></script>
<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r134/three.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/vanta/dist/vanta.waves.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/vendor/three.r119.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/tengbao/vanta@master/dist/vanta.net.min.js"></script>
<script src="js/kalari.js"></script>
</html>