-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (28 loc) · 1.09 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Excursion</title>
<link rel="stylesheet" href="./resources/css/style.css">
</head>
<body>
<div class="section 1">
<h1>Discover hidden places in the world around you</h1>
<p><a href="https://rg70dnnokd3gkd0g1amc0m5k2phm7j27ed1mklipe8rsoqgj0lmg.codecademy.cloud/#">Download Excursion (Coming soon!)</a></p>
<p>
<video src="./resources/vid/excursion.mp4" height="725" controls>
Video not supported
</video>
</p>
</div>
<div class="section 2">
<h2>Your personal travel guide</h2>
<p>Excursion remembers places you like, and reccomends new points of interest around you.</p>
<p><img src="./resources/img/camp.jpg" alt="camping"></p>
<p><img src="./resources/img/phone.png" alt="cellphone icon"></p>
<h2>Coming Soon for iPhone and Android</h2>
<p><a href="https://rg70dnnokd3gkd0g1amc0m5k2phm7j27ed1mklipe8rsoqgj0lmg.codecademy.cloud/#">Download Excursion (Coming soon!)</a></p>
</div>
<p id="logo">© Excursion</p>
</body>
</html>