-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
53 lines (50 loc) · 1.27 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
50
51
52
53
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="./resources/css/style.css">
<title>Excursion</title>
</head>
<body>
<!-- First Section -->
<section>
<header>
<h1 id="main-heading">Discover hidden places in the world around you</h1>
</header>
<p>
<a href="#">Download Excursion (Coming soon!)</a>
</p>
<video src="./resources/videos/excursion.mp4" autoplay loop></video>
</section>
<!-- Second Section -->
<section>
<header>
<h1>Your personal travel guide</h1>
</header>
<p>
Excursion remembers places you like, and recommends new points of interest around you.
</p>
<p>
<img src="./resources/images/camp.jpg" alt="Camp">
</p>
<p>
<img src="./resources/images/phone.png" alt="iPhone"/>
</p>
</section>
<!-- Third Section -->
<section>
<header>
<h1>Coming Soon for iPhone and Android</h1>
</header>
<p>
<a href="#">Download Excursion (Coming soon!)</a>
</p>
</section>
<!-- Footer Section -->
<footer>
<p>
© Excursion
</p>
</footer>
</body>
</html>