-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcontact.html
77 lines (77 loc) · 4.32 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="Escapes Today">
<meta name="description" content="Escapes Today Contact page">
<meta name="keywords" content="Travel, vacation, escapes, today, agency, contact, us, page">
<meta name="author" content="Clayton White, Tyler Morris">
<title>Escapes Today - Contact</title>
<link rel="shortcut icon" href="assets/img/Logos/favicon.ico">
<link rel="stylesheet" href="addons/contact.css">
<link rel="stylesheet" href="addons/superslides/dist/stylesheets/custom.css">
<link rel="stylesheet" href="addons/font-awesome-4.2.0/css/font-awesome.min.css">
<link rel="stylesheet" href="data/main.css">
<!--imported fonts -->
<link href='fonts/fonts.css' rel='stylesheet' type='text/css'>
</head>
<body style="background: rgb(220,232, 243);">
<div class="wrapper" style=" background: rgb(26, 50, 117);">
<header id="header" style="width: 100%; height: 120px;background:rgb(220,232, 243)">
<nav id="navheader" style="position: static;">
<div style="margin-left: 0px; border:1px; border-color:red;"> <a href="http://www.escapes.today" id="logo"> <img style="height: 90px;" src="assets/img/Logos/logo.svg" alt="Escapes Today logo"> </a>
</div>
<div id="links">
<ul>
<li><a href="index.html">Home</a>
</li>
<li><a href="destinations.html">Destinations</a>
</li>
<li><a href="tips.html">Travel Tips</a>
</li>
<li><a href="about.html">About</a>
</li>
<li><a href="contact.html">Contact</a>
</li>
</ul>
</div>
</nav>
</header>
<div id="content" style="background: rgb(26, 50, 117);padding: 73px 15%;font-size: 1.2em;
color: rgb(220, 232, 243);line-height: 30px;">
<p>At <strong>Escapes Today</strong> we are dedicated to providing you the best customer service available. We are available by phone from 7:00 am - 5:00 pm and through email. We look forward to talking with you soon.</p>
<br>
<br>
<h2>Escapes Today</h2>
<address style="display:inline-block;width: 100%">
601 King Street
<br> Oviedo, FL 32765<br>
(407) 320-4050 <br>
<br>
For general information please email: <a href="mailto:contact@escapes.today">contact@escapes.today</a><br>
For customer service email: <a href="mailto:service@escapes.today">service@escapes.today</a><br>
<br>
<br>
<a href="mailto:admin@esacpes.today" style="float:right;padding-top: 40px">Contact Webmaster</a>
</address>
<a href="citations.html" style="float:right">Citations</a>
<br>
<br>
<br>
<hr /> <address>
Oviedo High School BPA (Chapter #01-0128)<br>
Clayton White (#01-0128-0006) & Tyler Morris (#01-0128-0015)<br>
Travel Theme
</address>
</div>
<div class="push"></div>
</div>
<footer id="footer" style="position: initial;"> <a href="https://github.com/Escapes-today/Escapes.today" target="_blank" style="left: 10px;position:relative; top: 4px"> <img src="assets/img/GitHub/lightb_logo.png" style="height: 15px;" alt="GitHub" /> <img src="assets/img/GitHub/lightb_octo.png" style="height: 15px" alt="GitHub logo" /> </a> <a href="index.html" style="position: relative;float: right;top: 6px;right:10px"><img src="assets/img/Logos/logoSmall.png" style="height: 20px" alt="Escapes Logo" /></a>
</footer>
<script src="addons/jquery/jquery-1.11.1.min.js"></script>
<script src="addons/jquery-ui-1.11.2/jquery-ui.min.js"></script>
<script src="addons/superslides/examples/javascripts/jquery.animate-enhanced.min.js"></script>
<script src="addons/superslides/dist/jquery.superslides.min.js" type="text/javascript" charset="utf-8"></script>
</body>
</html>