Automated deployment: Thu Feb 13 10:57:36 UTC 2020 9acadf5e62

This commit is contained in:
TroogS
2020-02-13 10:57:36 +00:00
parent 333c3bc665
commit 672135eeaa
14 changed files with 48 additions and 8 deletions

BIN
android-chrome-192x192.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

BIN
android-chrome-384x384.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

BIN
android-chrome-512x512.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

View File

@@ -50,9 +50,15 @@
<div class="center-container">
<div style="width: 100%;max-width: 600px;">
<p>
Die Anmeldung ist vorerst nur für Chapter-Mitglieder geöffnet.
</p>
</div>
<ul>
<li>Die Anmeldung ist vorerst nur für Chapter-Mitglieder geöffnet.</li>
<li>Die Anmeldung ist verbindlich. Wer dann doch verhindert ist, muss selbst für Ersatz sorgen.</li>
<li>Die Basiskosten betragen 30€ (Übernachtung, Reinigung) und sind spätestens bei Ankunft zu bezahlen</li>
<li>Informationen zur Verpflegung folgen. Hier wird es eine separate Anmeldung geben
</p>
</div>
</li>
</ul>
</div>
<div class="center-container">
<form class="form" method="GET" action="http://beging.de/form/write/ddwetest">
@@ -82,9 +88,13 @@
<label for="ernaehrung">Ernährung</label>
</div>
<div class="grow-2">
<textarea id="message" name="message"></textarea>
<label for="message">Sonst noch was?</label>
</div>
<div class="grow-2">
<input class="btn" type="submit" value="Verbindlich anmelden" />
</div>
<div class="grow-2">
<input class="btn btn-lg" type="submit" value="Verbindlich anmelden" />
</div>
</form>
</div>

BIN
apple-touch-icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

9
browserconfig.xml Normal file
View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="/mstile-150x150.png"/>
<TileColor>#ffffff</TileColor>
</tile>
</msapplication>
</browserconfig>

View File

@@ -6158,8 +6158,10 @@ footer .footer-row img {
.form textarea {
width: 100%;
border: 1px solid #ccc;
border-radius: 4px;
padding: 4px;
border-radius: 10px;
font-size: 1.4em;
padding: 10px;
padding-left: 15px;
border-left: 5px solid maroon;
}
.form input[type='submit'] {

2
css/ndws.min.css vendored

File diff suppressed because one or more lines are too long

BIN
favicon-16x16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 729 B

BIN
favicon-32x32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -17,7 +17,7 @@
<pubDate>Wed, 12 Feb 2020 00:00:00 +0000</pubDate>
<guid>https://ddwe.beging.de/anmeldung/</guid>
<description> Die Anmeldung ist vorerst nur für Chapter-Mitglieder geöffnet. Name E-Mail Hex-ID (z.B. 0xC0) Chapter Ich esse Fleisch Vegetarier Veganer Ernährung </description>
<description>Die Anmeldung ist vorerst nur für Chapter-Mitglieder geöffnet. Die Anmeldung ist verbindlich. Wer dann doch verhindert ist, muss selbst für Ersatz sorgen. Die Basiskosten betragen 30€ (Übernachtung, Reinigung) und sind spätestens bei Ankunft zu bezahlen Informationen zur Verpflegung folgen. Hier wird es eine separate Anmeldung geben Name E-Mail Hex-ID (z.B. 0xC0) Chapter Ich esse Fleisch Vegetarier Veganer Ernährung Sonst noch was?</description>
</item>
<item>

BIN
mstile-150x150.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

19
site.webmanifest Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "",
"short_name": "",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-384x384.png",
"sizes": "384x384",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}