-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.html
24 lines (24 loc) · 1.03 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
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm"
crossorigin="anonymous">
<link rel="stylesheet" href="/styles/footer.css">
<footer class="bg-dark text-white mt-4">
<div class="container-fluid py-3">
<div class="row">
<div class="col-md-3">
<h5>BCIT SSD</h5>
</div>
<div class="col-md-3"></div>
<div class="col-md-3"></div>
<div class="col-md-3"></div>
</div>
<div class="row">
<div class="col-md-6">Problems with this page? Please
<a href="contact_us.html">let us know.</a>
<span class="small">
<br>Programs and courses are subject to change without notice.</span>
</div>
<div class="col-md-3"></div>
<div class="col-md-3 text-right small align-self-end">©2018 BCIT SSD</div>
</div>
</div>
</footer>