-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathindex.html
More file actions
282 lines (248 loc) · 10.3 KB
/
Copy pathindex.html
File metadata and controls
282 lines (248 loc) · 10.3 KB
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
<!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>Innerve'23</title>
<link rel="shortcut icon" href="logo.webp" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css"
integrity="sha512-z3gLpd7yknf1YoNbCzqRKc4qyor8gaKU1qmn+CShxbuBusANI9QpRohGBreCFkKxLhei6S9CQXFEbbKuqLg0DA=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css"
integrity="sha512-xh6O/CkQoPOWDdYTDqeRdPCVd1SpvCA9XXcUnZS2FmJNp1coAFzvtCN9BmamE+4aHK8yyUHUSCcJHgXloTyT2A=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="./header_footer/footer/footer.css"/>
<link rel="stylesheet" href="./landing page/style.css" />
<link rel="stylesheet" href="./header_footer/header2/header.css"/>
</head>
<body>
<div id="preLoading">
<div class="loader">
<h2 class="zoom">INNERVE'23</h2>
<h1 class="scramble">INNERVE</h1>
<div class="loading"></div>
</div>
</div>
<!-- <header>
<div class="menu-icon">
<a href="index.html">
<img class="logo" src="./logo.webp" alt="Logo">
</a>
<span class="menu-icon__line menu-icon__line-left"></span>
<span class="menu-icon__line"></span>
<span class="menu-icon__line menu-icon__line-right"></span>
</div>
<div class="nav">
<div class="nav__content">
<ul class="nav__list">
<a href="./Events Page/main-page.html" class="nav__list-item">Events</a>
<a href="" class="nav__list-item">Innerve Hacks</a>
<a href="./gallery/index.html" class="nav__list-item">Gallery</a>
<a href="./Sponsors-Page/sponsors-index.html" class="nav__list-item">Sponsors</a>
<a href="./Timeline Page/timeline.html" class="nav__list-item">Timeline</a>
<a href="./teams/teams.html" class="nav__list-item">Teams</a>
</ul>
</div>
</div>
</header> -->
<div class="wrapper" id="homepage">
<section class="video-section">
<div class="video-container">
<header class="headertop">
<nav>
<div class="logohead">
<a href="../../index.html"><img src="logo.webp" class="logoheader"></a>
</div>
<input type="checkbox" id="menu-header-toggle">
<label for="menu-header-toggle" class="menu-header-icon">☰</label>
<ul class="menuheader">
<li><a href="Events Page/main-page.html">Events</a></li>
<li><a href="gallery/index.html">Gallery</a></li>
<li><a href="Sponsors-Page/sponsors-index.html">Sponsors</a></li>
<li><a href="Timeline Page/timeline.html">Timeline</a></li>
<li><a href="Innervehacks/hacks.html">Innerve Hacks</a></li>
<li><a href="teams/teams.html">Team</a></li>
</ul>
</nav>
</header>
<video src="./landing page/media/techCity.mp4" autoplay loop muted fetchpriority="high"></video>
</div>
<div class="img-container">
<header class="headertop">
<nav>
<div class="logohead">
<a href="../../index.html"><img src="logo.webp" class="logoheader"></a>
</div>
<input type="checkbox" id="menu-header-toggle">
<label for="menu-header-toggle" class="menu-header-icon">☰</label>
<ul class="menuheader">
<li><a href="Events Page/main-page.html">Events</a></li>
<li><a href="./gallery/index.html">Gallery</a></li>
<li><a href="./Sponsors-Page/sponsors-index.html">Sponsors</a></li>
<li><a href="./Timeline Page/timeline.html">Timeline</a></li>
<li><a href="./Innervehacks/hacks.html">Innerve Hacks</a></li>
<li><a href="./teams/teams.html">Team</a></li>
</ul>
</nav>
</header>
<img src="./landing page/media/window.png" alt="" class="img" loading="lazy"/>
</div>
<div class="text-content">
<div class="img_txt">
<!-- <div class="title sm left">
<span></span>
</div> -->
<div class="title left">
<span>INNERVE</span>
</div>
<!-- <div class="title bg right n">
<span></span>
</div> -->
<div class="title right">
<span>3-4NOV</span>
</div>
</div>
<!-- <p class="txt-bottom">shots that will change your mind</p> -->
<!-- <div class="footer-body">
<footer>-->
<div class="social-icons-footer">
<ul>
<li>
<a href="https://www.facebook.com/igdtuwinnerve/"
><i class="fab fa-facebook"></i
></a>
</li>
<li>
<a href="https://twitter.com/Innerveigdtuw"
><i class="fab fa-twitter fa-0.5x"></i
></a>
</li>
<li>
<a href="https://www.instagram.com"
><i class="fab fa-instagram fa-0.5x"></i
></a>
</li>
<li>
<a href="https://www.linkedin.com/company/innerve/mycompany/"
><i class="fab fa-linkedin-in fa-0.5x"></i
></a>
</li>
<li>
<a href="https://www.youtube.com/@InnerveIGDTUW"
><i class="fab fa-youtube fa-0.5x"></i
></a>
</li>
</ul>
</div>
<div class="copyright">© Innerve 2023</div>
<!--</footer>
</div> -->
</div>
<div class="container">
<div class="hidden-element" id="hiddenElement">
<div class="v_container">
<div class="left-side">
<div class="text-container">
<div class="tv">
<div class="topic">INNERVE</div>
<!-- <div class="bg bottom">envelope</div> -->
</div>
<p>
Innerve is an annual technical fest of Indira Gandhi Delhi
Technical University for Women (IGDTUW), catering to the
interests of numerous students across all fields.
</p>
<p>
Experiencing a footfall of over 9000 students from all over
the country every year, Innerve is a platform where
technical acumen blends with creativity and innovation.
</p>
</div>
<!-- <div class="right-side">
<p>explore works <i class="fa-solid fa-arrow-right-long"></i></p>
</div> -->
</div>
</div>
</div>
<!-- Add a div to contain the social media icons -->
</div>
<!-- <footer>
<div class="logo"><a href="#">eraf</a></div>
<div class="btn">instegram</div>
</footer> -->
</body>
<script>
// Wait for the page to fully load
window.addEventListener("load", function () {
// Select the preloader element by its ID
var preloader = document.getElementById("preLoading");
// Select the loading element
var loading = preloader.querySelector(".loading");
// Wait for the loading animation to complete (3.5 seconds)
setTimeout(function () {
// Check if the preloader element exists
if (preloader) {
// Remove the preloader element from the DOM
preloader.remove();
}
}, 3500); // 3.5 seconds (adjust the duration as needed)
});
</script>
<script>
// Function to animate the revealing of the hidden content
function revealContent() {
const hiddenContent = document.querySelector(".hidden-content");
gsap.from(hiddenContent, {
opacity: 0,
y: 20,
duration: 1,
ease: "power3.out",
onComplete: () => {
hiddenContent.style.opacity = 1; // Ensure opacity is set to 1
},
});
}
// Get a reference to the hidden element
const hiddenElement = document.getElementById("hiddenElement");
// Function to check if the user has scrolled past 1/6th of the page
function checkScroll() {
// Calculate the scroll position for revealing the element after 1/6th scroll
const scrollPosition = window.scrollY || window.pageYOffset;
const revealPosition = window.innerHeight / 6;
// If the user has scrolled past the reveal position, reveal the element
if (scrollPosition > revealPosition) {
hiddenElement.style.display = "block";
revealContent(); // Animate the revealing of the content
} else {
hiddenElement.style.display = "none";
}
}
// Attach the scroll event listener
window.addEventListener("scroll", checkScroll);
// Check the initial scroll position (in case the page is loaded partway down)
checkScroll();
</script>
<script>
const pageHeight = document.documentElement.scrollHeight;
const scrollThreshold = pageHeight * 0.55;
function handleScroll() {
const scrollPosition = window.scrollY || window.pageYOffset;
if (scrollPosition >= scrollThreshold) {
window.scrollTo(0, scrollThreshold);
}
}
// Attach the scroll event listener
window.addEventListener("scroll", handleScroll);
</script>
<script src="https://code.jquery.com/jquery-3.7.1.min.js"
integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.11.0/gsap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/ScrollTrigger/1.0.5/ScrollTrigger.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.10.4/ScrollTrigger.min.js"></script>
<script src="./landing page/descrambler.js"></script>
<script src="./header_footer/Header/header.js"></script>
<script src="./landing page/script.js"></script>
</html>