diff --git a/backend/src/main/resources/i18n/messages.properties b/backend/src/main/resources/i18n/messages.properties index ed9e61e67..72d6e706d 100644 --- a/backend/src/main/resources/i18n/messages.properties +++ b/backend/src/main/resources/i18n/messages.properties @@ -80,6 +80,13 @@ brand.footer.links-label-4=Mailing List brand.footer.links-desc-4=Shibboleth.net open-source community mailing list brand.footer.copyright=Copyright \u00A9 Internet2 +brand.unicon=Unicon +brand.unicon-logo=Unicon Logo +brand.i2=Internet 2 +brand.i2-logo=Internet 2 Logo +brand.in-partnership-with=In partnership with +brand.and=and + heading.shibboleth=Shibboleth label.metadata-source=Metadata Source diff --git a/ui/src/app/app.component.html b/ui/src/app/app.component.html index 4d6ba9564..cd56856e3 100644 --- a/ui/src/app/app.component.html +++ b/ui/src/app/app.component.html @@ -63,27 +63,36 @@ diff --git a/ui/src/app/app.component.scss b/ui/src/app/app.component.scss index 769799707..dbe420760 100644 --- a/ui/src/app/app.component.scss +++ b/ui/src/app/app.component.scss @@ -5,4 +5,11 @@ nav.navbar { .dropdown-menu { min-width: 12rem; } -} \ No newline at end of file +} + +.logo a { + img { + display: inline-block; + max-height: 60px; + } +} diff --git a/ui/src/assets/logo_internet2.png b/ui/src/assets/logo_internet2.png new file mode 100644 index 000000000..a2b280e5b Binary files /dev/null and b/ui/src/assets/logo_internet2.png differ diff --git a/ui/src/assets/logo_unicon.png b/ui/src/assets/logo_unicon.png new file mode 100644 index 000000000..8d45bb447 Binary files /dev/null and b/ui/src/assets/logo_unicon.png differ