-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (33 loc) · 1.18 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>
<head>
<link href="./resources/index.css" type="text/css" rel="stylesheet">
<title>Excursion</title>
</head>
<body>
<h1>Discover hidden places in the world around you</h1>
<p>
<a class="download" href="#download">Download Excursion (Coming Soon!)</a>
</p>
<video src="https://content.codecademy.com/programs/freelance-one/excursion/videos/excursion.mp4" autoplay muted loop>Video Not Supported</video>
<h2>Your personal travel guide</h2>
<p>
"Excursion remembers places you like, and recommends new points of interest around you."
</p>
<div id="pic">
<img src="https://content.codecademy.com/programs/freelance-one/excursion/images/camp.jpg">
</div>
<p>
<img src="https://content.codecademy.com/programs/freelance-one/excursion/images/phone.png">
</p>
<h2>Coming Soon for iPhone and Android</h2>
<p>
<a class="download" href="#dowload">Download Excursion (Coming Soon!)</a>
</p>
<footer>
<p>@ Excursion</p>
</footer>
</body>
<footer>
</footer>
</html>