-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (34 loc) · 1.38 KB
/
Copy pathindex.html
File metadata and controls
36 lines (34 loc) · 1.38 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Excursion: Discover Hidden Places Around You!</title>
<meta charset="utf-8">
<meta name="author" content="Ethan Bokelberg">
<meta name="description" content="A project site for the fictional app Excursion">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- link css files here-->
<link rel="stylesheet" href="resources/css/style.css" type="text/css" media="screen">
</head>
<body>
<header><h1>Discover hidden places in the world around you</h1></header>
<main>
<p><a href="">Download Excursion (coming soon!)</a></p>
<video autoplay loop muted>
<source src="resources/videos/excursion.mp4" type="video/mp4">
</video>
<h2>Your personal travel guide</h2>
<p>Excursion remembers places you like, and recommends new points of interest around you.</p>
<figure>
<img src="resources/images/camp.webp" alt="campsite photo">
</figure>
<figure>
<img src="resources/images/phone.webp">
</figure>
<h2>Coming Soon for iPhone and Android</h2>
<a href="">Download Excursion (coming soon!)</a>
</main>
</body>
<footer>
<p>© Excursion</p>
</footer>
</html>