add github

content
DrBroiler 2021-02-07 23:34:06 +01:00
parent 766435aa54
commit ad4a847d76
6 changed files with 47 additions and 83 deletions

View File

@ -16,11 +16,23 @@ disqusShortname = ""
[[menu.firmware]]
identifier = "Firmware"
name = "Gluon"
url = "/firmware"
url = "https://images.freifunk-leipzig.de/"
weight = 10
[[menu.kontakt]]
identifier = "Impressum"
name = "Impressum"
url = "https://freifunk.net/impressum/"
weight = 10
[[menu.kontakt]]
identifier = "Datenschutz"
name = "Datenschutz"
url = "https://freifunk.net/datenschutz/"
weight = 20
[communtiy]
url_map_meshviewer = "http://karte.leipzig.freifunk.net:8018/meshviewer2/build/#!/de/map"
#[communtiy]
# url_map_meshviewer = "http://karte.leipzig.freifunk.net:8018/meshviewer2/build/#!/de/map"
[params]
@ -35,14 +47,14 @@ disqusShortname = ""
[[params.share]]
title = "facebook"
icon = "fa-facebook-f" # fontawesome icons https://fontawesome.com/icons?d=gallery&s=brands
link = "https://www.facebook.com/"
link = "https://de-de.facebook.com/FreifunkLeipzig"
[[params.share]]
title = "twitter"
icon = "fa-twitter"
link = "https://twitter.com/"
link = "https://twitter.com/freifunk_l?lang=de"
[[params.share]]
title = "linkedin"
icon = "fa-linkedin"
link = "https://www.linkedin.com"
title = "github"
icon = "fa-github"
link = "https://github.com/freifunk-leipzig"

View File

@ -20,34 +20,20 @@ features:
enable: true
rows:
- items:
- title: "Magna etiam"
- title: "öffentlich und nicht kommerziell"
icon: "fa-bolt"
accent: "accent2" #accent values are 1-8
content: "Integer volutpat ante et accumsan commophasellus sed aliquam feugiat lorem aliquet ut enim rutrum phasellus iaculis accumsan dolore magna aliquam veroeros."
- title: "Ipsum dolor"
content: "Die Idee von Freifunk ist es, mittels handelsüblicher WLAN-Accesspoints ein unabhängiges, stadtübergreifendes Netzwerk aufzubauen. Idealerweise können alle Knoten im Netzwerk miteinander kommunizieren, auch wenn diese über keine direkte Internetverbindung verfügen."
- title: "gemeinschaftlich betrieben"
icon: "fa-chart-area"
accent: "accent3" #accent values are 1-8
content: "Integer volutpat ante et accumsan commophasellus sed aliquam feugiat lorem aliquet ut enim rutrum phasellus iaculis accumsan dolore magna aliquam veroeros."
content: "Jeder mit einem WLAN-fähigen Gerät kann am Netzwerk teilnehmen, und es sogar selbst unterstützen. Mit einem eigenen Accesspoint kannst du das Netz erweitern und stabilisieren, sowie einen Internet-Hotspot für alle bereitstellen."
- items:
- title: "Sed feugiat"
- title: "anonym zugänglich und trotzdem rechtssicher"
icon: "fa-cloud"
accent: "accent4" #accent values are 1-8
content: "Integer volutpat ante et accumsan commophasellus sed aliquam feugiat lorem aliquet ut enim rutrum phasellus iaculis accumsan dolore magna aliquam veroeros."
- title: "Enim phasellus"
content: "Freifunk ist ein offenes Netz, ohne Passwörter oder verpflichtende Registrierungsformulare. Du musst trotzdem keine Angst vor der Störerhaftung haben: Um jeglichen rechtlichen Problemen aus dem Weg zu gehen, wird der Internetverkehr von uns über ein VPN abgewickelt."
- title: "dezentral organisiert"
icon: "fa-lock"
accent: "accent5" #accent values are 1-8
content: "Integer volutpat ante et accumsan commophasellus sed aliquam feugiat lorem aliquet ut enim rutrum phasellus iaculis accumsan dolore magna aliquam veroeros."
### Blog ###
blog:
enable: true
# Leave header text blank to remove entire <section>
header: "Recent Posts"
buttonText: "Read More"
postCount: 2
### Call to Action ###
cta:
enable: true
header: "Sign up for beta access"
content: "Blandit varius ut praesent nascetur eu penatibus nisi risus faucibus nunc."
content: "In Gebieten mit geringer Freifunk-Abdeckung nutzen wir einen Teil deiner Internetverbindung, um sicheren Zugang zum Freifunk-Netz bereitzustellen. Mit zunehmendem Ausbau des Netzes wird sich dein Freifunk-Zugangspunkt zu benachbarten Knoten verbinden. Verbindungen werden dann zunehmend über das Mesh-Netz geleitet."

View File

@ -60,59 +60,6 @@
{{ end }}
{{ end }}
<!-- Posts -->
{{ if .Site.Data.homepage.blog.enable }}
{{ with $blogSettings := .Site.Data.homepage.blog }}
{{ with .header }}
<header class="major">
<h2>{{ . }}</h2>
</header>
{{ end }}
<div class="row">
{{ range first .postCount (where site.RegularPages "Type" "in" site.Params.mainSections) }}
<div class="col-6 col-12-narrower">
<section class="box special">
{{ with partial "bannerURL" . }}
<span class="image featured"><img src="{{ . }}" alt="" /></span>
{{ end }}
<h3>{{ .Title }}</h3>
{{ with .Date }}<p>{{ .Format "Jan 2, 2006" }}</p>{{ end }}
{{ with .Description }}
<p>{{ . }}</p>
{{ else }}
<p>{{ .Summary }}</p>
{{ end }}
<ul class="actions special">
<li><a href="{{ .Permalink }}" class="button alt">{{ $blogSettings.buttonText }} </a></li>
</ul>
</section>
</div>
{{ end }}
</div>
{{ end }}
{{ end }}
</section>
<!-- CTA -->
{{ if .Site.Data.homepage.cta.enable }}
{{ with .Site.Data.homepage.cta}}
<section id="cta">
<h2>{{ .header }}</h2>
<p>{{ .content }}</p>
<form>
<div class="row gtr-50 gtr-uniform">
<div class="col-8 col-12-mobilep">
<input type="email" name="email" id="email" placeholder="Email Address" />
</div>
<div class="col-4 col-12-mobilep">
<input type="submit" value="Sign Up" class="fit" />
</div>
</div>
</form>
</section>
{{ end }}
{{ end }}
{{- partial "footer.html" . -}}
</div>
{{- partial "scripts.html" . -}}

View File

@ -49,6 +49,25 @@
{{- end -}}
</ul>
</li>
<li>
<a href="#" class="icon solid fa-angle-down">Kontakt</a>
<ul>
{{- range .Site.Menus.kontakt -}}
{{- if .HasChildren -}}
<li>
<a href="{{ .URL }}">{{ .Name }}</a>
<ul>
{{- range .Children -}}
<li><a href="{{ .URL }}">{{ .Name }}</a></li>
{{- end -}}
</ul>
</li>
{{- else -}}
<li><a href="{{ .URL }}">{{ .Name }}</a></li>
{{- end -}}
{{- end -}}
</ul>
</li>
</ul>
</nav>
</header>

BIN
static/icons/anonym.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 388 KiB