Add text franconian.net next to logo

This commit is contained in:
Martin Müller 2020-11-24 18:13:42 +01:00
parent 9bed79c407
commit f46331750f
2 changed files with 8 additions and 3 deletions

View File

@ -91,6 +91,9 @@ figure {
} }
.nav-logo { .nav-logo {
font-family: Orbitron, sans-serif;
font-weight: 900;
text-transform: uppercase;
margin: 0 auto; margin: 0 auto;
@media screen and (min-width: 800px) { @media screen and (min-width: 800px) {
@ -98,8 +101,10 @@ figure {
} }
img { img {
width: 48px; width: 64px;
display: block; display: inline-block;
padding-right: 1em;
vertical-align: middle;
} }
} }

View File

@ -13,7 +13,7 @@
<body> <body>
<header> <header>
<nav class="nav"> <nav class="nav">
<a class="nav-logo" href="{{ .Site.LanguagePrefix }}/"><img src="https://styleguide.rc3.world/Logo/Logo%20Set%203/SVG/Logo%20SD%20blue.svg" alt="Blue version of the rC3 logo"></a> <a class="nav-logo" href="{{ .Site.LanguagePrefix }}/"><img src="https://styleguide.rc3.world/Logo/Logo%20Set%203/SVG/Logo%20SD%20blue.svg" alt="Blue version of the rC3 logo">franconian.net</a>
{{ if .IsTranslated }} {{ if .IsTranslated }}
{{ range .Translations }} {{ range .Translations }}
<a class="nav-link" href="{{ .Permalink }}">{{ .Language.LanguageName }}</a> <a class="nav-link" href="{{ .Permalink }}">{{ .Language.LanguageName }}</a>