-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
43 lines (39 loc) · 1.32 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
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html>
<head>
<title></title>
<link href="./resources/css/style.css" type="text/css" rel="stylesheet">
</head>
<body>
<h1>Discover hidden places in the world around you</h1>
<div class="linktext">
<a class="linktext" href="https://s3.amazonaws.com/codecademy-content/programs/freelance-one/excursion/index.html#">Download Excurion (Coming soon!)</a>
</div>
<p>
<video autoplay muted loop>
<source src="resources/excursion (3).mp4" type="video/mp4">
</video>
</p>
<h2>Your personal travel guide</h2>
<p class=" subfont">
Excursion remembers places you like, and recommends new points of interest around you.
</p>
<p>
<img src="https://s3.amazonaws.com/codecademy-content/programs/freelance-one/excursion/images/camp.jpg">
</p>
<p>
<img src="https://s3.amazonaws.com/codecademy-content/programs/freelance-one/excursion/images/phone.png">
</p>
<p>
<h1>Coming Soon for iPhone and Android</h1>
</p>
<p>
<a class="linktext" href="https://s3.amazonaws.com/codecademy-content/programs/freelance-one/excursion/index.html#">Download Excurion (Coming soon!)</a>
</p>
<div class="footer">
<p class="footer">
© Excursion
</p>
</div>
</body>
</html>