-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfaq.html
314 lines (274 loc) · 14.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>DSC - MITADT</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="DSC MITADT" />
<meta name="description"
content="Developer Student Clubs (DSC) is a Google Developers program for university students to learn mobile and web development skills.">
<meta name="keywords" content="dsc, MITADT, google developers, DSC MITADT" />
<link href="css/ionicons.min.css" rel="stylesheet">
<link rel="manifest" href="manifest.json">
<meta name="theme-color" content="#2F5BE7" />
<link rel="apple-touch-icon" sizes="144x144" href="images/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon/favicon-32.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/favicon/favicon-16.png">
<link rel="manifest" href="manifest.json" />
<link rel="mask-icon" href="/images/safari-pinned-tab.svg" color="#00a300">
<link rel="shortcut icon" href="/images/favicon.ico">
<meta name="msapplication-TileColor" content="#2d89ef">
<meta name="msapplication-config" content="/images/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<link rel="stylesheet" href="css/responsive.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="dns-prefetch" href="https://docs.google.com">
<link href="https://fonts.googleapis.com/css?family=Noto+Sans|Roboto:300,400,500,700" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Google+Sans:400,500,700|Material+Icons' rel='stylesheet'
type='text/css'>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css"
integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ" crossorigin="anonymous">
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="css/responsive.css">
</head>
<style>
h4 {
font-weight: normal;
}
a:hover{
color: rgb(33, 18, 241);
}
</style>
<body class="x-hidden has-sticky-header">
<nav class="navbar navbar-expand-lg fixed-top custom-menu custom-menu__light">
<div class="container">
<a class="navbar-brand nav-logo" style="color: #606060" href="index.html">
<img id="logo_img" data-src="images/DSC_MITADT_Logo.png" height="40" class="nav-logo"
alt="DSC-MITADT logo">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="menu-icon__circle">
</span>
<span class="menu-icon">
<span class="menu-icon__bar"></span>
<span class="menu-icon__bar"></span>
<span class="menu-icon__bar"></span>
</span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-lg-auto">
<li class="nav-item active">
</li>
</ul>
<div class="custom-menu__right">
<a href="apply.html" class="event-btn typeform-share" rel="noreferrer" data-mode="popup"
data-size="100"><i class="fa fa-arrow-alt-circle-left"></i> Back</a>
</div>
</div>
</div>
</nav>
<header>
<div class="container">
<h2 class="text-center mt-20 mb-20">Frequently Asked Questions</h2>
<h3>Q: What are benefits to be a part of GDSC?</h3>
<h4 class="mb-40"><b>A:</b> By joining GDSC MITADT, you can grow your knowledge in a peer-to-peer
learning environment and find a way to turn all your ideas into reality.
You can get more info from <a href="index.html">here</a>.</h4>
<!-- <h3>Q:How to be a part of GDSC?</h3>
<h4 class="mb-40"><b>A:</b> There are two ways to be a part DSC:
<ol>
<li>GDSC Team Member</li>
<li>GDSC Community Member</li>
</ol>
</h4> -->
<h3>Q: To learn from the Workshop/Event of GDSC, do I need to be a Member ?</h3>
<h4 class="mb-40"><b>A:</b> No. The workshops will be open across all years and all branches. You
just need to register for the workshop when it will be conducted.
(<u>
but preference will be given to a member if limited attendees
are allowed
</u>).
</h4>
<h3>Q: How to be in GDSC Team?</h3>
<h4 class="mb-40"><b>A:</b> Fill in the registration form available <a href="apply.html">here</a>.
If your application is shortlisted then we will invite you to an Online
interview.</h4>
<h3>Q:What are responsibilities of GDSC Team?</h3>
<h4 class="mb-40"><b>A:</b> GDSC Team is responsible for organizing event, workshop and plan the flow
along with the support of the members.For more information <a href="apply.html#technologies">click
here.</a>
(<u>
If you are in Team then we expect more dedication & time for GDSC
Activities
</u>)</h4>
<h3>Q: How to become a Member?</h3>
<h4 class="mb-40"><b>A:</b> Fill in the registration form available <a href="index.html">here.
</a>(<u>It's the same form for Team and
Community member. While filling the form select community member option</u>).</h4>
<h3>Q: How will I contribute as a Member?</h3>
<h4 class="mb-40"><b>A:</b> The members are equally responsible for the execution of a workshop
and help to collect resources, learn & teach the concepts, and build
solutions together.
(<u>Members can contribute as per availability</u>)</h4>
<h3>Q: What if I apply for being in Team and didn't selected?</h3>
<h4 class="mb-40"><b>A:</b> A leader influences with or without a position. We hope that your
interest in DSC would not stop you from teaching and building solutions
as a member!</h4>
<h3>Q: Can I join GDSC later?</h3>
<h4 class="mb-60"><b>A:</b> Yes, you can join any time as a community member.</h4>
<h3 class="text-center
">“ If you have the will to share your knowledge,
teach the concepts and build solutions, you are most
welcome at Developer Student Club, MITADT ”</h3>
<h4 class="text-center">For any others queries feel free to reach out to us at <a href="mailto:dscmitadt30@gmail.com">dscmitadt30@gmail.com</a></h4>
</div>
</header>
<footer class="section-spacer footer-section">
<div class="container">
<div class="row flex-column-reverse flex-sm-row flex-lg-row">
<div class="col-md-4 col-12 text-center">
<div class="footer-widget first-of-footer-widget">
<img data-src="images/DSC_MITADT_Logo.png" class="logo-sm mb-10"
alt="DSC MITADT footer logo">
<p>Copyright © 2021. All Rights Reserved.</p>
<ul class="social-list__inline mt-10">
<li>
<a href="https://twitter.com/Googledevelop14" target="_blank" rel="noopener">
<i class="fab fa-twitter"></i>
</a>
</li>
<li>
<a href="https://www.instagram.com/dsc.mitadt/" target="_blank" rel="noopener">
<i class="fab fa-instagram"></i>
</a>
</li>
<li>
<a href="https://www.linkedin.com/company/gdcs-mitadt" target="_blank" rel="noopener">
<i class="fab fa-linkedin"></i>
</a>
</li>
<li>
<a href="mailto:dscmitadt30@gmail.com" class="far fa-envelope"></a>
</li>
</ul>
</div>
</div>
<div class="col-md-8 col-sm-10">
<div class="row">
<div class="col-md-4 col-6">
<div class="footer-widget">
<h4 class="footer-widget__title">Partners</h4>
<ul class="list-unstyled">
<li>
<a href="https://www.womentechmakers.com/" target="_blank"
rel="noreferrer">Women Techmakers</a>
</li>
<li>
<a href="https://developers.google.com/experts/" target="_blank"
rel="noreferrer">Google Developer Experts</a>
</li>
<li>
<a href="https://developers.google.com/programs/community/" target="_blank"
rel="noreferrer">Google Developer Groups</a>
</li>
</ul>
</div>
</div>
<div class="col-md-4 col-6">
<div class="footer-widget">
<h4 class="footer-widget__title">Developers</h4>
<ul>
<li class="list-unstyled">
<li>
<a href="https://flutter.dev" target="_blank" rel="noreferrer">Flutter</a>
</li>
<li>
<a href="https://console.cloud.google.com/" target="_blank"
rel="noreferrer">Google Cloud Platform</a>
</li>
<li>
<a href="https://developer.android.com/dev-summit/community-guidelines/"
target="_blank" rel="noreferrer">Code of
conduct</a>
</li>
</ul>
</div>
</div>
<div class="col-md-4">
<div class="footer-widget">
<h4 class="footer-widget__title">Contribute</h4>
<ul class="list-unstyled">
<!--<li>
<a href="https://github.com/dscmitADT" target="_blank" rel="noreferrer">File a
bug</a>
</li>
<li>
<a href="https://github.com/dscmitADT" target="_blank" rel="noreferrer">View
source</a>
</li>-->
<li>
<a href="mailto:dscmitadt30@gmail.com" target="_blank" rel="noreferrer">Contact
Us</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</footer>
<a href="#" id="scroll" style="display: none;"><i class="fas fa-angle-up"></i></a>
<script>
function imageIntersectionObserverCallback(imageEntries, observer) {
imageEntries.forEach(imgEntry => {
if (imgEntry.isIntersecting) {
imgEntry.target.setAttribute('src', imgEntry.target.dataset.src);
observer.unobserve(imgEntry.target);
}
})
}
const imageObserver = new IntersectionObserver(imageIntersectionObserverCallback, { rootMargin: '30px 0px' });
imageObserver.POLL_INTERVAL = 200;
imageObserver.USE_MUTATION_OBSERVER = false;
document.querySelectorAll('img[data-src]').forEach(img => {
imageObserver.observe(img);
})
</script>
<script>
function iframeObserverCallback(iframeEntries, observer) {
iframeEntries.forEach(iframe => {
if (iframe.isIntersecting && window.matchMedia('(min-width: 450px)').matches) {
iframe.target.setAttribute('src', iframe.target.dataset.urllink);
observer.unobserve(iframe.target);
}
})
}
const iframeObserver = new IntersectionObserver(iframeObserverCallback, { rootMargin: '30px 0px' });
iframeObserver.POLL_INTERVAL = 200;
iframeObserver.USE_MUTATION_OBSERVER = false;
document.querySelectorAll('iframe[data-urllink]').forEach(img => {
iframeObserver.observe(img);
});
if ('serviceWorker' in navigator) {
window.addEventListener('load', function () {
navigator.serviceWorker.register('service-worker.js')
.then(function () {
console.log("Service Worker Registered,");
});
}
);
}
</script>
<script src="js/vendors/jquery.min.js"></script>
<script src="js/vendors/bootstrap.bundle.min.js"></script>
<script src="js/vendors/jquery.magnific-popup.min.js"></script>
<script src="js/vendors/jquery.easing.min.js"></script>
<script src="js/vendors/swiper.min.js"></script>
<script src="js/vendors/owl.carousel.min.js"></script>
<script src="js/custom.js"></script>
</body>
</html>