Automated deployment: Thu Feb 13 10:57:36 UTC 2020 9acadf5e62
BIN
android-chrome-192x192.png
Normal file
|
After Width: | Height: | Size: 5.0 KiB |
BIN
android-chrome-384x384.png
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
android-chrome-512x512.png
Normal file
|
After Width: | Height: | Size: 55 KiB |
@@ -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
|
After Width: | Height: | Size: 4.7 KiB |
9
browserconfig.xml
Normal 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>
|
||||
@@ -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
BIN
favicon-16x16.png
Normal file
|
After Width: | Height: | Size: 729 B |
BIN
favicon-32x32.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
favicon.ico
Normal file
|
After Width: | Height: | Size: 15 KiB |
@@ -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
|
After Width: | Height: | Size: 3.5 KiB |
19
site.webmanifest
Normal 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"
|
||||
}
|
||||