-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdestinations.html
84 lines (80 loc) · 5.59 KB
/
destinations.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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Escapes Today - Destinations</title>
<link rel="shortcut icon" href="assets/img/Logos/favicon.ico">
<link rel="stylesheet" href="addons/destinations.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(220,232, 243);">
<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>
<main>
<div id="dests">
<div style="height:300px;width:100%; margin-bottom: 10px;">
<div style="height:300px;width:100%;background-image: url('assets/img/Italy/italy_d.jpg');background-size: cover">
<div style="width: 400px;float: right;height: 100%;background: rgba(0,0,0,.5);color: rgb(220,232, 243);text-align:center;">
<h1 style="padding-top: 10px;">Italy</h1>
<p style="padding: 10px;font-size: 1.2em;">Italy is a Mediterranean country full of culture and history. You'll enjoy the art and sculptures, as well as the traditional Italian cuisine.</p>
<div class="btns" style="padding-top: 0px;"> <a class="btn" href="italy.html">Experience Italy</a>
</div>
</div>
</div>
</div>
<div style="height:300px;width:100%; margin-bottom: 10px;">
<div style="height:300px;width:100%;background-image: url('assets/img/Japan/japan_d.jpg ');background-size: cover">
<div style="width: 400px;float: left;height: 100%;background: rgba(0,0,0,.5);color: rgb(220,232, 243);text-align:center;">
<h1 style="padding-top: 10px;">Japan</h1>
<p style="padding: 10px;font-size: 1.2em;">Japan is an island off the coast of East Asia. It is a technological giant and a powerful source of culture around the world.</p>
<div class="btns" style="padding-top: 0px;"> <a class="btn" href="japan.html">Take in Japan</a>
</div>
</div>
</div>
</div>
<div style="height:300px;width:100%; margin-bottom: 10px;">
<div style="height:300px;width:100%;background-image: url('assets/img/Jamaica/jamaica_d.jpg');background-size: cover">
<div style="width: 400px;float: right;height: 100%;background: rgba(0,0,0,.5);color: rgb(220,232, 243);text-align:center;">
<h1 style="padding-top: 10px;">Jamaica</h1>
<p style="padding: 10px;font-size: 1.2em;">Jamaica is a Caribbean island nation. It is known for it's stunning white beaches and it's rum.</p>
<div class="btns" style="padding-top: 0px;"> <a class="btn" href="jamaica.html">Explore Jamaica</a>
</div>
</div>
</div>
</div>
</div>
</main>
<div class="push"></div>
</div>
<footer id="footer" style="position: static;"> <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>