-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (27 loc) · 1.21 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
<!DOCTYPE html>
<html>
<head>
<title>Excursion App — Coming Soon!</title>
<link href='./style.css' rel='stylesheet' type='text/css'>
</head>
<body>git
<h1>Discover hidden places in the world around you</h1>
<section>
<h3><a href='http://willrhoda4.github.io/excursion'>Download Excursion (Coming soon!)</a></h3>
<video src='./videos/outdoors.mp4' alt='stunning footage of the great outdoors' autoplay loop>Video not supported</video>
</section>
<section>
<h2>Your personal travel guide</h2>
<p>Excursion remembers places you like, and recommends new points of interest around you.</p>
<img src='./images/landscape.jpeg' alt='tents in front of a desert landscape at dusk'>
</section>
<section>
<img src='./images/icon.png' alt='a simple icon of a smartphone' id='icon'>
<h2>Coming Soon for iPhone and Android</h2>
<h3><a href='http://willrhoda4.github.io/excursion'>Download Excursion (Coming soon!)</a></h3>
</section>
</body>
<footer>
<p>© Excursion</p>
</footer>
</html>