Skip to content

Commit 50edb69

Browse files
committed
Add Stanford University seal as first footer logo
Three logos now: Stanford University -> biochemistry.stanford.edu parent (Stanford Medicine | Biochemistry) -> HHMI. New PNG cropped to content (1998x469 -> 1834x305) and rendered at height: 30px to match the others.
1 parent 0226d76 commit 50edb69

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

_includes/footer.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
<div class="footer-bar-teal"></div>
55
</div>
66
<div class="institutional-logos">
7+
<a href="https://www.stanford.edu/" target="_blank" rel="noopener noreferrer external">
8+
<img class="logo-stanford-university" src="{{ '/assets/images/site/public/nav_logo_stanford_university.png' | relative_url }}" alt="Stanford University">
9+
</a>
710
<a href="https://biochemistry.stanford.edu/" target="_blank" rel="noopener noreferrer external">
811
<img class="logo-stanford-medicine" src="{{ '/assets/images/site/public/nav_logo_stanford_medicine.png' | relative_url }}" alt="Stanford Medicine — Biochemistry">
912
</a>

assets/css/style.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -783,6 +783,7 @@ details.show-more {
783783
&:hover { opacity: 1; }
784784
}
785785

786-
.logo-stanford-medicine { height: 30px; }
787-
.logo-hhmi { height: 30px; }
786+
.logo-stanford-university { height: 30px; }
787+
.logo-stanford-medicine { height: 30px; }
788+
.logo-hhmi { height: 30px; }
788789
}
196 KB
Loading

0 commit comments

Comments
 (0)