-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (33 loc) · 1.18 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Excursion</title>
<link rel="stylesheet" href="./resources/style.css">
</head>
<body>
<!-- Main Heading -->
<header>
<h1 class="main-heading">Discover hidden places in the world around you</h1>
<a href="#">Download Excursion (Comming soon!)</a>
</header>
<!-- Video section -->
<section class="video">
<video src="./resources/video/excursion.mp4" loop autoplay poster="./resources/img/phone-poster.png">
</video>
</section>
<!-- Main Content -->
<article class="travel-guide">
<h2 class="description">Your personal travel guide</h2>
<p>Excursion remembers places you like, and recommends new points of interest around you.</p>
<img src="./resources/img/camp.jpg" alt="A beautiful desert camp site.">
</article>
<!-- Footer and copyright -->
<footer>
<img src="./resources/img/phone.png" alt="Phone icon">
<h2 class="description">Comming soon for iPhone and Android</h2>
<a href="#">Download Excursion (Comming soon!)</a>
<p class="copyright">© Excursion</p>
</footer>
</body>
</html>