-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (26 loc) · 1.17 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
<!DOCTYPE html>
<html>
<head>
<link href="./resources/css/style.css" type="text/css" rel="stylesheet">
<meta charset="utf-8">
<title>Excursion</title>
</head>
<body>
<!-- first bit with video -->
<h1>Discover hidden places in the world around you</h1>
<a href="https://hchsg1kt4t60hivdrnkdslbt4ul9tuls37hukpcqjblpb1s67c90.codecademy.cloud/#">Download Excursion (Coming soon!)</a><br /><br />
<video autoplay muted loop><source src="./resources/videos/excursion.mp4" type="video/mp4">Your browser does not support the video tag</video>
<!-- second bit -->
<h2>Your personal travel guide</h2>
<p>Excursion remembers places you like, and recommends new points of interest around you.</p><br />
<img src="./resources/images/camp.jpg" alt="camp photo" /><br /><br />
<!-- third bit -->
<img src="./resources/images/phone_icon.png" alt="phone icon" />
<h2>Coming Soon for iPhone and Android</h2>
<a href="https://hchsg1kt4t60hivdrnkdslbt4ul9tuls37hukpcqjblpb1s67c90.codecademy.cloud/#">Download Excursion (Coming soon!)</a><br /><br />
<!-- footer -->
<div class="footer">
<p>© Excursion</p>
</div>
</body>
</html>