forked from stemchats/stemchats-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.html
50 lines (50 loc) · 2.26 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
43
44
45
46
47
48
49
50
<!-- Footer -->
<footer>
<div id="top">
<div class="container">
<div class="row">
<div class="footer-section col-md-3 links">
<h3>Navigate</h3>
<p><a class="scroll-link" href="/index.html">Home</a></p>
<p><a class="scroll-link" href="/about/story/">About Us</a></p>
<p><a class="scroll-link" href="/programs/initiatives/">Initiatives</a></p>
<p><a class="scroll-link" href="/programs/overview/">Our Programs</a></p>
<p><a class="scroll-link" href="/get-involved/">Get Involved</a></p>
</div>
<div class="footer-section col-md-5 offset-md-1 contact">
<h3>Contact</h3>
<p><i class="fas fa-map-marker-alt"></i> United States</p>
<p><i class="fas fa-envelope fa-1x"></i> Email: <a href="mailto:[email protected]?subject= ' ">[email protected]</a></p>
<p><i class="fas fa-paper-plane"></i> Partnership & Donation Inquiries: <a href="mailto:[email protected]?subject= ' ">[email protected]</a></p>
</div>
<div class="footer-section col-md-3 subscribe">
<div class="row">
<div class="col">
<h3>STEMlights</h3>
<p>Latest STEM news, opportunities, and resources sent straight to your inbox.</p>
<button type="button" class="btn btn-primary subscribe-button" onclick="window.location.href = 'https://confirmsubscription.com/h/t/88449A101872A7A4';">Subscribe</button>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="bottom">
<div class="container">
<div class="row">
<div class="col social">
<a href="https://www.facebook.com/stemchats/" target="_blank"><i class="fab fa-facebook-f fa-2x"></i></a>
<a href="https://twitter.com/stemchats" target="_blank"><i class="fab fa-twitter fa-2x"></i></a>
<a href="https://www.instagram.com/stemchats/?hl=en" target="_blank"><i class="fab fa-instagram fa-2x"></i></a>
<a href="https://medium.com/@stemchats" target="_blank"><i class="fab fa-medium fa-2x"></i></a>
<a href="https://www.linkedin.com/company/stemchats" target="_blank"><i class="fab fa-linkedin-in fa-2x"></i></a>
</div>
</div>
<div class="row">
<div id="CR" class="col">
<p>© 2020 STEMchats. Nonprofit Organization. <em>Designed by the Tech Team.</em></p>
</div>
</div>
</div>
</div>
</footer>