Skip to content

Commit

Permalink
Add footer (#374)
Browse files Browse the repository at this point in the history
* Update faq.yml

* footer

add footer

* Update _footer.scss

* A

* Update _footer.scss
  • Loading branch information
marceljc3 authored Oct 21, 2023
1 parent 979ac1f commit 7bc87e4
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
15 changes: 13 additions & 2 deletions assets/scss/components/_footer.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.footer {
background-color: black;
height: 15vh;
height: 24vh;
color: white;
display: flex;
flex-direction: column;
Expand All @@ -18,5 +18,16 @@
justify-content: space-between;
width: 14rem;
font-size: 1.5rem;
margin-bottom: 1.2rem;
margin-bottom: 0.6rem;
margin-top: 0.1rem;
// this margin just makes the spacing look better
// can probs play around with it more
}

.footer-text {
text-align: center;
font-size: 1rem;
b {
font-size: 1.25rem;
}
}
9 changes: 9 additions & 0 deletions layouts/partials/footer.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
<div class="footer">
<div class="footer-text">
<p>
<b>Carleton Computer Science Society</b><br />
4135 Herzberg Laboratories<br />
1125 Colonel By Drive,<br />
Ottawa, ON K1S 5B6<br /><br />
email: <a href="mailto:[email protected]">[email protected]</a>
</p>
</div>
<div class="footer-socials">
<a href="http://discord.carletoncomputersciencesociety.ca"
><i class="fab fa-discord"></i
Expand Down

0 comments on commit 7bc87e4

Please sign in to comment.