forked from groupflix/TCvc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
370 lines (320 loc) · 10.3 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
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
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>Transparent Collective // Contact Us</title>
<?php include "meta-head.php" ?>
<!-- Page Fonts / Pacifico-->
<link href='http://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>
<!-- Raleway-->
<link href='http://fonts.googleapis.com/css?family=Raleway:400,100,,200,300,600,700' rel='stylesheet' type='text/css'>
<!-- End CSS Files -->
</head>
<!-- Body Start -->
<body class="parallax">
<!-- Page Loader -->
<article id="pageloader" class="white-loader">
<div class="spinner">
<div class="bounce1"></div>
<div class="bounce2"></div>
<div class="bounce3"></div>
</div>
</article>
<!-- Navigation - select your nav color - dark-nav or white-nav -->
<!-- Footer -->
<?php include "nav.php" ?>
<!-- End Nav -->
<section id="contact" class="relative contact">
<!-- Inner -->
<div class="inner t-center clearfix animated" data-animation="fadeIn" data-animation-delay="800">
<!-- Header -->
<h1 class="header header-style-2 dark oswald uppercase t-center ">
Contact Us
</h1>
<!-- Header Text -->
<p class="light t-center">
There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected
</p>
<!-- Form -->
<div class="fullwidth clearfix">
<!-- Contact Form -->
<div class="contact_form type-2 white-form">
<!-- Form -->
<form id="contact_form" name="cform" class="clearfix form oswald normal antialiased" method="post" action="php/mail.php">
<!-- 50% inputs -->
<div class="fullwidth clearfix">
<!-- Left Item -->
<div class="f-left">
<!-- Name -->
<input type="text" name="name" id="name" required placeholder="Name">
</div>
<!-- Right Item -->
<div class="f-right">
<!-- Email -->
<input type="email" name="email" id="email" required placeholder="E-Mail">
</div>
</div>
<!-- End 50% inputs -->
<!-- Subject -->
<input type="text" name="subject" id="subject" required placeholder="Subject">
<!-- Message -->
<textarea name="message" id="message" required placeholder="Message"></textarea>
<!-- Verify Math / You can delete blockers for Math Verify -->
<!-- <input type="text" name="verify" id="verify" required placeholder=""> -->
<!-- Send Button -->
<button type="submit" id="submit" name="submit">Send</button>
<!-- Error Message -->
<div class="error_message">
<p class="t-left no-margin">
<!-- Error Message Icon -->
<i class="fa fa-warning"></i>
Validation error occured. Please enter the fields and submit it again.
</p>
</div>
<!-- Submit Message -->
<div class="submit_message">
<p class="t-left no-margin">
<!-- Error Message Icon -->
<i class="fa fa-check"></i>
Thank You ! Your email has been delivered.
</p>
</div>
</form>
<!-- End Form -->
</div>
<!-- End Form Div -->
</div>
<!-- End Contact Form -->
</div>
<!-- End Inner -->
</section>
<!-- End Contact Section -->
<!-- Address Type2 -->
<section class="address type-2 parallax9 xxdark-bg">
<!-- Boxed div -->
<div class="boxed clearfix relative">
<!-- Box -->
<a class="box clearfix block f-left" href="tel:0123456789">
<!-- Icon -->
<div class="f-left icon">
<i class="fa fa-mobile"></i>
</div>
<!-- Texts -->
<div class="f-right texts">
<!-- Arrow -->
<span class="arrow"></span>
<!-- Header -->
<h3 class="no-padding no-margin extra-light">
Phone:
</h3>
<!-- Detail -->
<p class="no-margin no-padding extra-light">
0123 456 789 - 0123 456 788
</p>
</div>
<!-- End Texts -->
</a>
<!-- End Box -->
<!-- Box -->
<a class="box clearfix block f-left" href="mailto:support@goldeyestheme.com">
<!-- Icon -->
<div class="f-left icon">
<i class="fa fa-envelope"></i>
</div>
<!-- Texts -->
<div class="f-right texts">
<!-- Arrow -->
<span class="arrow"></span>
<!-- Header -->
<h3 class="no-padding no-margin extra-light">
E-Mail
</h3>
<!-- Detail -->
<p class="no-margin no-padding extra-light">
support@goldeyestheme.com
</p>
</div>
<!-- End Texts -->
</a>
<!-- End Box -->
<!-- Box -->
<a class="box clearfix block f-left scroll" href="#map">
<!-- Icon -->
<div class="f-left icon">
<i class="fa fa-map-marker"></i>
</div>
<!-- Texts -->
<div class="f-right texts">
<!-- Arrow -->
<span class="arrow"></span>
<!-- Header -->
<h3 class="no-padding no-margin extra-light">
Address;
</h3>
<!-- Detail -->
<p class="no-margin no-padding extra-light">
Street 1352, Melbourne Australia
</p>
</div>
<!-- End Texts -->
</a>
<!-- End Box -->
</div>
<!-- End Boxed div -->
</section>
<!-- End Address Section -->
<!-- Footer -->
<footer class="big-footer fullwidth dark-footer t-left">
<!-- Footer Inner -->
<div class="clearfix boxed footer_inner">
<!-- Box -->
<div class="col-xs-3">
<!-- Header -->
<h3 class="footer_header light no-margin no-padding">
About Us
</h3>
<!-- Text -->
<p class="footer_text">
It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed.
</p>
<!-- Text -->
<p class="footer_text">
The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using.
</p>
</div>
<!-- End Box -->
<!-- Box -->
<div class="col-xs-3">
<!-- Header -->
<h3 class="footer_header light no-margin no-padding">
Additional Links
</h3>
<!-- List -->
<ol>
<li>
<!-- Link -->
<a href="index3.html" class="ex-link">
Awesome Parallax Home Page
</a>
</li>
<li>
<!-- Link -->
<a href="index4.html" class="ex-link">
Home Page Black&White Style
</a>
</li>
<li>
<!-- Link -->
<a href="portfolio-masonry-5col.html" class="ex-link">
Portfolio Page Masonry Layout
</a>
</li>
<li>
<!-- Link -->
<a href="index8.html" class="ex-link">
Awesome Fullscreen&Dotted Menu
</a>
</li>
<li>
<!-- Link -->
<a href="blog/blog_masonry_6_col.html" class="ex-link">
Masonry Blog Style
</a>
</li>
</ol>
</div>
<!-- End Box -->
<!-- Box -->
<div class="col-xs-3">
<!-- Header -->
<h3 class="footer_header light no-margin no-padding">
Latest Tweets
</h3>
<div id="latest_tweets"></div>
</div>
<!-- End Box -->
<!-- Box -->
<div class="col-xs-3">
<!-- Header -->
<h3 class="footer_header light no-margin no-padding">
Flickr
</h3>
<!-- Flickr -->
<div id="flickr_badge_wrapper">
<!-- Flickr Link -->
<script type="text/javascript" src="http://www.flickr.com/badge_code_v2.gne?count=8&display=latest&size=s&layout=x&source=user&user=52617155@N08"></script>
</div>
</div>
<!-- End Box -->
</div>
<!-- End Footer Inner -->
<!-- Bottom -->
<div class="footer_bottom">
<!-- Bottom Inner -->
<div class="boxed clearfix">
<!-- Left, Copyright Area -->
<div class="left f-left">
<!-- Text and Link -->
<p class="copyright">
©2015 ALL RIGHT RESERVED, TRANSPARENT COLLECTIVE, LLC
</p>
</div>
<!-- End Left -->
<!-- Right, Socials -->
<div class="right f-right">
<!-- Link -->
<a href="#" target="_blank" class="social">
<i class="fa fa-twitter"></i>
</a>
<!-- Link -->
<a href="#" target="_blank" class="social">
<i class="fa fa-facebook"></i>
</a>
</div>
<!-- End Right -->
</div>
<!-- End Inner -->
</div>
<!-- End Footer, Bottom -->
</footer>
<!-- End Footer -->
<!-- JS Files -->
<script type="text/javascript" src="js/jquery-2.1.3.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/jquery.appear.js"></script>
<script type="text/javascript" src="js/waypoint.js"></script>
<script type="text/javascript" src="js/modernizr-latest.js"></script>
<script type="text/javascript" src="js/jquery.easing.1.3.js"></script>
<script type="text/javascript" src="js/SmoothScroll.js"></script>
<script type="text/javascript" src="js/jquery.magnific-popup.min.js"></script>
<script type="text/javascript" src="js/jquery.superslides.js"></script>
<script type="text/javascript" src="js/jquery.flexslider.js"></script>
<script type="text/javascript" src="js/jquery.simple-text-rotator.js"></script>
<script type="text/javascript" src="js/jquery.cubeportfolio.js"></script>
<script type="text/javascript" src="js/owl.carousel.min.js"></script>
<script type="text/javascript" src="js/jquery.parallax-1.1.3.js"></script>
<script type="text/javascript" src="js/jquery.timeline.js"></script>
<script type="text/javascript" src="js/skrollr.min.js"></script>
<script type="text/javascript" src="js/jquery.fitvids.js"></script>
<script type="text/javascript" src="js/jquery.mb.YTPlayer.js"></script>
<!-- Revolution Slider -->
<script type="text/javascript" src="js/rev_slider/jquery.themepunch.revolution.min.js"></script>
<script type="text/javascript" src="js/rev_slider/jquery.themepunch.tools.min.js"></script>
<script type="text/javascript" src="js/rev_slider/rev_plugins.js"></script>
<!-- Page Plugins -->
<script type="text/javascript" src="js/plugins.js"></script>
<!-- Portfolio Plugins -->
<script type="text/javascript" src="js/portfolio.js"></script>
<!-- Twitter -->
<script type="text/javascript" src="js/tweecool.min.js"></script>
<script type="text/javascript" src="js/tweecool.js"></script>
<!-- Theme Panel -->
<script type="text/javascript" src="theme_panel/themepanel.js"></script>
<script>
$(document).ready(function() {
});
</script>
<!-- End JS Files -->
</body>
<!-- Body End -->
</html>