forked from SapplyValues/SapplyValues.github.io
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathinstructions.html
45 lines (39 loc) · 1.53 KB
/
instructions.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>HHWValues Quiz</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="x-icon" href="./assets/icon.png">
<link rel="shortcut icon" type="x-icon" href="./assets/icon.png">
<link rel="stylesheet" href="./style.css">
</head>
<body>
<header>
<div id="header">
<h1><a href="/">HHWValues</a></h1>
</div>
</header>
<main>
<div id="mainFrame">
<h2>Instructions</h2>
<p class="question">You will be presented with a series of statements. For each one, click the button with your
opinion on it.</p>
<nav class="navButtons questionButtons">
<button class="button" onclick="location.href='quiz.html?shuffle=true';">Proceed (Shuffled)</button><br>
<button class="button" onclick="location.href='quiz.html?shuffle=false';">Proceed (Unshuffled)</button><br>
<button class="button disagree" onclick="location.href='index.html';">Go Back</button><br>
</div>
</div>
</main>
<footer>
<p>
8values, 9axes, SapplyValues and HHWValues are licensed under the Expat/MIT license. You can find a copy of the
license <a href="https://strawberrymaster.github.io/HHWValues/LICENSE">here</a> or on the <a
href="https://github.com/StrawberryMaster/HHWValues/blob/master/LICENSE">GitHub
repo</a>.<br />
This page's design was inspired on those of <a href="https://dbhq.github.io/">PolitiScales, DBHQ Edition</a>.
</p>
</footer>
</body>
</html>