|
|
@@ -11,36 +11,38 @@
|
|
|
|
|
|
<header>
|
|
|
<h1>Puzzeltochten</h1>
|
|
|
- <div id="unsupported">Deze browser ondersteunt de vereiste functionaliteit voor deze applicatie niet</div>
|
|
|
</header>
|
|
|
|
|
|
+<main>
|
|
|
+<div id="unsupported" style="display:none">Deze browser ondersteunt de vereiste functionaliteit voor deze applicatie niet</div>
|
|
|
<div id="join">
|
|
|
- <header>
|
|
|
- <h2>Kies teamnaam en puzzeltocht</h2>
|
|
|
- </header>
|
|
|
-
|
|
|
+ <p>
|
|
|
+ Schrijf hier je team in.
|
|
|
+ Let op: deze app werkt alleen op apparaten met GPS functie, zorg dat deze aan staat!
|
|
|
+ </p>
|
|
|
<form id="joinForm">
|
|
|
<label for="teamName">Teamnaam: </label>
|
|
|
<input type="text" id="teamName"/>
|
|
|
<label for="events">Puzzeltocht:</label>
|
|
|
<div id="events">
|
|
|
- <label><input name="eventId" type="radio"></label>
|
|
|
+ <label>Laden...</label>
|
|
|
</div>
|
|
|
+ <label for="joinButton">Bevestigen:</label>
|
|
|
<button type="submit" id="joinButton" disabled>Wij doen mee!</button>
|
|
|
</form>
|
|
|
</div>
|
|
|
-
|
|
|
<section id="mission" style="display:none">
|
|
|
<header>
|
|
|
- <h1 id="missionTitle">Laden...</h1>
|
|
|
+ <h1 id="missionTitle">Locatie bepalen...</h1>
|
|
|
</header>
|
|
|
- <p id="missionDescription"></p>
|
|
|
+ <p id="missionDescription">Deze app vereist een accurate locatie, zet daarom de GPS functie van je apparaat aan.</p>
|
|
|
<div id="questionMission">
|
|
|
<label for="questionAnwser">Antwoord: </label>
|
|
|
<input type="text" id="questionAnwser" required/>
|
|
|
<button id="answerButton">Verstuur antwoord</button>
|
|
|
</div>
|
|
|
</section>
|
|
|
+</main>
|
|
|
|
|
|
<footer>
|
|
|
<div id="location">Locatie onbekend</div>
|