-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
69 lines (61 loc) · 3.6 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
<!doctype html>
<html>
<head>
<title>Reelsounds Chicago - A world class recording studio in Skokie, Illinois!</title>
<link href="css/vader/jquery-ui-1.9.2.custom.css" rel="stylesheet"/>
<link href="css/css.css" rel="stylesheet">
<script src="js/jquery-min.js"></script>
<script src="js/jquery-ui-1.9.2.custom.min.js"></script>
</head>
<body>
<div id="bg-container"></div>
<button id="show-content" class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" role="button" aria-disabled="false">
<span class="ui-button-text">Show Content</span>
</button>
<div id="container" class="ui-state-default">
<div id="tabs">
<ul class="draggable">
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#contact">Contact</a></li>
<!-- <li><a href="#gallery">Gallery</a></li> -->
</ul>
<a href="#" id="minimize"><span class="ui-icon ui-icon-arrowthickstop-1-n"></span></a>
<span class="ui-icon ui-icon-arrow-4 draggable"></span>
<div id="home">
<img src="/images/reelsounds-business-card.gif"/>
</div>
<div id="about">
<h1>Reelsounds</h1>
<h2>A world class analog and digital recording studio in Chicago, IL</h2>
<p>Reelsounds Chicago opened in 1995 with the sole mission to create the most comfortable quarters for musicians and engineers to make music. The studio is centered on the equipment that was used to make the classic recordings. Digital friendly, but with an analog heart, Reelsounds is the sultry collision of present and past.</p>
<p>The spacious yet cozy interior is modeled on the feel of America's classic recording studios, and affords clients the opportunity to capitalize on the energy and inspiration that only comes from locking in and playing as a unit. While the facility specializes in capturing basic tracks for bands, it also accommodates solo recordings, overdubs, and mixing with a "big room" touch.</p>
</div>
<div id="contact" class="contactContainer">
<form id="contact-form" action="http://formmail.dreamhost.com/cgi-bin/formmail.cgi" method="POST">
<input type="hidden" name="recipient" value="info@reelsoundschicago.com">
<div class="clearfix">
<label for="name">name: </label>
<input id="name" class="text-input" type="text" name="name" size="30" maxlength="200"/>
</div>
<div class="clearfix">
<label for="email">email: </label>
<input id="email" class="text-input" type="text" name="email" size="30" maxlength="200"/>
</div>
<div class="clearfix">
<label for="comments">comments: </label>
<textarea id="comments" class="text-input text-area" name="comments" rows="6" cols="29" WRAP></textarea>
</div>
<input class="contact-send" type="submit" value="send it!">
</form>
</div>
<!--
<div id="gallery">
The gallery has been at your fingertips all along! Simply hit the left and right arrows to work your way through the images. You can also minimize this content window by hitting that little arrow in the upper right corner of this content window. Have fun!
</div>
</div>
-->
</div>
<script src="js/js.js"></script>
</body>
</html>