-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (34 loc) · 1.13 KB
/
index.html
File metadata and controls
36 lines (34 loc) · 1.13 KB
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
<!DOCTYPE html>
<html>
<head>
<link href="resources/css/style.css" type="text/css" rel="stylesheet">
<title>Excursion</title>
</head>
<body>
<!-- section 1 -->
<h1>Discover hidden places in the world around you</h1>
<br />
<p>
<a class="dl-link" href="#" target="_blank">Download Excursion (Coming soon!)</a>
</p>
<br />
<video autoplay loop muted src="https://s3.amazonaws.com/codecademy-content/programs/freelance-one/excursion/videos/excursion.mp4" type="video/mp4"> Video not supported</video>
<br />
<!--section 2-->
<h2>Your personal travel guide</h2>
<p>Excursion remembers places you like, and recommends new points of interest around you.</p>
<img src="https://s3.amazonaws.com/codecademy-content/programs/freelance-one/excursion/images/camp.jpg" alt="evening campsite">
<br /><br />
<img src="https://s3.amazonaws.com/codecademy-content/programs/freelance-one/excursion/images/phone.png" alt="phone">
<br />
<!--section 3-->
<h2>Coming Soon for iPhone and Android</h2>
<p>
<a class="dl-link" href="#" target="_blank">Download Excursion (Coming soon!)</a>
</p>
<br />
<div class="copyright">
<p>© Excursion</p>
</div>
</body>
</html>