-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
118 lines (96 loc) · 4.66 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- displays site properly based on user's device -->
<link rel="icon" type="image/png" sizes="32x32" href="./assets/images/favicon-32x32.png">
<title>Frontend Mentor | Results summary component</title>
<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=Hanken+Grotesk:wght@500;700;800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<!-- Feel free to remove these styles or customise in your own stylesheet 👍 -->
<style>
.attribution {
font-size: 11px;
text-align: center;
}
.attribution a {
color: hsl(228, 45%, 44%);
}
</style>
</head>
<body>
<div class="container">
<div class="col-one bg-grad-600">
<div class="wrapper">
<h1 class="text-neutral-300 fs-500">Your Result</h1>
<div class="circle bg-grad-400">
<h2 class="text-neutral-100 fs-900">76</h2>
<p class="text-neutral-300 fs-400 fw-medium">of 100</p>
</div>
<h3 class="text-neutral-100 fs-700">Great</h3>
<p class="fs-300 text-neutral-300"> You scored higher than 65% of the people who have taken these tests.
</p>
</div>
</div>
<div class="col-two ">
<div class="wrapper-two">
<h3>Summary</h3>
<div class="row bg-primary-600">
<div class="even-col"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"
viewBox="0 0 20 20">
<path stroke="#F55" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.25"
d="M10.833 8.333V2.5l-6.666 9.167h5V17.5l6.666-9.167h-5Z" />
</svg>
<h4 class="text-primary-600">Reaction</h4>
</div>
<div class="even-col">
<h4>80 / 100</h4>
</div>
</div>
<div class="row bg-primary-200">
<div class="even-col"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"
viewBox="0 0 20 20">
<path stroke="#FFB21E" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.25"
d="M5.833 11.667a2.5 2.5 0 1 0 .834 4.858" />
<path stroke="#FFB21E" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.25"
d="M3.553 13.004a3.333 3.333 0 0 1-.728-5.53m.025-.067a2.083 2.083 0 0 1 2.983-2.824m.199.054A2.083 2.083 0 1 1 10 3.75v12.917a1.667 1.667 0 0 1-3.333 0M10 5.833a2.5 2.5 0 0 0 2.5 2.5m1.667 3.334a2.5 2.5 0 1 1-.834 4.858" />
<path stroke="#FFB21E" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.25"
d="M16.447 13.004a3.334 3.334 0 0 0 .728-5.53m-.025-.067a2.083 2.083 0 0 0-2.983-2.824M10 3.75a2.085 2.085 0 0 1 2.538-2.033 2.084 2.084 0 0 1 1.43 2.92m-.635 12.03a1.667 1.667 0 0 1-3.333 0" />
</svg>
<h4 class="text-primary-200 ">Memory</h4>
</div>
<div class="even-col">
<h4> 92 / 100</h4>
</div>
</div>
<div class="row bg-primary-300">
<div class="even-col"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"
viewBox="0 0 20 20">
<path stroke="#00BB8F" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.25"
d="M7.5 10h5M10 18.333A8.333 8.333 0 1 0 1.667 10c0 1.518.406 2.942 1.115 4.167l-.699 3.75 3.75-.699A8.295 8.295 0 0 0 10 18.333Z" />
</svg>
<h4 class="text-primary-300">Verbal</h4>
</div>
<div class="even-col"><h4>61 / 100</h4></div>
</div>
<div class="row bg-primary-400">
<div class="even-col"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"
viewBox="0 0 20 20">
<path stroke="#1125D6" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.25"
d="M10 11.667a1.667 1.667 0 1 0 0-3.334 1.667 1.667 0 0 0 0 3.334Z" />
<path stroke="#1125D6" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.25"
d="M17.5 10c-1.574 2.492-4.402 5-7.5 5s-5.926-2.508-7.5-5C4.416 7.632 6.66 5 10 5s5.584 2.632 7.5 5Z" />
</svg>
<h4 class="text-primary-400">Visual</h4>
</div>
<div class="even-col"><h4>72 / 100</h4></div>
</div>
<button class="text-neutral-100 bg-neutral-600">continue</button>
</div>
</div>
</div>
</body>
</html>