-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhome.html
More file actions
61 lines (56 loc) · 2.23 KB
/
home.html
File metadata and controls
61 lines (56 loc) · 2.23 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mind Haven</title>
<link rel="stylesheet" href="styles.css">
<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=Montserrat:ital,wght@0,762;1,762&display=swap" rel="stylesheet">
<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=Libre+Franklin:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,800;1,800&display=swap" rel="stylesheet">
</head>
<body>
<nav>
<div class="navbar">
<div class="logo">TEAM YAP</div>
</div>
</nav>
<section class="hero">
<!-- <img src="/images/img.icons8.com.png" alt="Cloud Top" class="cloud cloud-top"> -->
<h1 class="tb" id="typed-heading"></h1>
<!-- <img src="cloud-2421760_1280.png" alt="Cloud Bottom" class="cloud cloud-bottom"> -->
</section>
<div class="slider-container">
<div class="slider-text high">
• Typing • More Typing • And more Typing! • Express Yourself • Let it Out • Let the Typing Experience sink in!!!!!!!!!!
</div>
</div>
<section class="animal">
<h1 class="animal-heading">Let's Play with Animal Sounds! 🐾</h1>
<div class="typing-practice">
<div class="word-display"></div>
<input type="text" class="word-input" placeholder="Type the word here...">
<div class="stats">
<span class="correct">Correct: 0</span>
<span class="incorrect">Incorrect: 0</span>
</div>
</div>
<div id="sound-popup" class="sound-popup"></div>
</section>
<script src="script.js"></script>
</body>
</html>
<!-- Minimalist Typing Experience Section -->
<section class="minimalist-typing">
<div class="fixed-text">
<input type="text" placeholder="Start typing..." id="textInput" />
</div>
<div class="bgcolortext">
<h1 id="heroText" style="color: whitesmoke">Typing Experience</h1>
<p id="tobeerased">Enter a color name to change background</p>
</div>
<div class="popoutlettrs"></div>
</section>