-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
296 lines (259 loc) · 11.4 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
<<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Eletalk</title>
<link rel="shortcut icon" href="images/icons/favicon.png" />
<link href='http://fonts.googleapis.com/css?family=Hind:400,300,600,500,700&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<!-- Bootstrap & Styles -->
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/bootstrap-theme.css" rel="stylesheet">
<link href="css/block_grid_bootstrap.css" rel="stylesheet">
<link href="css/font-awesome.min.css" rel="stylesheet">
<link href="css/owl.carousel.css" rel="stylesheet">
<link href="css/owl.theme.css" rel="stylesheet">
<link href="css/animate.min.css" rel="stylesheet" />
<link href="css/jquery.circliful.css" rel="stylesheet" />
<link href="css/slicknav.css" rel="stylesheet" />
<link href="style.css" rel="stylesheet">
</head>
<body>
<!-- Top Bar-->
<div class="top">
<div class="row">
<div class="col-sm-3">
<div class="logo">
<a href="index.html"><img src="images/logo.png" alt="" />
</a>
</div>
</div>
<div class="col-sm-9">
<nav id="desktop-menu">
<ul class="sf-menu" id="navigation">
<li class="current"><a href="index.html#">Inicio</a>
</li>
<li><a href="nosotros.html">Nosotros</a></li>
<li><a href="contacto.html">Contacto</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
<!-- End of Top Bar-->
<!-- Breadcrumps -->
<div class="breadcrumbs">
<div class="row">
<div class="col-sm-6">
<h1>Contact</h1>
</div>
<div class="col-sm-6">
<ol class="breadcrumb">
<li>You are here: </li>
<li><a href="index.html">Home</a>
</li>
<li>Pages
</li>
<li class="active">Contact</li>
</ol>
</div>
</div>
</div>
<!-- End of Breadcrumps -->
<!-- Contact -->
<div id="map_wrapper">
<div id="map_canvas" class="mapping"></div>
</div>
<section class="contact">
<div class="row">
<div class="col-sm-8">
<h3>Contact us</h3>
<div id="sendstatus"></div>
<div id="contactform">
<form method="post" action="sendmail.php">
<p><label for="name">Name:*</label> <input type="text" class="form-control" name="name" id="name" tabindex="1" /></p>
<p><label for="email">Email:*</label> <input type="text" class="form-control" name="email" id="email" tabindex="2" /></p>
<p><label for="comments">Message:*</label> <textarea class="form-control" name="comments" id="comments" cols="12" rows="6" tabindex="3"></textarea></p>
<p><input name="submit" type="submit" id="submit" class="submit" value="Send" tabindex="4" /></p>
</form>
</div>
</div>
<div class="col-sm-3 col-sm-offset-1">
<h4 class="badge">E-mail</h4>
<p><a href="">[email protected]</a></p>
<h4 class="badge">Phone</h4>
<p>373.040.1847</p>
<h4 class="badge">On the Web</h4>
<ul>
<li><a href="">Facebook</a></li>
<li><a href="">Twitter</a></li>
<li><a href="">Linked In</a></li>
<li><a href="">Github</a></li>
</ul>
</div>
</div>
</section>
<!-- End of Contact -->
<!-- Footer -->
<div class="social">
<div class="row">
<div class="col-sm-6">
<ul>
<li><a href="contact.html#" title="facebook" target="_blank"><i class="fa fa-facebook"></i></a>
</li>
<li><a href="contact.html#" title="twitter" target="_blank"><i class="fa fa-twitter"></i></a>
</li>
<li><a href="contact.html#" title="pinterest" target="_blank"><i class="fa fa-pinterest"></i></a>
</li>
<li><a href="contact.html#" title="rss" target="_blank"><i class="fa fa-rss"></i></a>
</li>
<li><a href="contact.html#" title="instagram" target="_blank"><i class="fa fa-instagram"></i></a>
</li>
<li><a href="contact.html#" title="github" target="_blank"><i class="fa fa-github"></i></a>
</li>
</ul>
</div>
<div class="col-sm-6">
<div id="mc_embed_signup">
<form class="form-inline validate" action="//audemedia.us7.list-manage.com/subscribe/post?u=b5638e105dac814ad84960d90&id=9345afa0aa" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" target="_blank" novalidate>
<div class="row no-gutter">
<div class="col-xs-12 col-sm-9">
<input type="email" value="" name="EMAIL" class="form-control" id="mce-EMAIL" placeholder="Subscribe to our newsletter" required>
<div style="position: absolute; left: -5000px;">
<input type="text" name="b_b5638e105dac814ad84960d90_9345afa0aa" tabindex="-1" value="">
</div>
</div>
<div class="col-xs-12 col-sm-3">
<input type="submit" value="SUBSCRIBE" name="subscribe" id="mc-embedded-subscribe">
</div>
</div>
</form>
</div>
</div>
</div>
</div>
<section class="footer">
<div class="row">
<div class="col-sm-3">
<h4>Choose.</h4>
<ul>
<li><a href="">Shared Hosting</a>
</li>
<li><a href="">Reseller Hosting</a>
</li>
<li><a href="">Cloud Managed VPS</a>
</li>
<li><a href="">Managed Dedicated Servers</a>
</li>
</ul>
</div>
<div class="col-sm-3">
<h4>Get Support.</h4>
<ul>
<li><a href="">Contact Us</a>
</li>
<li><a href="">Knowledge Base</a>
</li>
<li><a href="">Submit a Ticket</a>
</li>
</ul>
</div>
<div class="col-sm-3">
<h4>Start.</h4>
<ul>
<li><a href="">WordPress Hosting</a>
</li>
<li><a href="">Joomla Hosting</a>
</li>
<li><a href="">Magento Hosting</a>
</li>
<li><a href="">Drupal Hosting</a>
</li>
</ul>
</div>
<div class="col-sm-3">
<h4>Ask.</h4>
<ul class="questions">
<li><a href=""><i class="fa fa-comment"></i> LIVE CHAT</a>
</li>
<li><i class="fa fa-phone"></i> +1.186.704.2263</li>
<li><a href=""><i class="fa fa-envelope"></i> E-MAIL US</a>
</li>
</ul>
</div>
</div>
</section>
<!-- End of Footer -->
<a href="contact.html#top" id="back-to-top"><i class="fa fa-angle-up"></i></a>
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/contact-script.js"></script>
<script src="js/hoverIntent.js"></script>
<script src="js/superfish.min.js"></script>
<script src="js/owl.carousel.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/jquery.circliful.min.js"></script>
<script src="js/waypoints.min.js"></script>
<script src="js/jquery.slicknav.min.js"></script>
<script src="js/custom.js"></script>
<script>
jQuery(function($) {
// Asynchronously Load the map API
var script = document.createElement('script');
script.src = "http://maps.googleapis.com/maps/api/js?sensor=false&callback=initialize";
document.body.appendChild(script);
});
function initialize() {
var map;
var bounds = new google.maps.LatLngBounds();
var mapOptions = {
mapTypeId: 'roadmap',
scrollwheel: false,
draggable: false,
styles: [{"featureType":"administrative","elementType":"labels.text.fill","stylers":[{"color":"#444444"}]},{"featureType":"landscape","elementType":"all","stylers":[{"color":"#f2f2f2"}]},{"featureType":"poi","elementType":"all","stylers":[{"visibility":"off"}]},{"featureType":"road","elementType":"all","stylers":[{"saturation":-100},{"lightness":45}]},{"featureType":"road.highway","elementType":"all","stylers":[{"visibility":"simplified"}]},{"featureType":"road.arterial","elementType":"labels.icon","stylers":[{"visibility":"off"}]},{"featureType":"transit","elementType":"all","stylers":[{"visibility":"off"}]},{"featureType":"water","elementType":"all","stylers":[{"color":"#c6eee7"},{"visibility":"on"}]}]
};
// Display a map on the page
map = new google.maps.Map(document.getElementById("map_canvas"), mapOptions);
map.setTilt(45);
// Multiple Markers
var markers = [
['ServerEast, Oak Brook, IL, United States', 41.84763,-87.92530],
];
// Info Window Content
var infoWindowContent = [
['<div class="info_content">' +
'<h5>ServerEast, Oak Brook, IL, United States</h5>' +
'<p>Global leaders overcome injustice solutions sharing economy Global South. Social analysis forward-thinking vulnerable citizens frontline tackling, tackle gun control women and children Gandhi.</p>' + '</div>']
];
// Display multiple markers on a map
var infoWindow = new google.maps.InfoWindow(), marker, i;
// Loop through our array of markers & place each one on the map
for( i = 0; i < markers.length; i++ ) {
var position = new google.maps.LatLng(markers[i][1], markers[i][2]);
bounds.extend(position);
marker = new google.maps.Marker({
position: position,
map: map,
title: markers[i][0]
});
// Allow each marker to have an info window
google.maps.event.addListener(marker, 'click', (function(marker, i) {
return function() {
infoWindow.setContent(infoWindowContent[i][0]);
infoWindow.open(map, marker);
}
})(marker, i));
// Automatically center the map fitting all markers on the screen
map.fitBounds(bounds);
}
// Override our map zoom level once our fitBounds function runs (Make sure it only runs once)
var boundsListener = google.maps.event.addListener((map), 'bounds_changed', function(event) {
this.setZoom(12);
google.maps.event.removeListener(boundsListener);
});
}
</script>
</body>
</html>