Compare commits
No commits in common. "85704540e6b5fa7942b825f2959a93c441113e28" and "8b169ce19f34460f01a4c6d43f7f1316bfc8e4ea" have entirely different histories.
85704540e6
...
8b169ce19f
@ -6,7 +6,7 @@ draft: true
|
||||
|
||||
# Unterstützte Communities oder Communities unserer Mitglieder
|
||||
|
||||
{{< deck_start >}}
|
||||
{{< community_deck_start >}}
|
||||
|
||||
|
||||
{{< community
|
||||
@ -37,8 +37,8 @@ draft: true
|
||||
>}}
|
||||
|
||||
|
||||
{{< deck_end >}}
|
||||
{{< deck_start >}}
|
||||
{{< community_deck_end >}}
|
||||
{{< community_deck_start >}}
|
||||
|
||||
|
||||
{{< community
|
||||
@ -69,8 +69,8 @@ draft: true
|
||||
>}}
|
||||
|
||||
|
||||
{{< deck_end >}}
|
||||
{{< deck_start >}}
|
||||
{{< community_deck_end >}}
|
||||
{{< community_deck_start >}}
|
||||
|
||||
|
||||
{{< community
|
||||
@ -83,4 +83,4 @@ draft: true
|
||||
>}}
|
||||
|
||||
|
||||
{{< deck_end >}}
|
||||
{{< community_deck_end >}}
|
@ -1,53 +0,0 @@
|
||||
---
|
||||
title: "Links"
|
||||
date: 2020-02-10T12:12:34+01:00
|
||||
draft: false
|
||||
---
|
||||
|
||||
# Links
|
||||
|
||||
{{< deck_start >}}
|
||||
|
||||
|
||||
{{< link
|
||||
name="Firmware Downloader"
|
||||
description="Das ist der zentrale Anlaufpunkte für das Downloaden der Firmware von den Communities in der Region."
|
||||
link_caption="Zum Firmware-Downloader"
|
||||
link="https://downloader.freifunk-rhein-sieg.net/"
|
||||
>}}
|
||||
|
||||
{{< link
|
||||
name="Freifunk.net"
|
||||
description="Die Freifunk-Website vom Förderverein Freie Netzwerke e. V. aus Berlin."
|
||||
link_caption="Zur Website"
|
||||
link="https://freifunk.net/"
|
||||
>}}
|
||||
|
||||
{{< link
|
||||
name="Freifunk Rheinland.net"
|
||||
description="Die Website vom Freifunk-Rheinland e. V. "
|
||||
link_caption="Zur Website"
|
||||
link="https://freifunk-rheinland.net/"
|
||||
>}}
|
||||
|
||||
|
||||
{{< deck_end >}}
|
||||
{{< deck_start >}}
|
||||
|
||||
|
||||
{{< link
|
||||
name="Freifunk Wiki"
|
||||
description="Das Freifunk Wiki "
|
||||
link_caption="Zum Wiki"
|
||||
link="https://wiki.freifunk.net/"
|
||||
>}}
|
||||
|
||||
{{< link
|
||||
name="Pico Peering Agreement"
|
||||
description="Das Pico Peering Adreement nach dem sich die Freifunker richten."
|
||||
link_caption="Zum PPA"
|
||||
link="https://www.picopeer.net/PPA-de.shtml"
|
||||
>}}
|
||||
|
||||
|
||||
{{< deck_end >}}
|
@ -1,20 +0,0 @@
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
<h5>{{ .Get "name" }}</h5>
|
||||
<p>{{ .Get "description" }}</p>
|
||||
</div>
|
||||
<div class="card-footer p-0">
|
||||
<div class="row m-0">
|
||||
|
||||
{{ if .Get "link" }}
|
||||
<div class="col p-0">
|
||||
<a class="btn btn-dark w-100" href="{{ .Get "link" }}" target="_blank">{{ .Get "link_caption" }}</a>
|
||||
</div>
|
||||
{{ end }}
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
@ -48,11 +48,6 @@ footer{
|
||||
background-color: hsl(42, 100%, 45%);
|
||||
}
|
||||
|
||||
.card-footer .btn{
|
||||
border-top-left-radius: 0;
|
||||
border-top-right-radius: 0;
|
||||
}
|
||||
|
||||
@media all and (max-width: 900px) {
|
||||
.card-deck {
|
||||
display:block!important;
|
||||
|
Loading…
Reference in New Issue
Block a user