-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
297 lines (257 loc) · 10.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<!-- Linking CSS -->
<link type="text/css" rel="stylesheet" href="css/nav-style.css" />
<link type="text/css" rel="stylesheet" href="css/foot-style.css" />
<link type="text/css" rel="stylesheet" href="css/preloader.css" />
<link type="text/css" rel="stylesheet" href="css/landing.css" />
<link type="text/css" rel="stylesheet" href="webfontkit-20201125-062530/stylesheet.css" />
<!-- External Links -->
<!-- Mode Toggle Icons -->
<!-- <script src="https://code.iconify.design/1/1.0.4/iconify.min.js"></script> -->
<!-- AOS -->
<!-- <link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet" /> -->
<!--Font Awesome-->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<!-- Favicon -->
<link rel="icon" type="image/png" href="Assets/Common-Assets/adglogo.png">
<!-- Desciption -->
<meta name="description" content="ADG is a student club at VIT Vellore with members who are passionate for iOS Development and other technical domains to develop their dream project.">
<meta name="keywords" content="ADG, Apple, VIT, Vellore, iOS, Development, PaperVIT, Clubs, Chapters">
<meta name="og:image" content="https://i.postimg.cc/XYf7J1cX/adg-logo.png" />
<meta name="og:title" content="ADG | VIT Vellore" />
<meta name="og:description" content="ADG is a student club at VIT Vellore with members who are passionate for iOS Development and other technical domains to develop their dream project." />
<!-- SEO Ends -->
<link rel="preload" as="image" href="Assets/Home-Page/girl.svg">
<link rel="preload" as="image" href="Assets/Common-Assets/adggif.gif">
<!-- Title and Logo-->
<title>ADG | VIT Vellore</title>
</head>
<body>
<div id="loader">
<img src="Assets/Common-Assets/adggif.gif" class="gif">
</div>
<div id="content">
<!--NAVBAR Starts-->
<nav class="nav-active" id="navbar">
<!-- Logo in Navbar -->
<div class="logo">
<a href="index" style="text-decoration: none; color: #e6e6e6">
<h4>
<img src="Assets/Common-Assets/adglogo.png" class="adg-logo"> ADG-VIT</h4>
</a>
</div>
<!-- Nav Links -->
<ul class="navlinks">
<li>
<a href="index" class="nav-link nav-link-grow-up" id="active">Home</a>
</li>
<li>
<a href="about" class="nav-link nav-link-grow-up">About</a>
</li>
<li>
<a href="partners" class="nav-link nav-link-grow-up">Partners</a>
</li>
<li>
<a href="events" class="nav-link nav-link-grow-up">Events</a>
</li>
<li>
<a href="projects" class="nav-link nav-link-grow-up">Projects</a>
</li>
<li>
<a href="team" class="nav-link nav-link-grow-up">Team</a>
</li>
<li>
<a href="contact" class="nav-link nav-link-grow-up">Contact Us</a>
</li>
</ul>
<!-- Responsive Burger Menu -->
<div class="burger">
<div class="line1"></div>
<div class="line2"></div>
<div class="line3"></div>
</div>
</nav>
<!--NAVBAR Ends-->
<!--Landing Page-->
<div class="main-wrapper-home">
<div class="home-girl" id="home-girl">
<img class="girl-icon" src="Assets/Home-Page/girl.svg">
<br>
<img class="home-logo" id="homelogo" src="Assets/Home-Page/adglogo1.svg">
<!-- <img class="home-logo" src="Assets/Home-Page/adglogo4.png"> -->
<h3 class="description-home" id="tagline"> Create | Ideate | Innovate</h3>
<a href="about">
<button class="button-home" id="about-button">About Us</button>
</a>
</div>
<div class="home-video" id="video">
<video class="video" id="introVid" loop="loop" controls="controls" controls muted>
<source src="Assets/Home-Page/adgintroo.mp4" type="video/mp4" />
</video>
</div>
<div class="home" id="home01">
<img class="home-icon" src="Assets/Home-Page/appstore.svg">
<h2 class="heading-home">Projects</h2>
<p class="description-home">Could you smell what we've been cooking</p>
<a href="projects">
<button class="button-home">Projects</button>
</a>
</div>
<div class="home" id="home02">
<img class="home-icon" src="Assets/Home-Page/calender.svg">
<h2 class="heading-home">Events</h2>
<p class="description-home">Check out our Events</p>
<a href="events">
<button class="button-home">Events</button>
</a>
</div>
<div class="home" id="home03">
<img class="home-icon" src="Assets/Home-Page/finder.svg">
<h2 class="heading-home">Team</h2>
<p class="description-home">People behind our genius</p>
<a href="team">
<button class="button-home">Team</button>
</a>
</div>
<div class="home" id="home04">
<img class="domain-icon" src="Assets/Home-Page/domains.svg">
<!-- <figcaption>Image from <a href="https://iconscout.com/" style="text-decoration: none; color: inherit;">iconscout.com</a></figcaption>
https://iconscout.com/icon/business-connection-links-sector-child-company-branch# -->
<h2 class="heading-home" id="domain-heading">Domains</h2>
<p class="description-home">Something for Everyone</p>
<a href="domains">
<button class="button-home">Domains</button>
</a>
</div>
</div>
<!--Landing Page Ends-->
<!-- Footer Start -->
<div class="footer" id="footer">
<div class="inner-footer">
<div class="footer-items">
<!--About ADG-->
<div class="foot1">
<img class="logo-footer" src="Assets/Common-Assets/adglogo2.svg" style="height: auto; width: 120px; padding-right: 5%;">
<img class="logo-footer" src="Assets/Common-Assets/vitvlr.png" style="height: auto; width: 150px;">
<p>
<br>
Apple Developers Group (ADG) is a name synonymous with excellence, simplicity and dedication.
It is a registered student community at VIT, Vellore established under the Apple University program.
A coterie of talented minds seeking not just success but perfection.
</p>
</div>
</div>
<div class="footer-items">
<!--Quick Links-->
<div class="foot2">
<h1 class="headQL">Quick Links</h1>
<div class="border">
<ul class="social qlinks">
<a href="index"><li>Home</li></a>
<a href="about"><li>About</li></a>
<a href="partners"><li>Partners</li></a>
<a href="events"><li>Events</li></a>
<a href="projects"><li>Projects</li></a>
<a href="team"><li>Team</li></a>
<a href="domains"><li>Domains</li></a>
<a href="contact"><li>Contact Us</li></a>
</ul>
</div>
</div>
</div>
<div class="footer-items">
<div class="foot3">
<!-- <h1 class="headQL">Stay Connected</h1> -->
<div class="icons" id="icons">
<a href="mailto: [email protected]" target="_blank">
<i class="fa fa-envelope"></i>
</a>
<a href="https://www.facebook.com/vitios/" target="_blank">
<i class="fa fa-facebook"></i>
</a>
<a href="https://www.linkedin.com/company/adgvit/" target="_blank">
<i class="fa fa-linkedin"></i>
</a>
<br>
<a href="https://www.instagram.com/adgvit/" target="_blank">
<i class="fa fa-instagram"></i>
</a>
<a href="https://medium.com/adg-vit" target="_blank">
<i class="fa fa-medium"></i>
</a>
<a href="https://github.com/ADG-VIT" target="_blank">
<i class="fa fa-github"></i>
</a>
</div>
<!-- <div class="mode-toggle">
<label>
<input class='toggle-checkbox' type='checkbox' id="toggle"></input>
<div class='toggle-slot'>
<div class='sun-icon-wrapper'>
<div class="iconify sun-icon" data-icon="feather-sun" data-inline="false"></div>
</div>
<div class='toggle-button'></div>
<div class='moon-icon-wrapper'>
<div class="iconify moon-icon" data-icon="feather-moon" data-inline="false"></div>
</div>
</div>
</label>
</div> -->
</div>
</div>
</div>
<div class="copyright">
<p>
Developed by ADG | ©
<script>
document.write(new Date().getFullYear());
</script>
All rights reserved.
</p>
</div>
</div>
<!-- End Footer -->
<!-- Linking JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js" integrity="sha512-bLT0Qm9VnAYZDflyKcBaQ2gg0hSYNQrJ8RilYldYQ1FxQYoCLtUjuuRuZo+fjqhx/qtq/1itJ0C2ejDxltZVFg==" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/ScrollMagic/2.0.8/ScrollMagic.min.js" integrity="sha512-8E3KZoPoZCD+1dgfqhPbejQBnQfBXe8FuwL4z/c8sTrgeDMFEnoyTlH3obB4/fV+6Sg0a0XF+L/6xS4Xx1fUEg==" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/ScrollMagic/2.0.8/plugins/debug.addIndicators.min.js" integrity="sha512-RvUydNGlqYJapy0t4AH8hDv/It+zKsv4wOQGb+iOnEfa6NnF2fzjXgRy+FDjSpMfC3sjokNUzsfYZaZ8QAwIxg==" crossorigin="anonymous"></script>
<script src="js/nav-script.js"></script>
<!-- <script src="js/preloader.js"></script> -->
<!-- <script src="js/foot-script.js"></script> -->
<script src="js/home-anim.js"></script>
<script src="js/home.js"></script>
<!-- <script src="https://unpkg.com/[email protected]/dist/aos.js"></script> -->
<!-- <script>
AOS.init();
</script> -->
<script>
var loader;
function loadNow(opacity) {
if (opacity <= 0) {
displayContent();
} else {
loader.style.opacity = opacity;
window.setTimeout(function () {
loadNow(opacity - 0.1);
}, 50);
}
}
function displayContent() {
loader.style.display = "none";
document.getElementById("content").style.display = "block";
}
document.addEventListener("DOMContentLoaded", function () {
loader = document.getElementById("loader");
loadNow(3);
});
</script>
</body>
</html>