-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
249 lines (231 loc) · 12.3 KB
/
contact.html
File metadata and controls
249 lines (231 loc) · 12.3 KB
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
<!DOCTYPE html>
<!--[if IE 7]> <html lang="en" class="ie7"> <![endif]-->
<!--[if IE 8]> <html lang="en" class="ie8"> <![endif]-->
<!--[if IE 9]> <html lang="en" class="ie9"> <![endif]-->
<!--[if !IE]><!--> <html lang="en"> <!--<![endif]-->
<head>
<title>Contact Us</title>
<!-- Meta -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Contact Cordoba Tourist Guide" />
<meta name="author" content="Cordoba Tourist Guide" />
<!-- CSS Global Compulsory-->
<link rel="stylesheet" href="assets/plugins/bootstrap/css/bootstrap.min.css" />
<link rel="stylesheet" href="assets/css/style.css" />
<link rel="stylesheet" href="assets/css/headers/header1.css" />
<link rel="stylesheet" href="assets/plugins/bootstrap/css/bootstrap-responsive.min.css" />
<link rel="stylesheet" href="assets/css/style_responsive.css" />
<link rel="shortcut icon" href="favicon.ico" />
<!-- CSS Implementing Plugins -->
<link rel="stylesheet" href="assets/plugins/font-awesome/css/font-awesome.css" />
<link rel="stylesheet" href="assets/plugins/flexslider/flexslider.css" type="text/css" media="screen" />
<!-- CSS Theme -->
<link rel="stylesheet" href="assets/css/themes/default.css" id="style_color" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></head>
<body>
<!--=== Top ===-->
<div class="top">
<div class="container">
<ul class="loginbar pull-right">
<li><i class="icon-globe"></i><a>Languages <i class="icon-sort-up"></i></a>
<ul class="nav-list">
<li class="active"><a href="#">English</a> <i class="icon-ok"></i></li>
<li><a href="http://guiaturisticodecordoba.com/contact.html">Spanish</a></li>
</ul>
</li>
<li class="devider"> </li>
<li class=""> </li>
<li class=""> </li>
<li class=""> </li>
<li class=""> </li>
</ul>
</div>
</div><!--/top-->
<!--=== End Top ===-->
<!--=== Header ===-->
<div class="header">
<div class="container">
<!-- Logo -->
<div class="logo">
<a href="index.html"><img id="logo-header" src="assets/img/logo1-default.png" alt="Logo" /></a>
</div><!-- /logo -->
<!-- Menu -->
<div class="navbar">
<div class="navbar-inner">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a><!-- /nav-collapse -->
<div class="nav-collapse collapse">
<ul class="nav top-2">
<li>
<a href="index.html" class="dropdown-toggle">Home</a>
</li>
<li>
<a href="city.html" class="dropdown-toggle">The City</a>
</li>
<li>
<a href="program.html" class="dropdown-toggle" data-toggle="dropdown">Itineraries
<b class="caret"></b>
</a>
<ul class="dropdown-menu">
<li><a href="oldtown.html">Old Quarter of Cordoba</a></li>
<li><a href="plazas.html">Squares of Cordoba</a></li>
<li><a href="3cultures.html">Visit to the Three Cultures</a></li>
<li><a href="museum.html">Museums of Cordoba</a></li>
<li><a href="medinaazahara.html">Medina Azahara</a></li>
<li><a href="program.html">See All Itineraries</a></li>
</ul>
<b class="caret-out"></b>
</li>
<li>
<a href="curriculum.html" class="dropdown-toggle">Curriculum</a>
</li>
<li class="active">
<a href="contact.html" class="dropdown-toggle">Contact Us</a>
</li>
</ul>
</div><!-- /nav-collapse -->
</div><!-- /navbar-inner -->
</div><!-- /navbar -->
</div><!-- /container -->
</div><!--/header -->
<!--=== End Header ===-->
<!--=== Breadcrumbs ===-->
<div class="row-fluid breadcrumbs">
<div class="container">
<h1 class="pull-left">Contact Us</h1>
<ul class="pull-right breadcrumb">
<li><a href="index.html">Home</a> <span class="divider">/</span></li>
<li class="active">Contact Us</li>
</ul>
</div><!--/container-->
</div><!--/breadcrumbs-->
<!--=== End Breadcrumbs ===-->
<!-- Google Map -->
<div id="map" class="map margin-bottom-40">
</div><!---/map-->
<!-- End Google Map -->
<!--=== Content Part ===-->
<div class="container">
<div class="row-fluid">
<div class="span9">
<div class="headline"><h3>Contact Us</h3></div>
<p>Please contact me if you need any information or to give me feedback on previous visit.</p><br />
<form action="contact.php" method="post">
<label for="nombre">Name:</label>
<input id="nombre" type="text" name="nombre" placeholder="Name" required="" class="span7 border-radius-none" />
<label for="email">Your E-mail address please</label>
<input id="email" type="email" name="email" placeholder="ejemplo@correo.com" required="" class="span7 border-radius-none" />
<label for="mensaje">Please live Us your message:</label>
<textarea id="mensaje" name="mensaje" placeholder="Message" required="" rows="8" class="span10"></textarea>
<p><input id="submit" type="submit" name="submit" value="Send Message" class="btn-large btn btn-success" /></p>
</form>
</div><!--/span9-->
<div class="span3">
<!-- Contacto -->
<div class="who margin-bottom-30">
<div class="headline"><h3>Contact</h3></div>
<p>How can I help you during your visit?</p>
<ul class="unstyled">
<li><a href="#"><i class="icon-envelope-alt"></i>luisjlarrea@hotmail.com</a></li>
<li><a href="#"><i class="icon-phone-sign"></i>+34 627 525 804 </a></li>
<li><a href="#"><i class="icon-globe"></i>http:guiaturisticodecordoba.com</a></li>
</ul>
</div>
<!-- Our Services -->
<div class="who margin-bottom-30">
<div class="headline"><h3>Our Services</h3></div>
<ul class="unstyled">
<li><a href="#"><i class="icon-bullhorn"></i>Cordoba Tourist Guide</a></li>
<li><a href="#"><i class="icon-globe"></i>English & French Languages</a></li>
<li><a href="#"><i class="icon-group"></i>Groups Guide Visits</a></li>
</ul>
</div>
</div><!--/span3-->
</div><!--/row-fluid-->
</div><!--/container-->
<!--=== End Content Part ===-->
<!--=== Footer ===-->
<div class="footer">
<div class="container">
<div class="row-fluid">
<div class="span4">
<!-- About -->
<div class="headline"><h3>Luis Larrea</h3></div>
<p class="margin-bottom-25">Tourist guide with official accreditation of Tourism Interpreter Guide, by Junta de Andalucía<br />Accreditation number 1023</p>
<!-- Monthly Newsletter -->
</div><!--/span4-->
<div class="span4">
<!-- About -->
<div class="headline"><h3>Contents</h3></div>
<ul style="margin:0;">
<li style="list-style: none; color: #fff; text-decoration: none; padding: 0 0 10px;"><a style="text-decoration:none; color:#dadada;" href="index.html">Home</a></li>
<li style="list-style: none; color: #fff; text-decoration: none; padding: 0 0 10px;"><a style="text-decoration:none; color:#dadada;" href="program.html">Program of visits</a></li>
<li style="list-style: none; color: #fff; text-decoration: none; padding: 0 0 10px;"><a style="text-decoration:none; color:#dadada;" href="city.html">The City of Córdoba</a></li>
<li style="list-style: none; color: #fff; text-decoration: none; padding: 0 0 10px;"><a style="text-decoration:none; color:#dadada;" href="curriculum.html">Currículum Vitae</a></li>
<li style="list-style: none; color: #fff; text-decoration: none; padding: 0 0 10px;"><a style="text-decoration:none; color:#dadada;" href="contact.html">Contact Us</a></li>
</ul>
<!-- Monthly Newsletter -->
</div><!--/span4-->
<div class="span4">
<!-- Monthly Newsletter -->
<div class="headline"><h3>Contact Us</h3></div>
<address>
Phone: +34 627 525 804 <br />
Email: <a href="mailto:luisjlarrea@hotmail.com?Subject=Hello%20again" target="_top">luisjlarrea@hotmail.com</a><br />
Member of SICTED (Sistema Calidad en Destino).<br />
Member of RASGO (Red de Juderías de España).
</address>
<!-- Stay Connected -->
<div class="headline"><h3>Social Networks</h3></div>
<ul class="social-icons">
<li><a href="http://www.facebook.com/luisjlarrea?ref=ts&fref=ts" data-original-title="Facebook" class="social_facebook"></a></li>
<li><a href="https://twitter.com/luisjlarrea" data-original-title="Twitter" class="social_twitter"></a></li>
<li><a href="https://www.linkedin.com/in/larrealuis/" data-original-title="Linkedin" class="social_linkedin"></a></li>
</ul>
</div><!--/span4-->
</div><!--/row-fluid-->
</div><!--/container-->
</div><!--/footer-->
<!--=== End Footer ===-->
<!--=== Copyright ===-->
<div class="copyright">
<div class="container">
<div class="row-fluid">
<div class="span8">
<p>2017 © Luis Larrea Barroso. All Rights Reserved. <a href="cookies.html">Privacy Policy</a> | <a href="legal.html">Terms of Service</a></p>
</div>
<div class="span4">
<a href="index.html"><img id="logo-footer" src="assets/img/logo2-default.png" class="pull-right" alt="" /></a>
</div>
</div><!--/row-fluid-->
</div><!--/container-->
</div><!--/copyright-->
<!--=== End Copyright ===-->
<!-- JS Global Compulsory -->
<script type="text/javascript" src="assets/js/jquery-1.8.2.min.js"></script>
<script type="text/javascript" src="assets/js/modernizr.custom.js"></script>
<script type="text/javascript" src="assets/plugins/bootstrap/js/bootstrap.min.js"></script>
<!-- JS Implementing Plugins -->
<script type="text/javascript" src="assets/plugins/flexslider/jquery.flexslider-min.js"></script>
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=true"></script>
<script type="text/javascript" src="assets/plugins/gmap/gmap.js"></script>
<script type="text/javascript" src="assets/plugins/back-to-top.js"></script>
<!-- JS Page Level -->
<script type="text/javascript" src="assets/js/app.js"></script>
<script type="text/javascript" src="assets/js/pages/contact.js"></script>
<script type="text/javascript">
jQuery(document).ready(function() {
App.init();
App.initSliders();
Contact.initMap();
});
</script>
<!--[if lt IE 9]>
<script src="assets/js/respond.js"></script>
<![endif]-->
</body>
</html>