forked from girlscriptjaipur/girlscriptjaipur.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gdtc.html
642 lines (525 loc) · 39.3 KB
/
gdtc.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
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
<!DOCTYPE html>
<html lang="en">
<head>
<title>GirlScript | GDTC</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8" />
<meta name="keywords" content="GirlScript Jaipur Python Docker JavaScript Hitesh Subnani Yajushi Srivastava Technology Jaipur city GS Github Facebook" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link href="css/bootstrap.css" type="text/css" rel="stylesheet" media="all">
<link href="css/style.css" type="text/css" rel="stylesheet" media="all">
<!-- font-awesome icons -->
<link href="css/font-awesome.min.css" rel="stylesheet">
<!-- //Custom Theme files -->
<!-- online-fonts -->
<link href="//fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i" rel="stylesheet">
<!-- //online-fonts -->
<link rel="manifest" href="./pwa/manifest.json">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/mdbootstrap/4.7.6/css/mdb.min.css" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.0/css/all.css">
<link rel="stylesheet" href="https://mdbootstrap.com/previews/templates/landing-page/css/mdb.min.css">
<script>
if ("serviceWorker" in navigator) {
if (navigator.serviceWorker.controller) {
console.log("[PWA Builder] active service worker found, no need to register");
} else {
// Register the service worker
navigator.serviceWorker
.register("pwabuilder-sw.js", {
scope: "./"
})
.then(function (reg) {
console.log("[PWA Builder] Service worker has been registered for scope: " + reg.scope);
});
}
}
</script>
<!--Mailchimp SECTION-->
<link href="//cdn-images.mailchimp.com/embedcode/horizontal-slim-10_7.css" rel="stylesheet" type="text/css">
<style type="text/css">
#mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; width:100%;}
</style>
<!--<script id="mcjs">!function(c,h,i,m,p){m=c.createElement(h),p=c.getElementsByTagName(h)[0],m.async=1,m.src=i,p.parentNode.insertBefore(m,p)}(document,"script","https://chimpstatic.com/mcjs-connected/js/users/8b592b30aac75297b43ad9be2/ee4229cf7dea61ab1b49bc4e0.js");
</script>-->
</head>
<body>
<div class="main-content inner" id="home">
<!-- header -->
<header>
<div class="container-fluid">
<!-- nav -->
<nav class="py-md-4 py-3 d-lg-flex nav_hit3pvt">
<div id="logo" class="logo-abc">
<a href="index.html" style="display: inline-block;"><img src="./images/output-onlinepngtools.png" class="img-logo" alt=""></a>
</div>
<label for="drop" class="toggle"><span class="fa fa-bars"></span></label>
<input type="checkbox" id="drop" />
<ul class="menu mt-lg-3 ml-auto">
<li class="active"><a href="index.html">Home</a></li>
<li><a href="#about">About Us</a></li>
<li><a href="#exp">Our Team</a></li>
<li>
<label for="drop-2" class="toggle">Join Us<span class="fa fa-angle-down" aria-hidden="true"></span>
</label>
<a href="#">Join Us <span class="fa fa-angle-down" aria-hidden="true"></span></a>
<input type="checkbox" id="drop-2" />
<ul>
<li><a href="https://t.me/gsjaipur" class="drop-text">Telegram</a></li>
<li><a href="http://bit.ly/GSF-Jaipur-TeamApp" class="drop-text">Team Member</a></li>
</ul>
</li>
<li><a href="#foot">Contact Us</a></li>
<li>
<p class="hit3pvt-phone">
<span class="fab fa-telegram"></span><a href="https://t.me/gsjaipur">Join us</a>
</p>
</li>
</ul>
</nav>
<!-- //nav -->
<div class="text-center p-2 mt-2 mb-4">
<h2 style="color:#F9F9F9;" class="new-h2">GirlScript Developer Tech Camp</h2>
</div>
<form class="banner-form" method="post" action="https://gmail.us20.list-manage.com/subscribe/post?u=8b592b30aac75297b43ad9be2&id=f3dca4337c">
<input type="email" class="form-control mt-2" id="email" placeholder="Enter your email..." name="email" required="">
<button type="submit" class="btn btn-default mypad">Subscribe</button>
</form>
</div>
</header>
<!-- //header -->
</div>
<!--==================================================Content ADD here=============================================================-->
<main>
<!--/Fourth container-->
<div class="container">
<!--Section: Pricing v.3-->
<section class="section mt-4 mb-5">
<!--Section heading-->
<h1 class="mb-3 my-5 pt-5 text-center dark-grey-text wow fadeIn" data-wow-delay="0.2s"><strong class="font-weight-bold">GirlScript</strong> Developer Tech Camp</h1>
<!--Section description-->
<!-- <p class="text-center w-responsive mx-auto my-5 grey-text">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Fugit, error amet numquam iure provident voluptate
esse quasi, veritatis totam voluptas nostrum quisquam eum porro a pariatur accusamus veniam.</p> -->
<!-- Card -->
<div class="card card-cascade wider reverse">
<!-- Card image -->
<div class="view view-cascade overlay">
<img class="card-img-top" src="./images/GirlScript Developer Tech Camp.png" alt="Card image cap">
<a href="#!">
<div class="mask rgba-white-slight"></div>
</a>
</div>
<!-- Card content -->
<div class="card-body card-body-cascade text-center">
<!-- Title -->
<h4 class="card-title">About <strong>GDTC</strong></h4>
<p class="card-text mb-2">Summers are here, and team Girlscript Jaipur has been working hard to keep you all engaged in this two month long break. We are here with Girlscript Developer Tech Camp, consisting of several activities to choose from (with exciting rewards ;D ).
</p>
<!-- Linkedin -->
<a class="px-2 fa-lg li-ic"><i class="fab fa-linkedin-in"></i></a>
<!-- Twitter -->
<a class="px-2 fa-lg tw-ic"><i class="fab fa-twitter"></i></a>
<!-- Dribbble -->
<a class="px-2 fa-lg fb-ic"><i class="fab fa-facebook-f"></i></a>
</div>
</div>
<!-- Card -->
</section>
<!--/Section: Pricing v.3-->
<hr>
<!-- Card -->
<div class="row">
<div class="col-md-4">
<div class="card my-4">
<!-- Card image -->
<div class="view overlay">
<img class="card-img-top" src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQ1o9MG7dooLXWOvxJ8Esp7_SeFmyc2kV6A0SoJ8_dYHWX5-UU8-g" alt="Card image cap">
<a>
<div class="mask rgba-white-slight"></div>
</a>
</div>
<!-- Button -->
<a class="btn-floating btn-action ml-auto mr-4 mdb-color lighten-3" data-toggle="modal" data-target="#exampleModalLongSC1"><i class="fas fa-chevron-right pl-1"></i></a>
<!-- Card content -->
<div class="card-body">
<!-- Title -->
<h4 class="card-title">Hack In</h4>
<hr>
<!-- Text -->
<p class="card-text">A hackathon seems like a biggie, right? Now we have a much more concise version of the same with proper mentorship and projects that unveil the world of new technologies.</p>
</div>
<!-- Card footer -->
</div>
<!-- Card -->
</div>
<div class="modal fade show" id="exampleModalLongSC1" tabindex="-1" role="dialog" aria-labelledby="exampleModalLongTitleSC" aria-modal="true">
<div class="modal-dialog modal-dialog-scrollable" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLongTitleSC"> <strong>Hack In</strong> <i class="fas fa-terminal"></i></h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<p>
Hack In is a week-long coding challenge in which the participants build a small-scale project using new technology, for which they will be provided with proper reference material, project, goals, and mentorship.
The goal of this activity is to encourage community members to learn new
technologies and evolve continuously with the ever-evolving tech world.</p>
<h4 class="py-2" ><strong>Technologies Involved : </strong></h4>
<p class="mt-1">1. Machine Learning/Deep Learning</p>
<p>2. Backend in Django + Frontend in Angular</p>
<p>3. App Development</p>
<p>4. Computer Vision</p>
<!-- <h4 class="py-2"><strong>Projects in each domain: (**Yet to be decided)</strong></h4>
<p class="mt-2">
<strong>Machine Learning/Deep Learning: </strong>(sales prediction, IRIS dataset, emotion recognition)
</p>
<p>
<strong>Backend in Django Or Node(Express) + Frontend in Angular: </strong>(integrating some API in Django, ml model in
Django, login form +designing)
</p>
<p>
<strong>App Development: </strong>(cryptocurrency app, integrating Tensorflow in-app, hotel booking
app)
</p>
<p>
<strong>Computer Vision: </strong>(Object detection, edge detection, shape classification)
</p> -->
<h4 class="py-2"> <strong>Rules :</strong> </h4>
<p class="mt-2">
1. Participants need to select 1 project from a list of projects to be completed in 1-
week time. <br>
2. Participants need to complete the project in the given time frame and save the
project in a folder with the name: “{ParticipantName}: {ProjectName}”. The
participant name and project name should be in Upper Camel Case/Pascal Case. <br>
3. Create a pull request on the GirlScript Jaipur Github organization’s “GSJ_Hack-In”
Repository.
</p>
<p> <strong>For more details contact :</strong> </p>
<!-- <a class="btn-floating btn-lg btn-email" href="mailto:[email protected]" type="button" role="button"><i class="fas fa-envelope"></i> Aditi Jangid</a> -->
<i class="fab fa-linkedin-in"></i> : <a href="https://www.linkedin.com/in/aditi-jangid-326208143/">Aditi Jangid</a>
<br>
<i class="fas fa-envelope"></i> : [email protected] <br>
</div>
<div class="modal-footer">
<!-- <button type="button" class="btn btn-secondary waves-effect waves-light" data-dismiss="modal">Close</button> -->
<button type="button" class="btn btn-primary waves-effect waves-light" disabled>Registration not started yet</button>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card my-4">
<!-- Card image -->
<div class="view overlay">
<img class="card-img-top" src="./images/shutterstock_459867970-1392x742.jpg" alt="Card image cap">
<a>
<div class="mask rgba-white-slight"></div>
</a>
</div>
<!-- Button -->
<a class="btn-floating btn-action ml-auto mr-4 mdb-color lighten-3" data-toggle="modal" data-target="#exampleModalLongSC2"><i class="fas fa-chevron-right pl-1"></i></a>
<!-- Card content -->
<div class="card-body">
<!-- Title -->
<h4 class="card-title mt-1">Week of Code</h4>
<hr>
<!-- Text -->
<p class="card-text">Do you suffer not being able to formulate logic for a required problem? Upgrade your skills in the logic building for nourishing the competitive coding part in you. </p>
</div>
<!-- Card footer -->
</div>
<!-- Card -->
</div>
<div class="modal fade show" id="exampleModalLongSC2" tabindex="-1" role="dialog" aria-labelledby="exampleModalLongTitleSC" aria-modal="true">
<div class="modal-dialog modal-dialog-scrollable" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLongTitleSC"> <strong>Week of Code</strong></h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<p>A week-long challenge in which the participants solve competitive coding problems of
various difficulties. The problems will require knowledge of Data Structures &
Algorithms and will require good logical thinking.
</p>
<h4 class="py-3">Rules : </h4>
<p>1. 2 coding problems will be released daily on Hackerrank _some other coding platform_,
one of which will be easy-medium difficulty and the other one will be medium-hard
difficulty
</p>
<p>2. Each problem will have a score associated with it.</p>
<p>3. The participants need to solve the problems in a 24-hour time frame.
</p><p>4. 2 separate leader boards will be created for the easy and hard problems, and the
participants on top of the respective leader boards will be the winners.
</p>
<p> <strong>For more details contact :</strong> </p>
<!-- <a class="btn-floating btn-lg btn-email" href="mailto:[email protected]" type="button" role="button"><i class="fas fa-envelope"></i> Aditi Jangid</a> -->
<i class="fab fa-linkedin-in"></i> : <a href="https://www.linkedin.com/in/rashi-gupta2705/">Rashi Gupta</a>
<br>
<i class="fas fa-envelope"></i> : [email protected]
</div>
<div class="modal-footer">
<!-- <button type="button" class="btn btn-secondary waves-effect waves-light" data-dismiss="modal">Close</button> -->
<button type="button" class="btn btn-primary waves-effect waves-light"disabled>Registration not started yet</button>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card my-4">
<!-- Card image -->
<div class="view overlay">
<img class="card-img-top" src="data:image/png;base64,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" alt="Card image cap">
<a>
<div class="mask rgba-white-slight"></div>
</a>
</div>
<!-- Button -->
<a class="btn-floating btn-action ml-auto mr-4 mdb-color lighten-3" data-toggle="modal" data-target="#exampleModalLongSC3"><i class="fas fa-chevron-right pl-1"></i></a>
<!-- Card content -->
<div class="card-body">
<!-- Title -->
<h4 class="card-title mt-2">UI/UX Competition
</h4>
<hr>
<!-- Text -->
<p class="card-text">Good at imagining stuff inside your head and pouring it all out in your art? Then you must get your hands on this event with a rush of adrenaline for a design we present to you.</p>
</div>
<!-- Card footer -->
</div>
<!-- Card -->
</div>
<div class="modal fade show" id="exampleModalLongSC3" tabindex="-1" role="dialog" aria-labelledby="exampleModalLongTitleSC" aria-modal="true">
<div class="modal-dialog modal-dialog-scrollable" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLongTitleSC">UX | UI Competation</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<p>
An online event that tests the capability of a person to replicate a given web/app UI,
the event would be conducted on a weekly basis. The person who best replicates the UI
on the web or the app wins the challenge. This challenge will run the whole month, with
1-2 new UIs to be completed per week.
</p>
<h4 class="py-3">Rules : </h4>
<p>1. After the commencement of the challenge participants have 1 week to submit their
code on Github in the form of a pull request on the repository “GSJ_UI_Challenge”
on GirlScript Jaipur Github organization. The participants must save the project
code in a folder with the name: “{ParticipantName}:{ProjectName}” which should
contain the source code and screenshots/screen captures.
</p>
<p>2. Once submitted, the core team gets to evaluate the submissions of the
participants.
.</p>
<p>3. The person who best replicates the UI wins.
</p><p>4. In the case of a clash, the person with more efficient code wins.
</p>
<p> <strong>For more details contact :</strong> </p>
<i class="fab fa-linkedin-in"></i> : <a href="https://www.linkedin.com/in/riddhi-agarwal-8b6066186/">Riddhi Agarwal</a>
<br>
<i class="fas fa-envelope"></i> : [email protected] <br>
</div>
<div class="modal-footer">
<!-- <button type="button" class="btn btn-secondary waves-effect waves-light" data-dismiss="modal">Close</button> -->
<button type="button" class="btn btn-primary waves-effect waves-light" disabled>Registration not started yet</button>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card my-4">
<!-- Card image -->
<div class="view overlay">
<img class="card-img-top" src="./images/08f26c13b2736278f18c73cdab30ce81 (1).jpg" alt="Card image cap">
<a>
<div class="mask rgba-white-slight"></div>
</a>
</div>
<!-- Button -->
<a class="btn-floating btn-action ml-auto mr-4 mdb-color lighten-3" data-toggle="modal" data-target="#exampleModalLongSC5"><i class="fas fa-chevron-right pl-1"></i></a>
<!-- Card content -->
<div class="card-body">
<!-- Title -->
<h4 class="card-title">Capture the flag</h4>
<hr>
<!-- Text -->
<p class="card-text">Do you have what it takes to find the hidden clues just like Sherlock does? Capture the flag is a security event that tests your Linux skills?</p>
</div>
<!-- Card footer -->
</div>
<!-- Card -->
</div>
<div class="modal fade show" id="exampleModalLongSC5" tabindex="-1" role="dialog" aria-labelledby="exampleModalLongTitleSC" aria-modal="true">
<div class="modal-dialog modal-dialog-scrollable" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLongTitleSC">Capture The Flag</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<p>Capture the flag is a cybersecurity competition in which the participants will be given
access to an online hosted virtual box, in which they have to clear various levels by
solving clues, usually involving cryptography, steganography, binary analysis, reverse
engineering, mobile security, and others.
This is going to be a 2-day event, with 1 round each day. Participants who clear the first
the round will be invited to play in the second round.
</p>
<p>More details coming soon.</p>
<p> <strong>For more details contact :</strong> </p>
<i class="fab fa-linkedin-in"></i> : <a href="https://www.linkedin.com/in/tushar-goyal-229456114">Tushar Goyal</a>
<br>
<i class="fas fa-envelope"></i> : [email protected]
</div>
<div class="modal-footer">
<!-- <button type="button" class="btn btn-secondary waves-effect waves-light" data-dismiss="modal">Close</button> -->
<button type="button" class="btn btn-primary waves-effect waves-light" disabled>Registration not started yet</button>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card my-4">
<!-- Card image -->
<div class="view overlay">
<img class="card-img-top" src="./images/g2.jpg" alt="Card image cap">
<a>
<div class="mask rgba-white-slight"></div>
</a>
</div>
<!-- Button -->
<a class="btn-floating btn-action ml-auto mr-4 mdb-color lighten-3" data-toggle="modal" data-target="#exampleModalLongSC4"><i class="fas fa-chevron-right pl-1"></i></a>
<!-- Card content -->
<div class="card-body">
<!-- Title -->
<h4 class="card-title">Social Coding</h4>
<hr>
<!-- Text -->
<p class="card-text">Programming seems boring when done alone or when you are stuck at a problem and can't get out of that long hours of finding the bug in your project.</p>
</div>
<!-- Card footer -->
</div>
<!-- Card -->
</div>
<div class="modal fade show" id="exampleModalLongSC4" tabindex="-1" role="dialog" aria-labelledby="exampleModalLongTitleSC" aria-modal="true">
<div class="modal-dialog modal-dialog-scrollable" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLongTitleSC">Social Coding</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<p>Programming seems boring when done alone or when you are stuck at a problem and can't get out of that long hours of finding the bug in your project. Social coding is organised to give you a boost in that and to talk and network with our fellow coders. </p>
<p>Our team will be organising meetups in every two weeks after the GDTC starts whose time and date will be shared with you later. Let's meet and catch up with each other and share our knowledge and discuss our ideas.</p>
<p> <strong>For more details contact :</strong> </p>
<i class="fab fa-linkedin-in"></i> : <a href="https://www.linkedin.com/in/tushar-goyal-229456114">Tushar Goyal</a>
<br>
<i class="fas fa-envelope"></i> : [email protected]
</div>
<div class="modal-footer">
<!-- <button type="button" class="btn btn-secondary waves-effect waves-light" data-dismiss="modal">Close</button> -->
<button type="button" class="btn btn-primary waves-effect waves-light" disabled>Registration not started yet</button>
</div>
</div>
</div>
</div>
</div>
<hr>
<!--Section: Testimonials v.4-->
<section class="section text-center pb-4">
<!--Section heading-->
<h1 class="mb-5 my-5 pt-5 text-center dark-grey-text wow fadeIn" data-wow-delay="0.2s"><strong class="font-weight-bold">GDTC</strong> Sponsers</h1>
<div><p>Call For Sponsers Coming Soon.</p></div>
</section>
<!--Section: Testimonials v.4-->
</div>
<!--/Fourth container-->
</main>
<!--Main content-->
<!--Footer-->
<footer id="foot" class="footer-content text-center py-5">
<div class="container py-md-3">
<h2 class="logo2 text-center">
<a href="index.html">
GirlScript Jaipur
</a>
</h2>
<div class="contact-left-footer mt-md-4">
<ul>
<li>
<p>
<span class="fa fa-map-marker mr-2"></span>Girlscript Jaipur
</p>
</li>
<li class="mx-4">
<p>
<span class="fa fa-phone mr-2"></span>8559845223
</p>
</li>
<li>
<p class="text-wh">
<span class="fa fa-envelope-open mr-2"></span>
<a href="mailto:[email protected]">[email protected]</a>
</p>
</li>
</ul>
</div>
<div class="footer-hit3pvt-copy-social my-4">
<ul>
<li class="mx-2">
<a href="https://www.facebook.com/GSFJaipur/">
<span class="fab fa-facebook"></span>
</a>
</li>
<li class="mx-2">
<a href="https://twitter.com/GSFJaipur">
<span class="fab fa-twitter"></span>
</a>
</li>
<li class="mx-2">
<a href="https://www.linkedin.com/company/14574542/">
<span class="fab fa-linkedin"></span>
</a>
</li>
</ul>
</div>
<div class="lore-copy text-center">
<p class="text-da" style="color:white">© 2019 GirlScript Jaipur. All rights reserved | Developed by
<a href="https://hiteshsubnani.me">Hitesh Subnani,</a>
<a href="https://www.linkedin.com/in/yajushisri/">Yajushi Srivastava</a>
</p>
</div>
<!-- <div class="move-top text-center mt-3">
<a href="#home" class="move-top"><span aria-hidden="true"><i class="fas fa-angle-double-up"></i></span></a>
</div> -->
</div>
</footer>
<script src="https://mdbootstrap.com/previews/templates/landing-page/js/jquery-3.3.1.min.js"></script>
<script src="https://mdbootstrap.com/previews/templates/landing-page/js/popper.min.js"></script>
<script src="https://mdbootstrap.com/previews/templates/landing-page/js/bootstrap.min.js"></script>
<script src="https://mdbootstrap.com/previews/templates/landing-page/js/mdb.min.js"></script>
<script src="./js/script.js"></script>
<script>
//Animation init
new WOW().init();
//Modal
$('#myModal').on('shown.bs.modal', function () {
$('#myInput').focus()
})
// Material Select Initialization
$(document).ready(function () {
$('.mdb-select').material_select();
});
</script>
</body>
</html>