Automated deployment: Sat Feb 29 17:31:31 UTC 2020 4a4cc96842

This commit is contained in:
TroogS
2020-02-29 17:31:31 +00:00
parent 1848a7289a
commit 2a1b4c4a3d
9 changed files with 32 additions and 167 deletions

View File

@@ -31,11 +31,6 @@
</a> </a>
<a href='https://ddwe.beging.de/kosten/'>
<li >Kosten</li>
</a>
<a href='https://ddwe.beging.de/location/'> <a href='https://ddwe.beging.de/location/'>
<li >Location</li> <li >Location</li>
</a> </a>

View File

@@ -31,11 +31,6 @@
</a> </a>
<a href='https://ddwe.beging.de/kosten/'>
<li >Kosten</li>
</a>
<a href='https://ddwe.beging.de/location/'> <a href='https://ddwe.beging.de/location/'>
<li >Location</li> <li >Location</li>
</a> </a>

View File

@@ -32,11 +32,6 @@
</a> </a>
<a href='https://ddwe.beging.de/kosten/'>
<li >Kosten</li>
</a>
<a href='https://ddwe.beging.de/location/'> <a href='https://ddwe.beging.de/location/'>
<li >Location</li> <li >Location</li>
</a> </a>
@@ -80,7 +75,7 @@
<div> <div>
<h1>Das erste alljährliche*<br /><img src="assets/dd_white.png">-Wochenende</DD></h1> <h1>Das erste alljährliche*<br /><img src="assets/dd_white.png">-Wochenende</DD></h1>
<h2>28.08 - 30.08.2020</h2> <h2>28.08 - 30.08.2020</h2>
<h3><a href='https://ddwe.beging.de/anmeldung/' class="btn btn-light btn-lg">INFOS</a> <a href='https://ddwe.beging.de/anmeldung/' class="btn btn-light btn-lg">JETZT ANMELDEN!</a></h3> <h3><a href='https://ddwe.beging.de/location/' class="btn btn-light btn-lg">INFOS</a> <a href='https://ddwe.beging.de/anmeldung/' class="btn btn-light btn-lg">JETZT ANMELDEN!</a></h3>
</div> </div>
</div> </div>
</div> </div>

View File

@@ -6,20 +6,11 @@
<description>Recent content on &lt;DD&gt;-Wochenende</description> <description>Recent content on &lt;DD&gt;-Wochenende</description>
<generator>Hugo -- gohugo.io</generator> <generator>Hugo -- gohugo.io</generator>
<language>de-DE</language> <language>de-DE</language>
<lastBuildDate>Sat, 29 Feb 2020 00:00:00 +0000</lastBuildDate> <lastBuildDate>Tue, 18 Feb 2020 00:00:00 +0000</lastBuildDate>
<atom:link href="https://ddwe.beging.de/index.xml" rel="self" type="application/rss+xml" /> <atom:link href="https://ddwe.beging.de/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Kosten</title>
<link>https://ddwe.beging.de/kosten/</link>
<pubDate>Sat, 29 Feb 2020 00:00:00 +0000</pubDate>
<guid>https://ddwe.beging.de/kosten/</guid>
<description></description>
</item>
<item> <item>
<title>Merchandise</title> <title>Merchandise</title>
<link>https://ddwe.beging.de/merch/</link> <link>https://ddwe.beging.de/merch/</link>

View File

