-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (36 loc) · 1.4 KB
/
index.html
File metadata and controls
36 lines (36 loc) · 1.4 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 lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Excursion</title>
<link href="resources\css\style.css" type="text/css" rel="stylesheet">
</head>
<body>
<div class="header">
<h1>Discover hidden places in the world around you</h1>
</div>
<div class="link">
<a href="https://s3.amazonaws.com/codecademy-content/programs/freelance-one/excursion/index.html#">Download Excursion (Coming soon!)</a>
</div>
<!-- This is how you add autoplay to videos. note "controls autoplay loop" -->
<video autoplay loop>
<source src="resources\video\excursion.mp4" type="video/mp4">
Your browser does not support the video format :/
</video>
<h2>Your personal travel guide</h2>
<div class="image">
<p>Excursion remembers places you like, and recommends points of interest around you.</p>
<img src="resources\images\camp.jpg" alt="Beautiful camp in the desert"/>
</div>
<footer>
<img src="resources\images\phone.png" alt="phone png" display="block"/>
<h2>Coming Soon for iPhone and Android</h2>
</footer>
<div class="link">
<a href="https://s3.amazonaws.com/codecademy-content/programs/freelance-one/excursion/index.html#">Download Excursion (Coming soon!)</a>
</div>
<div class="copyright">
<p>© Excursion</p>
</div>
</body>
</html>