-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathformsorting.html
More file actions
223 lines (209 loc) · 8.39 KB
/
formsorting.html
File metadata and controls
223 lines (209 loc) · 8.39 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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sort</title>
<style>
body {
font-family: Arial, sans-serif;
background-image: url('https://wallpapers.com/images/hd/students-in-staircase-hogwarts-qxgddgkdwuyi0j3t.webp');
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
background-color: rgba(255, 255, 255, 0.9);
overflow-x: hidden;
min-height: 100vh;
z-index: -1;
opacity:0.89;
image-resolution: 100%;
color: #fff;
margin: 0;
padding: 0;
}
.container {
max-width: 800px;
margin: 50px auto;
/* background-color: #2a2525; */
padding: 20px;
border-radius: 10px;
/* box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); */
animation: fadeIn 1s ease-in-out;
}
@keyframes fadeIn {
from {
opacity: 0;
transform: translateY(-20px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
h1 {
text-align: center;
margin-bottom: 20px;
font-size: 3.5rem;
font-weight: 900;
text-shadow: 2px 11px 5px rgb(59, 8, 1);
-webkit-text-fill-color: #ffd1c9;
}
.question {
margin-bottom: 40px;
padding: 20px;
border-radius: 10px;
font-weight: 650;
background-color: #ae8870;
text-shadow: 2px 5px 9px rgb(155, 49, 35);
-webkit-text-fill-color: #cf9289;
box-shadow: 0 0 10px rgba(249, 223, 223, 0.5);
box-shadow: 0 12px 10px rgba(0, 0, 0, 0.3);
background-color: none;
background:linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
opacity: 0.2;
animation: slideIn 1s forwards;
}
@keyframes slideIn {
from {
opacity: 0;
transform: translateY(-20px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
div p{
font-size: 2.8rem;
}
label {
display: block;
margin-bottom: 10px;
font-size: 2rem;
text-shadow: 2px 3px 3px #461003;
-webkit-text-fill-color: rgb(181, 152, 147);
}
input[type="radio"] {
margin-right: 10px;
}
button {
display: block;
margin: 0 auto;
padding: 25px 10px;
font-size: 2rem;
font-weight: 900;
font-family: Arial, Helvetica, sans-serif;
background-color: #e85e51f0;
color: #2b2a2a;
border: rgb(49, 18, 18);
width: 20rem;
border-radius: 5px;
cursor: pointer;
transition: background-color 0.3s;
box-shadow: 0 0 40px rgba(91, 78, 78, 0.3);
}
button:hover {
background-color: #d68080;
text-shadow: 2px 2px 3px rgb(223, 221, 221);
font-size: 2.3rem;
}
#result {
margin-top: 30px;
text-align: center;
text-shadow: 2px 3px 3px rgb(240, 144, 123);
-webkit-text-fill-color: rgb(96, 4, 4);
/* color:rgb(26, 1, 1); */
font-weight: 900;
font-size: 2.5em;
font-family: Verdana, Geneva, Tahoma, sans-serif;
font-style: italic;
}
.fb
{
display: flex;
justify-content: space-around;
align-items:center;
margin-bottom: 2rem;
}
</style>
</head>
<body>
<div class="container">
<div class="fb">
<h1>SORTING CEREMONY </h1><img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQQZDbkWEpuJGnLfcftbVsnDdjSIFNyqZL4EA&s" alt=""></div>
<div id="questions">
<div id="question1" class="question">
<p>Which skill are you looking forward to learn?</p>
<label class="rad">
<input type="radio" name="q1" value="flying"> Flying <br> <input type="radio" name="q1" value="transfiguration"> Transfiguaration <br>
<input type="radio" name="q1" value="dada"> Defense Against The Dark Arts <br>
<input type="radio" name="q1" value="charms"> Charms <br>
<input type="radio" name="q1" value="potions"> Potions <br>
</label></div>
<div class="question">
<p>Which quality resonates with you the most?</p>
<label class="rad">
<input type="radio" name="q2" value="mcGonagall"> Bravery <br><input type="radio" name="q2" value="flitwick"> Intelligence<br>
<input type="radio" name="q2" value="snape"> Loyalty <br>
<input type="radio" name="q2" value="dumbledore"> Adaptability<br>
</label></div>
<div class="question">
<p>If you had the chance, whose death would you reverse?</p>
<label class="rad">
<input type="radio" name="q3" value="cedric"> Cedric Diggory <br>
<input type="radio" name="q3" value="sirius"> Sirius Black <br>
<input type="radio" name="q3" value="albus"> Albus Dumbledore <br>
<input type="radio" name="q3" value="dobby"> Dobby <br>
<input type="radio" name="q3" value="fred"> Fred Weasley <br>
<input type="radio" name="q3" value="remus"> Remus Lupin <br>
<input type="radio" name="q3" value="tonks"> Nymphadora Tonks <br>
<input type="radio" name="q3" value="snape"> Severus Snape <br>
</label></div>
<div class="question">
<p>What would you choose as your profession?</p>
<label class="rad">
<input type="radio" name="q4" value="auror"> Auror <br>
<input type="radio" name="q4" value="dragons"> Work with Dragons <br>
<input type="radio" name="q4" value="teaching"> Teaching <br>
<input type="radio" name="q4" value="curse"> Curse-Breaker <br>
<input type="radio" name="q4" value="joke"> Open a Joke Shop <br>
<input type="radio" name="q4" value="borgin"> Work at Borgin and Burkes <br>
<input type="radio" name="q4" value="death"> Death Eater <br>
</label></div>
<div class="question">
<p>How would you describe your approach to challenges? </p>
<label class="rad">
<input type="radio" name="q5" value="wand"> Fearlessly Confronting Them Head-On <br>
<input type="radio" name="q5" value="resurrection"> Finding Alternative Solutions<br>
<input type="radio" name="q5" value="cloak"> Seeking Guidance and Support<br>
<input type="radio" name="q5" value="flowk"> Adapting and Going With The Flow<br>
</label></div>
<div class="question">
<p>What would you choose?</p>
<label class="rad">
<input type="radio" name="q6" value="horcruxes"> Make Horcruxes <br>
<input type="radio" name="q6" value="hallows"> Unite the Deathly Hallows <br>
<input type="radio" name="q6" value="stone"> Philosopher's Stone <br>
<input type="radio" name="q6" value="mortal"> Natural Mortality <br>
</label></div>
<div class="question">
<p>What truth suprised you the most? </p>
<label class="rad">
<input type="radio" name="q7" value="wand"> Snape being the Half Blood Prince <br>
<input type="radio" name="q7" value="resurrection"> Harry being the Master of Elder wand<br>
<input type="radio" name="q7" value="cloak"> Dumbledore being Friends with Grindelwald<br>
<input type="radio" name="q7" value="flowk"> Dumbledore's and Snape's planning<br>
</label></div>
</div>
<button id="submit-btn">SUBMIT</button>
<div id="result"></div>
</div>
<script src="sort.js">
</script>
</body>
</html>