Compare commits
4 Commits
8b169ce19f
...
85704540e6
Author | SHA1 | Date | |
---|---|---|---|
|
85704540e6 | ||
|
a8332168d7 | ||
|
08421e9da9 | ||
|
dccbafa287 |
@ -6,7 +6,7 @@ draft: true
|
|||||||
|
|
||||||
# Unterstützte Communities oder Communities unserer Mitglieder
|
# Unterstützte Communities oder Communities unserer Mitglieder
|
||||||
|
|
||||||
{{< community_deck_start >}}
|
{{< deck_start >}}
|
||||||
|
|
||||||
|
|
||||||
{{< community
|
{{< community
|
||||||
@ -37,8 +37,8 @@ draft: true
|
|||||||
>}}
|
>}}
|
||||||
|
|
||||||
|
|
||||||
{{< community_deck_end >}}
|
{{< deck_end >}}
|
||||||
{{< community_deck_start >}}
|
{{< deck_start >}}
|
||||||
|
|
||||||
|
|
||||||
{{< community
|
{{< community
|
||||||
@ -69,8 +69,8 @@ draft: true
|
|||||||
>}}
|
>}}
|
||||||
|
|
||||||
|
|
||||||
{{< community_deck_end >}}
|
{{< deck_end >}}
|
||||||
{{< community_deck_start >}}
|
{{< deck_start >}}
|
||||||
|
|
||||||
|
|
||||||
{{< community
|
{{< community
|
||||||
@ -83,4 +83,4 @@ draft: true
|
|||||||
>}}
|
>}}
|
||||||
|
|
||||||
|
|
||||||
{{< community_deck_end >}}
|
{{< deck_end >}}
|
53
site/content/links.md
Normal file
53
site/content/links.md
Normal file
@ -0,0 +1,53 @@
|
|||||||
|
---
|
||||||
|
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 >}}
|
20
site/themes/hugo_ff_theme/layouts/shortcodes/link.html
Normal file
20
site/themes/hugo_ff_theme/layouts/shortcodes/link.html
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
<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,6 +48,11 @@ footer{
|
|||||||
background-color: hsl(42, 100%, 45%);
|
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) {
|
@media all and (max-width: 900px) {
|
||||||
.card-deck {
|
.card-deck {
|
||||||
display:block!important;
|
display:block!important;
|
||||||
|
Loading…
Reference in New Issue
Block a user