-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
181 lines (148 loc) · 5.86 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!--<link rel="Shortcut Icon" type="image/ico" href="imgs/favicon.ico" />-->
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>ZEA KAURI</title>
<!-- CSS _____________________________________________-->
<link href='http://fonts.googleapis.com/css?family=Josefin+Sans:400,600&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/icomoon.css" media="screen" />
<link rel="stylesheet" href="css/magnificpopup.css" media="screen" />
<link rel="stylesheet" href="css/columns.min.css" media="screen" />
<link rel="stylesheet" href="style.css" media="screen" />
<!-- Fixing Internet Explorer ______________________________________-->
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<link rel="stylesheet" href="css/ie.css" />
<![endif]-->
</head>
<body>
<!-- Loader _______________________________-->
<div class="loadreveal"></div>
<div id="loadscreen"><div id="loader"><span></span></div></div>
<!-- HEADER _____________________________________________-->
<header role="banner" id="header">
<div class="wrapper">
<!-- Logo __-->
<a href="index.html" rel="home"><img src="imgs/logo-black.png" alt="logo" /></a>
<h1 id="logo"></h1>
<!-- Main menu __-->
<nav id="mainmenu" role="navigation">
<div id="menu-burger"><i class="icon-menu"></i></div>
<div id="searchicon">
<i class="icon-search"></i>
<form action="http://airy.designagent.sk/" method="get" id="searchbar">
<fieldset>
<input type="text" name="s" id="searchbar-input" value="" />
<button type="submit" id="searchbar-submit"></button>
</fieldset>
</form>
</div>
<div id="menu">
<ul>
<li class="menu-item-has-children"><a href="index.html">Home</a>
<ul class="sub-menu"></ul>
</li>
<li class="menu-item-has-children"><a href="gallery.html">Portfolio</a>
<ul class="sub-menu"></ul>
</li>
<li class="menu-item-has-children"><a href="about.html">About</a>
<ul class="sub-menu"></ul>
</li>
<li class="menu-item-has-children"><a href="http://zeakauri.tumblr.com/">Blog</a>
<ul class="sub-menu"></ul>
</li>
<li class="current-menu-item"><a href="contact.html">Contact</a>
<ul class="sub-menu"></ul>
</li>
</ul>
</div>
</nav>
</div> <!-- END .wrapper -->
</header>
<!-- MAIN CONTENT SECTION _____________________________________________-->
<section id="content" role="main">
<div class="featured-image-header">
<div id="gmap"></div>
</div>
<div class="wrapper">
<!-- WYSIWYG starts here __-->
<div class="column-grid column-grid-3">
<div class="column column-span-1 column-push-0 column-first">
<p class="big"><strong>T</strong>: +380939728933<br />
<strong>E</strong>: <a href="mailto:[email protected]">[email protected]</a></p>
<p>Ukraine<br />
Kiev</p>
</div>
<div class="column column-span-2 column-push-0 column-last">
<h2>Contact</h2>
<p>Please fill in the following form to contact me</p>
<div id="message"></div>
<form method="post" action="http://airy.designagent.sk/html/contact/contact.php" name="contactform" id="contactform">
<fieldset>
<p class="form-column">
<label for="name" accesskey="U"><span class="required">*</span> Your Name</label>
<input name="name" type="text" id="name" size="30" value="" />
</p>
<p class="form-column">
<label for="email" accesskey="E"><span class="required">*</span> Email</label>
<input name="email" type="text" id="email" size="30" value="" />
</p>
<p>
<label for="comments" accesskey="C"><span class="required">*</span> Your comments</label>
<textarea name="comments" cols="40" rows="3" id="comments"></textarea>
</p>
<p><span class="required">*</span> Are you human?
<label for="verify" accesskey="V" class="inline"> 3 + 1 =</label>
<input name="verify" type="text" id="verify" size="4" value="" style="width: 30px;" />
<input type="submit" class="submit" id="submit" value="Submit" />
</p>
</fieldset>
</form>
</div>
</div>
<!-- WYSIWYG ends here __-->
</div><!-- END .wrapper -->
</section>
<footer id="footer" role="contentinfo">
<p class="back-to-top"><a href="#header">Back to top </a></p>
<p class="copyright">Zea Kauri © 2015</p>
<ul class="social-icons">
<li><a href="https://www.flickr.com/photos/97066772@N03/" target="_blank" title="Flickr"><i class="icon-flickr"></i></a></li>
<li><a href="https://www.facebook.com/zea.kauri" target="_blank" title="Facebook"><i class="icon-facebook"></i></a></li>
</ul>
</footer>
<!-- Javascripts ______________________________________-->
<script src="js/jquery.min.js"></script>
<script src="js/retina.min.js"></script>
<!-- include map scripts -->
<script src='http://maps.google.com/maps/api/js?sensor=true&ver=4.0'></script>
<script src="js/jquery.gmap.min.js"></script>
<!-- include image popups -->
<script src="js/jquery.magnific-popup.min.js"></script>
<!-- include AJAX contact from -->
<script src="contact/js/jquery.jigowatt.js"></script>
<!-- include svg line drawing plugin
<script src="js/jquery.lazylinepainter.min.js"></script>-->
<!-- include custom script -->
<script src="js/scripts.js"></script>
<script>
jQuery(window).load(function() {
jQuery("#gmap").gMap({
scrollwheel: false,
zoom: 14,
markers:[{
address: "Kiev",
icon: {
image: "imgs/mapmarker.png", iconsize: [48,48], iconanchor: [48,48]
}
}],
controls: {
panControl: true, zoomControl: true, mapTypeControl: false, scaleControl: true, streetViewControl: false, overviewMapControl: false
},
});
});
</script>
</body>
</html>