Automated deployment: Tue Feb 18 21:58:22 UTC 2020 5f9ae37008

This commit is contained in:
TroogS
2020-02-18 21:58:22 +00:00
parent 6d79b29703
commit 5fa6c0c0e8
8 changed files with 159 additions and 7 deletions

View File

@@ -34,6 +34,11 @@
<a href='https://ddwe.beging.de/info/'> <a href='https://ddwe.beging.de/info/'>
<li >Infos</li> <li >Infos</li>
</a> </a>
<a href='https://ddwe.beging.de/merch/'>
<li >Merch</li>
</a>
</ul> </ul>
</div> </div>
<div class="nav-right"> <div class="nav-right">

View File

@@ -34,6 +34,11 @@
<a href='https://ddwe.beging.de/info/'> <a href='https://ddwe.beging.de/info/'>
<li >Infos</li> <li >Infos</li>
</a> </a>
<a href='https://ddwe.beging.de/merch/'>
<li >Merch</li>
</a>
</ul> </ul>
</div> </div>
<div class="nav-right"> <div class="nav-right">
@@ -79,10 +84,6 @@
<input id="chapter" name="chapter" type="text" required /> <input id="chapter" name="chapter" type="text" required />
<label for="chapter">Chapter</label> <label for="chapter">Chapter</label>
</div> </div>
<div class="grow-2">
<input id="allergien" name="allergien" type="text" />
<label for="allergien">Allergien</label>
</div>
<div class="grow-1"> <div class="grow-1">
<input id="abendFreitag" name="abendFreitag" type="checkbox" checked /> <input id="abendFreitag" name="abendFreitag" type="checkbox" checked />
<label for="abendFreitag">Abendessen Freitag</label> <label for="abendFreitag">Abendessen Freitag</label>
@@ -100,6 +101,10 @@
</select> </select>
<label for="ernaehrung">Ernährung</label> <label for="ernaehrung">Ernährung</label>
</div> </div>
<div class="grow-2">
<input id="allergien" name="allergien" type="text" />
<label for="allergien">Allergien</label>
</div>
<div class="grow-2"> <div class="grow-2">
<textarea id="message" name="message"></textarea> <textarea id="message" name="message"></textarea>
<label for="message">Sonst noch was?</label> <label for="message">Sonst noch was?</label>

View File

@@ -35,6 +35,11 @@
<a href='https://ddwe.beging.de/info/'> <a href='https://ddwe.beging.de/info/'>
<li >Infos</li> <li >Infos</li>
</a> </a>
<a href='https://ddwe.beging.de/merch/'>
<li >Merch</li>
</a>
</ul> </ul>
</div> </div>
<div class="nav-right"> <div class="nav-right">

View File

@@ -6,11 +6,22 @@
<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>Wed, 12 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>Merchandise</title>
<link>https://ddwe.beging.de/merch/</link>
<pubDate>Tue, 18 Feb 2020 00:00:00 +0000</pubDate>
<guid>https://ddwe.beging.de/merch/</guid>
<description>Es wird Merch geben. Bierkrug?
Es wird Merch geben. Nach der Bestellung bekommst du von uns eine E-Mail (manuell, nicht automatisch) mit den Zahlungsinfos. Es gilt das Prinzip der Vorkasse, der offene Betrag muss bis zum 28. Juni 2020 beglichen sein.
Name E-Mail Ja! Bierkrug! (15,00 EUR) Kein Bierkrug Bierkrug Sonst noch was? </description>
</item>
<item> <item>
<title>Anmeldung</title> <title>Anmeldung</title>
<link>https://ddwe.beging.de/anmeldung/</link> <link>https://ddwe.beging.de/anmeldung/</link>

View File

@@ -34,6 +34,11 @@
<a href='https://ddwe.beging.de/info/'> <a href='https://ddwe.beging.de/info/'>
<li class='active'>Infos</li> <li class='active'>Infos</li>
</a> </a>
<a href='https://ddwe.beging.de/merch/'>
<li >Merch</li>
</a>
</ul> </ul>
</div> </div>
<div class="nav-right"> <div class="nav-right">

View File

@@ -19,7 +19,7 @@ document.querySelector('form').addEventListener('submit', function (e) {
xmlHttp.open("GET", getUrl); xmlHttp.open("GET", getUrl);
xmlHttp.send(); xmlHttp.send();
// Cleanup // Cleanup
// e.target.reset(); e.target.reset();
alert("Anmeldung abgeschickt"); alert("Anmeldung abgeschickt");
e.preventDefault(); e.preventDefault();
}); });

116
merch/index.html Normal file
View File

@@ -0,0 +1,116 @@
<!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>Merchandise | &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/info/'>
<li >Infos</li>
</a>
<a href='https://ddwe.beging.de/merch/'>
<li class='active'>Merch</li>
</a>
</ul>
</div>
<div class="nav-right">
<ul class="nav-links">
</ul>
</div>
</nav>
</div>
<div id="content">
<h1>Merchandise</h1>
<hr />
<p>Es wird Merch geben. Bierkrug?</p>
<div class="center-container">
<div style="width: 100%;max-width: 600px;">
<p>
Es wird Merch geben.
<p>Nach der Bestellung bekommst du von uns eine E-Mail (manuell, nicht automatisch) mit den Zahlungsinfos. Es gilt das Prinzip der <strong>Vorkasse</strong>, der offene Betrag muss bis zum <strong>28. Juni 2020</strong> beglichen sein.
</p>
</div></p>
</div>
<div class="center-container">
<form class="form" method="GET" action="https://ssl.webpack.de/beging.de/form/write/ddwemerch">
<div class="grow-1">
<input id="name" name="name" type="text" required />
<label for="name">Name</label>
</div>
<div class="grow-1">
<input id="mail" name="mail" type="email" required />
<label for="mail">E-Mail</label>
</div>
<div class="grow-2">
<select id="bierkrug" name="bierkrug" required>
<option value="Bierkrug ja">Ja! Bierkrug! (15,00 EUR)</option>
<option value="Bierkrug nein">Kein Bierkrug</option>
</select>
<label for="bierkrug">Bierkrug</label>
</div>
<div class="grow-2">
<textarea id="message" name="message"></textarea>
<label for="message">Sonst noch was?</label>
</div>
<div class="grow-2">
</div>
<div class="grow-2">
<input class="btn btn-lg" type="submit" value="Verbindlich bestellen" />
</div>
</form>
</div>
</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

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