-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.html
146 lines (118 loc) · 4.53 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
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
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/modern-business.css" rel="stylesheet">
<!-- Custom styles for footer -->
<link href="css/custom.css" rel="stylesheet">
<link href="css/footer.css" rel="stylesheet">
<!-- Font icons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.4.0/css/font-awesome.min.css">
<!-- Footer -->
<footer class="page-footer font-small pt-4">
<!-- Footer Links -->
<div class="footer-links container-fluid text-center text-md-left">
<!-- Grid row -->
<div class="row">
<!-- Grid column -->
<div class="col-md-5 mt-md-0 mt-3">
<!-- Content -->
<h5 class="font-weight-bold mt-3 mb-4">DiversaTech Consulting</h5>
<p>Subscribe to our external newsletter and get immediate updates about our club opportunities, external events, project updates, blog posts, and more.</p>
<!-- Begin Mailchimp Signup Form -->
<div id="mc_embed_signup">
<form action="https://diversatech.us10.list-manage.com/subscribe/post?u=6e9fc7a7c79f79184aa5f3d30&id=85796139d6" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll" style="display: flex;">
<input type="email" value="" name="EMAIL" class="email form-control newsletter-submit-input" 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_6e9fc7a7c79f79184aa5f3d30_85796139d6" tabindex="-1" value="">
</div>
<div class="clear">
<input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="btn btn-primary newsletter-submit-btn">
</div>
</div>
</form>
</div>
<!--End mc_embed_signup-->
</div>
<!-- Grid column -->
<hr class="clearfix w-100 d-md-none pb-3">
<!-- Grid column -->
<div class="col-md-2 mb-md-0 mb-3 ml-3">
<!-- Links -->
<h5 class="font-weight-bold text-uppercase mt-3 mb-4">General</h5>
<ul class="list-unstyled">
<li>
<a href="about.html">About</a>
</li>
<li>
<a href="clients.html">Clients</a>
</li>
<li>
<a href="events.html">Events</a>
</li>
<li>
<a href="contact.html">Contact</a>
</li>
</ul>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-2 mb-md-0 mb-3">
<!-- Links -->
<h5 class="font-weight-bold text-uppercase mt-3 mb-4">Join</h5>
<ul class="list-unstyled">
<li>
<a href="apply.html">Students</a>
</li>
<li>
<a href="contact.html">Clients</a>
</li>
</ul>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-2 mb-md-0 mb-3">
<!-- Links -->
<h5 class="font-weight-bold text-uppercase mt-3 mb-4">Links</h5>
<ul class="list-unstyled">
<li>
<a href="https://www.facebook.com/diversatechberkeley/">
<i class="fa fa-facebook"></i> Facebook
</a>
</li>
<li>
<a href="https://www.linkedin.com/company/diversatech-at-berkeley">
<i class="fa fa-linkedin"></i> LinkedIn
</a>
</li>
<li>
<a href="https://twitter.com/diversa_tech">
<i class="fa fa-twitter"></i> Twitter
</a>
</li>
<li>
<a href="https://www.instagram.com/diversatech_cal/">
<i class="fa fa-instagram"></i> Instagram
</a>
</li>
<li>
<a href="https://medium.com/diversatech">
<i class="fa fa-medium"></i> Medium
</a>
</li>
</ul>
</div>
<!-- Grid column -->
</div>
<!-- Grid row -->
</div>
<!-- Footer Links -->
<!-- Copyright -->
<div class="footer-copyright container-fluid text-center py-3 mt-4">
© 2021 Copyright
<a href="mailto:[email protected]"> DiversaTech Consulting</a>
</div>
<!-- Copyright -->
</footer>
<!-- Footer -->