Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

Commit

Permalink
INDEX: add maus logo
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Bräu <[email protected]>
  • Loading branch information
andibraeu committed Sep 16, 2023
1 parent 0b2ca4f commit ba17e61
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 5 deletions.
3 changes: 2 additions & 1 deletion _includes/masthead.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
{%- assign page_paths = site.header_pages | default: default_paths -%}
{%- assign titles_size = site.pages | map: 'title' | join: '' | size -%}

<a href="/"><img src="{{ '/img/logo_nkm_weiss_neu.png'| relative_url }}" /></a>
<div style="float: left;"><a href="/"><img src="{{ '/img/logo_nkm_weiss_neu.png'| relative_url }}" /></a></div>
<div class="mauslogo" style="float: right;"><img src="{{ '/img/Tueroeffnertag2023-maus-logo.png'| relative_url }}" alt="Logo Maus Türöffnertag 2023"></div>

</div>
</header>
2 changes: 1 addition & 1 deletion _tafeln/HomoSapiens.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ classes: wide
---
*Homo sapiens* bedeutet der wissende Mensch. Das sind wir. Wir sind momentan die einzige Art der Gattung *Homo*, die auf der Erde lebt. Wie unsere Vorfahren aus Afrika nach Europa kamen und sich hier zurechtfanden, seht ihr im Ausschnitt der SWR-Dokumantation "Die außergwöhnlliche Reise der Menschheit" von [Planet Schule](https://www.planet-schule.de/sf/php/sendungen.php?sendung=11246&in=1110&out=1419){:target="_blank"}.

[![Link zum Video von Planet Schule]({{ site.url }}{{ site.baseurl }}/img/evolution.png){: .align-center}](https://www.planet-schule.de/sf/php/sendungen.php?sendung=11246&in=1110&out=1419){:target="_blank"}
[![Link zum Video von Planet Schule]({{ site.url }}{{ site.baseurl }}/img/evolution.jpg){: .align-center}](https://www.planet-schule.de/sf/php/sendungen.php?sendung=11246&in=1110&out=1419){:target="_blank"}
22 changes: 19 additions & 3 deletions assets/css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,15 @@ $footer-background-color: mix(#000, $background-color, 40%);
$muted-text-color: #fff;

.site-header img {
padding-top: 12px;
height: 150px;
padding-top: 1em;
height: 6.8rem;
}

@media (max-width: 520px) {
.site-header img {
padding-top: 1em;
height: 4.5rem;
}
}

div.fragfinn {
Expand All @@ -75,5 +82,14 @@ div.page__footer-follow {
display: inline-block;
}

.mauslogo {
display: none;
}

.layout--splash .mauslogo {
display: block;
padding-right: 1em;
}

@import "minimal-mistakes/skins/{{ site.minimal_mistakes_skin | default: 'default' }}"; // skin
@import "minimal-mistakes"; // main partials
@import "minimal-mistakes"; // main partials
Binary file added img/Tueroeffnertag2023-maus-logo.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 ba17e61

Please sign in to comment.