-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (41 loc) · 1.52 KB
/
index.html
File metadata and controls
43 lines (41 loc) · 1.52 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
<!DOCTYPE html>
<html lang="en">
<head>
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300' rel='stylesheet' type='text/css'>
<link rel='stylesheet' href='style.css'
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<div class="video-section">
<video autoplay muted loop>
<source src="https://s3.amazonaws.com/codecademy-content/projects/excursion/bg.mp4" type="video/mp4">
</video>
<div class="section-content container">
<h1>Discover hidden places in the world around you</h1>
<p><a class="btn" href="#">Download Excursion</a></p>
</div>
</div>
<div class="text-section">
<div class="container">
<h2>Your personal travel guide</h2>
<p>Excursion remembers places you like, and recommends new points of interest around you.</p>
</div>
</div>
<div class="feature-section"></div>
<div class="text-section">
<div class="container">
<p><img class="app" src="https://s3.amazonaws.com/codecademy-content/projects/excursion/binoculars.png"></p>
<h2>Available for iPhone and Android</h2>
<a class="btn" href="#">Download Excursion</a>
</div>
</div>
<div class="footer">
<div class="container">
<p>© Excursion</p>
</div>
</div>
</body>
</html>