-
Notifications
You must be signed in to change notification settings - Fork 0
/
sample-contact.html
402 lines (346 loc) · 14.1 KB
/
sample-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
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="author" content="Parallelus" />
<meta name="description" content="A brief description of this website or your business." />
<meta name="keywords" content="keywords, or phrases, associated, with each page, are best" />
<title>Unite - Together is Better (created by Parallelus)</title>
<!-- Favorites icon -->
<link rel="shortcut icon" href="http://para.llel.us/favicon.ico" />
<!-- Style sheets -->
<link rel="stylesheet" type="text/css" href="css/reset.min.css" />
<link rel="stylesheet" type="text/css" href="css/menu.min.css" />
<link rel="stylesheet" type="text/css" href="css/fancybox.css" />
<link rel="stylesheet" type="text/css" href="css/tooltip.min.css" />
<link rel="stylesheet" type="text/css" href="css/default.css" />
<!-- jQuery framework and utilities -->
<script type="text/javascript" src="js/jquery-1.4.min.js"></script>
<script type="text/javascript" src="js/jquery-ui-1.7.2.min.js"></script>
<script type="text/javascript" src="js/jquery.easing.1.3.min.js"></script>
<script type="text/javascript" src="js/hoverIntent.min.js"></script>
<script type="text/javascript" src="js/jquery.bgiframe.min.js"></script>
<!-- Drop down menus -->
<script type="text/javascript" src="js/superfish.min.js"></script>
<script type="text/javascript" src="js/supersubs.min.js"></script>
<!-- Tooltips -->
<script type="text/javascript" src="js/jquery.cluetip.min.js"></script>
<!-- Input labels -->
<script type="text/javascript" src="js/jquery.overlabel.min.js"></script>
<!-- Anchor tag scrolling effects -->
<script type="text/javascript" src="js/jquery.scrollTo-min.js"></script>
<script type="text/javascript" src="js/jquery.localscroll-min.js"></script>
<!-- Inline popups/modal windows -->
<script type="text/javascript" src="js/jquery.fancybox-1.2.6.pack.js"></script>
<!-- Font replacement (cufón) -->
<script src="js/cufon-yui.js" type="text/javascript"></script>
<script src="js/LiberationSans.font.js" type="text/javascript"></script>
<!-- IE only includes (PNG Fix and other things for sucky browsers -->
<!--[if lt IE 7]>
<link rel="stylesheet" type="text/css" href="css/ie-only.css">
<script type="text/javascript" src="js/pngFix.min.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$(document.body).supersleight();
});
</script>
<![endif]-->
<!--[if IE]><link rel="stylesheet" type="text/css" href="css/ie-only-all-versions.css"><![endif]-->
<!-- BEGIN: For Demo Only -->
<!--
These entries are only needed for demo features, such as the real-time skin changer.
They can be deleted for production installs without effecting the theme's design or
any of the funcionality.
-->
<script type="text/javascript" src="js/demo.js"></script>
<link rel="stylesheet" type="text/css" href="css/demo.css" />
<!-- END: For Demo Only -->
<!-- Functions to initialize after page load -->
<script type="text/javascript" src="js/onLoad.min.js"></script>
<!-- form validation scripts (for contact page) -->
<script src="js/jquery.validate.min.js" type="text/javascript"></script>
<script type="text/javascript">
// initialize form validation
$(document).ready(function() {
$("#CommentForm").validate();
});
</script>
</head>
<body>
<!-- Top reveal (slides open, add class "topReveal" to links for open/close toggle ) -->
<div id="ContentPanel">
<!-- close button -->
<a href="#" class="topReveal closeBtn">Close</a>
<div class="contentArea">
<!-- New member registration -->
<div class="right" style="margin:10px 0 0;">
<h1>
Not a member yet?
<span>Register now and get started.</span>
</h1>
<button type="button">Register for an account</button>
</div>
<!-- Alternate Login -->
<div>
<form class="loginForm" method="post" action="" style="height:auto;">
<div id="loginBg"><img src="images/icons/lock-and-key-110.png" width="110" height="110" alt="lock and key" /></div>
<h2 style="margin-top: 20px;">Sign in to your account.</h2>
<fieldset>
<legend>Account Login</legend>
<p class="left" style="margin: 0 8px 0 0;">
<label for="RevealUsername" class="overlabel">Username</label>
<input id="RevealUsername" name="RevealUsername" type="text" class="loginInput textInput rounded" />
</p>
<p class="left" style="margin: 0 5px 0 0;">
<label for="RevealPassword" class="overlabel">Password</label>
<input id="RevealPassword" name="RevealPassword" type="password" class="loginInput textInput rounded" />
</p>
<p class="left" style="margin: -7px 0 0;">
<button type="submit" class="btn" style="margin:0;"><span>Sign in</span></button>
</p>
</fieldset>
<p class="left noMargin">
<a href="#">Forgot your password?</a>
</p>
</form>
</div>
<!-- End of Content -->
<div class="clear"></div>
</div>
</div>
<!-- Site Container -->
<div id="Wrapper">
<div id="PageWrapper">
<div class="pageTop"></div>
<div id="Header">
<!-- Main Menu -->
<div id="MenuWrapper">
<div id="MainMenu">
<div id="MmLeft"></div>
<div id="MmBody">
<!-- Main Menu Links -->
<ul class="sf-menu">
<li class="current"><a href="index.html">Home</a></li>
<li>
<a href="#">Features</a>
<ul>
<li><a href="#">Home page</a>
<ul>
<li><a href="index.html">Home 1 (default)</a></li>
<li><a href="index-2.html">Home 2 (CU3ER)</a></li>
<li><a href="index-3.html">Home 3 (GalleryView)</a></li>
</ul>
</li>
<li><a href="sample-portfolio.html">Portfolio</a></li>
<li><a href="sample-blog.html">Blog</a></li>
<li>
<a href="sample-login.html" class="login">Login</a>
<ul>
<li><a href="sample-login.html" class="login">Style 1 (popup)</a></li>
<li><a href="#ContentPanel" class="topReveal">Style 2 (slide)</a></li>
</ul>
</li>
<li><a href="sample-text.html">Text Styles</a></li>
<li><a href="theme-information.html">About the Theme</a></li>
</ul>
</li>
<li>
<a href="#">Skins</a>
<ul>
<li>
<a href="#" onclick="switchSkin('1');">Skin 1</a>
<ul>
<li style="text-align:center;"><a href="#" onclick="switchSkin('1');"><img class="skin" src="images/content/skin-changer/skin-1.jpg" height="250" alt="Skin 1" /></a></li>
</ul>
</li>
<li>
<a href="#" onclick="switchSkin('2');">Skin 2</a>
<ul>
<li style="text-align:center;"><a href="#" onclick="switchSkin('2');"><img class="skin" src="images/content/skin-changer/skin-2.jpg" height="250" alt="Skin 2" /></a></li>
</ul>
</li>
<li>
<a href="#" onclick="switchSkin('3');">Skin 3</a>
<ul>
<li style="text-align:center;"><a href="#" onclick="switchSkin('3');"><img class="skin" src="images/content/skin-changer/skin-3.jpg" height="250" alt="Skin 3" /></a></li>
</ul>
</li>
<li>
<a href="#" onclick="switchSkin('4');">Skin 4</a>
<ul>
<li style="text-align:center;"><a href="#" onclick="switchSkin('4');"><img class="skin" src="images/content/skin-changer/skin-4.jpg" height="250" alt="Skin 4" /></a></li>
</ul>
</li>
<li>
<a href="#" onclick="switchSkin('5');">Skin 5</a>
<ul>
<li style="text-align:center;"><a href="#" onclick="switchSkin('5');"><img class="skin" src="images/content/skin-changer/skin-5.jpg" height="250" alt="Skin 5" /></a></li>
</ul>
</li>
</ul>
</li>
<li>
<a href="sample-layout.html">Layout</a>
<ul>
<li><a href="sample-layout.html">Default Page</a></li>
<li><a href="sample-layout.html#full_page">Full Page</a></li>
<li><a href="sample-layout.html#blog_page">Blog</a></li>
<li><a href="sample-layout.html#multi_column_page">2 & 3 Column</a></li>
</ul>
</li>
<li><a href="sample-contact.html">Contact</a></li>
</ul>
<div class="mmDivider"></div>
<!-- Extra Menu Links -->
<ul id="MmOtherLinks" class="sf-menu">
<li>
<a href="#"><span class="mmFeeds">Feeds</span></a>
<ul>
<li><a href="#"><span class="mmRSS">RSS</span></a></li>
<li><a href="#"><span class="mmFacebook">Facebook</span></a></li>
<li><a href="#"><span class="mmTwitter">Twitter</span></a></li>
</ul>
</li>
<li><a href="sample-login.html" class="login"><span class="mmLogin">Login</span></a></li>
</ul>
</div>
<div id="MmRight"></div>
</div>
</div>
<!-- Search -->
<div id="Search">
<form action="#" id="SearchForm" method="post">
<p style="margin:0;"><input type="text" name="SearchInput" id="SearchInput" value="" /></p>
<p style="margin:0;"><input type="submit" name="SearchSubmit" id="SearchSubmit" class="noStyle" value="" /></p>
</form>
</div>
<!-- Logo -->
<div id="Logo">
<a href="index.html"></a>
</div>
<!-- End of Content -->
<div class="clear"></div>
</div>
<div class="pageMain">
<!-- Page Content -->
<div class="contentArea">
<!-- Title / Page Headline -->
<div class="full-page">
<h1 class="headline"><strong>Contact Us</strong> // We want to hear from you.</h1>
</div>
<div class="hr"></div>
<!-- Breadcrumbs -->
<div class="full-page">
<p class="breadcrumbs">
<a href="index.html">Home</a> <span>»</span> <a href="#">Some Page</a> <span>»</span> <a href="#">Some Page</a> <span>»</span> This Page
</p>
</div>
<!-- End of Content -->
<div class="clear"></div>
</div>
<div class="contentArea">
<div class="half-page">
<!-- Contact form -->
<h1 class="title">
Contact Form
<span>Use the form below to send us your information.</span>
</h1>
<p>If you would like to make an inquiry, please use the form below and we will get back to you soon. Thank you.</p>
<form class="cmxform" id="CommentForm" method="post" action="#">
<fieldset>
<legend>Contact Form</legend>
<div>
<label for="ContactName" class="overlabel">Name</label>
<input id="ContactName" name="ContactName" class="textInput required" />
</div>
<div>
<label for="ContactEmail" class="overlabel">E-Mail</label>
<input id="ContactEmail" name="ContactEmail" class="textInput required email" />
</div>
<div>
<label for="ContactPhone" class="overlabel">Phone</label>
<input id="ContactPhone" name="ContactPhone" class="textInput digits" value="" />
</div>
<div>
<label for="ContactComment" class="overlabel">Comments</label>
<textarea id="ContactComment" name="ContactComment" class="textInput required" rows="10" cols="4"></textarea>
</div>
<div>
<button type="submit" class="btn"><span>Send</span></button>
</div>
</fieldset>
</form>
</div>
<div class="half-page">
<h3 style="margin-top:3em;">Unite, Inc.</h3>
<p>
Phone: <strong>(555) 443.3221</strong><br />
Email: <strong>[email protected]</strong>
</p>
<p>
<img src="images/content/map.png" width="400" height="250" style="border:1px solid #333;" alt="Map" />
</p>
<div>
<address>1234 Street Ln., City, ST 98765</address>
</div>
</div>
<!-- End of Content -->
<div class="clear"></div>
</div>
<!-- End of Content -->
<div class="clear"></div>
</div>
<!-- Footer -->
<div id="Footer">
<div id="FooterTop"></div>
<div id="FooterContent">
<div class="contentArea">
<!-- Column 1 -->
<div class="one-third">
<h3>Design Details</h3>
<p>Ceated by <a href="http://para.llel.us">Parallelus</a> and available for purchase on <a href="http://themeforest.net/user/Parallelus/portfolio">ThemeForest</a>.</p>
</div>
<!-- Column 2 -->
<div class="one-third">
<h3>Stay Connected</h3>
<ul class="horizList">
<li><a href="#"><img src="images/icons/social/delicious.png" width="40" height="40" alt="Delicious" /></a></li>
<li><a href="#"><img src="images/icons/social/flickr.png" width="40" height="40" alt="Flickr" /></a></li>
<li><a href="#"><img src="images/icons/social/linkedin.png" width="40" height="40" alt="LinkedIn" /></a></li>
<li><a href="#"><img src="images/icons/social/skype.png" width="40" height="40" alt="Skype" /></a></li>
<li><a href="#"><img src="images/icons/social/twitter.png" width="40" height="40" alt="Twitter" /></a></li>
<li><a href="#"><img src="images/icons/social/yahoo.png" width="40" height="40" alt="Yahoo!" /></a></li>
</ul>
<p>Keep track of Unite on all your favorite social networks.</p>
</div>
<!-- Column 3 -->
<div class="one-third last">
<h3>Contact Information</h3>
<div class="logoMark"></div>
<p>
(555) 443.3221<br />
[email protected]<br />
<a href="#">www.unite-inc.com</a><br />
</p>
</div>
<!-- End of Content -->
<div class="clear"></div>
</div>
</div>
<div id="FooterBottom"></div>
</div>
<!-- Copyright/legal text -->
<div id="Copyright">
<p>
Copyright © 2010 - <a href="http://para.llel.us" onclick="window.open(this.href); return false;">Parallelus</a> - All rights reserved.
Conforms to W3C Standard
<a href="http://validator.w3.org/check?uri=referer" onclick="window.open(this.href); return false;">XHTML</a> &
<a href="http://jigsaw.w3.org/css-validator/check/referer?profile=css3" onclick="window.open(this.href); return false;">CSS</a>
</p>
</div>
</div>
</div>
<!-- Activate Font Replacement (cufón) -->
<script type="text/javascript"> Cufon.now(); </script>
</body>
</html>