Update contact page

This commit is contained in:
L3D 2019-02-16 15:01:01 +01:00
parent d549053802
commit 749e78de7f
Signed by: l3d
GPG key ID: CD08445BFF4313D1
2 changed files with 13 additions and 11 deletions

View file

@ -21,7 +21,7 @@ icons_header: Wo kannst du uns treffen?
icons_text: icons_text:
Das C3WOC erfreut sich einer großen beliebtheit. Besonders im Umkreis des Chaos Computer Club und Chaosnahen veranstaltungen.<br/> Das C3WOC erfreut sich einer großen beliebtheit. Besonders im Umkreis des Chaos Computer Club und Chaosnahen veranstaltungen.<br/>
Selbstverständlich dürfen wir dort zum Waffeln backen nicht fehlen! Selbstverständlich sollen dort Waffeln nicht fehlen!
--- ---
icons_1_1: fa-code icons_1_1: fa-code
--- ---

View file

@ -175,21 +175,23 @@
<footer id="footer"> <footer id="footer">
<ul class="icons">{% <ul class="icons">{%
for label, icon, href in [ for label, icon, href in [
['Twitter', 'fab fa-twitter', "https://twitter.com/toolboxbodensee"], ['Mastodon', 'fab fa-mastodon', "https://chaos.social/@c3woc"],
['Mastodon', 'fab fa-mastodon', "https://chaos.social/@toolbox"], ['Twitter', 'fab fa-twitter', "https://twitter.com/c3woc"],
['Facebook', 'fab fa-facebook', "https://www.facebook.com/toolboxbodensee/"], ['Webseite', 'fab fa-github', "https://github.com/ToolboxBodensee/c3woc-webseite"],
['Instagram', 'fab fa-instagram', "https://www.instagram.com/toolbox_bodensee/"], ['Gitea', 'fab fa-gitlab', "https://gitea.see-base.de/c3woc/"],
['GitHub', 'fab fa-github', "https://github.com/ToolboxBodensee"], ['Mail', 'fas fa-envelope', "mailto:waffeln@c3woc.de"],
['YouTube', 'fab fa-youtube', "https://www.youtube.com/channel/UCoTB8frSN0OT2mZl2IXSsDA/videos"], ['IRC Chat', 'fas fa-hashtag', "ircs://irc.hackint.org/#waffel"],
['Mail', 'fas fa-envelope', "mailto:kontakt@toolbox-bodensee.de"], ['Webirc Chat', 'fab fa-slack', "https://webirc.hackint.org/#irc://irc.hackint.org/#waffel"],
['Telefon', 'fas fa-phone', "tel:+4975449667222"], ['Rezept-Feed', 'fas fa-receipt', "https://c3woc.de.de/feed_rezepte.xml"],
['News', 'fas fa-rss', "https://toolbox-bodensee.de/feed_blog.xml"] ['News', 'fas fa-rss', "https://c3woc.de/feed_blog.xml"],
['Tourdaten', 'far fa-calendar-plus', "https://c3woc.de/waffeln.ics"],
['Tourdaten', 'fas fa-user-plus', "https://c3woc.de/mitmachen"]
] %} ] %}
<li><a href="{{ href }}" title="{{ label }}" target="_blank" rel="noopener" class="icon {{ icon }}"></a></li>{% <li><a href="{{ href }}" title="{{ label }}" target="_blank" rel="noopener" class="icon {{ icon }}"></a></li>{%
endfor %} endfor %}
</ul> </ul>
<ul class="copyright"> <ul class="copyright">
<li>&copy;Copyright by Toolbox Bodensee e.V.</li> <li>&copy;Copyright by C3 Waffel Operation Center.</li>
<li><a href="{{ '/impressum/'|url }}">{% <li><a href="{{ '/impressum/'|url }}">{%
if bag('navigation', this.alt, 'Impressum') %}{{ bag('navigation', this.alt, 'Impressum') }}{% if bag('navigation', this.alt, 'Impressum') %}{{ bag('navigation', this.alt, 'Impressum') }}{%
else %}Impressum{% endif %}</a></li> else %}Impressum{% endif %}</a></li>