-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
33 lines (32 loc) · 1.2 KB
/
index.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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Excursions</title>
<link rel="stylesheet" href="resources/css/style.css">
</head>
<body>
<header>
<h1>Discover Hidden Places in the World Around You</h1>
<p>Download Excursion (coming soon!)</p>
</header>
<video src="resources/mp4/excursion.mp4" autoplay loop>video not supported</video>
<section class="guide">
<h2>Your personal travel guide</h2>
<p>Excursion remembers the places you like, and recommends new points of interest
around you</p>
<embed src="https://content.codecademy.com/programs/freelance-one/excursion/images/camp.jpg"/>
</section>
<section class="closing">
<embed src="https://content.codecademy.com/programs/freelance-one/excursion/images/phone.png"/>
<h2>Coming Soon for iPhone and Android</h2>
<p>Download Excursion (coming soon!)</p>
</section>
<footer>
<p>©Excursion</p>
</footer>
</body>
</html>