-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
267 lines (221 loc) · 9.96 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
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
<!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">
<!-------------------------------------------------
Title
-------------------------------------------------->
<title>Typing With Aman</title>
<!-------------------------------------------------
Link Favicon
-------------------------------------------------->
<link rel="icon" type="image/png" href="Assets/Images/logo-2.png">
<!---------------------------------------------------
Link External Custom Style Sheets
----------------------------------------------------->
<link rel="stylesheet" href="Css/utils.css">
<link rel="stylesheet" href="Css/style.css">
<link rel="stylesheet" href="Css/mediaQueries.css">
</head>
<body>
<!---------------------------------------------------
Wrapper Start
----------------------------------------------------->
<div class="wrapper">
<!---------------------------------------------------
Nav Start
----------------------------------------------------->
<nav class="max-width-center">
<!---------------------------------------------------
Logo Start
----------------------------------------------------->
<div class="logo-box">
<img src="Assets/Images/logo-2.png" alt="logo">
<h2>Typing with aman</h2>
</div>
<!---------------------------------------------------
Nav Buttons Start
----------------------------------------------------->
<div class="nav-buttons-box">
<button class="change-mode-btn easy-mode-btn active">Easy</button>
<button class="change-mode-btn hard-mode-btn">Hard</button>
</div>
</nav>
<!---------------------------------------------------
Nav End
----------------------------------------------------->
<!---------------------------------------------------
Main Start
----------------------------------------------------->
<main class="max-width-center">
<!---------------------------------------------------
Time Buttons Countdown Container Start
----------------------------------------------------->
<div class="time-buttons-countdown-container">
<!---------------------------------------------------
Time Buttons Start
----------------------------------------------------->
<div class="time-buttons">
<button class="time-btn active">
<span>1</span> Minute Test
</button>
<button class="time-btn">
<span>3</span>Minute Test
</button>
<button class="time-btn">
<span>5</span>Minute Test
</button>
</div>
<!---------------------------------------------------
Countdown Boxes Start
----------------------------------------------------->
<div>
<h1 class="countdown-heading">⏳ Countdown ⏳</h1>
<div class="countdown-boxes">
<div class="countdown-box">
<span>Minutes</span>
<span id="minutes">01</span>
</div>
<div class="countdown-box">
<span>Seconds</span>
<span id="seconds">00</span>
</div>
<div class="countdown-box">
<span>Millisec</span>
<span id="milliseconds">00</span>
</div>
</div>
</div>
</div>
<!---------------------------------------------------
Time Buttons Countdown Container End
----------------------------------------------------->
<!---------------------------------------------------
Test Paragraph Container Start
----------------------------------------------------->
<div class="test-para-container">
<div class="test-para-box">
<span>L</span>
<span>o</span>
<span>a</span>
<span>d</span>
<span>i</span>
<span>n</span>
<span>g</span>
<span>.</span>
<span>.</span>
<span>.</span>
</div>
</div>
<!---------------------------------------------------
Test Paragraph Container End
----------------------------------------------------->
<!---------------------------------------------------
Text Area Container Start
----------------------------------------------------->
<div>
<h1 class="test-skill-heading">🙄 Test Your Typing 💻 Skills</h1>
<div class="textarea-container">
<textarea id="user-input" rows="15" placeholder="Click here And Press Any Key to Start"></textarea>
</div>
</div>
<!---------------------------------------------------
Text Area Container End
----------------------------------------------------->
</main>
<!---------------------------------------------------
Main End
----------------------------------------------------->
<!---------------------------------------------------
Footer Start
----------------------------------------------------->
<footer>
<p>Developed by Web With Aman aka Aman © 2023</p>
</footer>
<!---------------------------------------------------
Footer End
----------------------------------------------------->
<!---------------------------------------------------
Result Box Start
----------------------------------------------------->
<div class="result-screen-overlay">
<div class="result-box">
<div class="result-left">
<img src="Assets/Images/boy.png" alt="boy">
</div>
<div class="result-right">
<h1>Your Test 💻 Analysis</h1>
<ul>
<li>
<ul class="result-inner-list">
<li>Test Duration</li>
<li id="time-duration"></li>
</ul>
</li>
<li>
<ul class="result-inner-list">
<li>Test Mode</li>
<li id="test-mode"></li>
</ul>
</li>
<li>
<ul class="result-inner-list">
<li>Words</li>
<li id="wpm"></li>
</ul>
</li>
<li>
<ul class="result-inner-list">
<li>Characters</li>
<li id="cpm"></li>
</ul>
</li>
<li>
<ul class="result-inner-list">
<li>Accuracy</li>
<li id="accuracy"></li>
</ul>
</li>
</ul>
</div>
<span class="close-icon"><i class="fa fa-times"></i></span>
</div>
</div>
<!---------------------------------------------------
Result Box End
----------------------------------------------------->
<!---------------------------------------------------
Audios Start
----------------------------------------------------->
<audio class="keySound">
<source src="Assets/Sounds/correct.mp3" type="audio/mp3">
<source src="Assets/Sounds/correct.wav" type="audio/wav">
<source src="Assets/Sounds/correct.ogg" type="audio/ogg">
</audio>
<audio class="keySound">
<source src="Assets/Sounds/wrong.mp3" type="audio/mp3">
<source src="Assets/Sounds/wrong.wav" type="audio/wav">
<source src="Assets/Sounds/wrong.ogg" type="audio/ogg">
</audio>
<!---------------------------------------------------
Audios End
----------------------------------------------------->
</div>
<!---------------------------------------------------
Wrapper End
----------------------------------------------------->
<!--------------------------------------------------------------------------------
Javascript Cdns And Files For Icons And Other Sources And External Custom Js Files
---------------------------------------------------------------------------------->
<!---------------------------------------------------
Link External Custom Js Files
----------------------------------------------------->
<script src="Js/script.js"></script>
<!---------------------------------------------------
Font Awesome Cdn For Icons
----------------------------------------------------->
<script src="https://kit.fontawesome.com/2bcb8da7fa.js" crossorigin="anonymous"></script>
</body>
</html>