Skip to content

Commit

Permalink
Add small lobid logo to reconciliation landing page header (#394)
Browse files Browse the repository at this point in the history
fsteeg committed Jun 17, 2024
1 parent 169e69c commit 289289d
Showing 2 changed files with 13 additions and 5 deletions.
10 changes: 7 additions & 3 deletions app/views/gnd.scala.html
Original file line number Diff line number Diff line change
@@ -32,8 +32,12 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="https://gnd.network">
<span><img id="small-gnd-logo" src='@controllers.routes.Assets.versioned("images/gnd.png")' alt="lobid"/></span></a>
<a class="navbar-brand" href="https://lobid.org/gnd">
<img id="small-logo" src='@controllers.routes.Assets.versioned("images/favicon.png")' alt="lobid-gnd"/>
</a>
<a class="navbar-brand" id="small-gnd-logo-link" href="https://gnd.network">
<img id="small-logo" src='@controllers.routes.Assets.versioned("images/gnd.png")' alt="gnd.network"/>
</a>
</div>
<div class="navbar-collapse collapse" id="resources-nav">

@@ -57,7 +61,7 @@
<div class="panel panel-default footer-gnd">
<div class="panel-body">
<span class="pull-left">
<img id='small-gnd-logo' src='@controllers.routes.Assets.versioned("images/gnd.png")' alt="GND-Logo"/> &nbsp;
<img id='small-logo' src='@controllers.routes.Assets.versioned("images/gnd.png")' alt="GND-Logo"/> &nbsp;
GND Reconciliation | ein Dienst im <a href='https://gnd.network'>gnd.network</a>
</span>
<span class="pull-right">
8 changes: 6 additions & 2 deletions public/stylesheets/main.css
Original file line number Diff line number Diff line change
@@ -13,12 +13,16 @@ dd {
background: #0069b4;
}

#small-gnd-logo {
#small-logo {
height: 25px;
border: 2px solid white;
border: 1px solid white;
background: white;
}

#small-gnd-logo-link {
padding: 5px;
}

#header #butterfly {
height: 25px;
}

0 comments on commit 289289d

Please sign in to comment.