-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
236 lines (172 loc) · 9.02 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
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
<!DOCTYPE HTML>
<html>
<link rel="icon"
type="image/gif"
href="http://www.swamprabbitcreative.com/favicon.gif">
<head>
<title>Follow the Swamp Rabbit</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="South Florida´s most reliable creative agency. We specialize in creative design-based strategies
to sketch, conceive and handle your marketing and advertising needs." />
<meta name="keywords" content="Swamp, Rabbit, Creative Inc, Digital, Agency, Graphic, design, web, design, naples, florida, south florida, websites, blog design, ecommerce" />
<!--[if lte IE 8]><script src="css/ie/html5shiv.js"></script><![endif]-->
<script src="js/jquery.min.js"></script>
<script src="js/jquery.dropotron.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-layers.min.js"></script>
<script src="js/init.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-noscript.css" />
</noscript>
<!--[if lte IE 8]><link rel="stylesheet" href="css/ie/v8.css" /><![endif]-->
<!--[if lte IE 9]><link rel="stylesheet" href="css/ie/v9.css" /><![endif]-->
<script language="JavaScript" src="http://www.swamprabbitcreative.com/js/gen_validatorv31.js" type="text/javascript"></script>
<script language="JavaScript">
$(window).bind("load", function()
var frmvalidator = new Validator("contact_form");
frmvalidator.addValidation("name","req","Please provide your name");
frmvalidator.addValidation("email","req","Please provide your email");
frmvalidator.addValidation("email","email",
"Please enter a valid email address");
</script>
</head>
<body class="contact loading">
<!-- Header -->
<header id="header">
<h1 id="logo"><a href="spa/index.html" title="Hablamos Español" class="tooltip"><img src="images/spanish1.png"></a></h1>
<nav id="nav">
<ul>
<li class="current"><a href="index.html">About us</a></li>
<li class="submenu">
<a href="">Services</a>
<ul>
<li><a href="webdesign.html">Web Design</a></li>
<li><a href="printdesign.html">print design</a></li>
<li><a href="smo.html">social media</a></li>
<li><a href="ecommerce.html">e commerce</a></li>
<!--
<li class="submenu">
<a href="">Submenu</a>
<ul>
<li><a href="#">Dolore Sed</a></li>
<li><a href="#">Consequat</a></li>
<li><a href="#">Lorem Magna</a></li>
<li><a href="#">Sed Magna</a></li>
<li><a href="#">Ipsum Nisl</a></li>
</ul>
</li>
-->
</ul>
</li>
<li><a href="contact.html" class="button special">Contact us</a></li>
</ul>
</nav>
</header>
<!-- Main -->
<article id="main">
<header class="special container">
<span class="icon fa-envelope"></span>
<h2>Let us have the pleasure of meeting you</h2>
<p>Use the form below to get in touch.</p>
</header>
<!-- One -->
<section class="wrapper style4 special container small">
<!-- Content -->
<div class="content">
<form method="post" name="contact_form" action="contact-form-handler.php">
<div class="row half no-collapse-1">
<div class="6u">
<input type="text" name="name" placeholder="Name" />
</div>
<div class="6u">
<input type="text" name="email" placeholder="Email" />
</div>
</div>
<div class="row half">
<div class="12u">
I'm a
<input type="radio" name="clientis" value="Local Business" >Local Business
<input type="radio" name="clientis" value="Company">Company
<input type="radio" name="clientis" value="Individual">Individual
</div>
</div>
<div class="row half">
<div class="12u">
<textarea name="message" placeholder="Message" rows="7"></textarea>
</div>
</div>
<div class="row half">
<div class="12u">
Are you interested in receiving special offers of our services in your email? <br>
<input type="radio" name="newsletter" value="Yes">Certainly
<input type="radio" name="newsletter" value="No">Thanks but no thanks
</div>
</div>
<div class="row">
<div class="12u">
<ul class="buttons">
<li><input type="submit" class="button special"></li>
</ul>
</div>
</div>
</form>
</div>
</section>
</article>
<!-- Footer -->
<footer id="footer">
<div class="row">
<div class="4u">
<section>
<ul class="services">
<h5><strong>Services</strong></h5>
<li><i class="icon fa-desktop"></i><a href="webdesign.html" target="_self"> Web Design</a></li>
<li><i class="icon fa-edit"></i><a href="printdesign.html" target="_self"> Print Design</a></li>
<li><i class="icon fa-users"><a href=smo.html target="_self"> Social Media Opt</a></i></li>
<li><i class="icon fa-shopping-cart"></i><a href="ecommerce.html" target="_self"> E-Commerce</a></li>
<li><i class="icon fa-square"></i><a href="spa/index.html" target="_self"> Hablamos Español</a></li>
</ul>
</section>
</div>
<div class="4u">
<section>
<h5><strong>Contact</strong></h5>
<ul class="phone">
<li><i class="icon fa-phone"></i> (239) 732 71 81</li></ul>
<ul class="mail">
<li><i class="icon fa-envelope"></i><a href="mailto:[email protected]?subject=Contact%20the%20Rabbit">[email protected]</a></li></ul>
<ul class="socialm">
<li><a href="https://www.facebook.com/swamprabbitcreative" class="icon circle fa-facebook" target="_blank" title="Be our friend on Facebook"><span class="label">Facebook</span></a> Let's be friends</li>
<br>
<li><a href="https://twitter.com/swamp_rabbit" class="icon circle fa-twitter" target="_blank" title="Follow us on Twitter"><span class="label">Twitter</span></a> Follow us</li>
</ul>
</section>
</div>
<div class="4u">
<section>
<ul class="icons">
<h5><strong>Find us</strong></h5>
<ul class="adress">
<li><i class="icon fa-map-marker"></i> Davis Village</li><br><li>2770 Davis Blvd. Unit 30</li>
<br><li>Naples, FL 34104</li>
</ul>
<ul class="map"><li>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3581.7961747182585!2d-81.77256799999996!3d26.138187999999964!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88dae22ca34bc4eb%3A0x391b27655c1ff836!2sSwamp+Rabbit+Creative+Inc.!5e0!3m2!1sen!2sus!4v1406231481062" width="100%" height="110" frameborder="1" style="border:1"></iframe>
</li> </ul>
</ul>
</section>
</div>
<!--
<li><a href="#" class="icon circle fa-google-plus"><span class="label">Google+</span></a></li>
<li><a href="#" class="icon circle fa-github"><span class="label">Github</span></a></li>
<li><a href="#" class="icon circle fa-dribbble"><span class="label">Dribbble</span></a></li>
</ul>
-->
</div>
<br>
<span class="copyright">© 2014. All rights reserved.<a href="index.html"> Swamp Rabbit Creative Inc.</a></span>
</footer>
</body>
</html>