-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.html
42 lines (42 loc) · 2.18 KB
/
footer.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
<footer class="ftco-footer ftco-bg-dark ftco-section">
<div class="container">
<div class="row mb-5 d-flex">
<div class="col-md-5">
<div class="ftco-footer-widget mb-4">
<h2 class="ftco-heading-2">IHS Girls Who Code</h2>
<p>Want to learn how to code but don't know where to start? You're in the right place! <strong><a href="/contact.html">Contact us</a></strong> to see how we can help you :)</p>
</div>
</div>
<div class="col-md-1"></div> <!--This is to leave some space-->
<div class="col-md-3">
<div class="ftco-footer-widget mb-4">
<h2 class="ftco-heading-2">Quick Links</h2>
<ul class="list-unstyled">
<li><a class="quick-link" href="/index.html">Home</a></li>
<li><a class="quick-link" href="/about.html">About</a></li>
<li><a class="quick-link" href="/resources/index.html">Resources</a></li>
<li><a class="quick-link" href="/project-gallery/index.html">Project Gallery</a></li>
<li><a class="quick-link" href="/events/index.html">Events</a></li>
<li><a class="quick-link" href="/contact.html">Contact</a></li>
<li><a class="quick-link" href="/join.html">Join</a></li>
</ul>
</div>
</div>
<div class="col-md-3">
<div class="ftco-footer-widget mb-4">
<h2 class="ftco-heading-2"><a href="/contact.html"></a>Questions? <a href="/contact.html">Contact Us!</a></h2>
<ul class="ftco-footer-social list-unstyled float-md-left float-lft mt-3">
<li><a href="https://www.facebook.com/groups/ihsgirlswhocode"><span class="icon-facebook"></span></a></li>
<li><a href="mailto:[email protected]"><span class="icon-envelope"></span></a></li>
<li><a href="https://www.instagram.com/ihsgwc/"><span class="icon-instagram"></span></a></li>
</ul>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12 text-center">
<p>© 2018-<span id="copyrightYear"></span> IHS Girls Who Code <span class="icon-heart" aria-hidden="true"></span> All rights reserved.</p>
</div>
</div>
</div>
</footer>