Compare commits
No commits in common. "dbf189fa0251c5cad834e72f265748dc7cd5050c" and "881d8310f6f9d632bfa50bdd23cc585ec179c59c" have entirely different histories.
dbf189fa02
...
881d8310f6
|
@ -1,2 +0,0 @@
|
||||||
$small: 800px;
|
|
||||||
$large: 1200px;
|
|
|
@ -1,6 +1,5 @@
|
||||||
@import 'breakpoints';
|
|
||||||
@import 'colors';
|
|
||||||
@import 'fonts';
|
@import 'fonts';
|
||||||
|
@import 'colors';
|
||||||
@import 'mixins';
|
@import 'mixins';
|
||||||
|
|
||||||
* {
|
* {
|
||||||
|
@ -25,29 +24,15 @@ header {
|
||||||
|
|
||||||
main {
|
main {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: $large;
|
max-width: 1200px;
|
||||||
margin: 0 auto;
|
margin: auto;
|
||||||
|
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
width: 100%;
|
text-align: center;
|
||||||
max-width: $large;
|
|
||||||
margin: 0 auto;
|
|
||||||
padding: 0.5em;
|
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 {
|
h1, h2, h3, h4, h5, h6, p {
|
||||||
|
@ -63,6 +48,10 @@ h1 {
|
||||||
border-bottom: 2px $text-color solid;
|
border-bottom: 2px $text-color solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
figure {
|
figure {
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
|
|
||||||
|
@ -78,14 +67,21 @@ figure {
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav {
|
.nav {
|
||||||
|
max-width: 1200px;
|
||||||
|
margin: 0 auto;
|
||||||
|
padding: 0.5em;
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
|
||||||
&.nav-main {
|
@media screen and (min-width: 800px) {
|
||||||
max-width: $large;
|
flex-direction: row;
|
||||||
margin: 0 auto;
|
|
||||||
padding: 0.5em;
|
hr {
|
||||||
|
margin: 0 0.5em !important;
|
||||||
|
align-self: center;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
hr {
|
hr {
|
||||||
|
@ -94,20 +90,19 @@ figure {
|
||||||
|
|
||||||
.nav-logo {
|
.nav-logo {
|
||||||
@include heading;
|
@include heading;
|
||||||
text-decoration: none;
|
|
||||||
|
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
|
||||||
|
@media screen and (min-width: 800px) {
|
||||||
|
margin-left: 0;
|
||||||
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
width: 48px;
|
width: 48px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin-right: 1em;
|
margin-right: 1em;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width: $small) {
|
|
||||||
margin-left: 0;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-link {
|
.nav-link {
|
||||||
|
@ -117,13 +112,4 @@ figure {
|
||||||
&.nav-link-active {
|
&.nav-link-active {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width: $small) {
|
|
||||||
flex-direction: row;
|
|
||||||
|
|
||||||
hr {
|
|
||||||
margin: 0 0.5em;
|
|
||||||
align-self: center;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
baseURL = "https://www.franconian.net/"
|
baseURL = "https://www.franconian.net/"
|
||||||
title = "franconian.net"
|
title = "franconian.net"
|
||||||
enableGitInfo = true
|
|
||||||
|
|
||||||
[languages]
|
[languages]
|
||||||
[languages.en]
|
[languages.en]
|
||||||
|
|
|
@ -1,8 +1,5 @@
|
||||||
---
|
---
|
||||||
title: Startseite
|
title: franconian.net
|
||||||
menu:
|
|
||||||
main:
|
|
||||||
weight: 1
|
|
||||||
---
|
---
|
||||||
|
|
||||||
{{<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.`>}}
|
||||||
|
|
|
@ -1,8 +1,5 @@
|
||||||
---
|
---
|
||||||
title: Home
|
title: franconian.net
|
||||||
menu:
|
|
||||||
main:
|
|
||||||
weight: 1
|
|
||||||
---
|
---
|
||||||
|
|
||||||
{{<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.`>}}
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
title: Über uns
|
title: Über uns
|
||||||
menu:
|
menu:
|
||||||
main:
|
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
|
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
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
title: About us
|
title: About us
|
||||||
menu:
|
menu:
|
||||||
main:
|
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
|
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
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
title: FAQ
|
title: FAQ
|
||||||
menu:
|
menu:
|
||||||
main:
|
main:
|
||||||
weight: 2
|
weight: 1
|
||||||
---
|
---
|
||||||
|
|
||||||
#### Was ist die Antwort auf die Frage nach dem Leben, dem Universum und dem ganzen Rest?
|
#### Was ist die Antwort auf die Frage nach dem Leben, dem Universum und dem ganzen Rest?
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
title: FAQ
|
title: FAQ
|
||||||
menu:
|
menu:
|
||||||
main:
|
main:
|
||||||
weight: 2
|
weight: 1
|
||||||
---
|
---
|
||||||
|
|
||||||
#### What is "The Answer to the Ultimate Question of Life, the Universe, and Everything"?
|
#### What is "The Answer to the Ultimate Question of Life, the Universe, and Everything"?
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
---
|
---
|
||||||
title: Impressum
|
title: Impressum
|
||||||
menu: footer
|
|
||||||
---
|
---
|
||||||
|
|
||||||
backspace e. V.
|
backspace e. V.
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
---
|
---
|
||||||
title: Imprint
|
title: Imprint
|
||||||
menu: footer
|
|
||||||
---
|
---
|
||||||
|
|
||||||
backspace e. V.
|
backspace e. V.
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
title: Programm
|
title: Programm
|
||||||
menu:
|
menu:
|
||||||
main:
|
main:
|
||||||
weight: 4
|
weight: 3
|
||||||
---
|
---
|
||||||
|
|
||||||
Das Programm erscheint in Kürze.
|
Das Programm erscheint in Kürze.
|
|
@ -1,8 +1,8 @@
|
||||||
---
|
---
|
||||||
title: Schedule
|
title: Program
|
||||||
menu:
|
menu:
|
||||||
main:
|
main:
|
||||||
weight: 4
|
weight: 3
|
||||||
---
|
---
|
||||||
|
|
||||||
The schedule for the franconian.net channel will be released shortly.
|
The schedule for the franconian.net channel will be released shortly.
|
|
@ -1,2 +1,2 @@
|
||||||
[last_change]
|
[imprint]
|
||||||
other = "Zuletzt geändert"
|
other = "Impressum"
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
[last_change]
|
[imprint]
|
||||||
other = "Last update"
|
other = "Imprint"
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||||
<title>{{ block "title" . }}
|
<title>{{ block "title" . }}
|
||||||
{{ .Title }} | {{ .Site.Title }}
|
{{ .Site.Title }}
|
||||||
{{ end }}</title>
|
{{ end }}</title>
|
||||||
<link rel="icon" href="data:;base64,iVBORw0KGgo=">
|
<link rel="icon" href="data:;base64,iVBORw0KGgo=">
|
||||||
{{ $style := resources.Get "style.scss" | resources.ToCSS (dict "outputStyle" "compressed") }}
|
{{ $style := resources.Get "style.scss" | resources.ToCSS (dict "outputStyle" "compressed") }}
|
||||||
|
@ -12,8 +12,8 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
<nav class="nav nav-main">
|
<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">{{ .Site.Title }}</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>
|
||||||
|
@ -29,12 +29,7 @@
|
||||||
{{ block "main" . }}
|
{{ block "main" . }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
<footer>
|
<footer>
|
||||||
{{ i18n "last_change" . }}: {{ .Lastmod }}
|
<a href="/imprint">{{ i18n "imprint" }}</a>
|
||||||
<nav class="nav">
|
|
||||||
{{ range .Site.Menus.footer }}
|
|
||||||
<a class="nav-link" href="{{ .URL }}">{{ .Name }}</a>
|
|
||||||
{{ end }}
|
|
||||||
</nav>
|
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue