Compare commits

..

No commits in common. "dbf189fa0251c5cad834e72f265748dc7cd5050c" and "881d8310f6f9d632bfa50bdd23cc585ec179c59c" have entirely different histories.

16 changed files with 40 additions and 70 deletions

View File

@ -1,2 +0,0 @@
$small: 800px;
$large: 1200px;

View File

@ -1,6 +1,5 @@
@import 'breakpoints';
@import 'colors';
@import 'fonts';
@import 'colors';
@import 'mixins';
* {
@ -25,29 +24,15 @@ header {
main {
width: 100%;
max-width: $large;
margin: 0 auto;
max-width: 1200px;
margin: auto;
flex-grow: 1;
}
footer {
width: 100%;
max-width: $large;
margin: 0 auto;
text-align: center;
padding: 0.5em;
display: flex;
align-items: center;
flex-direction: column;
@media screen and (min-width: $small) {
flex-direction: row;
& :first-child {
margin-left: auto;
}
}
}
h1, h2, h3, h4, h5, h6, p {
@ -63,6 +48,10 @@ h1 {
border-bottom: 2px $text-color solid;
}
a {
text-decoration: none;
}
figure {
margin-bottom: 1rem;
@ -78,14 +67,21 @@ figure {
}
.nav {
max-width: 1200px;
margin: 0 auto;
padding: 0.5em;
display: flex;
flex-direction: column;
justify-content: space-between;
&.nav-main {
max-width: $large;
margin: 0 auto;
padding: 0.5em;
@media screen and (min-width: 800px) {
flex-direction: row;
hr {
margin: 0 0.5em !important;
align-self: center;
}
}
hr {
@ -94,20 +90,19 @@ figure {
.nav-logo {
@include heading;
text-decoration: none;
margin: 0 auto;
@media screen and (min-width: 800px) {
margin-left: 0;
}
img {
width: 48px;
display: inline-block;
margin-right: 1em;
vertical-align: middle;
}
@media screen and (min-width: $small) {
margin-left: 0;
}
}
.nav-link {
@ -117,13 +112,4 @@ figure {
&.nav-link-active {
}
}
@media screen and (min-width: $small) {
flex-direction: row;
hr {
margin: 0 0.5em;
align-self: center;
}
}
}

View File

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

View File

@ -1,8 +1,5 @@
---
title: Startseite
menu:
main:
weight: 1
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.`>}}

View File

@ -1,8 +1,5 @@
---
title: Home
menu:
main:
weight: 1
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.`>}}

View File

@ -2,7 +2,7 @@
title: Über uns
menu:
main:
weight: 3
weight: 2
---
franconian.net ist ein loses Netzwerk von einigen fränkischen Hackspaces, das sich erstmalig zum Chaos Communication Camp 2019 für ein gemeinsames Village organisiert hat. Dieser Zusammenschluss hat das CCCamp19 überdauert und findet sich vor allem zu weiteren Veranstaltungen des Chaos Computer Clubs immer wieder zusammen. Auch zur remote Chaos Experience haben sich wieder einige dieser Hackspaces gefunden und betreiben zusammen das franconian.net

View File

@ -2,7 +2,7 @@
title: About us
menu:
main:
weight: 3
weight: 2
---
The Franconian Cluster is a network of franconian hackspaces that organised the Franconian Village at Chaos Communication Camp 2019. After that, we continued our cooperation mainly at other events held by the Chaos Computer Club. For the first Remote Chaos Experience (rC3), some of the involved spaces decided to create a virtual assembly: franconian.net

View File

@ -2,7 +2,7 @@
title: FAQ
menu:
main:
weight: 2
weight: 1
---
#### Was ist die Antwort auf die Frage nach dem Leben, dem Universum und dem ganzen Rest?

View File

@ -2,7 +2,7 @@
title: FAQ
menu:
main:
weight: 2
weight: 1
---
#### What is "The Answer to the Ultimate Question of Life, the Universe, and Everything"?

View File

@ -1,6 +1,5 @@
---
title: Impressum
menu: footer
---
backspace e. V.

View File

@ -1,6 +1,5 @@
---
title: Imprint
menu: footer
---
backspace e. V.

View File

@ -2,7 +2,7 @@
title: Programm
menu:
main:
weight: 4
weight: 3
---
Das Programm erscheint in Kürze.

View File

@ -1,8 +1,8 @@
---
title: Schedule
title: Program
menu:
main:
weight: 4
weight: 3
---
The schedule for the franconian.net channel will be released shortly.

View File

@ -1,2 +1,2 @@
[last_change]
other = "Zuletzt geändert"
[imprint]
other = "Impressum"

View File

@ -1,2 +1,2 @@
[last_change]
other = "Last update"
[imprint]
other = "Imprint"

View File

@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>{{ block "title" . }}
{{ .Title }} | {{ .Site.Title }}
{{ .Site.Title }}
{{ end }}</title>
<link rel="icon" href="data:;base64,iVBORw0KGgo=">
{{ $style := resources.Get "style.scss" | resources.ToCSS (dict "outputStyle" "compressed") }}
@ -12,8 +12,8 @@
</head>
<body>
<header>
<nav class="nav nav-main">
<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">{{ .Site.Title }}</a>
<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>
{{ if .IsTranslated }}
{{ range .Translations }}
<a class="nav-link" href="{{ .Permalink }}">{{ .Language.LanguageName }}</a>
@ -29,12 +29,7 @@
{{ block "main" . }}
{{ end }}
<footer>
{{ i18n "last_change" . }}: {{ .Lastmod }}
<nav class="nav">
{{ range .Site.Menus.footer }}
<a class="nav-link" href="{{ .URL }}">{{ .Name }}</a>
{{ end }}
</nav>
<a href="/imprint">{{ i18n "imprint" }}</a>
</footer>
</body>
</html>