Skip to content

Commit

Permalink
BRS-604: Adjust A&R Footer, with signed commits (#155)
Browse files Browse the repository at this point in the history
Co-authored-by: Wilson Wong <Wilson.1.Wong@gov.bc.ca>
  • Loading branch information
wilwong89 and wilwong89 authored Jul 26, 2022
1 parent 60378a3 commit 6b053d9
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 28 deletions.
41 changes: 15 additions & 26 deletions src/app/footer/footer.component.html
Original file line number Diff line number Diff line change
@@ -1,28 +1,17 @@
<footer class="text-center text-white" id="footer">
<nav>
<div class="row">
<div class="col">
<a href="https://bcparks.ca/reserve">Home</a>
</div>
<div class="col">
<a href="https://www2.gov.bc.ca/gov/content/home/copyright"
>Copyright</a
>
</div>
<div class="col">
<a href="https://www2.gov.bc.ca/gov/content/home/disclaimer"
>Disclaimer</a
>
</div>
<div class="col">
<a href="https://www2.gov.bc.ca/gov/content/home/privacy">Privacy</a>
</div>
<div class="col">
<a href="https://www2.gov.bc.ca/gov/content/home/accessible-government"
>Accessibility</a
>
</div>
<nav>
<div class="row">
<div class="col">
Quick links:
</div>
</nav>
</footer>

<div class="col">
<a href="https://reserve-admin.bcparks.ca/dayuse/">Day-Use Pass Admin</a>
</div>
<div class="col">
<a href="mailto:parkoperatorsystems@gov.bc.ca"
>Contact Us</a
>
</div>
</div>
</nav>
</footer>
6 changes: 4 additions & 2 deletions src/app/footer/footer.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,16 @@
margin: 0 auto;
position: absolute;
top: 50%;
left: 50%;
right: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
transform: translate(-5%, -50%);
white-space: nowrap;
}

a {
color: white;
text-decoration: none;
font-weight: bold
}

a:hover {
Expand Down

0 comments on commit 6b053d9

Please sign in to comment.