forked from GDSC-GES-COENGG/GDSC-Official-Web
-
Notifications
You must be signed in to change notification settings - Fork 1
/
faq.html
349 lines (329 loc) · 21.3 KB
/
faq.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content=""/>
<meta name="keywords" content=""/>
<link rel="icon" href="assets/images/favicons-32x32.png" sizes="32x32" type="image/png">
<title>GDSC GES–COENGG</title>
<link rel="stylesheet" href="assets/css/all.min.css">
<link rel="stylesheet" href="assets/css/flaticon.css">
<link rel="stylesheet" href="assets/css/animate.min.css">
<link rel="stylesheet" href="assets/css/aos.min.css">
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/jquery.fancybox.min.css">
<link rel="stylesheet" href="assets/css/perfect-scrollbar.css">
<link rel="stylesheet" href="assets/css/slick.css">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/responsive.css">
<!-- Revolution Style Sheets -->
<link rel="stylesheet" href="assets/css/revolution/settings.css">
<!-- Revolution Layers Styles -->
<link rel="stylesheet" href="assets/css/revolution/layers.css">
<!-- Revolution Navigation Styles -->
<link rel="stylesheet" href="assets/css/revolution/navigation.css">
</head>
<body>
<main>
<header class="style1 w-100">
<div class="topbar bg-color4 w-100">
<div class="container">
<div class="topbar-inner d-flex flex-wrap align-items-center justify-content-between w-100">
<ul class="top-info-links d-inline-flex flex-wrap align-items-center list-unstyled mb-0">
<li><i class="flaticon-email"></i><a href="mailto:[email protected]" title="">[email protected]</a></li>
</ul>
<div class="social-cart d-inline-flex flex-wrap align-items-center">
<div class="social-links d-inline-flex flex-wrap">
<a href="https://www.youtube.com/channel/UCjZ_VIKp8faR6mXptKtvxRQ/" title="Youtube" target="_blank"><i class="flaticon-youtube"></i></a>
<a href="https://www.linkedin.com/company/gdsc-ges-coengg/" title="Linkedin" target="_blank"><i class="flaticon-linkedin"></i></a>
<a href="https://discord.gg/PsKs6m5mmk" title="Discord" target="_blank"><i class="fab fa-discord"></i></a>
<a href="https://github.com/GDSC-GES-COENGG" title="Github" target="_blank"><i class="fab fa-github"></i></a>
<a href="https://www.instagram.com/gdsc_gescoengg/" title="Instagram" target="_blank"><i class="fab fa-instagram"></i></a>
</div>
</div>
</div>
</div>
</div><!-- Topbar -->
<div class="menubar w-100">
<div class="container">
<div class="menubar-inner d-flex flex-wrap align-items-center justify-content-between w-100">
<div class="logo"><h1 class="mb-0"><a href="index.html" title="Home"><img width="120" src="assets/images/resources/4GDSClogo.png" alt="Logo"></a></h1></div><!-- Logo -->
<nav>
<ul class="d-inline-flex flex-wrap align-items-center mb-0 list-unstyled">
<li ><a href="index.html" title="">Home</a>
</li>
<li ><a href="about-us.html" title="">About us</a>
</li>
<li ><a href="teams.html" title="">Teams</a>
</li>
<li ><a href="gallery.html" title="">Gallery</a>
</li>
<li ><a href="events.html" title="">Events</a>
</li>
<li ><a href="projects.html" title="">Projects</a>
</li>
<li><a href="blog.html" title="">Blogs</a>
</li>
<li ><a href="faq.html" title="">FAQs</a>
</li>
<!--
<li><a href="certification.html" title="">Certification </a>
</li>
-->
<li><a href="contact.html" title="">Contacts</a>
</li>
</ul>
</nav>
</div>
</div>
</div><!-- Menubar -->
</header><!-- Header -->
<div class="sticky-header style1 w-100">
<div class="container">
<div class="menubar-inner d-flex flex-wrap align-items-center justify-content-between w-100">
<div class="logo"><h1 class="mb-0"><a href="index.html" title="Home"><img width="185" src="assets/images/resources/4GDSClogo.png" alt="Logo"></a></h1></div><!-- Logo -->
<nav>
<ul class="d-inline-flex flex-wrap align-items-center mb-0 list-unstyled">
<li ><a href="index.html" title="">Home</a>
</li>
<li ><a href="about-us.html" title="">About us</a>
</li>
<li ><a href="teams.html" title="">Teams</a>
</li>
<li ><a href="gallery.html" title="">Gallery</a>
</li>
<li ><a href="events.html" title="">Events</a>
</li>
<li ><a href="projects.html" title="">Projects</a>
</li>
<li><a href="blog.html" title="">Blogs</a>
</li>
<li ><a href="faq.html" title="">FAQs</a>
</li>
<!--
<li><a href="certification.html" title="">Certification </a>
</li>
-->
<li><a href="contact.html" title="">Contacts</a>
</li>
</ul>
</nav>
</div>
</div>
</div><!-- Sticky Header -->
<!--
<div class="header-search d-flex flex-wrap justify-content-center align-items-center w-100">
<span class="search-close-btn"><i class="flaticon-delete"></i></span>
<form>
<input type="text" placeholder="Search">
</form>
</div> Header Search -->
<div class="responsive-header position-relative w-100">
<div class="responsive-topbar w-100">
<div class="container d-flex flex-wrap align-items-center justify-content-between">
<div class="logo"><h1 class="mb-0"><a href="index.html" title="Home"><img class="img-fluid" src="assets/images/resources/4GDSClogo.png" alt="Logo"></a></h1></div><!-- Logo -->
<div class="header-btns d-inline-flex flex-wrap align-items-center">
<a class="res-menu-btn d-inline-block" href="javascript:void(0);" title=""><i class="fas fa-align-justify"></i></a>
</div>
</div>
</div><!-- Responsive Topbar -->
<div class="responsive-menu w-100">
<div class="logo"><h1 class="mb-0"><a href="index.html" title="Home"><img class="img-fluid" src="assets/images/resources/4GDSClogo.png" alt="Logo"></a></h1></div><!-- Logo -->
<ul class="mb-0 list-unstyled w-100">
<li ><a href="index.html" title="">Home</a>
</li>
<li ><a href="about-us.html" title="">About us</a>
</li>
<li ><a href="teams.html" title="">Teams</a>
</li>
<li ><a href="gallery.html" title="">Gallery</a>
</li>
<li ><a href="events.html" title="">Events</a>
</li>
<li ><a href="projects.html" title="">Projects</a>
</li>
<li><a href="blog.html" title="">Blogs</a>
</li>
<li ><a href="faq.html" title="">FAQs</a>
</li>
<!--
<li><a href="certification.html" title="">Certification </a>
</li>
-->
<li><a href="contact.html" title="">Contacts</a>
</li>
</ul>
</div><!-- Responsive Menu -->
</div><!-- Responsive Header -->
<section>
<div class="w-100 position-relative">
<div class="pg-title-wrap pt-190 pb-80 position-relative w-100 mouse_anim scroll_anim">
<img data-depth="0.80" class="pg-ttl-shp-img img-fluid position-absolute" src="assets/images/ttl-bg-shp.png" alt="Title Background Shape" height="329" width="1920">
<div class="container">
<div class="pg-title-inner text-center position-relative w-100">
<h1>FAQs <i class="btm-ln v2 bg-color9"></i></h1>
<ol class="breadcrumb d-inline-flex justify-content-center align-items-center flex-wrap">
<li class="breadcrumb-item"><a href="index.html" title="Home">Home</a></li>
<li class="breadcrumb-item active">FAQs</li>
</ol>
</div>
</div>
</div>
</div><!-- Wheel Icons Wrap -->
</div>
</div>
</div><!-- About Wrap -->
</div>
</div>
</section>
<section>
<div class="w-100 pt-50 pb-120 position-relative">
<div class="container">
<div class="crtv-chlng-psn-wrap position-relative w-100">
<div class="row">
<div class="col-md-12 col-sm-12 col-lg-6 order-lg-1">
<div class="mckp-img text-center tilt w-100" data-max_tilt="10" data-perspective="1000" data-scale="1" data-speed="700"><img class="img-fluid" src="assets/images/resources/4FAQimage.png" alt="Creative Challenges Passion Mockup" height="473" width="523"></div>
</div>
<div class="col-md-12 col-sm-12 col-lg-6">
<div class="text-box w-100">
<div class="sec-title w-100 position-relative">
<h2 class="mb-0">Frequently Asked Questions</h2>
<i class="btm-ln bg-color3"></i>
</div><!-- Sec Title -->
<div class="toggle schm-14 w-100" id="toggle">
<div class="toggle-item position-relative w-100">
<h4 class="mb-0 position-relative"><i></i>Who Should Join GDSC GES-COENGG?</h4>
<div class="toggle-content w-100">
<p class="mb-0">University students (undergraduate or post-graduate) who are enthusiastic to learn development skills, passionate about solving problems with technology, inspired to become changemakers.</p>
</div>
</div>
<div class="toggle-item position-relative w-100">
<h4 class="mb-0 position-relative"><i></i>Why GDSC GES-COENGG?</h4>
<div class="toggle-content w-100">
<p class="mb-0">GDSC provides the community with the opportunity to:
<ul>
<li>Growing their knowledge of developer technologies and more through peer to peer workshops and events.
</li>
<li>Gaining relevant experience by solving problems for local organizations with technology-based solutions.
</li>
<li>
Showcaseing their prototypes and solutions to the local community and industry leaders.
</li>
</ul>
</div>
</div>
<div class="toggle-item position-relative w-100">
<h4 class="mb-0 position-relative"><i></i>Who Would Benefit From Joining GDSC GES-COENGG?</h4>
<div class="toggle-content w-100">
<p class="mb-0">Student developers ranging from beginner developers who are just starting out, to advanced developers who want to tackle difficult challenges.</p>
</div>
</div>
<div class="toggle-item position-relative w-100">
<h4 class="mb-0 position-relative"><i></i>What does the core team do?</h4>
<div class="toggle-content w-100">
<p class="mb-0">The core team is a group of contributing members who are responsible for GES-COENGG operations, including the planning and execution of activities and events.</p>
</div>
</div>
<div class="toggle-item position-relative w-100">
<h4 class="mb-0 position-relative"><i></i>Can I join even though I’m not from a Computer Science background?</h4>
<div class="toggle-content w-100">
<p class="mb-0">Absolutely yes, as long as you have the passion for building a better tomorrow with technology. </p>
</div>
</div>
<div class="toggle-item position-relative w-100">
<h4 class="mb-0 position-relative"><i></i>I’m not an GES-COENGG student, can I still join?</h4>
<div class="toggle-content w-100">
<p class="mb-0">Come! It’s OK as long as you don’t wreak havoc here. Crash into our Discord server while you’re at it. </p>
</div>
</div>
</div>
</div>
</div>
</div>
</div><!-- Creative Challenges Passion Wrap -->
</div>
</div>
</section>
<!-- Footer starts -->
<footer>
<div class="w-100 pt-40 bg-color11 position-relative">
<div class="container">
<div class="logo text-center w-100"><h1 class="mb-0"><a href="index.html" title="Logo"><img class="img-fluid" src="assets/images/resources/4footerlogo.png" alt="Logo White" height="500" width="500"></a></h1></div>
<div class="footer-data position-relative w-100">
<div class="row">
<div class="col-md-4 col-sm-6 col-lg-4">
<div class="widget w-100">
<ul class="footer-contact-list list-unstyled mb-0 w-100">
<li><i class="flaticon-email"></i><a href="mailto:[email protected]" title="">[email protected]</a></li>
</ul>
</div>
</div>
<div class="col-md-4 col-sm-6 col-lg-4">
<div class="widget text-center w-100">
<h4>Connect with us!</h4>
<div class="newsletter-wrap w-100">
<form class="newsletter position-relative w-100" id="subscribe-form" method="post" action="#">
<input class="rounded-pill email w-100" type="email" name="email" placeholder="Enter your email" required>
<button class="thm-btn d-inline-block rounded-pill position-absolute" id="subscribe-button"><i class="flaticon-telegram"></i></button>
<div class="response w-100"></div>
</form>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6 col-lg-4">
<div class="widget w-100">
<h4 class="text-center" style="margin-left: 100px;">Social Handles</h4>
<div class="social-links2 d-flex flex-wrap align-items-center justify-content-end w-100">
<a href="https://www.youtube.com/channel/UCjZ_VIKp8faR6mXptKtvxRQ" title="Youtube" target="_blank">
<svg class="svg_shape" xmlns="http://www.w3.org/2000/svg"><g><path d="M54.8,1.3l35.5,20.3c3,1.7,4.8,4.8,4.8,8.2v40.6c0,3.4-1.8,6.5-4.8,8.2L54.8,98.7c-3,1.7-6.6,1.7-9.5,0 L9.8,78.5c-3-1.7-4.8-4.8-4.8-8.2V29.7c0-3.4,1.8-6.5,4.8-8.2L45.2,1.3C48.2-0.4,51.8-0.4,54.8,1.3z"></path></g></svg>
<i class="flaticon-youtube"></i>
</a>
<a href="https://www.linkedin.com/company/gdsc-ges-coengg" title="Linkedin" target="_blank">
<svg class="svg_shape" xmlns="http://www.w3.org/2000/svg"><g><path d="M54.8,1.3l35.5,20.3c3,1.7,4.8,4.8,4.8,8.2v40.6c0,3.4-1.8,6.5-4.8,8.2L54.8,98.7c-3,1.7-6.6,1.7-9.5,0 L9.8,78.5c-3-1.7-4.8-4.8-4.8-8.2V29.7c0-3.4,1.8-6.5,4.8-8.2L45.2,1.3C48.2-0.4,51.8-0.4,54.8,1.3z"></path></g></svg>
<i class="flaticon-linkedin"></i>
</a>
<a href="https://discord.gg/PsKs6m5mmk" title="Discord" target="_blank">
<svg class="svg_shape" xmlns="http://www.w3.org/2000/svg"><g><path d="M54.8,1.3l35.5,20.3c3,1.7,4.8,4.8,4.8,8.2v40.6c0,3.4-1.8,6.5-4.8,8.2L54.8,98.7c-3,1.7-6.6,1.7-9.5,0 L9.8,78.5c-3-1.7-4.8-4.8-4.8-8.2V29.7c0-3.4,1.8-6.5,4.8-8.2L45.2,1.3C48.2-0.4,51.8-0.4,54.8,1.3z"></path></g></svg>
<i class="fab fa-discord"></i>
</a>
<a href="https://github.com/GDSC-GES-COENGG" title="Github" target="_blank">
<svg class="svg_shape" xmlns="http://www.w3.org/2000/svg"><g><path d="M54.8,1.3l35.5,20.3c3,1.7,4.8,4.8,4.8,8.2v40.6c0,3.4-1.8,6.5-4.8,8.2L54.8,98.7c-3,1.7-6.6,1.7-9.5,0 L9.8,78.5c-3-1.7-4.8-4.8-4.8-8.2V29.7c0-3.4,1.8-6.5,4.8-8.2L45.2,1.3C48.2-0.4,51.8-0.4,54.8,1.3z"></path></g></svg>
<i class="fab fa-github"></i>
</a>
<a href="https://www.instagram.com/gdsc_gescoengg/" title="Instagram" target="_blank">
<svg class="svg_shape" xmlns="http://www.w3.org/2000/svg"><g><path d="M54.8,1.3l35.5,20.3c3,1.7,4.8,4.8,4.8,8.2v40.6c0,3.4-1.8,6.5-4.8,8.2L54.8,98.7c-3,1.7-6.6,1.7-9.5,0 L9.8,78.5c-3-1.7-4.8-4.8-4.8-8.2V29.7c0-3.4,1.8-6.5,4.8-8.2L45.2,1.3C48.2-0.4,51.8-0.4,54.8,1.3z"></path></g></svg>
<i class="fab fa-instagram"></i>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</footer><!-- Footer -->
<div class="bottom-bar bg-color12 w-100">
<div class="container">
<div class="bottom-inner d-flex flex-wrap align-items-center justify-content-between w-100">
<p class="mb-0">© 2022 — All rights reserved</p>
<p class="mb-0">We're on a mission to build a community where students can learn, share, build and grow together.</p>
</div>
</div>
</div><!-- Bottom Bar -->
</main><!-- Main Wrapper -->
<!-- Footer ends -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/popper.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/aos.min.js"></script>
<script src="assets/js/counterup.min.js"></script>
<script src="assets/js/particles.min.js"></script>
<script src="assets/js/tilt.jquery.min.js"></script>
<script src="assets/js/jquery.fancybox.min.js"></script>
<script src="assets/js/perfect-scrollbar.min.js"></script>
<script src="assets/js/slick.min.js"></script>
<script src="assets/js/scroll-up-bar.min.js"></script>
<script src="assets/js/custom-scripts.js"></script>
</body>
</html>