Skip to content

Commit

Permalink
footer styling
Browse files Browse the repository at this point in the history
  • Loading branch information
justinh-rahb committed Oct 18, 2023
1 parent 700bed1 commit ef90b49
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,18 @@
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" rel="stylesheet" />
<link crossorigin="anonymous" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css"
integrity="sha384-DyZ88mC6Up2uqS4h/KRgHuoeGwBcD4Ng9SiP4dIRy0EXTlnuz47vAwmeGwVChigm" rel="stylesheet" referrerpolicy="no-referrer" />
<style>
body {
min-width: 992px;
}
footer p {
font-size: 0.8rem;
font-style: italic;
font-weight: 300;
}
</style>
</head>
<body style="min-width:992px;">
<body>
<nav class="navbar navbar-dark bg-dark">
<div class="container-fluid">
<a class="navbar-brand" href="./"><span aria-hidden="true" class="fas fa-database"></span> <span aria-hidden="true" class="fas fa-list-alt"></span> RAHB Data Fields</a>
Expand Down Expand Up @@ -48,8 +58,8 @@
</div>
<script src="static/viewer.js?v=202310181130"></script>
<footer class="text-center m-5">
<p><em>The trademarks REALTOR®, REALTORS®, and the REALTOR® logo are controlled by <a href="https://www.crea.ca" target="_blank">The Canadian Real Estate Association</a> (CREA) and identify real estate professionals who are members of CREA.</em></p>
<p><em>Data Copyright © 2023 <a href="https://www.rahb.ca" target="_blank">REALTORS® Association of Hamilton-Burlington</a> with portions Copyright © 2023 <a href="https://www.reso.org" target="_blank">RESO</a>.</em></p>
<p>The trademarks REALTOR®, REALTORS®, and the REALTOR® logo are controlled by <a href="https://www.crea.ca" target="_blank">The Canadian Real Estate Association</a> (CREA) and identify real estate professionals who are members of CREA.</p>
<p>Data Copyright © 2023 <a href="https://www.rahb.ca" target="_blank">REALTORS® Association of Hamilton-Burlington</a> with portions Copyright © 2023 <a href="https://www.reso.org" target="_blank">RESO</a>.</p>
</footer>
</body>
</html>

0 comments on commit ef90b49

Please sign in to comment.