diff --git a/audiolux.jpg b/audiolux.jpg new file mode 100644 index 0000000..17e8df9 Binary files /dev/null and b/audiolux.jpg differ diff --git a/contact.html b/contact.html new file mode 100644 index 0000000..40d01a8 --- /dev/null +++ b/contact.html @@ -0,0 +1,95 @@ + + + +Contact Contributors and Authors + + + + +
+
+ + + + + + +
+ + + + + +
+ + + +

+ Our current OSU student contributors and university faculty associated with the project + would love to hear from you. +

+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +

Andrew Adisoemarta

+ +
+ + +

Anshul Batish

+ +
+ + +

Caleb Shilling

+ +
+ + +

Can Yang

+ +
+ + +

Scout Hawkey

+ +
+

Cymaspace

+ +
+

Chet Udell

+ + +
+ + + \ No newline at end of file diff --git a/documentation.html b/documentation.html new file mode 100644 index 0000000..91b674a --- /dev/null +++ b/documentation.html @@ -0,0 +1,63 @@ + + + +Audiolux Documentation + + + + +
+
+ + + + + + +
+ + + + + +
+ + + +

+ The Audiolux project has invested time into developing well-rounded + documentation systems to cover many use cases. +

+
+
+ + + + + + + + + + + + + + + + + +
+

Microcontroller Code Docs

+
+

Web UI Code Docs

+
+

Nanolux Wiki

+
+

Nanolux Repository

+
+

Nanolux Manual (TBD)

+
+ + + \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..d20fe0b --- /dev/null +++ b/index.html @@ -0,0 +1,99 @@ + + + +About Audiolux + + + + +
+
+ + + + + + +
+ + + + + +
+ + + + + + + + + +
+ + +

The Audiolux bridges those hard of hearing with music.

+
+
+
+

+ 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. +

+
+
+

+ The + Audiolux is targeted for public event coordinators, but the device + is easy to manufacture and the Nanolux firmware is open source. +

+
+
+

+ 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. +

+
+
+ +

How is Audiolux Different?

+
+
+

+ Our project is open source, enabling anyone to build and customize their own kit to suit their needs. +

+
+
+

+ We have encapsulated features in distinct functions, making them easy for developers to call as needed. +

+
+
+

+ Additionally, our comprehensive documentation ensures excellent readability and maintainability + which makes this project accessible to anyone interested. +

+
+
+

How can I build an Audiolux and install Nanolux?

+
+
+

+ We have a step-by-step instruction guide provided on our GitHub Wiki covering hardware preparation and installing device firmware. +

+
+
+

+ You can find out more on the Audiolux and Nanolux wiki and on our GitHub repository. +

+
+
+ + + \ No newline at end of file diff --git a/logo.png b/logo.png new file mode 100644 index 0000000..164c09b Binary files /dev/null and b/logo.png differ diff --git a/style.css b/style.css new file mode 100644 index 0000000..02ca581 --- /dev/null +++ b/style.css @@ -0,0 +1,110 @@ +*{ + font-family :system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; + color:white; + text-align:center; +} + +.nav { + font-size : 30px; + min-width:200px; + max-width:200px; + text-align:center; + margin:auto; +} + +.link { + text-decoration: none; +} + +.image{ + max-width:400px; + display: block; + border-radius: 20px 20px 20px 20px; +} + +.logo{ + margin-left: auto; + margin-right: auto; + max-width:250px; +} + +.photo{ + max-width:300px; + display: block; + border-radius: 20px 20px 20px 20px; + padding: 10px; +} + +.center { + margin-left: auto; + margin-right: auto; + max-width:500px; +} + +.page_header { + font-size : 80px; + white-space: nowrap; +} + +.name_text { + font-size : 45px; + white-space: nowrap; + text-align: left; + line-height: 0px +} + +.email_text { + font-size : 30px; + white-space: nowrap; + text-align: left; + vertical-align: top; + line-height: 0px +} + +.section_header { + font-size :50px; + min-width:500px; + max-width:500px; + text-align:center; + margin:auto; + font-style:italic +} + +.section_body { + font-size : 35px; + min-width:500px; + max-width:500px; + text-align:left; + margin:auto; + font-weight:lighter; +} + +body { + background-color: black; + text-align: center; +} + +.container { + display: flex; + align-items: center; + justify-content: center +} + +.white_button, .red_button{ + border-radius: 40px 40px 40px 40px; + padding: 20px; + width: 500px; + text-align: center; + color:black; + text-decoration: none; + font-weight: bold; + font-size: 35px; +} + +.white_button { + background: #ABB8C3; +} + +.red_button { + background: #C30443; +} \ No newline at end of file diff --git a/team_images/andrew.jpg b/team_images/andrew.jpg new file mode 100644 index 0000000..e6348db Binary files /dev/null and b/team_images/andrew.jpg differ diff --git a/team_images/anshul.jpg b/team_images/anshul.jpg new file mode 100644 index 0000000..e5360d5 Binary files /dev/null and b/team_images/anshul.jpg differ diff --git a/team_images/caleb.jpg b/team_images/caleb.jpg new file mode 100644 index 0000000..dc984ea Binary files /dev/null and b/team_images/caleb.jpg differ diff --git a/team_images/can.jpg b/team_images/can.jpg new file mode 100644 index 0000000..001fc1c Binary files /dev/null and b/team_images/can.jpg differ diff --git a/team_images/scout.jpg b/team_images/scout.jpg new file mode 100644 index 0000000..e923193 Binary files /dev/null and b/team_images/scout.jpg differ