-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
404 lines (359 loc) · 13.5 KB
/
about.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
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
<!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/about.css" />
<link type="text/css" rel="stylesheet" href="css/faqs.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"
/>
<!-- Title and Logo-->
<title>ADG | VIT Vellore</title>
<!-- Favicon -->
<link rel="icon" type="image/png" href="Assets/Common-Assets/adglogo.png">
</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" alt="ADG"> ADG-VIT</h4>
</a>
</div>
<!-- Nav Links -->
<ul class="navlinks">
<li>
<a href="index" class="nav-link nav-link-grow-up">Home</a>
</li>
<li>
<a href="about" class="nav-link nav-link-grow-up" id="active">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-->
<!-- About Page Starts-->
<div>
<div class="about-content">
<div class="about-1">
<div data-aos="fade-up" data-aos-duration="1500" data-aos-delay="300">
<img class="abtlogo" id="dark1" src="Assets/About-Page/adglogo2.png" alt="ADG Logo" />
<!-- <img class="abtlogo" id="light1" src="Assets/About-Page/adglogo1.png" /> -->
</div>
<br /><br /><br />
<!--About ADG-->
<div class="about-text" data-aos="fade-up" data-aos-duration="1500" data-aos-delay="600">
Apple Developers Group (ADG) is a name synonymous
<br />
with excellence, simplicity and dedication. It is a
<br />
registered student community at VIT, Vellore established
<br />
under the Apple University program. A coterie of talented
<br />
minds seeking not just success but perfection.
<br />
<br />
We are blessed to be guided by our faculty co-ordinator
<br />
Prof. Rajkumar R.
</div>
</div>
<!--Our Mission-->
<div class="about-1">
<div class="about-head" data-aos="fade-up" data-aos-duration="1500"><b>OUR MISSION</b></div>
<br /><br /><br />
<div class="about-text" data-aos="fade-up" data-aos-duration="1500">
Our mission is to provide a base for zealous students so
<br>
that they can nurture, grow and explore the dynamic world
<br>
of technology. To enhance the technical innovativeness of
<br>
the students by organizing workshops and hackathons in
<br>
order to attract the interest of the students and foster
<br>
their skills. To exhibit professional ethics, commitment
<br>
and leadership qualities and promote community and
<br>
workforce development.
</div>
</div>
<!--Our Vision-->
<div class="about-1">
<div class="about-head" data-aos="fade-up" data-aos-duration="1500"><b>OUR VISION</b></div>
<br /><br /><br />
<div class="about-text" data-aos="fade-up" data-aos-duration="1500">
At ADG-VIT, our vision is to elevate the standards of
<br>
technical education and foster leadership qualities by
<br>
augmentation of human resource potential. We try to
<br>
expose students to the latest advancements in computer
<br>
technology and give individuals an opportunity for
<br>
sharing and extending ideas, views and knowledge in the
<br>
field of computers and fast changing technology. We offer
<br>
indispensable guidance, workshops and events for
<br>
students to explore their full potential.
</div>
</div>
<!-- About Page Ends -->
<!--FAQs Accordion-->
<div class="faq-page">
<h3 class="faq-heading">Frequently Asked Questions</h3>
<div class="wrapper">
<!--Left Section-->
<div class="faq1">
<div class="accordion-wrap">
<div class="accordion-header">
<p class="question">Q. How many events does ADG conduct in a year?</p>
</div>
<div class="accordion-body" id="q1">
<p>
ADG usually conducts 2 events each during the technical and the cultural fests.
One of these is the flagship event the "iOS Fusion" where one gets to learn specifically about Swift
and its scope by getting some hands-on practice during the workshop. <br>
During the cultural fest, the events conducted are a blend of innovation and tech.
We also conduct a Hackathon, branded as HackGrid, every year!!
ADG has lots to offer.
</p>
</div>
</div>
<div class="accordion-wrap">
<div class="accordion-header">
Q. What does the chapter offer in terms of learning?
</div>
<div class="accordion-body" id="q2">
<p>
The chapter offers a lot of growth in the learning sphere <br>
so one can explore different domains as mentioned and <br>
choose the ones they think are the best for them and build projects on them!
</p>
</div>
</div>
<div class="accordion-wrap">
<div class="accordion-header">
Q. I want to join ADG. So…when do you recruit?
</div>
<div class="accordion-body">
<p>
The tentative recruitment drive starts every winter semester. <br>
Anything otherwise, shall be communicated through our social media platforms. <br>
Hence, keep checking them.
</p>
</div>
</div>
<div class="accordion-wrap">
<div class="accordion-header">
Q. Do I need Apple devices to be a part this chapter?
</div>
<div class="accordion-body">
<p>
It's not at all necessary to have an apple device to be a part of ADG unless you need to be a part of the iOS Domain,
for iOS App Development Macbook is compulsory.
</p>
</div>
</div>
</div>
<!--Right Section-->
<div class="faq2">
<div class="accordion-wrap">
<div class="accordion-header">
Q. Hey, Do I need to be good in coding to be a part of this chapter?
</div>
<div class="accordion-body">
<p>
To become a part of the technical domains you need to have a decent technical knowledge, but don't get intimidated,
practice what you know and you are good to go.
Moreover, you can definitely apply if you have a zeal to learn!
</p>
</div>
</div>
<div class="accordion-wrap">
<div class="accordion-header">
<p class="question1">Q. Is it okay if I'm not from any computer science related branches?</p>
</div>
<div class="accordion-body">
<p>Yes, it's completely okay! <br>
All you need is enthusiasm to learn and you're good to go!
</p>
</div>
</div>
<div class="accordion-wrap">
<div class="accordion-header">
Q. What are the domains in ADG, is it only iOS Dev?
</div>
<div class="accordion-body">
<p>The following are the technical domains in ADG: <br>
IOS dev, Android Dev, Web Dev, ML, Design & Competitive Coding <br>
Apart from these, we have Management, Design and Video Editing. Choose whatever suits you the best.
Check them out <a href=domains.html style="text-decoration: none; color: aqua;">here.</a>
</p>
</div>
</div>
<div class="accordion-wrap">
<div class="accordion-header">
Q. Error 404! Question not found?
</div>
<div class="accordion-body">
<p>Reach out to us through our Contact Us Page or at <a href="mailto: [email protected]">[email protected].</a></p>
</div>
</div>
</div>
</div>
</div>
</div>
<!--FAQs Accordion End-->
<!-- 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" alt="ADG Logo" style="height: auto; width: 120px; padding-right: 5%;">
<img class="logo-footer" src="Assets/Common-Assets/vitvlr.png" alt="VIT Logo" 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">
<!--QuickLinks-->
<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">
<!--Socials-->
<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://code.jquery.com/jquery-3.5.1.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" 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/faqs.js"></script>
<script src="js/about.js"></script>
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<script>
AOS.init({
disable: function() {
var maxWidth = 1024;
return window.innerWidth < maxWidth;
}
});
</script>
</body>
</html>