audiohaus

Site for Audiohaus
Log | Files | Refs

commit 3ec47bc0ea8a3fae421e5c68d53a11ca050947dc
Author: Zane Schaffer <znschaffer@gmail.com>
Date:   Fri, 11 Sep 2026 14:27:03 -0700

initial mockup

Diffstat:
Aindex.html | 252+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 252 insertions(+), 0 deletions(-)

diff --git a/index.html b/index.html @@ -0,0 +1,252 @@ +<!doctype html> +<html> + <head> + <meta charset="UTF-8" /> + <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=Lora:ital,wght@0,400..700;1,400..700&family=Share+Tech&family=Share+Tech+Mono&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap" + rel="stylesheet" + /> + <title>Audiohaus | Seattle Live Sound & Rental</title> + <style> + body { + font-family: "Lora", Times, serif; + color: #000000; + background-color: #ffffff; + max-width: 850px; + margin: 20px auto; + padding: 0 20px; + line-height: 1.4; + } + a { + color: #0000ee; + text-decoration: underline; + } + a:visited { + color: #551a8b; + } + h1, + h2, + h3 { + margin-bottom: 5px; + } + h1 { + font-size: 24px; + border-bottom: 2px solid #000000; + padding-bottom: 5px; + } + h2 { + font-size: 18px; + margin-top: 30px; + border-bottom: 1px solid black; + padding: 8px; + } + h3 { + font-size: 16px; + } + table { + width: 100%; + border-collapse: collapse; + margin-bottom: 20px; + } + th { + background-color: #f0f0f0; + font-weight: 500; + text-align: left; + } + strong { + font-weight: 600; + } + th, + td { + border: 1px solid #000000; + padding: 6px; + vertical-align: top; + } + .contact-box { + border: 1px solid #000000; + padding: 15px; + background-color: #d8ebf3; + margin-top: 20px; + } + </style> + </head> + <body> + <h1>AUDIOHAUS</h1> + <p> + <strong>Sound Rental, Live Engineers & Production Services</strong><br /> + Operating out of Seattle, WA & the Greater Pacific Northwest.<br /> + <em>Est. 2018</em> + </p> + + <p> + <a href="#services">Services</a> | + <a href="#inventory">Equipment Inventory</a> | + <a href="#contact">Request a Quote</a> + </p> + + <p> + We provide full audio production, equipment rental, and hands-on + engineering for any venue and any crowd. + </p> + + <h2 id="services">1. Core Services</h2> + <ul> + <li> + <strong>Live Engineering:</strong> Front-of-house (FOH) and monitor + mixing. + </li> + <li> + <strong>Equipment Rental:</strong> Subwoofers, microphones, + loudspeakers, stands, amplifiers, DI boxes, and cabling. Available as + full packages or a la carte. + </li> + <li> + <strong>Production Services:</strong> On-site audio recording, basic + video production, and audio restoration. + </li> + <li> + <strong>DJ Services:</strong> Professional DJ packages spanning live + performances to curated playlists. + </li> + </ul> + + <h2 id="inventory">2. Current Inventory</h2> + <p> + <em + >Note: This list represents our core circulating inventory. Specialized + gear and additional quantities may be available upon request.</em + > + </p> + + <h3>2.1 Loudspeakers & Monitors</h3> + <table> + <tr> + <th width="30%">Make / Model</th> + <th width="60%">Description</th> + <th width="10%">Qty</th> + </tr> + <tr> + <td>Mackie SRM450 V2</td> + <td>12-inch 2-way Active Loudspeaker</td> + <td>3</td> + </tr> + <tr> + <td>JBL JRX200</td> + <td>15-inch 2-way Passive Loudspeaker</td> + <td>2</td> + </tr> + <tr> + <td>Mackie Thump 15</td> + <td>15-inch 2-way Active Loudspeaker</td> + <td>1</td> + </tr> + <tr> + <td>Dynaudio BM6A MkII</td> + <td>Active Studio/Stage Monitor</td> + <td>2</td> + </tr> + </table> + + <h3>2.2 Subwoofers</h3> + <table> + <tr> + <th width="30%">Make / Model</th> + <th width="60%">Description</th> + <th width="10%">Qty</th> + </tr> + <tr> + <td>JBL Pro 18"</td> + <td>18-inch Professional Subwoofer</td> + <td>1</td> + </tr> + <tr> + <td>AudioHaus Custom 18"</td> + <td>18-inch Passive Subwoofer</td> + <td>2</td> + </tr> + </table> + + <h3>2.3 Consoles & Amplification</h3> + <table> + <tr> + <th width="30%">Make / Model</th> + <th width="60%">Description</th> + <th width="10%">Qty</th> + </tr> + <tr> + <td>Zoom L20</td> + <td>20-Channel Digital Mixer</td> + <td>1</td> + </tr> + <tr> + <td>Behringer X-Air 18</td> + <td>18-Channel Digital Mixer</td> + <td>1</td> + </tr> + <tr> + <td>Mackie 808s</td> + <td>Portable Powered Mixer</td> + <td>1</td> + </tr> + <tr> + <td>Universal Audio Apollo</td> + <td>Audio Interface</td> + <td>1</td> + </tr> + <tr> + <td>Crown K2</td> + <td>Power Amplifier</td> + <td>2</td> + </tr> + </table> + + <h3>2.4 Power & Support</h3> + <table> + <tr> + <th width="30%">Category</th> + <th width="60%">Details</th> + <th width="10%">Qty</th> + </tr> + <tr> + <td>Generators</td> + <td>Quiet Inverter Generator</td> + <td>2</td> + </tr> + <tr> + <td>Generators</td> + <td>Gas-Powered Generator</td> + <td>1</td> + </tr> + </table> + + <h2 id="contact">3. Booking & Inquiries</h2> + + <div class="contact-box"> + <p> + <strong + >To request a quote, please contact us with the following + details:</strong + > + </p> + <ul> + <li>Date and time of the event</li> + <li>Venue location and size/headcount</li> + <li>Type of event (Live music, corporate, festival, DIY, etc.)</li> + <li>Specific equipment requested (if known)</li> + </ul> + <p> + <strong>Email:</strong> + <a href="mailto:booking@audioha.us">booking@audioha.us</a><br /> + <strong>Phone:</strong> (425) 623-8317 + </p> + <p><em>We aim to respond to all inquiries within 24 hours.</em></p> + </div> + + <hr style="margin-top: 40px" /> + <p style="font-size: 12px; text-align: center; color: #555555"> + &copy; 2026 Audiohaus. Last updated: August 2026.<br /> + </p> + </body> +</html>