forked from girlscriptjaipur/girlscriptjaipur.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gdtc-details.html
589 lines (527 loc) · 27.5 KB
/
gdtc-details.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
<!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">
<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">
<h1 style="display: inline-block;"><img src="./images/output-onlinepngtools.png" class="img-logo" alt=""></h1>
</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="fa 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">
<h2 style="color:#F9F9F9;" class="new-h2">GirlScript Developer Tech Camp</h2>
</div>
<!--MAILCHIMP SUBSCRIBE-->
<!-- <div id="mc_embed_signup">
<form action="https://gmail.us20.list-manage.com/subscribe/post?u=8b592b30aac75297b43ad9be2&id=f3dca4337c" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="Email Address" required>
real people should not fill this in and expect good things - do not remove this or risk form bot signups
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_8b592b30aac75297b43ad9be2_f3dca4337c" tabindex="-1" value=""></div>
<div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"></div>
</div>
</form>
</div> -->
<form class="banner-form mt-3" method="post" action="https://gmail.us20.list-manage.com/subscribe/post?u=8b592b30aac75297b43ad9be2&id=f3dca4337c">
<input type="email" class="form-control" id="email" placeholder="Enter your email..." name="email" required="">
<button type="submit" class="btn btn-default">Subscribe</button>
</form>
<!--MAILCHIMP END-->
<!-- <div class="banner-content-hit3pvt ">
<div class="banner-lore-info text-center ">
</div>
</div> -->
</div>
</header>
<!-- //header -->
</div>
<!-- //main -->
<!-- banner-bottom
<section class="banner-bottom ">
<div class="container pt-md-4">
<h2 class="tittle-lore two text-center"><strong>GirlScript Jaipur Induction Meetup</strong></h2>
<h1 class="leave-lore text-center"><small>Sat, Feb 2, 2019 10:00 AM</small></h1>
</div>
</section> -->
<!--==================================================Content ADD here=============================================================-->
<div style="background-color:white">
<div class="container-fluid">
<p><br></p>
</div>
</div>
<section class="banner-bottom" id="exp">
<div class="container py-md-4">
<!-- <h2><strong>This webpage is under development. The information listed here is subject to change. The details are still under discussions.</strong></h2> -->
<h4 class="leave-lore text-center">About GirlScript Developer Tech Camp</h4>
<div class="row mid-grids ">
<div class="container py-md-3 text-center">
<div class="last-hit3pvt-inner-content px-lg-5">
<p class="mt-2 text-justify"> Lorem ipsum, dolor sit amet consectetur adipisicing elit. Aut eveniet quas adipisci culpa doloribus necessitatibus exercitationem natus placeat consequatur assumenda, autem sapiente laborum, tempore fugit! Nulla quaerat sunt quo nobis!
</p>
</div>
</div>
</div>
</div>
</section>
<section class="banner-bottom py-5">
<div class="container py-md-4">
<h4 class="leave-lore text-center" id="hackin" >Hack-In</h4>
<div class="row mid-grids mt-5">
<div class="container py-md-3 text-center">
<div class="last-hit3pvt-inner-content px-lg-5">
<!--
<div class="col-md-5 content-hit3pvt-img">
<img src="images/temp.jpg" alt="" class="img-fluid">
</div>-->
<!--<div class="col-md-7 content entry-lore-info text-center mt-3">-->
<p class="mt-2 text-justify">A week-long coding challenge in which the participants build a small-scale project using a new technology, for which they will be provided with proper reference material, project goals and
mentorship. The goal of this activity is to encourage the community members to learn new technologies and evolve continuously with the ever-evolving tech world.
<br>
<br>
</p>
</div>
</div>
</div>
<h4 class="leave-lore text-center" id="woc">Week of Code</h4>
<div class="row mid-grids mt-5">
<div class="container py-md-3 text-center">
<div class="last-hit3pvt-inner-content px-lg-5">
<!--
<div class="col-md-5 content-hit3pvt-img">
<img src="images/temp.jpg" alt="" class="img-fluid">
</div>-->
<!--<div class="col-md-7 content entry-lore-info text-center mt-3">-->
<p class="mt-2 text-justify">Data structures and algorithms are the fundamental building-blocks of Computer Science. But it is most often overlooked by beginner programmers as they try to learn the most amount of languages
and frameworks. This event can be an effective way to guide the beginner programmers the right way by working on problems which require logical thinking, not just copy-paste abilities from StackOverflow. The event will be organised online. In this, 2 coding problems will be released daily for a duration of 1 week. The 2 problems per day will be based on a basic DS & Algo topic, and appropriate reference material will be provided to the participants. Problem 1 will be a challenging but basic problem, and
problem 2 will be a hard problem. The participants will get 24 hours to solve both the problems. Problem 1 will be for absolute beginners, and problem 2 will be for those who have some experience in competitive coding. Each problem will have a score associated with it. The difficulty of the problems will increase each day, and so will the score associated with it. 2 separate leader boards will be created for problem 1 and problem 2, and the top performers in both the categories will be given prizes.
<br>
<br>
</p>
</div>
</div>
</div>
<h4 class="leave-lore text-center" id="comp">Coding & UI/UX Competitions</h4>
<div class="row mid-grids mt-5">
<div class="container py-md-3 text-center">
<div class="last-hit3pvt-inner-content px-lg-5">
<!--
<div class="col-md-5 content-hit3pvt-img">
<img src="images/temp.jpg" alt="" class="img-fluid">
</div>-->
<!--<div class="col-md-7 content entry-lore-info text-center mt-3">-->
<p class="mt-2 text-justify">There is a large no. of online coding challenges run by top corporations every year. The participants who complete these challenges often receive swag in the form of T-Shirts, Stickers, Cloud credits etc.as incentives. We will promote these and provide the community members with mentorship to help them complete the challenges.<br>
It will also comprise of weekly UI/UX challenges of web page/website/app on Github page of Girlscript Jaipur.
<br>
<br>
</p>
</div>
</div>
</div>
<h4 class="leave-lore text-center" id="social">Social Coding</h4>
<div class="row mid-grids mt-5">
<div class="container py-md-3 text-center">
<div class="last-hit3pvt-inner-content px-lg-5">
<!--
<div class="col-md-5 content-hit3pvt-img">
<img src="images/temp.jpg" alt="" class="img-fluid">
</div>-->
<!--<div class="col-md-7 content entry-lore-info text-center mt-3">-->
<p class="mt-2 text-justify">Basically comprises of weekly/monthly meets in which all the community members come together and work on their projects, while helping each other. These meets can be organised at a café, etc.
<br>
<br>
</p>
</div>
</div>
</div>
</div>
</section>
<!--
<div class="entry-hit3pvt-main py-5">
<section class="ab-info-main">
<div class="container">
<div class="row text-center mt-lg-2" id="stats">
<div class="col-sm-4">
<div class="counter">
<h3 class="count-title">3+</h3>
<p class="count-text ">Mentors</p>
</div>
</div>
<div class="col-sm-4">
<div class="counter two">
<h3 class="count-title">35+</h3>
<p class="count-text ">Active participents</p>
</div>
</div>
<div class="col-sm-4">
<div class="counter">
<h3 class="count-title">10+</h3>
<p class="count-text ">Programs</p>
</div>
</div>
</div>
</div>
</section>
</div> -->
<!--
<section class="banner-bottom py-2 pb-4">
<div class="container pt-md-4">
<h3 class="tittle-lore two text-center">Pictures</h3>
</div>
</section> -->
<!-- =====================================================Stop here================================================ -->
<footer id="foot" class="footer-content text-center py-5">
<div class="container py-md-3">
<div class="lore-copy text-center">
<p class="text-da" style="color:white">This webpage is under development. The information listed here is subject to change. The details are still under discussions.
</p>
</div>
<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>8559845222
</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="fa fa-facebook"></span>
</a>
</li>
<li class="mx-2">
<a href="https://twitter.com/GSFJaipur">
<span class="fa fa-twitter"></span>
</a>
</li>
<li class="mx-2">
<a href="https://www.linkedin.com/company/14574542/">
<span class="fa 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 class="fa fa-angle-double-up" aria-hidden="true"></span></a>
</div>
</div>
</footer>
<div class="row">
<!--Carousel Wrapper-->
<div id="multi-item-example" class="carousel testimonial-carousel slide carousel-multi-item mb-5" data-ride="carousel">
<!--Controls-->
<div class="controls-top">
<a class="btn-floating btn-blue btn-sm" href="#multi-item-example" data-slide="prev"><i class="fas fa-chevron-left"></i></a>
<a class="btn-floating btn-blue btn-sm" href="#multi-item-example" data-slide="next"><i class="fas fa-chevron-right"></i></a>
</div>
<!--Controls-->
<!--Slides-->
<div class="carousel-inner" role="listbox">
<!--First slide-->
<div class="carousel-item active">
<!--Grid column-->
<div class="col-md-4">
<div class="testimonial">
<!--Avatar-->
<div class="avatar mx-auto">
<img src="https://mdbootstrap.com/img/Photos/Avatars/img%20(26).jpg" class="rounded-circle img-fluid">
</div>
<!--Content-->
<h4 class="font-weight-bold mt-4">Anna Deynah</h4>
<h6 class="blue-text font-weight-bold my-3">Web Designer</h6>
<p class="font-weight-normal"><i class="fas fa-quote-left pr-2"></i>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quod eos id officiis hic tenetur.</p>
<!--Review-->
<div class="grey-text">
<i class="fas fa-star"> </i>
<i class="fas fa-star"> </i>
<i class="fas fa-star"> </i>
<i class="fas fa-star"> </i>
<i class="fas fa-star-half-alt"> </i>
</div>
</div>
</div>
<!--Grid column-->
<!--Grid column-->
<div class="col-md-4 clearfix d-none d-md-block">
<div class="testimonial">
<!--Avatar-->
<div class="avatar mx-auto">
<img src="https://mdbootstrap.com/img/Photos/Avatars/img%20(27).jpg" class="rounded-circle img-fluid">
</div>
<!--Content-->
<h4 class="font-weight-bold mt-4">John Doe</h4>
<h6 class="blue-text font-weight-bold my-3">Web Developer</h6>
<p class="font-weight-normal"><i class="fas fa-quote-left pr-2"></i>Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis laboriosam.</p>
<!--Review-->
<div class="grey-text">
<i class="fas fa-star"> </i>
<i class="fas fa-star"> </i>
<i class="fas fa-star"> </i>
<i class="fas fa-star"> </i>
<i class="fas fa-star"> </i>
</div>
</div>
</div>
<!--Grid column-->
<!--Grid column-->
<div class="col-md-4 clearfix d-none d-md-block">
<div class="testimonial">
<!--Avatar-->
<div class="avatar mx-auto">
<img src="https://mdbootstrap.com/img/Photos/Avatars/img%20(31).jpg" class="rounded-circle img-fluid">
</div>
<!--Content-->
<h4 class="font-weight-bold mt-4">Abbey Clark</h4>
<h6 class="blue-text font-weight-bold my-3">Photographer</h6>
<p class="font-weight-normal"><i class="fas fa-quote-left pr-2"></i>Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae.</p>
<!--Review-->
<div class="grey-text">
<i class="fas fa-star"> </i>
<i class="fas fa-star"> </i>
<i class="fas fa-star"> </i>
<i class="fas fa-star"> </i>
<i class="far fa-star"> </i>
</div>
</div>
</div>
<!--Grid column-->
</div>
<!--First slide-->
<!--Second slide-->
<div class="carousel-item">
<!--Grid column-->
<div class="col-md-4">
<div class="testimonial">
<!--Avatar-->
<div class="avatar mx-auto">
<img src="https://mdbootstrap.com/img/Photos/Avatars/img%20(4).jpg" class="rounded-circle img-fluid">
</div>
<!--Content-->
<h4 class="font-weight-bold mt-4">Blake Dabney</h4>
<h6 class="blue-text font-weight-bold my-3">Web Designer</h6>
<p class="font-weight-normal"><i class="fas fa-quote-left pr-2"></i>Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis laboriosam.</p>
<!--Review-->
<div class="grey-text">
<i class="fas fa-star"> </i>
<i class="fas fa-star"> </i>
<i class="fas fa-star"> </i>
<i class="fas fa-star"> </i>
<i class="fas fa-star-half-alt"> </i>
</div>
</div>
</div>
<!--Grid column-->
<!--Grid column-->
<div class="col-md-4 clearfix d-none d-md-block">
<div class="testimonial">
<!--Avatar-->
<div class="avatar mx-auto">
<img src="https://mdbootstrap.com/img/Photos/Avatars/img%20(6).jpg" class="rounded-circle img-fluid">
</div>
<!--Content-->
<h4 class="font-weight-bold mt-4">Andrea Clay</h4>
<h6 class="blue-text font-weight-bold my-3">Front-end developer</h6>
<p class="font-weight-normal"><i class="fas fa-quote-left pr-2"></i>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quod eos id officiis hic tenetur quae.</p>
<!--Review-->
<div class="grey-text">
<i class="fas fa-star"> </i>
<i class="fas fa-star"> </i>
<i class="fas fa-star"> </i>
<i class="fas fa-star"> </i>
<i class="fas fa-star"> </i>
</div>
</div>
</div>
<!--Grid column-->
<!--Grid column-->
<div class="col-md-4 clearfix d-none d-md-block">
<div class="testimonial">
<!--Avatar-->
<div class="avatar mx-auto">
<img src="https://mdbootstrap.com/img/Photos/Avatars/img%20(7).jpg" class="rounded-circle img-fluid">
</div>
<!--Content-->
<h4 class="font-weight-bold mt-4">Cami Gosse</h4>
<h6 class="blue-text font-weight-bold my-3">Phtographer</h6>
<p class="font-weight-normal"><i class="fas fa-quote-left pr-2"></i>At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium.</p>
<!--Review-->
<div class="grey-text">
<i class="fas fa-star"> </i>
<i class="fas fa-star"> </i>
<i class="fas fa-star"> </i>
<i class="fas fa-star"> </i>
<i class="far fa-star"> </i>
</div>
</div>
</div>
<!--Grid column-->
</div>
<!--Second slide-->
<!--Third slide-->
<div class="carousel-item">
<!--Grid column-->
<div class="col-md-4">
<div class="testimonial">
<!--Avatar-->
<div class="avatar mx-auto">
<img src="https://mdbootstrap.com/img/Photos/Avatars/img%20(8).jpg" class="rounded-circle img-fluid">
</div>
<!--Content-->
<h4 class="font-weight-bold mt-4">Bobby Haley</h4>
<h6 class="blue-text font-weight-bold my-3">Web Developer</h6>
<p class="font-weight-normal"><i class="fas fa-quote-left pr-2"></i>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quod eos id officiis hic tenetur quae.</p>
<!--Review-->
<div class="grey-text">
<i class="fas fa-star"> </i>
<i class="fas fa-star"> </i>
<i class="fas fa-star"> </i>
<i class="fas fa-star"> </i>
<i class="fas fa-star"> </i>
</div>
</div>
</div>
<!--Grid column-->
<!--Grid column-->
<div class="col-md-4 clearfix d-none d-md-block">
<div class="testimonial">
<!--Avatar-->
<div class="avatar mx-auto">
<img src="https://mdbootstrap.com/img/Photos/Avatars/img%20(10).jpg" class="rounded-circle img-fluid">
</div>
<!--Content-->
<h4 class="font-weight-bold mt-4">Elisa Janson</h4>
<h6 class="blue-text font-weight-bold my-3">Marketer</h6>
<p class="font-weight-normal"><i class="fas fa-quote-left pr-2"></i>At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium.</p>
<!--Review-->
<div class="grey-text">
<i class="fas fa-star"> </i>
<i class="fas fa-star"> </i>
<i class="fas fa-star"> </i>
<i class="fas fa-star"> </i>
<i class="fas fa-star-half-alt"> </i>
</div>
</div>
</div>
<!--Grid column-->
<!--Grid column-->
<div class="col-md-4 clearfix d-none d-md-block">
<div class="testimonial">
<!--Avatar-->
<div class="avatar mx-auto">
<img src="https://mdbootstrap.com/img/Photos/Avatars/img%20(9).jpg" class="rounded-circle img-fluid">
</div>
<!--Content-->
<h4 class="font-weight-bold mt-4">Rob Jacobs</h4>
<h6 class="blue-text font-weight-bold my-3">Front-end developer</h6>
<p class="font-weight-normal"><i class="fas fa-quote-left pr-2"></i>Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis laboriosam.</p>
<!--Review-->
<div class="grey-text">
<i class="fas fa-star"> </i>
<i class="fas fa-star"> </i>
<i class="fas fa-star"> </i>
<i class="fas fa-star"> </i>
<i class="far fa-star"> </i>
</div>
</div>
</div>
<!--Grid column-->
</div>
<!--Third slide-->
</div>
<!--Slides-->
</div>
<!--Carousel Wrapper-->
</div>
<script src="./js/script.js"></script>
</body>
</html>