-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresult.html
More file actions
50 lines (45 loc) · 2.17 KB
/
result.html
File metadata and controls
50 lines (45 loc) · 2.17 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!--<meta name="viewport" content="width=device-width, initial-scale=1.0">-->
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Build Your Beaver</title>
<link rel="stylesheet" href="result.css">
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="result.js"></script>
<link rel="icon" href="assets/dammlogo.png" type="image/x-icon">
</head>
<body>
<div class="backgroundimage">
</div>
<div class="rectangle">
<div class="avatar-wrapper">
<div class="avatar-display placed">
<!--<img src="assets/yellowbg.png">-->
<img src="assets/shadow.png">
<!--<img src="assets/body.png">-->
<img src="assets/self/body/body1.png" alt="body" class="avatar-image" id="body-image">
<img src="assets/self/eyes/eyes1.png" alt="eyes" class="avatar-image" id="eyes-image">
<img src="assets/self/mouth/mouth1.png" alt="mouth" class="avatar-image" id="mouth-image">
<img src="assets/gear/balls/balls1.png" alt="balls" class="avatar-image" id="balls-image">
<img src="assets/gear/glasses/glasses1.png" alt="glasses" class="avatar-image" id="glasses-image">
<img src="assets/gear/hat/hat11.png" alt="hat" class="avatar-image" id="hat-image">
<img src="assets/gear/hold/hold3.png" alt="hold" class="avatar-image" id="hold-image">
<img src="assets/gear/hp/hp6.png" alt="hp" class="avatar-image" id="hp-image">
</div>
</div>
<div class="text-section">
<p>Everybody has a superpower?</p>
</div>
<div class="button-section">
<button class="pink-button" onclick="redirectToQuizzPage()">My Superpowers?</button>
</div>
</div>
<footer class="footer">
<button class="oval-button" onclick="redirectToHomePage()">Back</button>
<p styles="font-color: solid black;">Wait, I want to edit my character</p>
</footer>
</body>
</html>