-
Notifications
You must be signed in to change notification settings - Fork 2
/
contact.html
275 lines (209 loc) · 7.7 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
<!DOCTYPE html>
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html lang="en"> <!--<![endif]-->
<head>
<!-- Basic
================================================== -->
<meta charset="utf-8">
<title>Contact - Tourism School Toledo</title>
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="author" content="@dontlikelimits">
<!-- Mobile Specific Metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="./css/base.css">
<link rel="stylesheet" href="./css/skeleton.css">
<link rel="stylesheet" href="./css/flexslider.css">
<link rel="stylesheet" href="./css/magnific-popup.css">
<link rel="stylesheet" href="./css/babel.css">
<link rel="stylesheet" href="./css/layout.css">
<!-- Fonts
================================================== -->
<link href="./fonts/Montserrat/Montserrat.css" rel="stylesheet" type="text/css">
<link href="./fonts/SourceSansPro/SourceSansPro.css" rel="stylesheet" type="text/css">
<link href="./fonts/pe-icon-7-stroke/pe-icon-7-stroke.css" rel="stylesheet" type="text/css">
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Favicons
================================================== -->
<link rel="shortcut icon" href="./img/favicons/favicon.ico">
<link rel="apple-touch-icon" href="./img/favicons/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="./img/favicons/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="./img/favicons/apple-touch-icon-114x114.png">
</head>
<body>
<!-- wrapper -->
<div class="wrapper">
<!-- header -->
<header>
<!-- container -->
<div class="container clearfix">
<div class="two columns">
<!-- logo -->
<div class="logo"></div>
<div class="menu">Menu</div>
<!-- logo -->
</div>
<div class="fourteen columns">
<!-- navigation -->
<div class="navigation">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About Us</a></li>
<li>
<a href="courses.html">Courses</a>
<ul>
<li><a href="./othm-level-4-diploma.html">OTHM Level 4 Diploma</a></li>
<li><a href="./othm-level-5-diploma.html">OTHM Level 5 Diploma</a></li>
<li><a href="./othm-level-6-diploma.html">OTHM Level 6 Diploma</a></li>
<li><a href="./student-visa.html">Visa information</a></li>
<li><a href="./accommodation.html">Accommodation</a></li>
<li><a href="./internship.html">Paid Internship</a></li>
</ul>
</li>
<li><span>Students</span></a>
<ul>
<li><a href="testimonials.html">Student Testimonials</a></li>
</ul>
</li>
<li><a href="progress-and-pathways.html">Progress & Pathways</a></li>
<li><span>Admissions</span>
<ul>
<li><a href="bankdetails.html">Bank details</a></li>
<li><a href="registration.html">Registration</a></li>
<li><a href="termsandconditions.html">Terms and Conditions</a></li>
</ul>
</li>
<li><a class="active" href="contact.html">Contact</a></li>
<li><a href="./es/index.html"><img src="./img/spanish.jpg" height="20px" width="40px"></a></li>
</ul>
</div>
<!-- navigation -->
</div>
</div>
</header>
<!-- header -->
<section class="contact">
<div class="cover contact">
<div class="overlay">
<!-- container -->
<div class="container">
<h1 class="title">Contact</h1>
<div class="devider"></div>
</div>
<!-- container -->
</div>
</div>
<div class="offset">
<!-- container -->
<div class="container">
<div class="two-thirds column">
<form method="post" action="./f2m.php">
<p>
<input type="text" name="name" id="name" placeholder="NAME" required />
</p>
<p>
<input type="email" name="email" id="email" placeholder="EMAIL" required />
</p>
<p>
<input type="text" name="subject" id="subject" placeholder="SUBJECT" required />
</p>
<p>
<label for="message">Message</label>
<textarea name="message" id="message" cols="45" rows="10" required></textarea>
</p>
<p>
<button id="submit">Submit</button>
</p>
</form>
<div class="message-success">
<h6>Your message has been sent. Thank you!</h6>
</div>
<div class="message-error">
<h6>Sorry your message can not be sent :(</h6>
</div>
</div>
<div class="one-third column">
<div class="info">
<h6 class="title">Contact us</h6>
<h6 class="subtitle">Need help? Please do not hesitate to contact us:</h6><br>
<h6 class="subtitle">Unitel Formación Toledo<br>Calle del Río Marchés, 53<br>45007 Toledo, Spain</h6>
<h6 class="subtitle"><a href="mailto:[email protected]">[email protected]</a></h6>
<h6 class="subtitle">Spain<br>Telephone: (+34) 925049135</h6>
<h6 class="subtitle">UK<br>Telephone: (+44) 2083720153<br>Mobil: (+44) 7810870071</h6>
</div>
</div>
</div>
<!-- container -->
</div>
</section>
<!-- section -->
<!-- footer -->
<footer>
<div class="offset">
<!-- container -->
<div class="container">
<div class="sixteen columns">
<div class="top"></div>
</div>
</div>
<!-- container -->
<!-- container -->
<div class="container">
<div class="sixteen columns">
<ul class="social">
<li class="facebook"><a href="https://www.facebook.com/pages/Tourism-School-Toledo/668407259881444?fref=nf"></a></li>
<li class="twitter"><a href="https://twitter.com/Tourism_School_"></a></li>
</ul>
</div>
</div>
<!-- container -->
<!-- container -->
<div class="container">
<div class="sixteen columns">
<h6 class="copyright">Copyright © Tourism School Toledo</h6>
</div>
</div>
<!-- container -->
</div>
</footer>
<!-- footer -->
</div>
<!-- wrapper -->
<div class="loader"></div>
<!-- javascript -->
<script src="./js/jquery-1.11.0.min.js" type="text/javascript"></script>
<script src="./js/jquery-ui-1.10.4.min.js" type="text/javascript"></script>
<script src="./js/jquery.flexslider-min.js" type="text/javascript"></script>
<script src="./js/magnific-popup.0.9.9.js" type="text/javascript"></script>
<script src="./js/modernizr.js" type="text/javascript"></script>
<script src="./js/waypoints.js" type="text/javascript"></script>
<script src="./js/babel-dev.js" type="text/javascript"></script>
<!-- javascript -->
<!-- Google Code for Contactos Conversion Page -->
<script type="text/javascript">
/* <![CDATA[ */
var google_conversion_id = 968711661;
var google_conversion_language = "en";
var google_conversion_format = "3";
var google_conversion_color = "ffffff";
var google_conversion_label = "j1reCKP33hIQ7bv1zQM";
var google_remarketing_only = false;
/* ]]> */
</script>
<script type="text/javascript"
src="//www.googleadservices.com/pagead/conversion.js">
</script>
<noscript>
<div style="display:inline;">
<img height="1" width="1" style="border-style:none;" alt="" src="//www.googleadservices.com/pagead/conversion/968711661/?label=j1reCKP33hIQ7bv1zQM&guid=ON&script=0"/>
</div>
</noscript>
</body>
</html>