-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstruction.html
More file actions
47 lines (44 loc) · 1.87 KB
/
instruction.html
File metadata and controls
47 lines (44 loc) · 1.87 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1, width=device-width">
<title>Walk the Ward</title>
<!-- Boostrap CSS: Latest compiled and minified CSS -->
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
</head>
<body>
<div class="titleGame">
<IMG STYLE="border: none;" SRC="WalkTheWardLogo.png" ALT="Home">
</IMG>
</div>
<div class="col-xs-12 col-sm-12 guide corner instruction" id="gameGuide">
<div class="col-xs-12 col-sm-12">
<h2>Spel</h2>
</div>
<div class="col-xs-12 col-sm-12">
<p>Tryck för att börja spela! När du har hittat en QR-kod, se till att QR-koden är inuti kamera ramen, håll enheten rakt. Du får då en fråga att besvara! Antal rätt och antal meter du har gått lagras och visas i slutet!</p>
</div>
</div>
<div class="col-xs-12 col-sm-12 guide corner instruction">
<div class="col-xs-12 col-sm-12 ">
<h2>Stationer</h2>
</div>
<div class="col-xs-12 col-sm-12">
<p>Här kan du se avstånden mellan de olika stationer där QR-koder finns! Välj stationen du står vid!</p>
</div>
</div>
<div class="col-xs-12 col-sm-12 guide corner instruction">
<div class="col-xs-12 col-sm-12 ">
<h2>Börja om</h2>
</div>
<div class="col-xs-12 col-sm-12">
<p>Tryck för att börja om spelet!</p>
</div>
</div>
<div class="col-xs-12 col-sm-12">
<a href="index.html" class="form back">Tillbaka</a>
</div>
<script href="script.js"></script>
</body>
</html>