-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
53 lines (53 loc) · 1.75 KB
/
index.html
File metadata and controls
53 lines (53 loc) · 1.75 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Noise Controller</title>
<link rel="stylesheet" href="css/index.css" />
</head>
<body>
<div class="nav-container">
<nav>
<a href="index.html">Home</a>
<a href="about.html">About Us</a>
</nav>
</div>
<div class="container">
<div class="home main-content">
<section>
<h1>Noise Controller</h1>
<p class="tagline">Stay quiet and watch for new animals.</p>
</section>
<section>
<p class="description">
As a teacher, it can be hard to control the noise level in your
classroom! You need an app that holds kids attention, and is
sensitive to the noise level in the room to motivate them to stay
quiet. While some exist, they seem to encourage kids to yell (like
balls that bounce higher if you yell louder). This app will reveal
unique animals only if it's quiet enough, keeping the kids quiet.
</p>
</section>
<section class="login">
<a
href="https://noise-controller.richardesquivel.now.sh/login"
class="button login"
>Login</a
>
<a
href="https://noise-controller.richardesquivel.now.sh/creatures"
class="button try"
>Try It Now</a
>
</section>
</div>
</div>
<footer>
<a href="https://www.freepik.com/free-photos-vectors/nature"
>Nature vector created by brgfx - www.freepik.com</a
>
</footer>
</body>
</html>