Skip to content

Commit

Permalink
footer
Browse files Browse the repository at this point in the history
add footer
  • Loading branch information
marceljc3 committed Oct 21, 2023
1 parent 9fa323f commit 873a3dc
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 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: 25vh;
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: 16px;
b {
font-size: 18px;
}
}
10 changes: 9 additions & 1 deletion layouts/partials/footer.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
<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
></a>
></a>
<a href="https://www.instagram.com/carletoncss/"
><i class="fab fa-instagram"></i
></a>
Expand Down

0 comments on commit 873a3dc

Please sign in to comment.