-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
32 lines (32 loc) · 1.37 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
<!DOCTYPE html>
<html>
<head>
<link href="./resources/css/style.css" type="text/css" rel="stylesheet">
<title>Excursion app -discover the hidden places around you</title>
</head>
<body>
<h1 id="mainHeadline">Discover hidden places in the world around you</h1>
<!--Download URL for app goes below-->
<p class="URL">Download Excursion (Coming soon!)</p>
<!--Iphone showing video goes below-->
<p id="mainVid">
<video autoplay muted loop>
<source src="./resources/video/excursion.mp4" type="video/mp4">
</video>
</p>
<h2 class="subHeadline">Your personal travel guide</h2>
<p class="bodyText">Excursion remembers places you like, and recommends new points of interest around you.
</p>
<p id="campImg">
<img src="./resources/images/camp.jpg" alt="Tents in the night">
</p>
<p id="phone">
<img src="./resources/images/phone.png">
</p>
<h2 class="subHeadline">Coming Soon for iPhone and Android</h2>
<!--Second download URL for app goes below-->
<p class="URL">Download Excursion (Coming soon!)</p>
<!--Our copyright notice goes here (bottom right -->
<p id="copyright">©Excursion</p>
</body>
</html>