-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
122 lines (104 loc) · 5.3 KB
/
index.html
File metadata and controls
122 lines (104 loc) · 5.3 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The Futarded Compass</title>
<link rel="icon" type="image/png" href="logo.png">
<link rel="stylesheet" href="styles.css">
<meta property="og:title" content="How Futarded Am I?">
<meta property="og:description" content="Find out how futarded and engaged you are with this fun test!">
</head>
<body>
<header>
<img src="logo.png" alt="Logo" id="logo">
<h1 id="main-title">The Futarded Compass</h1>
</header>
<p id="introText">Answer the following questions to see where you land on the futarded compass!</p>
<form id="futarchy-test">
<!-- Question 1: Engagement -->
<div class="question">
<p style="font-size: 24px; color: #c2c2c2;">1. Have you ever created a futarchic proposal?</p>
<label><input type="radio" name="q1" value="0" required> Never</label><br>
<label><input type="radio" name="q1" value="1"> Once</label><br>
<label><input type="radio" name="q1" value="2"> Twice</label><br>
<label><input type="radio" name="q1" value="3"> Three plus times</label>
</div>
<!-- Question 2: Belief -->
<div class="question">
<p style="font-size: 24px; color: #c2c2c2;">2. Do you think futarchy can fix democracy?</p>
<label><input type="radio" name="q2" value="0" required> Never</label><br>
<label><input type="radio" name="q2" value="1"> It might be good as an adviser for some companies</label><br>
<label><input type="radio" name="q2" value="2"> It could be good for startup cities but not important countries</label><br>
<label><input type="radio" name="q2" value="3"> Futarchy fixes this</label>
</div>
<!-- Question 3: Engagement -->
<div class="question">
<p style="font-size: 24px; color: #c2c2c2;">3. Have you ever traded in a futarchic market?</p>
<label><input type="radio" name="q3" value="0" required> Never</label><br>
<label><input type="radio" name="q3" value="1"> Rarely</label><br>
<label><input type="radio" name="q3" value="2"> Often</label><br>
<label><input type="radio" name="q3" value="3"> Ser I am running an arb bot</label>
</div>
<!-- Question 4: Belief -->
<div class="question">
<p style="font-size: 24px; color: #c2c2c2;">4. Which of these is the greatest risk to Futarchy</p>
<label><input type="radio" name="q4" value="0" required> Manipulation by the rich</label><br>
<label><input type="radio" name="q4" value="1"> Commitment</label><br>
<label><input type="radio" name="q4" value="2"> A TWAP attack</label><br>
<label><input type="radio" name="q4" value="3"> Elites organizing against it</label>
</div>
<!-- Question 5: Engagement -->
<div class="question">
<p style="font-size: 24px; color: #c2c2c2;">5. Have you ever shilled futarchy IRL?</p>
<label><input type="radio" name="q5" value="0" required> Never</label><br>
<label><input type="radio" name="q5" value="1"> A couple of times</label><br>
<label><input type="radio" name="q5" value="2"> Frequently</label><br>
<label><input type="radio" name="q5" value="3"> All the time</label>
</div>
<!-- Question 6: Belief -->
<div class="question">
<p style="font-size: 24px; color: #c2c2c2;">6. How often do you check prediction markets?</p>
<label><input type="radio" name="q6" value="0" required> Never</label><br>
<label><input type="radio" name="q6" value="1"> Occasionally</label><br>
<label><input type="radio" name="q6" value="2"> Regularly</label><br>
<label><input type="radio" name="q6" value="3"> Constantly</label>
</div>
<!-- Question 7: Belief -->
<div class="question">
<p style="font-size: 24px; color: #c2c2c2;">7. How likely is it that futarchy will become the dominant form of governance?</p>
<label><input type="radio" name="q7" value="0" required> Not at all likely</label><br>
<label><input type="radio" name="q7" value="1"> Slightly possible</label><br>
<label><input type="radio" name="q7" value="2"> Likely</label><br>
<label><input type="radio" name="q7" value="3"> Inevitable</label>
</div>
<!-- Question 8: Engagement & Belief -->
<div class="question">
<p style="font-size: 24px; color: #c2c2c2;">8. Who do you most aspire to be?</p>
<label><input type="radio" name="q8" value="0" required> Warren Buffet</label><br>
<label><input type="radio" name="q8" value="1"> Jim Simons</label><br>
<label><input type="radio" name="q8" value="2"> Roaring Kitty</label><br>
<label><input type="radio" name="q8" value="3"> George Soros</label>
</div>
<!-- Submit Button -->
<button type="button" id="submitButton" onclick="calculateCompass()">Submit</button>
</form>
<div id="parent-container">
<div id="result-container">
<p id="result"></p>
<img id="result-image" alt="Result Image">
</div>
<!-- Canvas for XY Plot -->
<div id="compass-container">
<canvas id="compass" width="400" height="400"></canvas>
</div>
</div>
<footer>
<a id="footer-link" href="https://docs.metadao.fi/" target="_blank">
Find out more here
<img src="book.svg" alt="Book Icon" id="book-icon">
</a>.
</footer>
<script src="compass.js"></script>
</body>
</html>