-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathfaq.html
363 lines (315 loc) · 16.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
350
351
352
353
354
355
356
357
358
359
360
361
362
363
<!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>FAQs | THE UPLIFT PROJECT</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css"
integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous" />
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Rubik&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./css/faq.css">
<link rel="stylesheet" href="css/footer.css">
</head>
<body>
<button type="button" class="mobile-nav-toggle text-light mt-3 d-lg-none"><i
class="icofont-navigation-menu fas fa-bars"></i></button>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top ">
<div class="container d-flex align-items-center">
<!-- <h1 class="logo mr-auto"><a href="index.html">Arsha</a></h1> -->
<!-- Uncomment below if you prefer to use an image logo -->
<a href="index.html" class="logo mr-auto"><img src="assets/logowhite.png" alt="uplift_logo.png"
class="img-fluid"></a>
<nav class="nav-menu d-none d-lg-block">
<ul>
<li class=" pl-5"><a href="index.html">Home</a></li>
<li class="pl-5"><a href="about.html">About</a></li>
<li class="pl-5"><a href="index.html#register">Register</a></li>
<!-- <li class="pl-5"><a href="projects.html">Projects</a></li> -->
<li class="pl-5 active"><a href="faq.html">FAQs</a></li>
<li class="pl-5"><a href="team.html">Team</a></li>
<li class="drop-down pl-5"><a href="">More<i class="ml-1 fa fa-caret-down"
aria-hidden="true"></i></a>
<ul>
<li><a href="uplift2020.html">Uplift 2020</a></li>
<!-- <li class="drop-down"><a href="#">Deep Drop Down</a>
<ul>
<li><a href="#">Deep Drop Down 1</a></li>
<li><a href="#">Deep Drop Down 2</a></li>
<li><a href="#">Deep Drop Down 3</a></li>
<li><a href="#">Deep Drop Down 4</a></li>
<li><a href="#">Deep Drop Down 5</a></li>
</ul>
</li>
<li><a href="#">Drop Down 2</a></li>
<li><a href="#">Drop Down 3</a></li>
<li><a href="#">Drop Down 4</a></li> -->
</ul>
</li>
<!-- <li class="pl-5 project-archieve">
<a class="ml-3" href="Project-Archieves.html">Project
Archieves</a>
</li> -->
</ul>
</nav><!-- .nav-menu -->
<!-- <a href="#about" class="get-started-btn scrollto">Get Started</a> -->
</div>
</header><!-- End Header -->
<!--container-->
<div class="container-fluid bg-white text-dark p-5 mt-5">
<div class="text-center d-flex justify-content-center">
<h1 class="font-weight-bold">
Still not able to solve<br><strong>your</strong> query?
</h1>
</div>
<div class="row d-flex text-center justify-content-center">
<div class="col-lg-6 col-sm-12">
<div class="text-center">
<a href="#" type="button" class="contact-us text-white btn btn-warning p-3 mb-4 mt-5">
<h5 class="font-weight-bold">Contact Us</h5>
</a>
<h5 class="font-weight-bold">You can get in touch with our Marketing <br>Team right away. </h5
class="font-weight-bold">
</div>
</div>
<div class="col-lg-6 col-sm-12">
<div class="text-center">
<a href="#" type="button" class="submit-ques btn btn-dark p-3 mb-4 mt-5">
<h5 class="font-weight-bold">Submit Question</h5>
</a>
<h5 class="font-weight-bold">You can submit your question, we’ll reach out <br>to you really soon!
</h5 class="font-weight-bold">
</div>
</div>
</div>
</div>
<section class="bg-light sponsor-box position-relative">
<div class="container bg-white p-5 mb-5">
<div class="row">
<div class="col-lg-6 col-sm-12">
<h1 class="align-center mb-3">Become a Sponsor today!</h1>
<p class="text-justify">Sponsors make it possible for The Uplift Project to provide the perks for participants. Sponsors
receive a great deal of publicity and exposure as a result of the program.</p>
</div>
<div class="col-lg-6 col-sm-12 text-right align-center">
<a href=" https://forms.gle/D6hZythRQfaMXmAP8" target="_blank" type="button" class="btn btn-dark text-white m-4 btn-lg sponsor-btn">
<h2>Sponsor us</h2>
</a>
</div>
</div>
</div>
</section>
<section class="footers bg-light pt-5 pb-3">
<div class="container mt-4 pt-5">
<div class="row">
<div class="col-xs-12 col-sm-6 col-md-4 footers-one">
<div class="footers-logo">
<img src="assets/logo.png" alt="Logo" style="width:120px;">
</div>
<div class="footers-info mt-3">
<p>The Uplift is a global project managed and founded by The GirlScript Foundation.</p>
</div>
<div class="social-icons mt-5 mb-5">
<a class="social-icon mr-4 p-2 pl-3" href="https://m.facebook.com/upliftproject1"><i
id="social-fb" class="fab fa-facebook-f "></i></a>
<a class="social-icon mr-4 p-2" href="https://twitter.com/uplift_project?lang=en"><i
id="social-tw" class="fab fa-twitter "></i></a>
<a class="social-icon mr-4 p-2" href="https://www.instagram.com/upliftproject1/"><i
id="social-gp" class="fab fa-instagram "></i></a>
<a class="social-icon mr-4 p-2" href="https://www.linkedin.com/company/upliftproject/"><i
id="social-em" class="fab fa-linkedin-in "></i></a>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-2 footers-two">
<h5 class="footer-link-title">Engage </h5>
<ul class="list-unstyled">
<li><a href="maintenance.html">The Uplift</a></li>
<li><a href="contact.html">FAQs</a></li>
<li><a href="about.html">About us</a></li>
<li><a href="about.html">Projects</a></li>
<!-- <li><a href="about.html">Post Requirements</a></li> -->
</ul>
</div>
<div class="col-xs-12 col-sm-6 col-md-2 footers-three">
<h5> </h5>
<ul class="list-unstyled">
<li><a href="Project-Archieves.html">Archives</a></li>
<li><a href="team.html">Team</a></li>
<li><a href="mailto:[email protected]">Contact us<br><span style="color: rgb(245, 56, 56); word-wrap: break-word;">[email protected]</span></a></li>
</ul>
</div>
<div class="col-xs-12 col-sm-6 col-md-2 footers-four">
<h5 class="footer-link-title">Sister Platforms </h5>
<ul class="list-unstyled">
<li><a href="https://gssoc.girlscript.tech/">GirlScript Summer of Code 2021</a></li>
<li><a href="https://medium.com/girlscript-bangalore/girlscripts-education-outreach-program-cae520769ab5">Education Outreach Program </a></li>
<li><a href="https://www.gsyay.com/">YAY! Celebrating Education </a></li>
</ul>
</div>
<div class="col-xs-12 col-sm-6 col-md-2 footers-five">
<h5 class="footer-link-title">Register As </h5>
<ul class="list-unstyled">
<li><a href="maintenance.html">Participant</a></li>
<li><a href="about.html">Mentor</a></li>
</ul>
</div>
</div>
<div class="row text-left">
<div class="col-md-12 pt-3">
<p class="text-muted">©2021 The Uplift Project</p>
</div>
</div>
</div>
</section>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/jquery.easing/jquery.easing.min.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.4.0/js/tether.min.js"
integrity="sha384-DztdAPBWPRXSA/3eYEEUWrWCy7G5KFbe8fFjk5JAIxUYHKkDx6Qin1DkWx51bBrb"
crossorigin="anonymous"></script>
<!-- Navbar script important -->
<script>
!(function ($) {
"use strict";
// Preloader
$(window).on('load', function () {
if ($('#preloader').length) {
$('#preloader').delay(100).fadeOut('slow', function () {
$(this).remove();
});
}
});
// Smooth scroll for the navigation menu and links with .scrollto classes
var scrolltoOffset = $('#header').outerHeight() - 2;
$(document).on('click', '.nav-menu a, .mobile-nav a, .scrollto', function (e) {
if (location.pathname.replace(/^\//, '') == this.pathname.replace(/^\//, '') && location.hostname == this.hostname) {
var target = $(this.hash);
if (target.length) {
e.preventDefault();
var scrollto = target.offset().top - scrolltoOffset;
if ($(this).attr("href") == '#header') {
scrollto = 0;
}
$('html, body').animate({
scrollTop: scrollto
}, 1500, 'easeInOutExpo');
if ($(this).parents('.nav-menu, .mobile-nav').length) {
$('.nav-menu .active, .mobile-nav .active').removeClass('active');
$(this).closest('li').addClass('active');
}
if ($('body').hasClass('mobile-nav-active')) {
$('body').removeClass('mobile-nav-active');
$('.mobile-nav-toggle i').toggleClass('icofont-navigation-menu icofont-close');
$('.mobile-nav-overly').fadeOut();
}
return false;
}
}
});
// Activate smooth scroll on page load with hash links
$(document).ready(function () {
if (window.location.hash) {
var initial_nav = window.location.hash;
if ($(initial_nav).length) {
var scrollto = $(initial_nav).offset().top - scrolltoOffset;
$('html, body').animate({
scrollTop: scrollto
}, 1500, 'easeInOutExpo');
}
}
});
// Mobile Navigation
if ($('.nav-menu').length) {
var $mobile_nav = $('.nav-menu').clone().prop({
class: 'mobile-nav d-lg-none'
});
$('body').append($mobile_nav);
$('body').prepend('<button type="button" class="mobile-nav-toggle d-lg-none"><i class="icofont-navigation-menu"></i></button>');
$('body').append('<div class="mobile-nav-overly"></div>');
$(document).on('click', '.mobile-nav-toggle', function (e) {
$('body').toggleClass('mobile-nav-active');
$('.mobile-nav-toggle i').toggleClass('icofont-navigation-menu icofont-close');
$('.mobile-nav-overly').toggle();
});
$(document).on('click', '.mobile-nav .drop-down > a', function (e) {
e.preventDefault();
$(this).next().slideToggle(300);
$(this).parent().toggleClass('active');
});
$(document).click(function (e) {
var container = $(".mobile-nav, .mobile-nav-toggle");
if (!container.is(e.target) && container.has(e.target).length === 0) {
if ($('body').hasClass('mobile-nav-active')) {
$('body').removeClass('mobile-nav-active');
$('.mobile-nav-toggle i').toggleClass('icofont-navigation-menu icofont-close');
$('.mobile-nav-overly').fadeOut();
}
}
});
} else if ($(".mobile-nav, .mobile-nav-toggle").length) {
$(".mobile-nav, .mobile-nav-toggle").hide();
}
// Navigation active state on scroll
var nav_sections = $('section');
var main_nav = $('.nav-menu, #mobile-nav');
$(window).on('scroll', function () {
var cur_pos = $(this).scrollTop() + 200;
nav_sections.each(function () {
var top = $(this).offset().top,
bottom = top + $(this).outerHeight();
if (cur_pos >= top && cur_pos <= bottom) {
if (cur_pos <= bottom) {
main_nav.find('li').removeClass('active');
}
main_nav.find('a[href="#' + $(this).attr('id') + '"]').parent('li').addClass('active');
}
if (cur_pos < 300) {
$(".nav-menu ul:first li:first").addClass('active');
}
});
});
// Toggle .header-scrolled class to #header when page is scrolled
$(window).scroll(function () {
if ($(this).scrollTop() > 100) {
$('#header').addClass('header-scrolled');
} else {
$('#header').removeClass('header-scrolled');
}
});
if ($(window).scrollTop() > 100) {
$('#header').addClass('header-scrolled');
}
// Back to top button
$(window).scroll(function () {
if ($(this).scrollTop() > 100) {
$('.back-to-top').fadeIn('slow');
} else {
$('.back-to-top').fadeOut('slow');
}
});
$('.back-to-top').click(function () {
$('html, body').animate({
scrollTop: 0
}, 1500, 'easeInOutExpo');
return false;
});
// Init AOS
function aos_init() {
AOS.init({
duration: 1000,
once: true
});
}
$(window).on('load', function () {
aos_init();
});
})(jQuery);
</script>
</body>
</html>