-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
49 lines (38 loc) · 1.46 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
44
45
46
47
48
49
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="./resources/css/style.css" type="text/css">
<title>Excursion</title>
</head>
<body>
<div id="top-of-page">
<h1>Discover hidden places in the world around and below you</h1>
</div>
<!--
The original link did not work
<h3><a href="https://thlnsj2l0ubha8tmk4f2prgh4h6v10noth7qq1fgcjkmcfis81pg.codecademy.cloud/">Download Excursion (Coming Soon!)</a></h3>
-->
<h3><a href="download.html">Download Excursion (Coming Soon!)</a></h3>
<video autoplay loop>
<source src="./resources/videos/excursion.mp4" type="video/mp4" alt="cellphone video">
</video>
<h2>Your Personal Travel Guide</h2>
<h4>Excursion remembers places you like, and recommends new points of interest around you.</h4>
<img src="./resources/images/camp.jpg" alt="camping scene">
<p>
<a href="download.html">
<img src="./resources/icons/phone.png" alt="cellphone icon">
</a>
</p>
<h2>Coming soon for iPhone and Android.</h2>
<!--
The original link did not work
<h3><a href="https://thlnsj2l0ubha8tmk4f2prgh4h6v10noth7qq1fgcjkmcfis81pg.codecademy.cloud/">Download Excursion (Coming Soon!)</a></h3>
-->
<h3><a href="download.html">Download Excursion (Coming Soon!)</a></h3>
<p class="copyright">© Excursion</p>
</body>
</html>