-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
86 lines (81 loc) · 2.49 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
<!DOCTYPE html>
<html>
<head>
<title>Audiolux Landing Page</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<img class="logo" src="logo.png"/>
<br>
<br>
<table class="center">
<tr>
<td>
<a href="index.html" class="link"><p class="nav">About</p><a></a>
</td>
<td>
<a href="documentation.html" class="link"><p class="nav">Documentation</p></a>
</td>
<td>
<a href="contact.html" class="link"><p class="nav">Contact</p></a>
</td>
</tr>
</table>
<p class="page_header">About the Project</p>
<table class="center">
<tr>
<td>
<img class="image" src="audiolux.jpg"/>
</td>
<td>
<p class="section_header">The Audiolux bridges those hard of hearing with music.</p>
</td>
</tr>
</table>
<br>
<br>
<p class="section_body">
The AudioLux project aims to address the challenge of inclusivity
for the deaf and hard of hearing (DHH) communities in public events
by enhancing accessibility in performances such as concerts.
</p>
<br>
<br>
<p class="section_body">
The
Audiolux is targeted for public event coordinators, but the device
is easy to manufacture and the Nanolux firmware is open source.
</p>
<br>
<br>
<p class="section_body">
By creating innovative
solutions to identifying traits of music such as vowel detection,
pitch or frequency detection, drum detection, and many more, Audiolux
seeks to create a more inclusive environment where audio-visual
experiences are accessible to all individuals, regardless of their
hearing abilities.
</p>
<br>
<br>
<p class="section_header">How is Audiolux Different?</p>
<br>
<br>
<p class="section_body">
Our project is open source, enabling anyone to build and customize their own kit to suit their needs.
</p>
<br>
<br>
<p class="section_body">
We have encapsulated features in distinct functions, making them easy for developers to call as needed.
</p>
<br>
<br>
<p class="section_body">
Additionally, our comprehensive documentation ensures excellent readability and maintainability
which makes this project accessible to anyone interested.
</p>
<br>
<br>
</body>
</html>