Compare commits

..

No commits in common. "97846757cd46e122c33a93e1e4c1fe9aa75c0956" and "245f7ce92204ea580cde394894543c7c2eba5245" have entirely different histories.

6 changed files with 7 additions and 11 deletions

View File

@ -91,9 +91,6 @@ 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) {
@ -101,10 +98,8 @@ figure {
} }
img { img {
width: 64px; width: 48px;
display: inline-block; display: block;
padding-right: 1em;
vertical-align: middle;
} }
} }

View File

@ -1,5 +1,5 @@
baseURL = "https://www.franconian.net/" baseURL = "https://www.franconian.net/"
title = "franconian.net" title = "franconian"
[languages] [languages]
[languages.en] [languages.en]

View File

@ -1,5 +1,5 @@
--- ---
title: franconian.net title: franconian
--- ---
{{<image src="/header.png" alt=`Ein Router in Form des Frankenrechens mit der Aufschrift "franconian.net" und einem "Fenster" in die Welt des rC3. Daran angeschlossen sind die Hackspaces backspace, Hackzogtum und Nerd2Nerd.`>}} {{<image src="/header.png" alt=`Ein Router in Form des Frankenrechens mit der Aufschrift "franconian.net" und einem "Fenster" in die Welt des rC3. Daran angeschlossen sind die Hackspaces backspace, Hackzogtum und Nerd2Nerd.`>}}

View File

@ -1,5 +1,5 @@
--- ---
title: franconian.net title: franconian
--- ---
{{<image src="/header.png" alt=`A router labelled "franconian.net" with a "window" to the world of rC3 and the hackspaces backspace, Hackzogtum, and Nerd2Nerd connected to it.`>}} {{<image src="/header.png" alt=`A router labelled "franconian.net" with a "window" to the world of rC3 and the hackspaces backspace, Hackzogtum, and Nerd2Nerd connected to it.`>}}

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">franconian.net</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"></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>

View File

@ -1,5 +1,6 @@
{{ define "main" }} {{ define "main" }}
<main> <main>
<h1>{{ .Title }}</h1>
{{ .Content }} {{ .Content }}
</main> </main>
{{ end }} {{ end }}