2019-02-15 11:38:25 +01:00
|
|
|
{% set fqdn = 'c3woc.de'
|
|
|
|
%}<!DOCTYPE html>
|
2019-02-14 14:17:09 +01:00
|
|
|
<html{% if this.alt %} lang="{{ this.alt }}"{% endif %}>
|
2019-02-12 17:45:44 +01:00
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
2019-02-15 11:38:25 +01:00
|
|
|
<title>{% block title %}Startseite{% endblock %} - c3woc.de</title>
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />{%
|
|
|
|
if '/css/main.min.css'|asseturl == empty and '/css/main.css'|asseturl == empty %}
|
|
|
|
<link rel="stylesheet" href="{{ '/css/font-awesome.min.css'|asseturl }}" />
|
|
|
|
<link rel="stylesheet" href="{{ '/fonts/roboto.css'|asseturl }}" />{%
|
|
|
|
endif %}
|
|
|
|
<link rel="stylesheet" href={%
|
|
|
|
if '/css/main.min.css'|asseturl == empty %}{%
|
|
|
|
if '/css/main.css'|asseturl == empty %}"https://{{ fqdn }}/css/main.min.css"{%
|
|
|
|
else %}"{{ '/css/main.css'|asseturl }}"{%
|
|
|
|
endif %}{%
|
|
|
|
else %}"{{ '/css/main.min.css'|asseturl }}"{%
|
|
|
|
endif %} />
|
|
|
|
<!--[if lte IE 9]><link rel="stylesheet" href={%
|
|
|
|
if '/css/ie9.min.css'|asseturl == empty %}"https://{{ fqdn }}/css/ie9.min.css"{%
|
|
|
|
else %}"{{ '/css/ie9.min.css'|asseturl }}"{%
|
|
|
|
endif %}" /><![endif]-->
|
2019-02-12 23:52:50 +01:00
|
|
|
{% block expand_description
|
|
|
|
%}<meta name="description" content="{%
|
|
|
|
if bag('translate', this.alt, 'description') %}{{ bag('translate', this.alt, 'description') }}{%
|
|
|
|
else %}{{ bag('translate', 'de', 'description') }}{% endif %}" />{%
|
|
|
|
endblock %}
|
2019-02-14 14:17:09 +01:00
|
|
|
<link rel="apple-touch-icon" sizes="180x180" href="{{ '/images/icons/apple-touch-icon.png'|asseturl }}">
|
|
|
|
<link rel="icon" type="image/png" sizes="32x32" href="{{ '/images/icons/favicon-32x32.png'|asseturl }}">
|
|
|
|
<link rel="icon" type="image/png" sizes="16x16" href="{{ '/images/icons/favicon-16x16.png'|asseturl }}">
|
|
|
|
<link rel="manifest" href="{{ '/images/icons/site.webmanifest'|asseturl }}">
|
|
|
|
<link rel="mask-icon" href="{{ '/images/icons/safari-pinned-tab.svg'|asseturl }}" color="#e64f2d">
|
|
|
|
<link rel="shortcut icon" href="{{ '/images/icons/favicon.ico'|asseturl }}">
|
2019-02-12 17:45:44 +01:00
|
|
|
<meta name="msapplication-TileColor" content="#da532c">
|
2019-02-14 14:17:09 +01:00
|
|
|
<meta name="msapplication-config" content="{{ '/images/icons/browserconfig.xml'|asseturl }}">
|
2019-02-12 23:52:50 +01:00
|
|
|
<meta name="theme-color" content="#e64f2d">{%
|
|
|
|
block expand_header %}{% endblock %}
|
2019-02-14 14:17:09 +01:00
|
|
|
<script src="{{ '/js/jquery.min.js'|asseturl }}"></script>
|
2019-02-12 17:45:44 +01:00
|
|
|
</head>
|
|
|
|
<body class="{% if this._path == '/' %}landing {% endif %} is-preload">
|
|
|
|
<div id="page-wrapper">
|
|
|
|
<!-- Header -->
|
|
|
|
<header id="header">
|
|
|
|
<h1 id="logo">
|
|
|
|
<div class="tooltip">
|
2019-02-12 21:36:56 +01:00
|
|
|
<a id="tb-opened" class="button tb-opened navbar special" href="{%
|
2019-02-13 17:28:47 +01:00
|
|
|
if bag('translate', this.alt, 'api_url_open') %}{{ bag('translate', this.alt, 'api_url_open') }}{%
|
|
|
|
else %}{{ bag('translate', 'de', 'api_url_open') }}{% endif
|
2019-02-12 21:36:56 +01:00
|
|
|
%}">{%
|
|
|
|
if bag('translate', this.alt, 'api_space') %}{{ bag('translate', this.alt, 'api_space') }}{%
|
|
|
|
else %}{{ bag('translate', 'de', 'api_space') }}{% endif %} {%
|
|
|
|
if bag('translate', this.alt, 'api_open') %}{{ bag('translate', this.alt, 'api_open') }}{%
|
|
|
|
else %}{{ bag('translate', 'de', 'api_open') }}{% endif %}</a>
|
|
|
|
<span class="tooltiptext">{% if bag('translate', this.alt, 'api_open_text')
|
|
|
|
%}{{ bag('translate', this.alt, 'api_open_text') }}{%
|
|
|
|
else %}{{ bag('translate', 'de', 'api_open_text') }}{% endif %}</span>
|
2019-02-12 17:45:44 +01:00
|
|
|
</div>
|
|
|
|
<div class="tooltip">
|
2019-02-12 21:36:56 +01:00
|
|
|
<a id="tb-closed" class="tb-closed" href="{% if bag('translate', this.alt, 'api_url') %}{{ bag('translate', this.alt, 'api_url') }}{%
|
|
|
|
else %}{{ bag('translate', 'de', 'api_url') }}{% endif
|
|
|
|
%}">{%
|
|
|
|
if bag('translate', this.alt, 'api_space') %}{{ bag('translate', this.alt, 'api_space') }}{%
|
|
|
|
else %}{{ bag('translate', 'de', 'api_space') }}{%
|
|
|
|
endif %} {% if bag('translate', this.alt, 'api_closed') %}{{ bag('translate', this.alt, 'api_closed') }}{%
|
|
|
|
else %}{{ bag('translate', 'de', 'api_closed') }}{% endif %}</a>
|
|
|
|
<span class="tooltiptext">{% if bag('translate', this.alt, 'api_opening_time')
|
|
|
|
%}{{ bag('translate', this.alt, 'api_opening_time') }}{%
|
|
|
|
else %}{{ bag('translate', 'de', 'api_opening_time') }}{% endif %}</span>
|
2019-02-12 17:45:44 +01:00
|
|
|
</div>
|
|
|
|
</h1>
|
|
|
|
<nav id="nav">
|
|
|
|
<ul>
|
|
|
|
<li{% if this._path == '/' %} class="active"{% endif
|
|
|
|
%}><a href="{{ '/'|url }}">{%
|
|
|
|
if bag('navigation', this.alt, 'home') %}{{ bag('navigation', this.alt, 'home') }}{%
|
2019-02-12 21:36:56 +01:00
|
|
|
else %}{{ bag('navigation', 'de', 'home') }}{% endif %}</a></li>{%
|
2019-02-12 17:45:44 +01:00
|
|
|
for href, title, print in [
|
|
|
|
['/blog', 'Blog', 1],
|
2019-02-24 16:12:11 +01:00
|
|
|
['/rezept', 'Rezept', 1],
|
|
|
|
['/mitmachen', 'Mitmachen', 1],
|
|
|
|
['/hunger', 'Wo gibt es Waffeln?', 1],
|
2019-02-12 17:45:44 +01:00
|
|
|
['/kontakt', 'Kontakt', 1]
|
|
|
|
] %}{% if print %}
|
|
|
|
<li{% if this.is_child_of(href) %} class="active"{% endif
|
|
|
|
%}><a href="{{ href|url }}">{% if bag('navigation', this.alt, title) %}{{ bag('navigation', this.alt, title) }}{% else %}{{ title }}{% endif %}</a>{%
|
2019-02-24 16:12:11 +01:00
|
|
|
if title == 'Rezept' %}
|
|
|
|
<ul>{% set root = site.get('/rezept/', alt=this.alt) %}{%
|
|
|
|
for child in root.children recursive %}{% if loop.index <= 8 %}
|
2019-02-12 17:45:44 +01:00
|
|
|
<li{%
|
|
|
|
if this._path == child._path %} class="active"{% endif
|
|
|
|
%}><a href="{% if this.alt == 'de' %}{% else %}/{{ this.alt }}/{{ this.alt }}/{% endif %}{{ child|url }}">{{ child.title }}</a></li>{%
|
|
|
|
endif %}{% endfor %}
|
2019-02-24 16:12:11 +01:00
|
|
|
<li><a href="{{ '/rezept/'|url }}">{%
|
2019-02-12 21:36:56 +01:00
|
|
|
if bag('navigation', this.alt, 'show_projekt') %}{{ bag('navigation', this.alt, 'show_projekt') }}{%
|
|
|
|
else %}{{ bag('navigation', 'de', 'show_projekt') }}{% endif %}</a></li>
|
|
|
|
<li><a href="{{ '/feed_projekte.xml'|url }}">{%
|
|
|
|
if bag('navigation', this.alt, title) %}{{ bag('navigation', this.alt, title) }}{%
|
|
|
|
else %}{{ title }}{% endif %} {%
|
|
|
|
if bag('navigation', this.alt, 'xml') %}{{ bag('navigation', this.alt, 'xml') }}{%
|
|
|
|
else %}{{ bag('navigation', 'de', 'xml') }}{% endif %}</a></li>
|
2019-02-12 17:45:44 +01:00
|
|
|
</ul>{%
|
|
|
|
elif title == 'Kontakt' %}
|
2019-02-12 21:36:56 +01:00
|
|
|
<ul><li><a href="{{ '/kontakt'|url }}">{%
|
|
|
|
if bag('navigation', this.alt, 'Kontakt') %}{{ bag('navigation', this.alt, 'Kontakt') }}{%
|
|
|
|
else %}{{ bag('navigation', 'de', 'Kontakt') }}{% endif %}</a></li>
|
|
|
|
<li><a href="{{ '/impressum'|url }}">{%
|
|
|
|
if bag('navigation', this.alt, 'Impressum') %}{{ bag('navigation', this.alt, 'Impressum') }}{%
|
|
|
|
else %}Impressum{% endif %}</a></li>
|
|
|
|
<li><a href="{{ '/datenschutz/'|url }}">{%
|
|
|
|
if bag('navigation', this.alt, 'Datenschutz') %}{{ bag('navigation', this.alt, 'Datenschutz') }}{%
|
|
|
|
else %}Datenschutz{% endif %}</a></li>
|
2019-02-12 17:45:44 +01:00
|
|
|
</ul>{%
|
|
|
|
elif title == 'Blog' %}
|
|
|
|
<ul>{% set root = site.get('/blog/', alt=this.alt) %}{%
|
|
|
|
for child in root.children recursive %}
|
|
|
|
<li{%
|
|
|
|
if this._path == child._path %} class="active"{% endif
|
|
|
|
%}><a href="{{ child|url }}">{{ child.shorttitle }}</a></li>{%
|
|
|
|
endfor %}
|
|
|
|
<li><a href="{{ '/feed_blog.xml'|url }}">RSS Feed</a></li></ul>{%
|
|
|
|
endif %}</li>{%
|
|
|
|
endif %}{%
|
|
|
|
endfor %}
|
|
|
|
<li class="last"><a href="/{% if bag('navigation', this.alt, 'default_path') %}{{ bag('navigation', this.alt, 'default_path') }}{% else %}..{% endif %}{{ this._path }}">{% if bag('navigation', this.alt, 'sprache') %}{{ bag('navigation', this.alt, 'sprache') }}{% else %}Sprache{% endif %}</a>
|
|
|
|
<ul class="last">
|
2019-02-14 14:17:09 +01:00
|
|
|
<li><a href="{{ this._path }}">{%
|
2019-02-12 21:36:56 +01:00
|
|
|
if bag('navigation', this.alt, 'German') %}{{ bag('navigation', this.alt, 'German') }}{%
|
|
|
|
else %}{{ bag('navigation', 'de', 'German') }}{% endif %}</a></li>
|
|
|
|
<li><a href="/en{{ this._path }}">{%
|
|
|
|
if bag('navigation', this.alt, 'Englisch') %}{{ bag('navigation', this.alt, 'Englisch') }}{%
|
|
|
|
else %}{{ bag('navigation', 'de', 'Englisch') }}{%
|
|
|
|
endif %} <i>({%
|
|
|
|
if bag('navigation', this.alt, 'falls') %}{{ bag('navigation', this.alt, 'falls') }}{%
|
2019-02-12 21:44:53 +01:00
|
|
|
else %}{{ bag('navigation', 'de', 'falls') }}{%
|
2019-02-12 21:36:56 +01:00
|
|
|
endif %})</i></a><li>
|
2019-02-12 17:45:44 +01:00
|
|
|
</ul>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</nav>
|
|
|
|
</header>
|
|
|
|
<!-- Main -->
|
|
|
|
{% block body %}{% endblock %}
|
|
|
|
<!-- Footer -->
|
|
|
|
<footer id="footer">
|
2019-02-12 23:52:50 +01:00
|
|
|
<ul class="icons">{%
|
|
|
|
for label, icon, href in [
|
2019-02-16 15:01:01 +01:00
|
|
|
['Mastodon', 'fab fa-mastodon', "https://chaos.social/@c3woc"],
|
|
|
|
['Twitter', 'fab fa-twitter', "https://twitter.com/c3woc"],
|
|
|
|
['Webseite', 'fab fa-github', "https://github.com/ToolboxBodensee/c3woc-webseite"],
|
|
|
|
['Gitea', 'fab fa-gitlab', "https://gitea.see-base.de/c3woc/"],
|
|
|
|
['Mail', 'fas fa-envelope', "mailto:waffeln@c3woc.de"],
|
|
|
|
['IRC Chat', 'fas fa-hashtag', "ircs://irc.hackint.org/#waffel"],
|
|
|
|
['Webirc Chat', 'fab fa-slack', "https://webirc.hackint.org/#irc://irc.hackint.org/#waffel"],
|
|
|
|
['Rezept-Feed', 'fas fa-receipt', "https://c3woc.de.de/feed_rezepte.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"]
|
2019-02-12 17:45:44 +01:00
|
|
|
] %}
|
2019-02-12 23:52:50 +01:00
|
|
|
<li><a href="{{ href }}" title="{{ label }}" target="_blank" rel="noopener" class="icon {{ icon }}"></a></li>{%
|
|
|
|
endfor %}
|
2019-02-12 17:45:44 +01:00
|
|
|
</ul>
|
|
|
|
<ul class="copyright">
|
2019-02-16 15:01:01 +01:00
|
|
|
<li>©Copyright by C3 Waffel Operation Center.</li>
|
2019-02-12 23:52:50 +01:00
|
|
|
<li><a href="{{ '/impressum/'|url }}">{%
|
|
|
|
if bag('navigation', this.alt, 'Impressum') %}{{ bag('navigation', this.alt, 'Impressum') }}{%
|
|
|
|
else %}Impressum{% endif %}</a></li>
|
|
|
|
<li><a href="{{ '/datenschutz/'|url }}">{%
|
|
|
|
if bag('navigation', this.alt, 'Datenschutz') %}{{ bag('navigation', this.alt, 'Datenschutz') }}{%
|
|
|
|
else %}Datenschutzerklärung{% endif %}</a></li>
|
2019-02-12 17:45:44 +01:00
|
|
|
<li>Design inspired by <a href="http://html5up.net">HTML5 UP</a> </li>
|
|
|
|
<!-- CMS: Lektor | Angepasst durch L3D -->
|
|
|
|
<!-- advertising: Grab your waffle from C3WOC! C3WOC ->Great waffles for everypony. https://c3woc.de/ -->
|
|
|
|
</ul>
|
|
|
|
</footer>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<!-- Scripts -->
|
2019-02-14 14:17:09 +01:00
|
|
|
<script src="{{ '/js/jquery.scrolly.min.js'|asseturl }}"></script>
|
|
|
|
<script src="{{ '/js/jquery.scrollex.min.js'|asseturl }}"></script>
|
|
|
|
<script src="{{ '/js/skel.min.js'|asseturl }}"></script>
|
|
|
|
<script src="{{ '/js/util.js'|asseturl }}"></script>
|
|
|
|
<script src="{{ '/js/main.js'|asseturl }}"></script>
|
2019-02-12 17:45:44 +01:00
|
|
|
</body>
|
|
|
|
</html>
|