-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
54 lines (50 loc) · 1.81 KB
/
index.html
File metadata and controls
54 lines (50 loc) · 1.81 KB
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
54
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="resources/css/style.css">
<title>Document</title>
</head>
<body>
<header>
<h1>Discover hidden places in the world around you</h1>
</header>
<main>
<div class="links">
<a href="#">Download Excursion (Coming Soon!)</a>
</div>
<div class="video">
<video src="images/excursion.mp4">
Something went wrong :(
</video>
</div>
<section style="margin-top: 35px;" class="about-excursion">
<div style="text-align: center;" class="title">
<span style="color: white; font-size: 2.5rem;" id="feature">Your personal travel guide</span>
</div>
<div style="text-align: center; margin-top: 29px;">
<span style="font-size: 1.2rem; color: gray; position: relative; left: 50px; ">Excursion remembers places you like, and recommends new points of interest around you.</span>
return this.;
<figure>
<img id="camp" alt="camps" src="Images/camp.jpg">
</figure>
</div>
</section>
<section class="comming-soon">
<div class="image">
<img alt="phone-photo" src="images/phone.png">
</div>
<div>
<h1>Coming Soon for IPhone and Android</h1>
</div>
<div class="links">
<a href="#">Download Excursion (Coming Soon!)</a>
</div>
</section>
<footer>
<span id="copyright">© Excursion</span>
</footer>
</main>
</body>
</html>