-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.php
More file actions
20 lines (17 loc) · 1.41 KB
/
footer.php
File metadata and controls
20 lines (17 loc) · 1.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<div id="bcgovfoot" class="bg-dark bg-gradient">
<footer class="site-footer container-lg py-4 py-lg-5">
<div class="site-info d-block">
<div class="d-flex flex-column flex-lg-row justify-content-between">
<div class="m-3 flex-grow-1 text-white">
The BC Public Service acknowledges the territories of First Nations around B.C. and is grateful to carry out our work on these lands. We acknowledge the rights, interests, priorities and concerns of all Indigenous Peoples (First Nations, Métis and Inuit), respecting and acknowledging their distinct cultures, histories, rights, laws and governments.
</div>
<img class="mx-auto mx-lg-0 mt-3 mb-2 mt-lg-auto" style="min-height: 50px; max-height: 100px;" src="https://learn.bcpublicservice.gov.bc.ca/common-components/where-ideas-work-whitetext.svg" height="100" width="380" alt="Where Ideas Work logo">
</div>
<div class="fs-6 d-block text-end text-white border-top border-warning pt-1">
Proudly powered by <a href="https://wordpress.org/" class="link-light fs-6">WordPress</a>. </div>
</div><!-- .site-info -->
</footer>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
</body>
</html>