-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
240 lines (227 loc) · 8.88 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="eXabyte is the annual tech fest of St. Xavier's College (Autonomous), Kolkata where innovation meets inspiration. Participate in exciting events, and connect with like-minded tech enthusiasts."
/>
<meta
name="keywords"
content="exabyte, exabyte 24, exabyte 2024, tech fest, innovation, technology, coding, robotics, workshops, competitions"
/>
<meta
property="og:title"
content="eXabyte '24 - Annual Tech Fest of St. Xavier's College (Autonomous), Kolkata"
/>
<meta
property="og:description"
content="Join eXabyte, the ultimate tech fest where innovation meets inspiration. Participate in exciting events, and connect with like-minded tech enthusiasts."
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="./favicon/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="96x96"
href="./favicon/favicon-96x96.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="./favicon/favicon-16x16.png"
/>
<meta name="msapplication-TileColor" content="#ffffff" />
<meta
name="msapplication-TileImage"
content="./favicon/ms-icon-144x144.png"
/>
<meta name="theme-color" content="#ffffff" />
<script src="/custom-tags/loading-animation/component.js"></script>
<link rel="stylesheet" href="/custom-tags/loading-animation/styles.css" />
<script src="/custom-tags/mobile-menu/component.js"></script>
<link rel="stylesheet" href="/custom-tags/mobile-menu/style.css" />
<script src="/custom-tags/desktop-home-menu/component.js"></script>
<link rel="stylesheet" href="/custom-tags/desktop-home-menu/style.css" />
<script src="/custom-tags/page-transition-animation/component.js"></script>
<link
rel="stylesheet"
href="/custom-tags/page-transition-animation/styles.css"
/>
<script src="/custom-tags/modal/component.js"></script>
<link rel="stylesheet" href="/custom-tags/modal/styles-1.css" />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200"
/>
<link rel="stylesheet" href="styles.css" />
<link rel="stylesheet" href="globalStyles.css" />
<link rel="stylesheet" href="terminal.css" />
<link rel="stylesheet" href="/ambident-canvas-background/style.css" />
<link
rel="shortcut icon"
href="./favicon/favicon.ico"
type="image/x-icon"
/>
<script src="./particles/particles.js"></script>
<title>eXabyte 2024</title>
</head>
<body>
<custom-mobile-menu></custom-mobile-menu>
<custom-loader></custom-loader>
<custom-page-transition></custom-page-transition>
<custom-modal></custom-modal>
<div class="mobile">
<div
class="menu-holder link-pointer fixed top-0 right-0 z-100"
onclick="openMenu()"
>
<span class="material-symbols-outlined smaller-icon"> menu </span>
</div>
<div class="logo-holder link-pointer fixed top-0 z-100">
<img src="./assets/logo-bright.png" width="50px" alt="" srcset="" />
</div>
<div class="main flex flex-dir-col width-100 height-100">
<div
class="white-bg height-75 z-20 flex flex-dir-col justify-end relative"
id="particles-js-mobile"
>
<div class="content--canvas-mobile"></div>
<div
class="content flex flex-dir-col z-20 margin-bottom-15 text-white"
>
<div class="pixelated text-2xl">eXabyte '24</div>
<div class="sans text-md">
The 8th edition Annual Technical Festival of St. Xavier's College
(Autonomous), Kolkata organized by the Post Graduate and Research
Dept. of Computer Science is here!.
</div>
<div class="button-group flex relative">
<button class="cta-button-text">Register Now</button>
<button class="cta-button-icon">
<span class="material-symbols-outlined smaller-icon">
arrow_outward
</span>
</button>
</div>
</div>
</div>
<div
class="glass flex flex-dir-col justify-center height-20 z-20 p-2rem"
>
<div class="pixelated text-2xl" id="timer">12th & 13th Feb</div>
<div class="mono text-lg">See you at runtime!</div>
</div>
</div>
</div>
<div class="desktop">
<div class="menu-holder link-pointer fixed top-0 right-0 z-100">
<custom-desktop-menu></custom-desktop-menu>
</div>
<div class="logo-holder link-pointer fixed top-0 z-100">
<img src="./assets/x-logo.png" width="55px" alt="" srcset="" />
</div>
<main>
<section class="intro">
<header>
<span class="tech-fest-name"> exabyte'24 </span>
beckons tech enthusiasts to a realm of innovation.
</header>
<div class="event-details">
<div class="event-date">12th & 13th February, 2024.</div>
<!-- <div class="venue-details">
<div class="venue-name">St. Xavier's (Autonomous) College, Kolkata</div>
<div class="address">
30, Mother Teresa Sarani,<br>
Mullick Bazar, Park Street area,<br>
Kolkata, West Bengal - 700016.
</div>
</div> -->
</div>
</section>
<section class="info-section flex items-center justify-center">
<!-- <div class="about-fest flex items-center justify-center">
<div
class="info-button absolute flex items-center justify-center"
onclick="infoButtonAction()"
>
<span class="info-button-content flex items-center justify-center"
>i</span
>
<div class="arc"></div>
</div>
<div class="about-pop-up">
<button
class="close-pop-up flex items-center justify-center"
onclick="closePopUp()"
>
<span class="material-symbols-outlined"> close </span>
</button>
<div class="about-details-wrapper flex items-center">
The 8th edition Annual Technical Festival of St. Xavier's
College (Autonomous), Kolkata organized by Department of
Computer Science, St. Xavier's College (Autonomous), Kolkata is
here.
</div>
</div>
</div> -->
<div class="terminal-window window window--destroyed">
<header class="window-header">
<div class="window-title flex items-center justify-center">
console
</div>
<nav class="window-controls">
<span class="control-item control-minimize js-minimize"></span>
<span class="control-item control-maximize js-maximize"></span>
<span class="control-item control-close js-close"></span>
</nav>
</header>
<main class="window-content">
<div class="outputs">
welcome user@exabyte-24
<br />
type 'help' for more info
</div>
<div class="window-cursor">
<span class="i-cursor-indicator" style="margin-right: 0.25rem"
>user@exabyte-24:~$</span
>
<input
type="text"
class="window-input js-prompt-input"
oninput="setInputWidth(this)"
onkeyup="detectEnter(event)"
/>
<span class="i-cursor-underscore"></span>
</div>
</main>
</div>
</section>
<div
class="prompt-shortcut i-prompt js-open flex items-center justify-center"
accesskey="T"
>
>_
</div>
<div class="content content--canvas-desktop"></div>
</main>
</div>
</body>
<script src="/buttonActions.js"></script>
<script src="/custom-tags/loading-animation/animate.js"></script>
<script src="/custom-tags/mobile-menu/script.js"></script>
<script src="/custom-tags/desktop-home-menu/script.js"></script>
<script src="/custom-tags/page-transition-animation/script.js"></script>
<script src="/custom-tags/modal/script.js"></script>
<script src="./terminal.js"></script>
<script src="/script-1.js"></script>
<script src="/ambident-canvas-background/noise.min.js"></script>
<script src="/ambident-canvas-background/util.js"></script>
<script src="/ambident-canvas-background/shift.js"></script>
</html>