Skip to content

Commit

Permalink
Merge pull request #980 from JanProgrammierung/jan_develop
Browse files Browse the repository at this point in the history
FREYA-246 & 247 Logo change
  • Loading branch information
LianeHughes committed May 23, 2023
2 parents 7945166 + bcbbd90 commit a3ed174
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 8 deletions.
17 changes: 10 additions & 7 deletions layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,12 @@ <h2 class="small text-uppercase text-black-50">{{ if eq $.Site.Language.Language
</ul>
</div>
<div class="col-md">
<div class="d-flex justify-content-center justify-content-md-start">
<h2 class="small text-uppercase text-black-50">{{ if eq $.Site.Language.LanguageName "Svenska" }}Följ
oss{{ else }}Connect{{ end }}</h2>
</div>
<div class="container">
<div class="d-flex justify-content-start">
<div class="d-flex justify-content-center justify-content-md-start">
<a class="p-2" style="font-size:2em;" target="_blank" href="mailto:datacentre@scilifelab.se"><i
class="bi bi-envelope-fill"></i></a>
<a class="p-2" style="font-size:2em;" target="_blank" href="https://twitter.com/scilifelab_DC"><i
Expand All @@ -81,13 +83,14 @@ <h2 class="small text-uppercase text-black-50">{{ if eq $.Site.Language.Language
href="https://linkedin.com/company/scilifelab-data-centre"><i class="bi bi-linkedin"></i></a>
</div>
</div>
<div class="d-flex">
<a class="d-block px-5 px-md-0">
<img src="/img/logos/complete_footer.png" alt="SciLifeLab, Knut and Alice Wallenberg Foundation and SSF Logos">
</a>
</div>
</div>
<div class="col-md text-center">
<a class="d-block my-4" href="https://www.scilifelab.se"><img src="/img/logos/scilifelab-logo.svg"
alt="SciLifeLab"></a>
<span class="d-block my-4"><img src="/img/logos/elixir-se-logo.png" alt="Elixir Sweden"></span>
</div>
</div>


<div class="row footer-lower-row">
<div class="col-md-2 p-2 text-center">
<a
Expand Down
15 changes: 14 additions & 1 deletion static/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ footer h2.small {
margin-top: 1rem;
}
footer img {
max-height: 60px;
max-height: 100%;
}

.plot_wrapper {
Expand Down Expand Up @@ -627,3 +627,16 @@ hr.faded:before {
top: 50%;
z-index: 1;
}

/*
* Footer images alignment
*/

@media (max-width: 767px) {
.row.footer-lower-row {
padding-right: 0;
margin: 0 auto;
padding-left: 0;
}
}

Binary file added static/img/logos/complete_footer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a3ed174

Please sign in to comment.