Compare commits

...

3 Commits

Author SHA1 Message Date
Martin Müller 97846757cd Remove title from index page as it is in logo
continuous-integration/drone/push Build is passing Details
2020-11-24 18:14:05 +01:00
Martin Müller f46331750f Add text franconian.net next to logo 2020-11-24 18:13:42 +01:00
Martin Müller 9bed79c407 Rename page to franconian.net 2020-11-24 18:04:26 +01:00
6 changed files with 11 additions and 7 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

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

View File

@ -1,5 +1,5 @@
--- ---
title: franconian title: franconian.net
--- ---
{{<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 title: franconian.net
--- ---
{{<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"></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>

View File

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