forked from emmsdan-inc/travel-app
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
40 lines (35 loc) · 1.28 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Jadoo Travels</title>
<link href="./style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<!-- Do your work below this comment -->
<header>
</header>
<!-- Main section -->
<main>
<!-- Main Section one -->
<section class="desc">
<p class="tagline">Best Destinations around the world</p>
<h1 class="heading">Travel, enjoy <br>and live a new <br>and full life</h1>
<p class="description">Built Wicket longer admire do barton vanity itself do in it.<br> Preferred to sportsmen it
engrossed listening. Park gate <br>sell they west hard for the.</p>
<div class="btns">
<a href=""><button class="find-out-more">Find out more</button></a>
<a href=""><img src="/Images/PlayButton.png" alt="play button" class="play-demo"></a>
<p class="play">Play Demo</p>
</div>
</section>
<!-- main section two -->
<section class="travel-image">
<img class= "lady" src="./Images/Vector.png" alt= "A lady carrying a travel bag">
</section>
</main>
<!-- Don't touch below this till week 7 -->
<footer></footer>
</body>
</html>