Skip to content
Snippets Groups Projects
Commit e4f84ef0 authored by Robert Lange's avatar Robert Lange Committed by Dorian Merz
Browse files

refs #16674 [fid_adlr] edit footer logos

* replace finc logo by inverted standard finc logo with higher resolution (no svg)
* add ubl logo
* combine footer logos in one line (except xs sreen)
* set text for ubl footer link
** add translation
** remove duplicate key contact_form from translation files
parent dae926fc
No related merge requests found
themes/fid_adlr/images/finc-logo-negative.png

11.6 KiB

themes/fid_adlr/images/finc-logo.png

2.09 KiB

themes/fid_adlr/images/ubl-logo-negative.png

25 KiB

......@@ -59,9 +59,9 @@ Adlr Home Services Resources Text = "Über adlr.link haben alle Nutzerinnen und
; Footer
funded_by = "Gefördert durch"
contact_form = "Kontaktformular"
contact_us = "Kontaktformular"
Legal Info = "Impressum"
service_of = "Ein Angebot der"
# 16180
error_password_pattern = "Das Passwort muss mindestens eine Ziffer und einen Großbuchstaben enthalten."
......
......@@ -60,10 +60,10 @@ Adlr Home Services Resources Text = "Via adlr.link, all users who work full-time
; Footer
funded_by = "Funded by"
contact_form = "Send Feedback"
contact_us = "Send Feedback"
Legal Info = "Imprint"
Contact = "Contact us"
service_of = "A service of"
# 16180
error_password_pattern = "The password needs to contain at least one digit and one capital letter."
......
......@@ -2754,13 +2754,28 @@ footer {
.footer-indent {
color: $white;
margin: 35px 15px 25px;
margin: 40px 5px 25px;
@media (max-width: $screen-sm-max) {
padding-top: 10px;
}
}
.logo-footer {
height: 45px;
}
@media (min-width: $screen-sm-min) {
.logo-footer.finc {
margin-top: -3px;
}
.logo-footer.vufind {
margin-top: 25px;
}
}
#footer-logos {
font-family: $font-family-sans-serif;
font-size: em(14px);
......
......@@ -36,21 +36,26 @@
<div class="col-sm-12 col-md-9 col-lg-9">
<div class="row">
<div class="col-md-3 col-lg-3">
<div class="footer-indent">
<p><?=$this->transEsc('service_of')?></p>
<a href="https://www.ub.uni-leipzig.de/start/" title="<?=$this->transEsc('DE-15')?>" target="_blank"><img src="<?=$this->imageLink('ubl-logo-negative.png')?>" class="logo-footer ubl" alt="<?=$this->transEsc('DE-15')?> - UBL Logo"/></a>
</div>
</div>
<div class="col-md-2 col-lg-2">
<div class="footer-indent">
<p>Powered by</p>
<a href="http://blog.finc.info" title="Blog FinC-Team" target="_blank"><img src="<?=$this->imageLink('finc-logo.png')?>" class="logo-footer" alt="powered by finc - finc Logo"/></a>
<a href="http://blog.finc.info" title="Blog FinC-Team" target="_blank"><img src="<?=$this->imageLink('finc-logo-negative.png')?>" class="logo-footer finc" alt="powered by finc - finc Logo"/></a>
</div>
</div>
<div class="col-md-9 col-lg-6">
<div class="col-md-5 col-lg-4">
<div class="footer-indent">
<p><?=$this->transEsc('funded_by')?></p>
<a href="https://www.dfg.de/" title="dfg.de" target="_blank"><img src="<?=$this->imageLink('dfg-logo.svg')?>" class="logo-footer" alt="funded by Deutsche Forschungsgemeinschaft - DFG Logo"/></a>
</div>
</div>
<div class="col-sm-12 col-lg-3">
<div class="col-md-2 col-lg-3">
<div class="footer-indent">
<p>&nbsp;</p>
<a href="https://vufind.org/" title="vufind.org" target="_blank"><img src="<?=$this->imageLink('vufind-logo.svg')?>" class="logo-footer" alt="powered by VuFind - VuFind Logo"/></a>
<a href="https://vufind.org/" title="vufind.org" target="_blank"><img src="<?=$this->imageLink('vufind-logo.svg')?>" class="logo-footer vufind" alt="powered by VuFind - VuFind Logo"/></a>
</div>
</div>
</div>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment