Skip to content

Commit

Permalink
feat: Update footer in BYU Web Components with official BYU logos (Ma…
Browse files Browse the repository at this point in the history
…tch Brightspot)
  • Loading branch information
TARawson committed Sep 7, 2023
1 parent 9ba4a7a commit 68bdad1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
6 changes: 5 additions & 1 deletion components/byu-footer/byu-footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,11 @@ export class BYUFooter extends LitElement {
</div>
</div>
<div class="university-footer-lt-1440">
<div class="university-logo"><a href="https://www.byu.edu/">Brigham Young University</a></div>
<div class="university-logo">
<a href="https://byu.edu" target="_blank">
<img class="university-logo-image" src="https://cdn.byu.edu/shared-icons/latest/logos/monogram-white.svg" alt="BYU">
</a>
</div>
<div class="university-info">
<span class="info-text">Provo, UT 84602, USA</span>
<span class="info-text"><a class="contact-phone" href="tel:18014224636">801-422-4636</a></span>
Expand Down
8 changes: 6 additions & 2 deletions components/byu-footer/byu-footer.sass
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ $tabletBreak: 1024px // Put exact px to match Brightspot and so info doesn't wor
a:hover
text-decoration: none
.university-logo-image
height: 23px
font-size: 10px
.university-info
display: flex
margin-top: $spacing2
Expand All @@ -68,7 +72,7 @@ $tabletBreak: 1024px // Put exact px to match Brightspot and so info doesn't wor
display: none
.university-footer-lt-1440
display: flex
display: grid
align-items: center
flex-direction: column
width: 100%
Expand All @@ -84,7 +88,7 @@ $tabletBreak: 1024px // Put exact px to match Brightspot and so info doesn't wor
@media (min-width: $tabletBreak)
.university-footer-lt-1440
display: grid
grid-template-columns: 1fr 2fr
grid-template-columns: 0fr 2fr
grid-template-rows: auto
padding: 30px 80px
font-size: 14px
Expand Down

0 comments on commit 68bdad1

Please sign in to comment.