-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
20 lines (20 loc) · 960 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link href="./resources/css/style.css" type="text/css" rel=stylesheet>
<title>Excursion</title>
</head>
<body>
<h1>Discover hidden places in the world around you</h1>
<a href="https://s3.amazonaws.com/codecademy-content/programs/freelance-one/excursion/index.html#">Download Excursion (Coming Soon!)</a>
<p><video><source src="./resources/media/excursion.mp4" type="video/mp4"</video></p>
<h2>Your personal travel guide</h2>
<p>Excursion remembers places you like, and recommends new points of interest around you.</p>
<p><img src="./resources/media/campsite.jpg"></p>
<p><img src="./resources/media/icon.png"</p>
<h2>Coming soon for iPhone and Android</h2>
<a href="https://s3.amazonaws.com/codecademy-content/programs/freelance-one/excursion/index.html#">Download Excursion (Coming Soon!)</a>
<p id=copyright>©Excursion</p>
</body>
</html>