-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
79 lines (71 loc) · 3.68 KB
/
Copy pathabout.html
File metadata and controls
79 lines (71 loc) · 3.68 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>About Reverbrix</title>
<style>
body {
margin: 0;
font-family: Arial, sans-serif;
background-color: #f9f9f9;
color: #333;
line-height: 1.6;
}
header {
text-align: center;
padding: 50px 0;
}
header h1 {
margin: 0;
font-size: 48px;
letter-spacing: -2px;
}
nav {
text-align: center;
margin-bottom: 50px;
}
nav a {
text-decoration: none;
color: #333;
margin: 0 15px;
font-size: 18px;
}
.content {
max-width: 800px;
margin: 0 auto;
padding: 0 20px 50px;
}
.content h2 {
font-size: 36px;
margin-bottom: 20px;
}
.content p {
margin-bottom: 20px;
text-align: justify;
}
.content p.reference {
font-size: 14px;
color: #777;
}
</style>
</head>
<body>
<header>
<h1>About Reverbrix</h1>
</header>
<nav>
<a href="index.html">Home</a>
<a href="about.html">About</a>
</nav>
<div class="content">
<h2>Our Innovation</h2>
<p>This innovation is able to provide clinical benefits to a large range of people suffering from hearing issues. We can directly address clinical hearing issues, starting with smaller cases of misophonia and extending to the larger market of 1.5 billion people who suffer from hearing issues.</p>
<p><strong>Understanding Misophonia</strong></p>
<p>Misophonia is a disorder in which a certain frequency or type of sound triggers a neurological reaction resulting in a disproportionately emotional response. The types of sounds that can trigger this are often high-frequency noises. Any noise can trigger a condition of misophonia, but typically these are sounds that are normally found mildly irritating, such as sniffling, coughing, or eating. It is suggested that one-fifth of people will experience misophonia for some duration of their life at different degrees of severity<sup>[1]</sup>. The current solutions for misophonia each have some drawbacks and can be improved upon. White noise generators are expensive and are not always effective at canceling out certain noises if at loud amplitudes or close proximity.</p>
<p><strong>Reverbrix's Solution</strong></p>
<p>Reverbrix’s focus on selective auditory management allows it to be different from other current devices. Existing devices such as hearing aids and white noise generators usually lack the customization needed for people with specific auditory sensitivities. While hearing aids amplify all sounds indiscriminately, white noise generators try to mask unwanted noises without effectively addressing high-frequency irritants or maintaining awareness of environmental surroundings.</p>
<p>Reverbrix, however, offers frequency-isolating noise cancellation and phrase recognition technology, which can filter out disruptive sounds while still allowing users to hear important background noises. This means that Reverbrix will not only help people with misophonia but also other individuals with mild hearing impairments. Furthermore, Reverbrix prioritizes comfort and appeal for the user, making it easy for prolonged daily use by consumers.</p>
<p class="reference">[1] Reference: Estimated prevalence of misophonia in the general population.</p>
</div>
</body>
</html>