Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update about link and footer icons (#652) #653

Merged
merged 2 commits into from
Sep 9, 2024
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
15 changes: 12 additions & 3 deletions app/views/main.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<li @if(title=="NWBib: Kontakt"){class="active"} class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" title="Info"><span class="glyphicon glyphicon-info-sign"></span><b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="https://www.landesbibliothek-nrw.de/aufgaben-der-landesbibliotheken/nordrhein-westfaelische-bibliographie">Über die NWBib</a></li>
<li><a href="https://www.landesbibliotheken.nrw">Über die Landesbibliotheken</a></li>
<li><a href="@nwbib.routes.Application.journals()">Ausgewertete Zeitschriften</a></li>
<li><a href="mailto:lobid-admin@@hbz-nrw.de?subject=Feedback%20zur%20NWBib,%20aktuelle%20URL%[email protected]()">Feedback</a></li>
<li class="divider"></li>
Expand Down Expand Up @@ -101,12 +101,21 @@ <h1>Die Nordrhein-Westfälische Bibliographie<br/><small>Mehr als 400.000 Publik
<div class="panel panel-default nwbib-footer">
<div class="panel-body">
@defining(controllers.nwbib.Lobid.getTotalHits("").get(Lobid.API_TIMEOUT)){ hits =>
<img class="media-object pull-left nrw-wappen" src="@controllers.routes.Assets.at("images/wappen.png")" alt="NRW-Wappen">
<img class="media-object pull-right hbz-logo" src="@controllers.routes.Assets.at("images/hbz.png")" alt="hbz-Logo">
Die NWBib bietet @if(hits>0){aktuell @hits}else{mehr als 400.000 (Stand: Januar 2018)} Literaturnachweise. Sie wird von der <a href="http://www.ulb.hhu.de/">Universitäts- und Landesbibliothek (ULB) Düsseldorf</a> und der <a href="http://www.ulb.uni-muenster.de/">ULB Münster</a> in Zusammenarbeit mit der <a href="http://www.ulb.uni-bonn.de/">ULB Bonn</a> und dem <a href="http://www.hbz-nrw.de/">Hochschulbibliothekszentrum des Landes Nordrhein-Westfalen (hbz)</a> herausgegeben.
}
</div>
</div>
<div class="logos">
<p class="h5" style="margin-top:10px"><strong>
<a target="_blank" style="color: inherit; text-decoration: inherit" href="https://www.landesbibliotheken.nrw">
Landesbibliotheken.<span style="color:#109039">N</span><span style="color:#BDBCBC">R</span><span style="color:#E00A1D">W</span>
</a>
</strong></p>
&nbsp;&nbsp;&nbsp;
<a target="_blank" href="https://www.hbz-nrw.de">
<img class="media-object hbz-logo" src="@controllers.routes.Assets.at("images/hbz.png")" alt="hbz-Logo">
</a>
</div>
</div>
</body>
</html>
15 changes: 8 additions & 7 deletions public/stylesheets/nwbib.css
Original file line number Diff line number Diff line change
Expand Up @@ -122,14 +122,9 @@ table {
height: 80px;
}

.nrw-wappen {
height: 40px;
padding: 5px;
}

.hbz-logo {
height: 40px;
padding: 5px;
height: 30px;
padding: 5px 0px 5px 0px;
}

.intro {
Expand All @@ -138,9 +133,15 @@ table {

.nwbib-footer {
margin-top: 15px;
margin-bottom: 0px;
text-align: center;
}

.logos{
display: flex;
justify-content: center;
}

.pagination {
margin-top: 0px !important;
margin-bottom: 0px !important;
Expand Down
Loading