-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (39 loc) · 1.33 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Travelistic</title>
<link href="resources/css/style.css" rel="stylesheet" type="text/css"></link>
</head>
<body>
<header>
<h1>Discover hidden places in the world around you</h1>
<br>
<a href="#">Download Travelistic (Coming soon!).</a>
</header>
<main>
<video autoplay muted loop>
<source src="resources/videos/travelistic.mp4" type="video/mp4">
</video>
<section>
<h2>Your personal travel guide</h2>
<p>Travelistic remembers places you like, and recommends new points of interest around you.</p>
</section>
<section>
<img src="resources/images/camp.webp" />
<br><br>
<img src="resources/images/phone.webp" />
</section>
<section>
<h2>Coming Soon for iPhone and Android</h2>
<a href="#">Download Travelistic (Coming soon!).</a>
<br><br><br>
</section>
</main>
<footer>
© Travelistic
<br><br>
</footer>
</body>
</html>