-
Notifications
You must be signed in to change notification settings - Fork 0
/
z-contact.html
executable file
·260 lines (231 loc) · 12.7 KB
/
z-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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!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" />
<title>Equator - Minimalist Business Template 5</title>
<!-- ////////////////////////////////// -->
<!-- // Start Stylesheets // -->
<!-- ////////////////////////////////// -->
<link href="./css/reset.css" rel="stylesheet" type="text/css" />
<link href="./css/style.css" rel="stylesheet" type="text/css" />
<!-- ////////////////////////////////// -->
<!-- // Javascript Files // -->
<!-- ////////////////////////////////// -->
<script type="text/javascript" src="http://code.jquery.com/jquery-1.7.1.js"></script>
<script type="text/javascript" src="./js/jquery.min.js"></script>
<script type="text/javascript" src="./js/scroll.js"></script>
<script type="text/javascript" src="./js/contact-form.js"></script>
<script type="text/javascript" src="./js/cufon-yui.js"></script>
<script type="text/javascript" src="./js/century-gothic.font.js"></script>
<script type="text/javascript">
Cufon.replace('h1') ('h2') ('h3') ('h4') ('h5') ('h6') ('.big-quote')
('.button') ('.input-submit', {
hover: true,
textShadow: '0px 1px 0px #ededed'
})
;
</script>
<script src="./js/vtip.js" type="text/javascript"></script>
<script type="text/javascript" src="http://maps.google.com/maps?file=api&v=2&key=ABQIAAAAnfQhCohRb00BGrJMsRe-FhR7XsqebQ-O8r4XVMcgV31cmLgZoRSQEmAFuIcUwibrTOIPXWa0qLKnYg"></script>
<script type="text/javascript" src="./js/jquery.gmap-1.1.0-min.js"></script>
<script type="text/javascript">
$(function() {
$("#map").gMap
({ markers: [{ latitude: -6.229555086277892,
longitude: 106.82551860809326
}],
zoom: 15
});
});
</script>
<script type="text/javascript" src="./js/dropdown.js"></script>
<!--[if IE 7]>
<style type="text/css">
ul.list-bottom{width:166px;}
#page-title-inner h1{margin-top:34px;}
.input-submit{margin-right:-15px;}
</style>
<![endif]-->
<meta charset="UTF-8"></head>
<body>
<div id="container">
<!-- BEGIN OF HEADER -->
<div id="header">
<!-- begin of logo -->
<div id="logo">
<a href="./index.html"><img src="./images-rut13/logo.png" alt="" /></a>
</div>
<!-- end of logo -->
<!-- begin of quote -->
<div id="quote-top">
<a href="./store.html"><img src="./images-rut13/buy.png" alt="" /></a>
</div>
<!-- end of quote -->
</div>
<div id="menu-search">
<!-- begin of mainmenu -->
<div id="mainmenu">
<ul id="menu">
<li><a href="./index.html"><img src="./images-rut13/home.png" alt="" /></a></li>
<li><a href="./about.html">About</a></li>
<li><a href="./products.html">Products</a></li>
<li><a href="./portfolio.html">Portfolio</a></li>
<li><a href="./faq.html">Faq</a></li>
<li><a href="./blog.html">Blog</a></li>
<li class="current"><a href="./contact.html">Contact</a></li>
<li><a href="#">Pages</a>
<ul>
<li><a href="./index-alt.html">Home Alternate</a></li>
<li><a href="./element.html">Element page</a></li>
<li><a href="./testimonials.html">Testimonials page</a></li>
<li><a href="./pricing.html">Pricing Plan</a></li>
<li><a href="./single.html">Single page</a></li>
<li><a href="./fullwidth.html">Fullwidth page</a></li>
<li><a href="http://themedemo.indonez.com/equator/404.html">404 page</a></li>
</ul>
</li>
</ul>
</div>
<!-- end of mainmenu -->
<!-- begin of search -->
<div id="search-box">
<form id="search" action="#" method="get">
<fieldset class="search-fieldset">
<input type="text" id="s" value="search here..." onblur="if (this.value == ''){this.value = 'search here...'; }" onfocus="if (this.value == 'search here...') {this.value = ''; }" />
<input type="submit" class="go" value="" />
</fieldset>
</form>
</div>
<!-- end of search -->
</div>
<!-- begin of page title -->
<div id="page-title-inner">
<h1>Don't Hesitate, Contact Us Now</h1>
</div>
<!-- end of page title -->
<!-- END OF HEADER -->
<!-- BEGIN OF CONTENT -->
<div id="content">
<div class="maincontent-inner">
<!-- begin of content-left -->
<div id="contact-left">
<h3>Get in <a href="contact.html">Contact</a></h3>
<p>Sed ut perspiciatis omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia volup tas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui.</p>
<div id="contactFormArea">
<!-- Contact Form Start //-->
<form action="#" id="contactform">
<fieldset>
<label>Name</label><br />
<input type="text" name="name" class="textfield" id="name" value="" /><br />
<label>Email</label><br />
<input type="text" name="email" class="textfield" id="email" value="" /><br />
<label>Subject</label><br />
<input type="text" name="subject" class="textfield field-nomargin" id="subject" value="" /><br />
<label>Message</label><br />
<textarea name="message" id="message" class="textarea" cols="2" rows="7"></textarea>
<button type="submit" name="submit" id="buttonsend" class="input-submit">Send Now</button>
<span class="loading" style="display: none;">Please wait..</span>
</fieldset>
</form>
<!-- Contact Form End //-->
</div>
</div>
<!-- end of content-left -->
<!-- begin of content-right -->
<div id="contact-right">
<div id="map"></div>
<div class="address-left">
<h4>Head Office</h4>
<p><strong>Our Address</strong><br/>
Imperium Tower - 15 Kuningan Raya 54th Street 14th Floor, Jakarta, DKI 10220 Indonesia</p>
<p>Tel : +1 234 567 8910
<br/>Fax : +1 234 567 1098
<br/>Email : [email protected]</p>
</div>
<div class="address-right">
<h4>Branch Office</h4>
<p><strong>Our Address</strong><br/>
Imperium Tower - 15 Kuningan Raya 54th Street 14th Floor, Jakarta, DKI 10220 Indonesia</p>
<p>Tel : +1 234 567 8910
<br/>Fax : +1 234 567 1098
<br/>Email : [email protected]</p>
</div>
</div>
<!-- end of content-right -->
</div>
</div>
<!-- END OF CONTENT -->
<!-- BEGIN OF BOTTOM CONTENT -->
<div id="bottom-content">
<!-- begin of bottom-list -->
<div id="bottom-list-container">
<div class="box-list"><!-- bottom content 1 -->
<h3>Pages</h3>
<ul class="list-bottom">
<li><a href="./rut-13.html">R.U.T. 13</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">Portfolio</a></li>
<li><a href="#">FAQ</a></li>
<li><a href="./testimonials.html">Testimonials</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="distributors.php">Distributors</a></li>
</ul>
</div>
<div class="box-list"><!-- bottom content 2 -->
<h3>Categories</h3>
<ul class="list-bottom">
<li><a href="#">Corporate</a></li>
<li><a href="#">Business</a></li>
<li><a href="#">Development</a></li>
<li><a href="#">SEO Marketing</a></li>
<li><a href="#">Lifestyle</a></li>
<li><a href="#">Off Topic</a></li>
<li><a href="#">Social Media</a></li>
<li><a href="#">Web Design</a></li>
<li><a href="#">Logo Design</a></li>
</ul>
</div>
<div class="box-list"><!-- bottom content 3 -->
<h3>Blogroll</h3>
<ul class="list-bottom">
<li><a href="#">Documentation</a></li>
<li><a href="#">Plugins</a></li>
<li><a href="#">Suggest Ideas</a></li>
<li><a href="#">Support Forum</a></li>
<li><a href="#">Themes</a></li>
<li><a href="#">Wordpress Blog</a></li>
<li><a href="#">Wordpress Planet</a></li>
</ul>
</div>
<div class="box-list-content"><!-- bottom content 4 -->
<h3>About Equator</h3>
<p>At R.U.T. 13, we love hair! Healthy, shiny, happy hair! Hair that makes you want to touch it. Hair that makes you smile. Hair that makes you stand taller. Hair that gives you the confidence to do anything! Hair is part of your unique beauty. We hope our products help you show your beauty everyday.</p>
<p></p>
<p>We think we've created what could possibly be the best hair care – ever! We asked our chemists to remove the junk. No sulphates! No parabens! No phthalates! No junk! Period! What's left? Pure organic hair therapy. You'll love R.U.T. 13 Organic Hair Therapy. We guarantee it.</p>
<h3 class="social-heading">Keep in <a href="contact.html">Contact</a></h3>
<ul class="social-list">
<li><a href="#" title="Subscribe our RSS" class="vtip"><img src="./images-rut13/rss.png" alt="" /></a></li>
<li><a href="#" title="Join our Facebook" class="vtip"><img src="./images-rut13/fb.png" alt="" /></a></li>
<li><a href="#" title="Follow our Twitter" class="vtip"><img src="./images-rut13/twiiter.png" alt="" /></a></li>
<li><a href="#" title="See our Flickr" class="vtip"><img src="./images-rut13/flickr.png" alt="" /></a></li>
<li><a href="#" title="Connected with our Linkedin" class="vtip"><img src="./images-rut13/linkedin.png" alt="" /></a></li>
</ul>
</div>
</div>
<!-- end of bottom-list -->
</div>
<div id="bottom-content-closed">
<div class="copyright-text">
Copyright © 2011 R.U.T. 13. All rights reserved
</div>
<div class="back-to-top">
<a href="#top" class="scroll">Back to Top</a>
<a href="#top" class="scroll"><img src="./images-rut13/back-top.png" alt="" /></a>
</div>
</div>
<div id="bottom-content-shadow"></div>
<!-- END OF BOTTOM CONTENT -->
</div>
</body>
</html>