-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (40 loc) · 1.19 KB
/
index.html
File metadata and controls
40 lines (40 loc) · 1.19 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
37
38
39
40
<!DOCTYPE html>
<html>
<head>
<title>Excursion</title>
<link href="resources/css/style.css" type="text/css" rel="stylesheet">
</head>
<body>
<h1 class="large-title">Discover hidden places in the world around you</h1>
<h2 id="small-title">Download Excursion (Coming Soon!)</h2>
<div align="center">
<video width="540" height="720" controls autoplay loop >
<source src="resources/videos/excursion.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
<section>
<h3 class="description">Your personal travel guide</h3>
</section>
<section>
<p>Excursion remembers places you like, and recommends new points of interest around you.</p>
</section>
<div>
<p>
<img src="https://s3.amazonaws.com/codecademy-content/programs/freelance-one/excursion/images/camp.jpg" />
</p>
</div>
<div>
<p>
<img src="https://s3.amazonaws.com/codecademy-content/programs/freelance-one/excursion/images/phone.png" />
</p>
</div>
<section>
<h3 class="description">Coming soon for iPhone and Android</h3>
</section>
<h2>Download Excursion (Coming Soon!)</h2>
<section>
<h4> © excursion</h4>
</section>
</body>
</html>