Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
}
[class*="logos--"] a svg {
display: block;
max-block-size: 500px; /* to avoid unexpectedly giant logos*/
}


Expand Down
6 changes: 3 additions & 3 deletions taccsite_cms/templates/snippets/logos-branding.html
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<p class="logos--branding">
<a href="https://www.tacc.utexas.edu/" class="logos__tacc">
<svg width="1em" height="1em" role="img">
<svg role="img">
Comment thread
wesleyboar marked this conversation as resolved.
<title>Texas Advanced Computing Center</title>
<use href="/static/site_cms/img/org_logos/tacc-formal.svg?2025-11#tacc-formal" />
</svg>
</a>
<a href="https://www.nsf.gov/" target="_blank" class="logos__nsf">
Comment thread
wesleyboar marked this conversation as resolved.
<svg width="1em" height="1em" role="img">
<svg role="img">
<title>Bluesky</title>
Comment thread
wesleyboar marked this conversation as resolved.
<use href="/static/site_cms/img/org_logos/nsf-logo.svg?2025-11#nsf-logo" />
</svg>
</a>
<a href="https://www.utexas.edu/" target="_blank" class="logos__ut">
<svg width="1em" height="1em" role="img">
<svg role="img">
<title>University of Texas at Austin</title>
<use href="/static/site_cms/img/org_logos/ut-primary.svg?2025-11#ut-primary" />
</svg>
Expand Down