-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
507 lines (421 loc) Β· 25.2 KB
/
index.html
File metadata and controls
507 lines (421 loc) Β· 25.2 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Command Tech <> </title>
<meta content="" name="descriptison">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/logo.png" rel="icon">
<link href="assets/img/logo.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Montserrat:300,400,500,600,700" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="assets/vendor/ionicons/css/ionicons.min.css" rel="stylesheet">
<link href="assets/vendor/venobox/venobox.css" rel="stylesheet">
<link href="assets/vendor/owl.carousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Archivo+Black&family=Dosis:wght@600&family=Krub:wght@200;500&family=Syne&display=swap" rel="stylesheet">
<script src="https://code.iconify.design/1/1.0.7/iconify.min.js"></script>
<!--stacc analytics -->
<script src='https://analytics.stacc.cc/api/script/uKvGABQn9gXk'></script>
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<!-- =======================================================
* Template Name: Rapid - v2.2.0
* Template URL: https://bootstrapmade.com/rapid-multipurpose-bootstrap-business-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
<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/bf9ff5d0309e09af91db5f52e/d648cc7ece9310bd90f05329d.js");</script>
</head>
<body>
<!-- ======= Top Bar ======= -->
<div id="topbar" class="d-none d-lg-flex align-items-end fixed-top topbar-transparent">
<div class="container d-flex justify-content-end">
<h4></h4>
<div class="social-links">
<!--<a href="#" target="_blank" class="instagram"><i class="iconify" data-icon="simple-icons:tiktok" data-inline="false"></i></a>-->
<a href="https://twitter.com/wecommandtech" target="_blank" class="twitter"><i class="fa fa-twitter"></i></a>
<a href="https://www.linkedin.com/company/commandtechmy/" target="_blank" class="linkedin"><i class="fa fa-linkedin"></i></a>
<a href="https://www.instagram.com/command.tech/" target="_blank" class="instagram"><i class="fa fa-instagram"></i></a>
<a href="mailto:team@commandtech.dev" target="_blank" class="instagram"><i class="fa fa-envelope"></i></a>
</div>
</div>
</div>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top header-transparent">
<div class="container d-flex align-items-center">
<h1 style="font-size: 22px" class="logo mr-auto"><a href="index.html">Command Tech <> </a></h1>
<!-- Uncomment below if you prefer to use an image logo -->
<!-- <a href="index.html" class="logo mr-auto"><img src="assets/img/logo.png" alt="" class="img-fluid"></a>-->
<nav class="main-nav d-none d-lg-block">
<ul>
<li class="active"><a href="index.html">Home</a></li>
<li><a href="https://connect.commandtech.codes/" target="_blank">β Connect</a></li>
<li class="drop-down"><a href="./clubs.html">CT Clubs</a>
<ul>
<li><a href="./clubs.html">Clubs</a></li>
<li><a href="./curriculum.html">Curriculum</a></li>
</ul>
</li>
<!--<li><a href="#portfolio">Clubs</a></li>-->
<!--<li><a href="#resources">Resources</a></li>-->
<li class="drop-down" style="border-radius: 20px;"><a href="#">About Us</a>
<ul>
<li><a href="./story.html" >Our Story</a></li>
<li><a href="./team.html">Meet the Team</a></li>
<li><a href="./advisors.html">Board of Advisors</a></li>
</ul>
</li>
<li><a href="#faq">FAQs</a></li>
</ul>
</nav><!-- .main-nav-->
</div>
</header><!-- End Header -->
<!-- ======= Call To Action Section =======
<section id="call-to-action" class="call-to-action">
<div class="container" data-aos="zoom-out">
<div class="row">
<div class="col-lg-9 text-center text-lg-left">
<h6 class="cta-title" style="font-size: x-large; margin-top: 20px;">Start a Command Tech Club!</h6>
</div>
<a href="#portfolio" ><button style="font-weight: bold; font-size: 16px; color: #ffffff; background-color: transparent; border-color: white; border-style: solid; border-radius: 20px; padding: 10px 20px; margin: 10px;" type="submit">Learn More</button></a>
</div>
</div>
</section> End Call To Action Section -->
<!-- ======= Hero Section ======= -->
<section id="hero" class="clearfix">
<div class="container">
<div class="row" data-aos="fade-up">
<div class="header" data-aos="zoom-in" data-aos-delay="100">
<h2 >Not enough gender minorities are going into technology, <a class="highlight">Command Tech</a> is here to change that.</h2>
<div>
<a href="https://connect.commandtech.dev/" target="_blank"><button style="font-weight: bold; font-size: 16px; color: #413e66; background-color: white; border-radius: 20px; padding: 10px 20px; border: 1px solid #2B257E;" type="submit">β Connect Mentorship Program</button></a>
<a href="clubs.html" ><button style="font-weight: bold; font-size: 16px; color: #fff; background-color: #2B257E; border-radius: 20px; padding: 10px 20px; border: none; margin: 10px;" type="submit">Command Tech Clubs</button></a>
</div>
</div>
<!-- <div class="col-md-6 intro-img order-md-last order-first" data-aos="zoom-out" data-aos-delay="200">
<img src="assets/img/intro-img.svg" alt="" class="img-fluid">
</div> -->
</div>
</div>
</div>
</section><!-- End Hero -->
<!--why us section-->
<main id="main">
<section id="why-us" class="why-us">
<div class="container">
<div class="row counters" data-aos="fade-up" data-aos-delay="100">
<div class="col-lg-3 col-6 text-center">
<span data-toggle="counter-up">140</span>
<p>Pairs of Mentors/Mentees</p>
</div>
<div class="col-lg-3 col-6 text-center">
<span data-toggle="counter-up">500</span>
<p>Students Reached</p>
</div>
<div class="col-lg-3 col-6 text-center">
<span data-toggle="counter-up">14</span>
<p>Countries Reached</p>
</div>
<div class="col-lg-3 col-6 text-center">
<span data-toggle="counter-up">4</span>
<p>Partnerships</p>
</div>
</div>
</div>
</section>
<!-- ======= Services Section ======= -->
<!-- <section id="services" class="services section-bg">
<div class="container" data-aos="fade-up">
<header class="section-header">
<h3>β Connect</h3>
<p>A unique two-month long mentorship program that pairs high school and college students to college students or career professionals in the tech industry based on their future career preferences</p>
<p>Our next cycle is for March to April in 2021.<br>
<a href="https://bit.ly/command-connect" method="get" target="_blank">
<button style="font-weight: bold; font-size: 16px; color: #413e66; background-color: white; border-radius: 20px; padding: 10px 20px; border: none; margin: 20px; text-align: center; " type="submit">Learn More</button>
</a>
</p>
</header>
<div class="row">
<div class="col-md-6 col-lg-4 wow bounceInUp" data-aos="zoom-in" data-aos-delay="100">
<div class="box">
<div class="icon" style="background: #fceef3;"><i class="ion-ios-analytics-outline" style="color: #ff689b;"></i></div>
<h4 class="title"><a href="https://bit.ly/ct-mentee-ma" target="_blank">Be a Mentee</a></h4>
<p class="description">Are you a high school or college student that identifies as female or non-binary?</p>
<p class="description"><br>Join us as a mentee for the chance to learn more about the tech industry, network, and meet more people!</p>
<a href="https://bit.ly/ct-mentee-ma" ><button style="font-weight: bold; font-size: 16px; color: #413e66; background-color:#e0adbe; border-radius: 20px; padding: 10px 20px; border: none;" type="submit" disabled>Coming soon</button></a>
</div>
</div>
<div class="col-md-6 col-lg-4" data-aos="zoom-in" data-aos-delay="200">
<div class="box">
<div class="icon" style="background: #fff0da;"><i class="ion-ios-bookmarks-outline" style="color: #e98e06;"></i></div>
<h4 class="title"><a href="https://bit.ly/connect-mentor" target="_blank">Be a Mentor</a></h4>
<p class="description">Do you have career or internship experience in the tech infudstry? Do you have 2-3 hours a month?</p>
<p class="description"><br>Join us as a mentor to help guide the next generation of changemakers from around the world! <br></p>
<a href="https://bit.ly/connect-mentor" ><button style="font-weight: bold; font-size: 16px; color: #413e66; background-color: #eec17d; border-radius: 20px; padding: 10px 20px; border: none;" type="submit" disabled>Coming soon</button></a>
</div>
</div>
<div class="col-md-6 col-lg-4" data-aos="zoom-in" data-aos-delay="300">
<div class="box">
<div class="icon" style="background: #e6fdfc;"><i class="ion-ios-paper-outline" style="color: #3fcdc7;"></i></div>
<h4 class="title"><a href="https://docs.google.com/forms/d/e/1FAIpQLSd8mRxnFmGHJE-qupxMEojl6zJeVSY5ig73yRNgqK7dcuvhhg/viewform?usp=sf_link" target="_blank">Partner with Command Tech</a></h4>
<p class="description">Are you a part of an organization/club or university/company that has similar goals?</p>
<p class="description"><br>Fill in the form with your contact details, and we will schedule a call to see how we can work together to bring this experience to more people!</p>
<a href="mailto:info@commandtech.codes" ><button style="font-weight: bold; font-size: 16px; color: #413e66; background-color: #87e0dc; border-radius: 20px; padding: 10px 20px; border: none;" type="submit">Contact Us</button></a>
</div>
</div> -->
<!-- ======= Testimonials Section ======= -->
<!-- <section id="testimonials" class="testimonials">
<div class="container" data-aos="zoom-in">
<header class="section-header">
<h3>Testimonials</h3>
</header>
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="owl-carousel testimonials-carousel">
<div class="testimonial-item">
<img src="assets/img/hgb.png" class="testimonial-img" alt="">
<h3>Hana Gabrielle Bidon</h3>
<h4>Mentor</h4>
<p>
Command Connect is an amazing opportunity to talk to women in STEM and receive guidance.
</p>
</div>
<div class="testimonial-item">
<img src="assets/img/kayaa.png" class="testimonial-img" alt="">
<h3>Ruqaiyah Angeles</h3>
<h4>Mentor</h4>
<p>
Command Tech is a truly amazing program! This is my third cycle and I've been paired up with the most enthusiastic, personable mentees and enjoyed every cycle of networking, events, and projects. Looking forward to staying involved with this org as long as possible.
</p>
</div>
<div class="testimonial-item">
<img src="assets/img/brown.png" class="testimonial-img" alt="">
<h3>Brown Ofonime</h3>
<h4>Mentor</h4>
<p>
It was an amazing experience!
</p>
</div>
</div>
</div>
</div>
</div>
</section> End Services Section -->
<!-- ======= Portfolio Section ======= -->
<!-- <section id="portfolio" class="portfolio section-bg">
<div class="container" data-aos="fade-up">
<header class="section-header">
<h3 class="section-title">Command Tech Clubs</h3>
</header>
<section id="features" class="features">
<div class="container" data-aos="fade-up">
<div class="row feature-item">
<div class="col-lg-6" data-aos="fade-right" data-aos-delay="100">
<img src="assets/img/ctclubs.png" class="img-fluid" alt="">
<figcaption>Image Source: <a href="https://medium.com/@sailorhg/coding-like-a-girl-595b90791cce#.yvl5mrw2q">Coding like a Girl</a></figcaption>
</div>
<div class="col-lg-6 wow fadeInUp pt-5 pt-lg-0" data-aos="fade-left" data-aos-delay="150">
<h4 style="font-style: italic;">A fun way to bring technology-related education to your school</h4>
<h6>Command Tech Clubs is a program that will allow female and non-binary students to start a tech club at their school. CT Clubs are able to provide an opportunity for students to expose themselves to the world of technology through project-based curriculum that have different career tracks and the opportunity to complete projects that create social impact. Clubs are open to all genders; however, club leaders must be female or non-binary.</h6>
<p>
Start a Command Tech at your school to:
</p>
<p>
<ul>
<li>Receive guidance on starting and running a cs club</li>
<li>Gain access to a tailored curriculum</li>
<li>Be a part of a unique project-based learning program</li>
<li>Have mentors to guide your clubs on projects</li>
</ul>
</p>
<div class="text-center">
<a href="https://forms.gle/6VTdGPu89CyvuM6k8" method="get" target="_blank">
<button style="font-weight: bold; font-size: 16px; color: #413e66; background-color: pink; border-radius: 20px; padding: 10px 20px; border: none;" type="submit">Apply to be a Club Leader!</button>
</a>
<a href="https://docs.google.com/document/d/18wtfC_YVngMn6Vm3JTd1udrM7WNtBd9BDbjF0QFZndg/edit" method="get" target="_blank">
<button style="font-weight: bold; font-size: 16px; color: #413e66; background-color: white; border-radius: 20px; padding: 10px 20px; border: none; margin: 20px;" type="submit">Learn More</button>
</a>
</div>
</div>
</div>
</div>
</section> -->
<!-- ======= Clients Section ======= -->
<section id="clients" class="clients">
<div class="container" data-aos="zoom-in">
<header class="section-header">
<h3>Our Partners</h3>
</header>
<div class="owl-carousel clients-carousel" >
<a href="https://hackclub.com" target="_blank"><img src="assets/img/flag-orpheus-top.png" alt=""></a>
<a href="https://fleo.online" target="_blank"><img src="assets/img/fleo.png" alt=""></a>
<a href="https://women-in-tech.org" target="_blank"><img src="assets/img/womenintech.png" alt=""></a>
<!-- <a href="https://singapore.girlsintech.org" target="_blank"><img src="assets/img/girlsintech.png" alt=""></a> -->
<a href="https://ontariotechu.ca"><img src="https://i.ibb.co/3YpvL3d/E2-A0-A3-C5-44-E4-47-B6-83-A5-CD6-FB3-B2-C380.png" alt="E2-A0-A3-C5-44-E4-47-B6-83-A5-CD6-FB3-B2-C380" border="0"></a>
<a href="https://headstartstem.wixsite.com/official"><img src="https://i.ibb.co/YkLWqJX/Screenshot-2021-02-16-at-2-44-15-PM.png" alt="Screenshot-2021-02-16-at-2-44-15-PM" border="0"></a>
<a href="https://www.1mwis.com"><img src="https://i.ibb.co/hs5fD13/Linkedin-Logo.png" alt="Linkedin-Logo" border="0"></a>
<a href="https://linktr.ee/codxcrypt"><img src="https://i.ibb.co/z5ykvNt/Cod-XCrypt-20210224-090134.jpg" alt="Cod-XCrypt-20210224-090134" border="0"></a>
<a href="https://www.yougogirlomaha.com"><img src="https://i.ibb.co/sKTWJQM/without-splash-jpg-file.jpg" alt="without-splash-jpg-file" border="0"></a>
<a href="https://www.bigsisterghg.com"><img src="https://i.ibb.co/pWdnPSg/pasted-image-0-3.png" alt="pasted-image-0-3" border="0"></a>
<a href="https://stemfromscratch.wordpress.com"><img src="https://i.ibb.co/VC4FnPV/Sf-SCircle.png" alt="Sf-SCircle" border="0"></a> </div>
</div>
</section>
<!-- ======= F.A.Q Section ======= -->
<section id="faq" class="faq">
<div class="container" data-aos="fade-up">
<header class="section-header">
<h3>Frequently Asked Questions</h3>
<p>Learn more about Command Tech! If your questions aren't answered below, contact us!</p>
</header>
<ul id="faq-list" data-aos="fade-up" data-aos-delay="100">
<li>
<a data-toggle="collapse" class="collapsed" href="#faq1">Why Command Tech <>?<i class="ion-android-remove"></i></a>
<div id="faq1" class="collapse" data-parent="#faq-list">
<p>
Command Tech wants to help you! We want to provide opportunities to help YOU explore your interest in tech. Our programs and initiatives are based on multiple causes that create the gender gap.
</p>
</div>
</li>
<li>
<a data-toggle="collapse" href="#faq2" class="collapsed">How is Command Tech <> different? <i class="ion-android-remove"></i></a>
<div id="faq2" class="collapse" data-parent="#faq-list">
<p>
Command Tech follows through. From getting you interested in tech to helping you formulate your next steps, we are with you the whole way!
</p>
</div>
</li>
<li>
<a data-toggle="collapse" href="#faq3" class="collapsed">Is β Connect free? <i class="ion-android-remove"></i></a>
<div id="faq3" class="collapse" data-parent="#faq-list">
<p>
Yes! It is 100% free, so what are you waiting for? Fill in the application and get connected to amazing professionals, learn more about the tech industry and get inspired!
</p>
</div>
</li>
<li>
<a data-toggle="collapse" href="#faq4" class="collapsed">Is β Connect available for industries besides tech? <i class="ion-android-remove"></i></a>
<div id="faq4" class="collapse" data-parent="#faq-list">
<p>
Currently, it is tailored for female and non-binary students interested in the tech industry. However, if you have a request for another industry, please fill in <a href="https://forms.gle/9kNMqUghrrs6ifBr8" target= _blank style="color: black; ">this form</a> and we will see how we can address your request!
</p>
</div>
</li>
<li>
<a data-toggle="collapse" href="#faq5" class="collapsed">Can I stay in the mentorship for longer than 2 months? <i class="ion-android-remove"></i></a>
<div id="faq5" class="collapse" data-parent="#faq-list">
<p>
Absolutely! Near the end of each cycle, we will reach out to mentees asking if they would like to continue. Mentees can either choose to continue with the same mentor or even switch a mentor.
</p>
</div>
</li>
<li>
<a data-toggle="collapse" href="#faq6" class="collapsed">How can I get involved?<i class="ion-android-remove"></i></a>
<div id="faq6" class="collapse" data-parent="#faq-list">
<p>
If you are interested in joining our team, send us an email and tell us why you want to join our team and what you want to do!
</p>
</div>
</li>
<!--
<li>
<a data-toggle="collapse" href="#faq6" class="collapsed">Tortor vitae purus faucibus ornare. Varius vel pharetra vel turpis nunc eget lorem dolor? <i class="ion-android-remove"></i></a>
<div id="faq6" class="collapse" data-parent="#faq-list">
<p>
Laoreet sit amet cursus sit amet dictum sit amet justo. Mauris vitae ultricies leo integer malesuada nunc vel. Tincidunt eget nullam non nisi est sit amet. Turpis nunc eget lorem dolor sed. Ut venenatis tellus in metus vulputate eu scelerisque. Pellentesque diam volutpat commodo sed egestas egestas fringilla phasellus faucibus. Nibh tellus molestie nunc non blandit massa enim nec.
</p>
</div>
</li>
-->
</ul>
</div>
</section><!-- End F.A.Q Section -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer" class="section-bg">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-6">
<div class="row">
<!--
<div class="col-sm-6">
<div class="footer-info">
<h3>Rapid</h3>
<p>Cras fermentum odio eu feugiat lide par naso tierra. Justo eget nada terra videa magna derita valies darta donna mare fermentum iaculis eu non diam phasellus. Scelerisque felis imperdiet proin fermentum leo. Amet volutpat consequat mauris nunc congue.</p>
</div>
<div class="footer-newsletter">
<h4>Our Newsletter</h4>
<p>Tamen quem nulla quae legam multos aute sint culpa legam noster magna veniam enim veniam illum dolore legam minim quorum culpa amet magna export quem.</p>
<form action="" method="post">
<input type="email" name="email"><input type="submit" value="Subscribe">
</form>
</div>
</div>
-->
<div class="col-sm-6">
<!--
<div class="footer-links">
<h4>Useful Links</h4>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#about">About us</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">Terms of service</a></li>
<li><a href="#">Privacy policy</a></li>
</ul>
</div>
<div class="social-links">
<a href="#" class="twitter"><i class="fa fa-twitter"></i></a>
<a href="#" class="facebook"><i class="fa fa-facebook"></i></a>
<a href="https://www.linkedin.com/company/commandtechmy/" target="_blank" class="linkedin"><i class="fa fa-linkedin"></i></a>
<a href="https://www.instagram.com/command.tech/" target="_blank" class="instagram"><i class="fa fa-instagram"></i></a>
<a href="mailto: info@commandtech.codes" target="_blank" class="instagram"><i class="fa fa-envelope"></i></a>
</div>
</div>
-->
</div>
</div>
<div class="col-lg-6">
<div class="form">
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="copyright">
© Copyright <strong>Command Tech</strong>. All Rights Reserved
</div>
<div class="credits">
<!--
All the links in the footer should remain intact.
You can delete the links only if you purchased the pro version.
Licensing information: https://bootstrapmade.com/license/
Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/buy/?theme=Rapid
-->
Designed by <a href="https://bootstrapmade.com/">BootstrapMade</a>
</div>
</div>
</footer><!-- End Footer -->
<a href="#" class="back-to-top"><i class="fa fa-chevron-up"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/jquery/jquery.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/php-email-form/validate.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/counterup/counterup.min.js"></script>
<script src="assets/vendor/venobox/venobox.min.js"></script>
<script src="assets/vendor/owl.carousel/owl.carousel.min.js"></script>
<script src="assets/vendor/waypoints/jquery.waypoints.min.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>