-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
185 lines (178 loc) · 7.95 KB
/
contact.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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="author" content="Tyler Nielsen, [email protected]">
<meta name="description" content="We handle all the details of your event, whether big or small - Contact us today to learn more about our services and schedule your special occasion!">
<meta name="keywords" content="for every occasion rentals, for every occasion, every, occasion, wedding professionals, wedding planner, wedding, consultant, planner, coordinator, wedding help, special, event, bride, bridal, shower, showers, baby, graduation, family, reunion, birthday, party, parties, engage, engaged, engagement, anniversary, quinceanera, farewell, homecoming, company, holiday, decorating, decoration, cake, invitations, flower, floral, bouquet, boutonniere, rental, rent, music, musician, dj, mc, harp, harpist, professional, profession, exciting, piano, pianist, stereo, cordless, mic, tv, dvd, lighting, lights, caterer, catering, utah">
<title>Contact Us || For Every Occasion</title>
<link href="img/favicon.png" type="img/png" rel="icon">
<link href="css/reset.css" type="text/css" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Rosario:400,400italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Antic' rel='stylesheet' type='text/css'>
<link href="css/main.css" type="text/css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div id="contact-us" class="page">
<div id="header-container">
<header>
<a id="logo" href="index.html">For Every Occasion</a>
<ul id="main-nav">
<li id="nav-1"><a href="index.html">Home</a></li>
<li id="nav-2"><a href="services.html">Services</a></li>
<li id="nav-3"><a href="gallery.html">Gallery</a></li>
<li id="nav-4" class="current"><a href="contact.html">Contact</a></li>
<span class="clear"></span>
</ul>
</header>
</div> <!-- /#header-container -->
<div id="content">
<div class="column-1">
<h2 class="text-contactUs">Contact Us</h2>
<p class="phone">Phone: 801.319.1159</p>
<p class="email">Email: <a href="mailto:[email protected]">[email protected]</a></p>
<h2 class="text-emailUsForm">Email Us! Form Below</h2>
</div>
<div class="column-2">
</div>
<form action="FormToEmail.php" method="post" enctype="multipart/form-data">
<div class="section-one">
<div class="form-field-1">
<span id="sprytextfield_name">
<label for="name">Name:</label>
<input type="text" name="name" id="name" />
<span class="textfieldRequiredMsg">A value is required.</span>
</span>
</div>
<div class="form-field-1">
<label for="phone">Phone #:</label>
<input type="text" name="phone" id="phone" />
<span class="textfieldRequiredMsg">A value is required.</span>
</div>
<div class="form-field-1">
<span id="sprytextfield_address">
<label for="email">Email:</label>
<input type="text" name="email" id="email" />
<span class="textfieldRequiredMsg">A value is required.</span>
<span class="textfieldInvalidFormatMsg">Invalid format.</span>
</span>
</div>
<div class="form-field-1">
<label for="colors">Colors:</label>
<input type="text" name="colors" id="colors" />
</div>
<div class="form-field-1">
<label for="guests"># of Guests:</label>
<input type="text" name="guests" id="guests" />
</div>
<div class="form-field-1">
<label for="date">Date of Event:</label>
<input type="text" name="date" id="date" />
</div>
<div class="form-field-1">
<label for="location">Location of Event:</label>
<input type="text" name="location" id="location" />
</div>
</div>
<div class="section-two">
<p><b>Check all that apply:</b></p>
<div class="form-field-2">
<input type="checkbox" name="Consultant" value="Yes" id="contact_0" />
<label for="contact_0">Consultant</label>
</div>
<div class="form-field-2">
<input type="checkbox" name="Invitations" value="Yes" id="contact_1" />
<label for="contact_1">Invitations</label>
</div>
<div class="form-field-2">
<input type="checkbox" name="Photographer" value="Yes" id="contact_2" />
<label for="contact_2">Photographer</label>
</div>
<div class="form-field-2">
<input type="checkbox" name="Planner" value="Yes" id="contact_3" />
<label for="contact_3">Planner</label>
</div>
<div class="form-field-2">
<input type="checkbox" name="Catering_/_Refreshments" value="Yes" id="contact_4" />
<label for="contact_4">Catering / Refreshments</label>
</div>
<div class="form-field-2">
<input type="checkbox" name="Drapery_/_Lighting" value="Yes" id="contact_5" />
<label for="contact_5">Drapery / Lighting</label>
</div>
<div class="form-field-2">
<input type="checkbox" name="Coordinator" value="Yes" id="contact_6" />
<label for="contact_6">Coordinator</label>
</div>
<div class="form-field-2">
<input type="checkbox" name="Decorating_Service" value="Yes" id="contact_7" />
<label for="contact_7">Decorating Service</label>
</div>
<div class="form-field-2">
<input type="checkbox" name="Dresses" value="Yes" id="contact_8" />
<label for="contact_8">Dresses</label>
</div>
<div class="form-field-2">
<input type="checkbox" name="Decorations" value="Yes" id="contact_9" />
<label for="contact_9">Decorations</label>
</div>
<div class="form-field-2">
<input type="checkbox" name="Floral" value="Yes" id="contact_10" />
<label for="contact_10">Floral</label>
</div>
<div class="form-field-2">
<input type="checkbox" name="Tuxes_/_Ties" value="Yes" id="contact_11" />
<label for="contact_11">Tuxes / Ties</label>
</div>
<div class="form-field-2">
<input type="checkbox" name="Rentals_A_la_carte" value="Yes" id="contact_12" />
<label for="contact_12">Rentals * A la carte</label>
</div>
<div class="form-field-2">
<input type="checkbox" name="Cake_/_Cupcakes" value="Yes" id="contact_13" />
<label for="contact_13">Cake / Cupcakes</label>
</div>
<div class="form-field-2">
<input type="checkbox" name="Setup_/_Takedown" value="Yes" id="contact_14" />
<label for="contact_14">Set Up / Take Down</label>
</div>
<div class="form-field-2">
<input type="checkbox" name="Rentals_Packages" value="Yes" id="contact_15" />
<label for="contact_15">Rentals * Packages</label>
</div>
<div class="form-field-2">
<input type="checkbox" name="Music_/_Sound" value="Yes" id="contact_16" />
<label for="contact_16">Music / Sound</label>
</div>
<div class="form-field-2">
<input type="checkbox" name="Facility_Cleanup" value="Yes" id="contact_17" />
<label for="contact_17">Facility Cleanup</label>
</div>
</div>
<span id="sprytextarea_comments">
<label for="comments">Comments:</label>
<textarea name="comments" id="comments" maxlength="500"></textarea>
</span>
<input type="submit" value="Send" class="submit">
</form>
</div> <!-- /#content -->
<footer>
<p>© Copyright 2012 - For Every Occasion, LLC. All rights reserved.</p>
<ul id="footer-nav">
<li><a href="index.html">Home</a></li>
<li>|<a href="services.html">Services</a></li>
<li>|<a href="gallery.html">Gallery</a></li>
<li>|<a href="contact.html">Contact</a></li>
</ul>
<span class="clear"></span>
</footer>
</div>
<div id="rpt-gold-ribbon-left" class="frame"></div>
<div id="rpt-gold-ribbon-right" class="frame"></div>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script type="text/javascript" src="js/main.js"></script>
</body>
</html>