-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (42 loc) · 1.47 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
44
45
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Excursion</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<h4> </h4>
<h3>DISCOVER HIDDEN PLACES</h3>
<h4>in the world around you</h4>
<a class="links" href="https://mikezolo.github.io/excursion/">Download Excursion (Coming soon!)</a>
<div class="window">
<video src="resources/landscape.mp4" autoplay loop></video>
<img src="resources/iphone.png">
</div>
<div>
<h4>Your personal travel guide</h4>
<p>Excursion remembers places you like,<br>and recommends new points of interest around you</p>
</div>
<div>
<img class="static-imp" src="resources/tent.jpg">
</div>
<img class="icons" src="resources/iphone-icon.png">
<div>
<h4>Coming soon for iPhone and Android</h4>
<a class="links" href="https://mikezolo.github.io/excursion/">Download Excursion (Coming soon!)</a>
</div>
<footer>
<div class="footer-text">
<p class="site-copyright">Built by Michael Zolotarenko [email protected]</p>
</div>
<div class="footer-text">
<p class="site-copyright">© Excursion, 2024</p>
</div>
<div class="footer-text">
<p class="copyright">Images:</p>
<a class="copyright" href="https://www.vecteezy.com/free-photos/romantic-camping">Romantic Camping Stock photos by Vecteezy</a>
</div>
</footer>
</body>
</html>