aboutsummaryrefslogtreecommitdiff
path: root/profile/public/index.html
diff options
context:
space:
mode:
authorMarvin Borner2021-01-29 14:10:17 +0100
committerMarvin Borner2021-01-29 14:10:17 +0100
commit8637186a9f835972a5a0b96e4df1665d6d42557a (patch)
tree5716f4d7095f675f6dc6ebffd68aa9fe701c74d4 /profile/public/index.html
parente83901076f3d15f5d601d53237f886b7bc34f50b (diff)
idk
Diffstat (limited to 'profile/public/index.html')
-rw-r--r--profile/public/index.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/profile/public/index.html b/profile/public/index.html
index a87fb77..91cb545 100644
--- a/profile/public/index.html
+++ b/profile/public/index.html
@@ -26,6 +26,10 @@
</div>
<main>
<h2 id="username"></h2>
+ <p>
+ Bitte fülle diese Seite nur mit korrekten Daten aus, da diese direkt in der Abizeitung dargestellt
+ werden. Auf dem Kinderbild solltest du gut sichtbar und nicht älter als 8 Jahre sein.
+ </p>
<form class="pure-form pure-form-stacked">
<fieldset>
<button type="submit" class="pure-button pure-button-primary">Senden</button>
@@ -36,7 +40,7 @@
<img id="popup-img" src="https://fengyuanchen.github.io/cropperjs/images/picture.jpg" alt="Picture" />
<button class="pure-button pure-button-primary" id="save-btn">Übernehmen</button>
<label for="rotation-slider">Drehen</label>
- <input id="rotation-slider" type="range" min="-180" max="180" value="0">
+ <input id="rotation-slider" type="range" min="-180" max="180" value="0" />
<div class="control-btns">
<button class="pure-button pure-button-primary" id="rot45" data-value="-45" data-rot="true">45</button>
<button class="pure-button pure-button-primary" id="nrot45" data-value="45" data-rot="true">-45</button>