-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
100 lines (97 loc) · 3.38 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css" integrity="sha512-SnH5WK+bZxgPHs44uWIX+LLJAJ9/2PkPKZ5QiAj6Ta86w+fsb2TkcmfRyVX3pBnMFcV7oQPJkl9QevSCWr3W6A==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css"
rel="stylesheet"/>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="navbar">
<div class="logo"></div>
<div class="options">
<a>Home</a>
<a>Discover</a>
<a>Special deals</a>
<a>Contact</a>
</div>
<div class="options2"> <a>Login</a>
<button class="but1">Sign up</button></div>
</div>
<div class="content">
<div class="content1">
<p class="second" >Travel top </p>
<br>
<p class="first"> destinations</p>
<br>
<p class="second">of the world</p>
<br> <br>
<p class="third">We always make our customers happy by providing <br> as many choices as possible.</p>
<br> <br>
<button class="but2">Watch Demo</button>
<button class="but3">Get started</button>
</div>
<div class="content2">
</div>
</div>
<div class="content3">
<div class="logo1"></div>
<div class="logo2"></div>
<div class="logo3"></div>
<div class="logo4"></div>
</div>
<div class="content4">
<div class="content41"><P class="third">TOP DESTINATION</P><P class="fourth">Explore top destination</P></div>
<div class="prev-next-buttons">
<button type="button" class="fa fas fa-chevron-left"></button>
<button type="button" class="fa fas fa-chevron-right"></button>
</div>
</div>
<div class="content5">
<div class="box1"></div>
<div class="box2"></div>
<div class="box3"></div>
</div>
<footer>
<div class="foot1">
<div class="foot12"></div><br> <br>
<div class="foot13">lorem*2</div><br> <br>
<div class="icons"><i class="fa-brands fa-facebook"></i> <i class="fa-brands fa-twitter"></i> <i class="fa-brands fa-square-instagram"></i></div>
</div>
<div class="foot2">
<ul>
<li><b>company</b></li><br> <br>
<li>about</li><br> <br>
<li>career</li><br> <br>
<li>mobile</li><br> <br>
</ul>
</div>
<div class="foot3">
<ul>
<li>
<b>Contact</b>
</li><br> <br>
<li>Why Travlog?</li><br> <br>
<li>Partners with us</li><br> <br>
<li>FAQs</li><br> <br>
<li>blog</li><br> <br>
</ul>
</div>
<div class="foot4">
<ul>
<li>
<b>Meet us</b>
</li><br> <br>
<li>8797047316</li><br> <br>
<li>[email protected]</li><br> <br>
<li>Aparna ojha</li>
<li>GRT. NOIDA</li>
</ul>
</div>
</footer>
</body>
</html>