-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
536 lines (505 loc) · 33.9 KB
/
index.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
<!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="author" content="" />
<title>53343A Robotics</title>
<link rel="icon" type="image/x-icon" href="assets/img/favicon.ico" />
<!-- Font Awesome icons (free version)-->
<script src="https://use.fontawesome.com/releases/v5.13.0/js/all.js" crossorigin="anonymous"></script>
<!-- Google fonts-->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic" rel="stylesheet" type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700" rel="stylesheet" type="text/css" />
<!-- Core theme CSS (includes Bootstrap)-->
<link href="css/styles.css" rel="stylesheet" />
</head>
<body id="page-top">
<!-- Navigation-->
<nav class="navbar navbar-expand-lg navbar-dark fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand js-scroll-trigger" href="#page-top"><p>53343A Gamma</p></a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
Menu
<i class="fas fa-bars ml-1"></i>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav text-uppercase ml-auto">
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="#services">Who we are</a></li>
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="#portfolio">Awards</a></li>
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="#about">The Robot</a></li>
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="#team">The Team</a></li>
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="#sponsors">Sponsors</a></li>
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="#vex">vex</a></li>
<!--<li class="nav-item"><a class="nav-link js-scroll-trigger" href="#contact">Contact Us</a></li>-->
</ul>
</div>
</div>
</nav>
<!-- Masthead-->
<header class="masthead">
<div class="container">
<div class="masthead-subheading">We are Team Gamma#53443A</div>
<div class="masthead-heading text-uppercase">Welcome</div>
<a class="btn btn-primary btn-xl text-uppercase js-scroll-trigger" href="#services">Learn More</a>
</div>
</header>
<!-- 53343A-->
<section class="page-section" id="services">
<div class="container">
<div class="text-center">
<h2 class="section-heading text-uppercase">53343A</h2>
<h3 class="section-subheading text-muted">We are a 2nd year team competing in the High School Division for VRC.</h3>
</div>
<div class="row text-center">
<div class="col-md-4">
<span class="fa-stack fa-4x">
<i class="fas fa-circle fa-stack-2x text-primary"></i>
<i class="fas fa-trophy fa-stack-1x fa-inverse"></i>
</span>
<h4 class="my-3">Our Goals</h4>
<p class="text-muted">
This season, in the competition, we hope to qualify for the World Championship.
We are aiming high, as we have qualified for the World Championship in the Middle School Division, and we are hoping to do it again, except in the High School Division. In our first year in the HS division, we were able to quality for the state championship, and we believe we can qualify for worlds this year. However, our goals are not limited to just competing. We hope to inspire other STEM students through our outreach in robotics. We hope that others will be inspired to go into STEM, learn more, and be more involved. Lastly, the most important goal for us, is to have fun and enjoy every moment.
</p>
</div>
<div class="col-md-4">
<span class="fa-stack fa-4x">
<i class="fas fa-circle fa-stack-2x text-primary"></i>
<i class="fas fa-arrow-left fa-stack-1x fa-inverse"></i>
</span>
<h4 class="my-3">The Past</h4>
<p class="text-muted">
We all have various experience in VEX, however we are all very experience in robotics and our specific field. We
have won awards in different robotics competitions other than VEX, such as FTC and FRC, so we plan on using this experience greatly in our upcoming season.
On top of this, we have all done various outreach in our community. For example, we have mentored the elemetary robotics team
throughout their season. In addition to this, we taught other elemtary and younger middle school students the basiscs of VEX hardware and software, so they can hopefully join the VEX competition some day. On top of this we have gone
to public fairs to spread awareness to STEM to spark interest in these young students, which we hope can help them in their future.
We hope we have made a big difference in their learning, and will continue to do so.
</p>
</div>
<div class="col-md-4">
<span class="fa-stack fa-4x">
<i class="fas fa-circle fa-stack-2x text-primary"></i>
<i class="fas fa-arrow-right fa-stack-1x fa-inverse"></i>
</span>
<h4 class="my-3">The Future</h4>
<p class="text-muted">In the future we hope to continue to build off our past success in and out of the compeition. We plan on bringing home trophies, awards, and qualifications home for the forseeable future, but also to pursue out community outreach efforts. We hope to continue to help out our surrounding comminty and inspire those around us to learn more about STEM, and participate more in their community.
</p>
</div>
</div>
</div>
</section>
<!-- Awards -->
<section class="page-section bg-light" id="portfolio">
<div class="container">
<div class="text-center">
<h2 class="section-heading text-uppercase">Awards</h2>
<h3 class="section-subheading text-muted">A showcase of awards we have won, individually and as a team</h3>
</div>
<div class="row">
<div class="col-lg-4 col-sm-6 mb-4">
<div class="portfolio-item">
<a class="portfolio-link" data-toggle="modal" href="#">
<img class="img-fluid" src="assets/img/state.jpg" alt="" />
</a>
<div class="portfolio-caption">
<div class="portfolio-caption-heading">State Finalist</div>
<div class="portfolio-caption-subheading text-muted">2x. Qualified for worlds.</div>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6 mb-4">
<div class="portfolio-item">
<a class="portfolio-link" data-toggle="modal" href="#">
<img class="img-fluid" src="assets/img/design.png" alt="" />
</a>
<div class="portfolio-caption">
<div class="portfolio-caption-heading">Design Award</div>
<div class="portfolio-caption-subheading text-muted">1x. Qualified for states.</div>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6 mb-4">
<div class="portfolio-item">
<a class="portfolio-link" data-toggle="modal" href="#">
<img class="img-fluid" src="assets/img/state.jpg" alt="" />
</a>
<div class="portfolio-caption">
<div class="portfolio-caption-heading">Skills</div>
<div class="portfolio-caption-subheading text-muted">2x. Qualified for states</div>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6 mb-4">
<div class="portfolio-item">
<a class="portfolio-link" data-toggle="modal" href="#">
<img class="img-fluid" src="assets/img/judges.jpg" alt="" />
</a>
<div class="portfolio-caption">
<div class="portfolio-caption-heading">Judges</div>
<div class="portfolio-caption-subheading text-muted">1x</div>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6 mb-4">
<div class="portfolio-item">
<a class="portfolio-link" data-toggle="modal" href="#">
<img class="img-fluid" src="assets/img/state.jpg" alt="" />
</a>
<div class="portfolio-caption">
<div class="portfolio-caption-heading">Amaze</div>
<div class="portfolio-caption-subheading text-muted">1x</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- The bot-->
<section class="page-section" id="about">
<div class="container">
<div class="text-center">
<h1 class="section-heading text-uppercase">The Bot</h1>
<br/>
<h3 class="">Tipping Point 2021-22</h3>
<br/>
<h3 class="section-subheading text-muted">We are currently developing and prototyping our bot. We will update as soon as we finish the first version of our bot.
</h3>
<br/>
<h3 class="">Change Up 2020-21</h3>
<h3 class="section-subheading text-muted">Here are some pictures our robot for last season's game.
</h3>
</div>
<img src = "assets/img/bot2.jpg" class="cad"/>
<br/>
<img src = "assets/img/bot1.jpg" class="cad"/>
</section>
<!-- The Team-->
<section class="page-section bg-light" id="team">
<div class="container">
<div class="text-center">
<h2 class="section-heading text-uppercase">Meet The Team</h2>
<br><br/>
</div>
<div class="row">
<div class="col-lg-4">
<div class="team-member">
<img class="mx-auto rounded-circle" src="assets/img/shafin.png" alt="" />
<h4>Shafin Haque</h4>
<p class="text-muted">Software, Hardware</p>
<a class="btn btn-dark btn-social mx-2" href="https://github.com/ShafinH" target="_blank"><i class="fab fa-github"></i></a>
<a class="btn btn-dark btn-social mx-2" href="https://www.facebook.com/shafin.haque.7/" target="_blank"><i class="fab fa-facebook-f"></i></a>
<a class="btn btn-dark btn-social mx-2" href="https://www.instagram.com/muz_hak/" target="_blank"><i class="fab fa-instagram"></i></a>
</div>
</div>
<div class="col-lg-4">
<div class="team-member">
<img class="mx-auto rounded-circle" src="assets/img/william.png" alt="" />
<h4>William Cao</h4>
<p class="text-muted">Hardware, Documenter</p>
<a class="btn btn-dark btn-social mx-2" href="https://www.instagram.com/_williamcao/" target="_blank"><i class="fab fa-instagram"></i></a>
</div>
</div>
<div class="col-lg-4">
<div class="team-member">
<img class="mx-auto rounded-circle" src="assets/img/ada,.png" alt="" />
<h4>Adam Xu</h4>
<p class="text-muted">Software</p>
<a class="btn btn-dark btn-social mx-2" href="https://github.com/adx59" target="_blank"><i class="fab fa-github"></i></a>
<a class="btn btn-dark btn-social mx-2" href="https://twitter.com/_AdamXu" target="_blank"><i class="fab fa-twitter"></i></a>
<a class="btn btn-dark btn-social mx-2" href="https://www.instagram.com/adx.59/" target="_blank"><i class="fab fa-instagram"></i></a>
</div>
</div>
<div class="col-lg-4">
<div class="team-member">
<img class="mx-auto rounded-circle" src="assets/img/owen.jpg" alt="" />
<h4>Owen Liang</h4>
<p class="text-muted">Hardware</p>
</div>
</div>
</div>
</div>
</section>
<!-- Sponsors -->
<section class="page-section" id="sponsors">
<div class="container">
<div class="text-center">
<h1>Sponsors</h1>
</div>
<br/>
<div class="text-center">
<h4>If you are interested in sponorship please read the following.
</h4>
</div>
<br/>
<br/>
<p>We, The VEX Robotics Team Gamma 53343a are proud to announce our second season in the High School VEX Robotics Competition Division! Our private robotics team aims to inspire young people throughout a year-long STEM (Science, Technology, Engineering, Mathematics) program as well as qualify for Worlds with our experience and success in the past. Please go to our <a href="#vex">VEX</a> tab for more info on VEX.
<br/>
<br/>
Corporate and community sponsors are the backbone of all VEX teams. Without community support, this program would not be able to sustain itself. Community support through donations, fundraisers, and grants provides local teams, like us, with numerous opportunities. The VEX Robotics program can, in fact, give students access to internships, scholarships, and technical knowledge needed to become STEM leaders of tomorrow. We aim to
provide this experience to everyone, no matter what financial background they come from.</p>
<br/>
<p><strong>How can you and/or your business become involved?</strong></p>
<br/>
<p>Well, there are many ways: all of which are rewarding to your business as well as us. Please contact us for a list of ways you can support team 53343A, Gamma, and how you will benifit. Contact [email protected] with any questions or to discuss sponsorships. We thank you for your time and consideration!</p>
</section>
<section class="page-section bg-light" id="vex">
<div class="container">
<h1 class="text-center">What is Vex</h1>
<a href="https://www.roboticseducation.org/vex-robotics-competition/" target="_blank" ><img src = "assets/img/vex.jpg" class="cad"/></a>
<p class="text-muted text-center">(click image for more on VEX)</p>
<br/>
<br/>
<p>VEX Robotics is a worldwide organization that allows middle and high school level students to compete and display their skills in the STEM field. It also promotes the importance of soft skills through yearly engineering challenges requiring teams to design a modern-sized robot. These robots then compete in regular tournaments throughout the fall, winter, and spring to qualify for their state tournaments, and then hopefully to Worlds. State tournaments include the best robots in the state and those who win move on to Worlds. Through this program, students learn skills they can use in their future careers and jobs.</p>
</div>
</section>
<!--
<section class="page-section" id="contact">
<div class="container">
<div class="text-center">
<h2 class="section-heading text-uppercase">Contact Us</h2>
<h3 class="section-subheading text-muted">Have a question or suggestion? Let us know. You can also email us
directly at [email protected]
</h3>
</div>
<form id="contactForm" name="sentMessage" novalidate="novalidate">
<div class="row align-items-stretch mb-5">
<div class="col-md-6">
<div class="form-group">
<input class="form-control" id="name" type="text" placeholder="Your Name *" required="required" data-validation-required-message="Please enter your name." />
<p class="help-block text-danger"></p>
</div>
<div class="form-group">
<input class="form-control" id="email" type="email" placeholder="Your Email *" required="required" data-validation-required-message="Please enter your email address." />
<p class="help-block text-danger"></p>
</div>
<div class="form-group mb-md-0">
<input class="form-control" id="phone" type="tel" placeholder="Your Phone *" required="required" data-validation-required-message="Please enter your phone number." />
<p class="help-block text-danger"></p>
</div>
</div>
<div class="col-md-6">
<div class="form-group form-group-textarea mb-md-0">
<textarea class="form-control" id="message" placeholder="Your Message *" required="required" data-validation-required-message="Please enter a message."></textarea>
<p class="help-block text-danger"></p>
</div>
</div>
</div>
<div class="text-center">
<div id="success"></div>
<button class="btn btn-primary btn-xl text-uppercase" id="sendMessageButton" type="submit">Send Message</button>
</div>
</form>
</div>
</section>
-->
<!-- Footer-->
<footer class="footer py-4">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-4 text-lg-left">Copyright © 53343A Robotics 2020 <br/> [email protected]</div>
<!--<div class="col-lg-4 my-3 my-lg-0">
<a class="btn btn-dark btn-social mx-2" href="#!"><i class="fab fa-twitter"></i></a>
<a class="btn btn-dark btn-social mx-2" href="#!"><i class="fab fa-facebook-f"></i></a>
<a class="btn btn-dark btn-social mx-2" href="#!"><i class="fab fa-instagram"></i></a>
</div>-->
</div>
</div>
</footer>
<!-- Portfolio Modals-->
<!-- Modal 1-->
<div class="portfolio-modal modal fade" id="portfolioModal1" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal"><img src="assets/img/close-icon.svg" alt="Close modal" /></div>
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="modal-body">
<!-- Project Details Go Here-->
<h2 class="text-uppercase">Project Name</h2>
<p class="item-intro text-muted">Lorem ipsum dolor sit amet consectetur.</p>
<img class="img-fluid d-block mx-auto" src="assets/img/portfolio/01-full.jpg" alt="" />
<p>Use this area to describe your project. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Est blanditiis dolorem culpa incidunt minus dignissimos deserunt repellat aperiam quasi sunt officia expedita beatae cupiditate, maiores repudiandae, nostrum, reiciendis facere nemo!</p>
<ul class="list-inline">
<li>Date: January 2020</li>
<li>Client: Threads</li>
<li>Category: Illustration</li>
</ul>
<button class="btn btn-primary" data-dismiss="modal" type="button">
<i class="fas fa-times mr-1"></i>
Close Project
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Modal 2-->
<div class="portfolio-modal modal fade" id="portfolioModal2" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal"><img src="assets/img/close-icon.svg" alt="Close modal" /></div>
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="modal-body">
<!-- Project Details Go Here-->
<h2 class="text-uppercase">Project Name</h2>
<p class="item-intro text-muted">Lorem ipsum dolor sit amet consectetur.</p>
<img class="img-fluid d-block mx-auto" src="assets/img/portfolio/02-full.jpg" alt="" />
<p>Use this area to describe your project. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Est blanditiis dolorem culpa incidunt minus dignissimos deserunt repellat aperiam quasi sunt officia expedita beatae cupiditate, maiores repudiandae, nostrum, reiciendis facere nemo!</p>
<ul class="list-inline">
<li>Date: January 2020</li>
<li>Client: Explore</li>
<li>Category: Graphic Design</li>
</ul>
<button class="btn btn-primary" data-dismiss="modal" type="button">
<i class="fas fa-times mr-1"></i>
Close Project
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Modal 3-->
<div class="portfolio-modal modal fade" id="portfolioModal3" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal"><img src="assets/img/close-icon.svg" alt="Close modal" /></div>
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="modal-body">
<!-- Project Details Go Here-->
<h2 class="text-uppercase">Project Name</h2>
<p class="item-intro text-muted">Lorem ipsum dolor sit amet consectetur.</p>
<img class="img-fluid d-block mx-auto" src="assets/img/portfolio/03-full.jpg" alt="" />
<p>Use this area to describe your project. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Est blanditiis dolorem culpa incidunt minus dignissimos deserunt repellat aperiam quasi sunt officia expedita beatae cupiditate, maiores repudiandae, nostrum, reiciendis facere nemo!</p>
<ul class="list-inline">
<li>Date: January 2020</li>
<li>Client: Finish</li>
<li>Category: Identity</li>
</ul>
<button class="btn btn-primary" data-dismiss="modal" type="button">
<i class="fas fa-times mr-1"></i>
Close Project
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Modal 4-->
<div class="portfolio-modal modal fade" id="portfolioModal4" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal"><img src="assets/img/close-icon.svg" alt="Close modal" /></div>
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="modal-body">
<!-- Project Details Go Here-->
<h2 class="text-uppercase">Project Name</h2>
<p class="item-intro text-muted">Lorem ipsum dolor sit amet consectetur.</p>
<img class="img-fluid d-block mx-auto" src="assets/img/portfolio/04-full.jpg" alt="" />
<p>Use this area to describe your project. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Est blanditiis dolorem culpa incidunt minus dignissimos deserunt repellat aperiam quasi sunt officia expedita beatae cupiditate, maiores repudiandae, nostrum, reiciendis facere nemo!</p>
<ul class="list-inline">
<li>Date: January 2020</li>
<li>Client: Lines</li>
<li>Category: Branding</li>
</ul>
<button class="btn btn-primary" data-dismiss="modal" type="button">
<i class="fas fa-times mr-1"></i>
Close Project
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Modal 5-->
<div class="portfolio-modal modal fade" id="portfolioModal5" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal"><img src="assets/img/close-icon.svg" alt="Close modal" /></div>
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="modal-body">
<!-- Project Details Go Here-->
<h2 class="text-uppercase">Project Name</h2>
<p class="item-intro text-muted">Lorem ipsum dolor sit amet consectetur.</p>
<img class="img-fluid d-block mx-auto" src="assets/img/portfolio/05-full.jpg" alt="" />
<p>Use this area to describe your project. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Est blanditiis dolorem culpa incidunt minus dignissimos deserunt repellat aperiam quasi sunt officia expedita beatae cupiditate, maiores repudiandae, nostrum, reiciendis facere nemo!</p>
<ul class="list-inline">
<li>Date: January 2020</li>
<li>Client: Southwest</li>
<li>Category: Website Design</li>
</ul>
<button class="btn btn-primary" data-dismiss="modal" type="button">
<i class="fas fa-times mr-1"></i>
Close Project
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Modal 6-->
<div class="portfolio-modal modal fade" id="portfolioModal6" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal"><img src="assets/img/close-icon.svg" alt="Close modal" /></div>
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="modal-body">
<!-- Project Details Go Here-->
<h2 class="text-uppercase">Project Name</h2>
<p class="item-intro text-muted">Lorem ipsum dolor sit amet consectetur.</p>
<img class="img-fluid d-block mx-auto" src="assets/img/portfolio/06-full.jpg" alt="" />
<p>Use this area to describe your project. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Est blanditiis dolorem culpa incidunt minus dignissimos deserunt repellat aperiam quasi sunt officia expedita beatae cupiditate, maiores repudiandae, nostrum, reiciendis facere nemo!</p>
<ul class="list-inline">
<li>Date: January 2020</li>
<li>Client: Window</li>
<li>Category: Photography</li>
</ul>
<button class="btn btn-primary" data-dismiss="modal" type="button">
<i class="fas fa-times mr-1"></i>
Close Project
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Bootstrap core JS-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.bundle.min.js"></script>
<!-- Third party plugin JS-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.4.1/jquery.easing.min.js"></script>
<!-- Contact form JS-->
<script src="assets/mail/jqBootstrapValidation.js"></script>
<script src="assets/mail/contact_me.js"></script>
<!-- Core theme JS-->
<script src="js/scripts.js"></script>
</body>
</html>