-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsorting.html
306 lines (254 loc) · 13.8 KB
/
sorting.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
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
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="assets/img/fac.png" type="image/png">
<!--=============== REMIXICONS ===============-->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css" rel="stylesheet">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<link href="hhttps://nagoshiashumari.github.io/Rpg-Awesome/stylesheets/rpg-awesome.min.css" rel="stylesheet">
<!--=============== SWIPER CSS ===============-->
<link rel="stylesheet" href="assets/css/swiper-bundle.min.css">
<!--=============== CSS ===============-->
<link rel="stylesheet" href="assets/css/styles.css">
<script src="https://unpkg.com/sweetalert/dist/sweetalert.min.js"></script>
<!--=============== googlefont ===============-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Cinzel:wght@600;700&display=swap" rel="stylesheet">
<title>Sorting | Harry Potter Verse ↯</title>
</head>
<body>
<style>
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("https://nagoshiashumari.github.io/Rpg-Awesome/stylesheets/rpg-awesome.min.css");
</style>
<header class="header" id="header">
<nav class="nav container">
<a href="index.html" class="nav__logo"><b>↯ Back</b></a>
<div class="nav__menu" id="nav-menu">
<ul class="nav__list">
<li class="nav__item">
<div class="dropdown">
<button class="dropbtn">Features
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="wand.html">Find Wand</a>
<a href="Patronus.html">Reveal Patronus</a>
<a href="boggarts.html">Face Boggarts</a>
</div>
</div>
</li>
<li class="nav__item">
<div class="dropdown">
<button class="dropbtn">Explore
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="places.html">Iconic Locations</a>
<a href="spells.html">Spells & Charms</a>
<a href="creature.html">Magical Creatures</a>
<a href="duels.html">Wizard Duels</a>
<a href="movie.html">Movies</a>
<a href="book.html">Books</a>
</div>
</div>
</li>
<li class="nav__item">
<div class="dropdown">
<button class="dropbtn">Secrets
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="curses.html">Unforgivable Curses</a>
<a href="deadly.html">Deadly Hallows</a>
<a href="Army.html">Dumbeldore's Army </a>
<a href="news.html">Daily Prophet</a>
</div>
</div>
</li>
</ul>
<br>
<div class="nav__dark">
<!-- Theme change button -->
<span class="change-theme-name">Gryffindor Theme</span>
<i class="ra ra-venomous-snake ra-1x change-theme" id="theme-button"></i>
</div>
<i class="ri-close-line nav__close" id="nav-close"></i>
</div>
<div class="nav__toggle" id="nav-toggle">
<i class="ri-function-line"></i>
</div>
</nav>
</header>
<main class="main">
<!--==================== Sorting ====================-->
<img src="assets/img/bg/BgSorting.png" class="main__img" style="opacity:44%;" >
<section class="discover section container" style="position: relative; opacity: 100%;">
<div class="lol ">
<h2 class="section__title">The Sorting Hat Ceremony</h2>
</div><br><br>
<p class="video__description container" >The Sorting Hat is one of the cleverest enchanted objects most
witches and wizards will ever meet. It literally contains the intelligence of the four founders, can
speak (through a rip near its brim) and is skilled at Legilimency, which enables it to look into the
wearer’s head and divine his or her capabilities or mood.</p>
<div class="video__container container">
<div class="video__content">
<video style=" width: 85%;" id="video-file">
<source src="assets/video/ho.mp4" type="video/mp4">
</video>
<button class="button button--flex video__button" id="video-button">
<i class="ri-play-line video__button-icon" id="video-icon"></i>
</button>
</div>
</div>
<br><br>
<div class="row1-container ">
<div class="box box-down cyan">
<h2>Slytherin</h2>
<br>
<img src="assets/img/crest/g4.png" alt="">
</div>
<div class="box red">
<h2>Gryffindor</h2>
<br>
<img src="assets/img/crest/g1.png" alt="">
</div>
<div class="box box-down blue">
<h2>Ravenclaw</h2>
<br>
<img src="assets/img/crest/g3.png" alt="">
</div>
</div>
<div class="row2-container">
<div class="box orange">
<h2>Hufflepuff</h2>
<br>
<img src="assets/img/crest/g2.png" alt="">
</div>
</div>
<br><br>
<br>
<div class="video__container container">
<form class='footer__data'>
<strong><h2>Which Class do you like the most?</h2></strong><br>
<input type="radio" id="Potions" name="classs" value="hufflepuff">
<label for="Potions">Potions</label><br><br>
<input type="radio" id="Charms" name="classs" value="gryffindor">
<label for="Charms">Charms</label><br><br>
<input type="radio" id="Defense" name="classs" value="slytherin">
<label for="Defense">Defense Against Dark Arts</label><br><br>
<input type="radio" id="History" name="classs" value="ravenclaw">
<label for="History">History of Magic</label><br><br><br><br><br>
<strong><h2>Which position in Quidditch would you like to
play?</h2></strong><br>
<input type="radio" id="keeper" name="Spell" value="hufflepuff">
<label for="keeper">keeper</label><br><br>
<input type="radio" id="chaser" name="Spell" value="ravenclaw">
<label for="chaser">chaser</label><br><br>
<input type="radio" id="beater" name="Spell" value="slytherin">
<label for="beater"> beater</label><br><br>
<input type="radio" id="seeker" name="Spell" value="gryffindor">
<label for="seeker">seeker</label><br><br><br><br><br>
<strong><h2>Which spell would you cast on yourself?</h2></strong><br>
<input type="radio" id="Mind" name="position" value="ravenclaw">
<label for="Mind">Mind Reader</label><br><br>
<input type="radio" id="Invisiblity" name="position" value="gryffindor">
<label for="Invisiblity">Invisiblity</label><br><br>
<input type="radio" id="Fly" name="position" value="hufflepuff">
<label for="Fly">Fly</label><br><br>
<input type="radio" id="Strength" name="position" value="slytherin">
<label for="Strength">Strength</label><br><br><br><br><br>
<strong><h2>Who would you turn into a toad?</h2></strong><br>
<input type="radio" id="Snape" name="behave" value="ravenclaw">
<label for="Snape">Professor Snape</label><br><br>
<input type="radio" id="Ron" name="behave" value="slytherin">
<label for="Ron">Ron</label><br><br>
<input type="radio" id="Hagrid" name="behave" value="hufflepuff">
<label for="Hagrid">Hagrid</label><br><br>
<input type="radio" id="Know" name="behave" value="gryffindor">
<label for="Know">You-Know-Who</label><br><br><br><br><br>
<strong><h2> What you want to be when you grow up?</h2></strong><br>
<input type="radio" id="Quidditch" name="grow" value="hufflepuff">
<label for="Quidditch">An official for Quidditch World cup</label><br><br>
<input type="radio" id="Hogwarts" name="grow" value="ravenclaw">
<label for="Hogwarts">A Professor at Hogwarts</label><br><br>
<input type="radio" id="Auror" name="grow" value="gryffindor">
<label for="Auror">An Auror</label><br><br>
<input type="radio" id="Ministry" name="grow" value="slytherin">
<label for="Ministry">A Employee at Ministry of Magic</label><br><br><br>
</form><br>
<button class="Quizbutton" onclick="submit()">Start Sorting Ceremony</button>
</div>
</div>
</section>
</main>
<!--==================== FOOTER ====================-->
<footer class="footer section">
<div class="footer__container container grid">
<div class="footer__content grid">
<div class="footer__data">
<h3 class="footer__title">Harry Potter Verse</h3>
<img src="assets/img/signature.png">
<p class="footer__description">A wizarding world for Potter Heads
</p>
<div>
<a href="https://twitter.com/AkshatJalan13" target="_blank" class="footer__social">
<i class="ri-twitter-fill"></i>
</a>
<a href="https://www.instagram.com/akshatxjalan/" target="_blank" class="footer__social">
<i class="ri-instagram-fill"></i>
</a>
<a href="https://www.youtube.com/c/HaGGele" target="_blank" class="footer__social">
<i class="ri-youtube-fill"></i>
</a>
</div>
</div>
<hr>
<div class="footer__data">
<h3 class="footer__subtitle">Navigate</h3>
<ul>
<li class="footer__item">
<a href="index.html" class="footer__link">Home</a>
</li>
<li class="footer__item">
<a href="book.html" class="footer__link">Books</a>
</li>
<li class="footer__item">
<a href="movie.html" class="footer__link">Movies</a>
</li>
</ul>
</div>
<div class="footer__data">
<h3 class="footer__subtitle">Other Work</h3>
<ul>
<li class="footer__item">
<a href="https://akshatjalan.github.io/akshat/" class="footer__link">Portfolio</a>
</li>
<li class="footer__item">
<a href="https://akshatjalan.github.io/haggele/" class="footer__link">HaGGele</a>
</li>
<li class="footer__item">
<a href="https://ebook-akshat.netlify.app/" class="footer__link">Book Store</a>
</li>
</ul>
</div>
</div>
<div class="footer__rights container">
<p class="footer__copy">Copyright © Akshat Jalan | 2025</p>
</div>
</footer>
<!--========== SCROLL UP ==========-->
<a href="#" class="scrollup" id="scroll-up">
<i class="ri-arrow-up-line scrollup__icon"></i>
</a>
<!--=============== SCROLL REVEAL===============-->
<script src="assets/js/scrollreveal.min.js"></script>
<!--=============== SWIPER JS ===============-->
<script src="assets/js/swiper-bundle.min.js"></script>
<!--=============== MAIN JS ===============-->
<script src="assets/js/main.js"></script>
</body>
</html>