forked from LeftValues/leftvalues.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
instructions.html
42 lines (37 loc) · 1.89 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="format-detection" content="telephone=no">
<meta name="robots" content="noindex">
<title>Quiz - Feminist Perspective Scale Online</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap" rel="stylesheet">
<link href='reset.css' rel='stylesheet' type='text/css'>
<link href='style.css' rel='stylesheet' type='text/css'>
<link rel="icon" type="image/png" href="favicon/icon-16x16.png" sizes="16x16" />
<link rel="icon" type="image/png" href="favicon/icon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="favicon/icon-192x192.png">
<link rel="apple-touch-icon" type="image/png" href="favicon/apple-touch-icon-180x180.png">
</head>
<body>
<h1 class="top">FemScale</h1>
<select id="langPicker"></select>
<hr>
<h2 data-i18n="inst_h2" style="text-align:center;">Instructions</h2>
<div class="question_wrapper">
<p class="question" data-i18n="inst_p">Do not use this scale for personnel screening!</p>
</div>
<button data-i18n="inst_gotit" class="button agree" onclick="location.href='quiz.html';">Got it!</button> <br>
<button data-i18n="inst_nvm" class="button disagree" onclick="location.href='index.html';">Wait, nevermind!</button> <br>
<!-- JavaScript for the test itself -->
<!-- This is the script for the page itself -->
<script type="application/javascript" src="i18n.js"></script>
<script type="text/javascript">
loadTranslation()
</script>
</body>
</html>