@@ -7,11 +7,18 @@ if (document.body.classList.contains("hero")) {
document.body.classList.remove("scroll"); document.body.classList.remove("scroll");
}); });
} }
window.onload = function () {
// Sidebar toggle // Sidebar toggle
document.querySelector('[data-action="toggle-sidebar"]').addEventListener("click", function () { var sidebarToggleElement = document.querySelector('[data-action="toggle-sidebar"]');
if (sidebarToggleElement) {
sidebarToggleElement.addEventListener("click", function () {
document.body.classList.toggle("sidebar"); document.body.classList.toggle("sidebar");
}); });
document.querySelector('form').addEventListener('submit', function (e) { }
// Form silent submit
var formElement = document.querySelector('form');
if (formElement) {
formElement.addEventListener('submit', function (e) {
var targetUrl = e.target.action; var targetUrl = e.target.action;
// Load form data // Load form data
var formParameter = GetFormParameter(e.target); var formParameter = GetFormParameter(e.target);
@@ -27,6 +34,8 @@ document.querySelector('form').addEventListener('submit', function (e) {
alert("Anmeldung abgeschickt"); alert("Anmeldung abgeschickt");
e.preventDefault(); e.preventDefault();
}); });
}
};
function GetFormParameter(form) { function GetFormParameter(form) {
var params = new Array(); var params = new Array();
var length = form.elements.length; var length = form.elements.length;

View File

@@ -1,105 +0,0 @@
<!DOCTYPE html>
<html lang="de">
<head>
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="../favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="../favicon-16x16.png" />
<link rel="manifest" href="../site.webmanifest" />
<link rel="mask-icon" href="../safari-pinned-tab.svg" color="#000000" />
<meta name="msapplication-TileColor" content="#ffffff" />
<meta name="theme-color" content="#040404" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Kosten | &lt;DD> Wochenende</title>
<link rel="stylesheet" href='https://ddwe.beging.de/css/ndws.css' />
</head>
<body >
<div class="nav">
<nav>
<div class="nav-left">
<a href='https://ddwe.beging.de/' class="header-logo">
<img src='https://ddwe.beging.de/assets/dd_white.png' />
</a>
<ul class="nav-links">
<a href='https://ddwe.beging.de/anmeldung/'>
<li >Anmeldung</li>
</a>
<a href='https://ddwe.beging.de/kosten/'>
<li class='active'>Kosten</li>
</a>
<a href='https://ddwe.beging.de/location/'>
<li >Location</li>
</a>
<a href='https://ddwe.beging.de/merch/'>
<li >Merchandise</li>
</a>
</ul>
</div>
<div class="nav-right">
<ul class="nav-links">
</ul>
</div>
</nav>
</div>
<div id="sidebar">
<div class="hamburger">
<div data-action="toggle-sidebar">
<span></span>
<span></span>
<span></span>
</div>
</div>
<ul>
<a href='https://ddwe.beging.de/anmeldung/'>
<li>Anmeldung</li>
</a>
<a href='https://ddwe.beging.de/location/'>
<li>Location</li>
</a>
<a href='https://ddwe.beging.de/merch/'>
<li>Merchandise</li>
</a>
</ul>
</div>
<div id="content">
<h1>Kosten</h1>
<hr />
</div>
<footer>
<div class="footer-row">
<div class="column">
<p>
<strong>Codename DDWE</strong>
</p>
<p>
Eine Schnapsidee des &lt;DD&gt;-Chapter Siegen: Name folgt...
</p>
<p>
<a href='http://durstiger-donnerstag.de/index.php?page=kontakt_impressum' target="_blank">Impressum</a> | <a href='http://durstiger-donnerstag.de/index.php?page=datenschutz' target="_blank">Datenschutzerklärung</a>
</p>
</div>
<div class="column">
<p>
<img src='https://ddwe.beging.de/assets/D5_Logo.svg' >
</p>
</div>
</div>
</footer>
<script src='https://ddwe.beging.de/js/script.js'></script>
</body>
</html>

View File

@@ -31,11 +31,6 @@
</a> </a>
<a href='https://ddwe.beging.de/kosten/'>
<li >Kosten</li>
</a>
<a href='https://ddwe.beging.de/location/'> <a href='https://ddwe.beging.de/location/'>
<li class='active'>Location</li> <li class='active'>Location</li>
</a> </a>

View File

@@ -31,11 +31,6 @@
</a> </a>
<a href='https://ddwe.beging.de/kosten/'>
<li >Kosten</li>
</a>
<a href='https://ddwe.beging.de/location/'> <a href='https://ddwe.beging.de/location/'>
<li >Location</li> <li >Location</li>
</a> </a>

View File

@@ -4,12 +4,7 @@
<url> <url>
<loc>https://ddwe.beging.de/</loc> <loc>https://ddwe.beging.de/</loc>
<lastmod>2020-02-29T00:00:00+00:00</lastmod> <lastmod>2020-02-18T00:00:00+00:00</lastmod>
</url>
<url>
<loc>https://ddwe.beging.de/kosten/</loc>
<lastmod>2020-02-29T00:00:00+00:00</lastmod>
</url> </url>
<url> <url>