11---
22title: Contact
3- heading: Get in touch today
4- description: We'd love to help you improve your sales.
3+ heading: Feel free to contact us!
4+
5+
56
6- map:
7- latitude: -45.8787605
8- longitude: 170.5027976
9- address: "1 George Street, Dunedin, New Zealand"
10- zoom: 13
117---
12- < div class =" map " id =" map " > </ div >
8+
139
1410
1511< div class ="contact-box ">
16- < form action ="{{ site.baseurl }}/contact-success/ " method ="post " class ="contact-form ">
12+ <!--< form action="{{ site.baseurl }}/contact-success/" method="post" class="contact-form">
1713 <input type="hidden" name="_to" value="[email protected] " /> 1814 <input type="text" name="_gotcha" style="display: none;">
1915
@@ -35,144 +31,7 @@ <h3 class="editable">Address</h3>
3531
3632 <h3 class="editable">Email</h3>
373338- </ div >
34+ </div>-->
35+ Pavel Šiška
< a href ="
mailto:[email protected] "
> [email protected] </ a > < br > 36+ Karel Hynek
< a href ="
mailto:[email protected] "
> [email protected] </ a > < br > 3937</ div >
40-
41- < script type ="text/javascript ">
42- window . mapData = { { page . map | jsonify } } ;
43-
44- function initMap ( ) {
45- var myOptions = {
46- scrollwheel : false ,
47- draggable : false ,
48- panControl : false ,
49- disableDefaultUI : true ,
50- styles : [ {
51- "featureType" : "all" ,
52- "elementType" : "labels.text.fill" ,
53- "stylers" : [ {
54- "saturation" : 36
55- } , {
56- "color" : "#000000"
57- } , {
58- "lightness" : 40
59- } ]
60- } , {
61- "featureType" : "all" ,
62- "elementType" : "labels.text.stroke" ,
63- "stylers" : [ {
64- "visibility" : "on"
65- } , {
66- "color" : "#000000"
67- } , {
68- "lightness" : 16
69- } ]
70- } , {
71- "featureType" : "all" ,
72- "elementType" : "labels.icon" ,
73- "stylers" : [ {
74- "visibility" : "off"
75- } ]
76- } , {
77- "featureType" : "administrative" ,
78- "elementType" : "geometry.fill" ,
79- "stylers" : [ {
80- "color" : "#000000"
81- } , {
82- "lightness" : 20
83- } ]
84- } , {
85- "featureType" : "administrative" ,
86- "elementType" : "geometry.stroke" ,
87- "stylers" : [ {
88- "color" : "#000000"
89- } , {
90- "lightness" : 17
91- } , {
92- "weight" : 1.2
93- } ]
94- } , {
95- "featureType" : "landscape" ,
96- "elementType" : "geometry" ,
97- "stylers" : [ {
98- "color" : "#000000"
99- } , {
100- "lightness" : 20
101- } ]
102- } , {
103- "featureType" : "poi" ,
104- "elementType" : "geometry" ,
105- "stylers" : [ {
106- "color" : "#000000"
107- } , {
108- "lightness" : 21
109- } ]
110- } , {
111- "featureType" : "road.highway" ,
112- "elementType" : "geometry.fill" ,
113- "stylers" : [ {
114- "color" : "#000000"
115- } , {
116- "lightness" : 17
117- } ]
118- } , {
119- "featureType" : "road.highway" ,
120- "elementType" : "geometry.stroke" ,
121- "stylers" : [ {
122- "color" : "#000000"
123- } , {
124- "lightness" : 29
125- } , {
126- "weight" : 0.2
127- } ]
128- } , {
129- "featureType" : "road.arterial" ,
130- "elementType" : "geometry" ,
131- "stylers" : [ {
132- "color" : "#000000"
133- } , {
134- "lightness" : 18
135- } ]
136- } , {
137- "featureType" : "road.local" ,
138- "elementType" : "geometry" ,
139- "stylers" : [ {
140- "color" : "#000000"
141- } , {
142- "lightness" : 16
143- } ]
144- } , {
145- "featureType" : "transit" ,
146- "elementType" : "geometry" ,
147- "stylers" : [ {
148- "color" : "#000000"
149- } , {
150- "lightness" : 19
151- } ]
152- } , {
153- "featureType" : "water" ,
154- "elementType" : "geometry" ,
155- "stylers" : [ {
156- "color" : "#000000"
157- } , {
158- "lightness" : 17
159- } ]
160- } ] ,
161- zoom : window . mapData . zoom ,
162- maxZoom : window . mapData . zoom ,
163- minZoom : window . mapData . zoom ,
164- center : new google . maps . LatLng ( window . mapData . latitude , window . mapData . longitude ) ,
165- mapTypeId : google . maps . MapTypeId . ROADMAP
166- } ;
167- map = new google . maps . Map ( document . getElementById ( "map" ) , myOptions ) ;
168- marker = new google . maps . Marker ( {
169- map : map ,
170- position : new google . maps . LatLng ( window . mapData . latitude , window . mapData . longitude )
171- } ) ;
172-
173- google . maps . event . addDomListener ( window , "resize" , function ( ) {
174- map . setCenter ( myOptions . center ) ;
175- } ) ;
176- }
177- </ script >
178- < script async defer src ="https://maps.googleapis.com/maps/api/js?key={{ site.google_maps_javascript_api_key }}&callback=initMap "> </ script >
0 commit comments