-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
167 lines (162 loc) · 6.96 KB
/
Copy pathindex.html
File metadata and controls
167 lines (162 loc) · 6.96 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
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<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" />
<title>Travlog</title>
<link rel="icon" href="/elements/Vector.svg">
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Merriweather+Sans:ital,wght@0,300..800;1,300..800&family=Raleway&display=swap"
rel="stylesheet">
</head>
<body>
<div class="main">
<div class="navbar">
<div class="brand">
<img src="/elements/Vector.svg" height="40px">
<p id="brand">Travlog</p>
</div>
<div class="nav">
<a href="#" id="home">Home</a>
<a href="#" class="nonselected">Discover</a>
<a href="#" class="nonselected">Special Deals</a>
<a href="#" class="nonselected">Contact</a>
</div>
<div class="login">
<button id="login">Log In</button>
<button id="signup">Sign Up</button>
</div>
<img src="/elements/menu.11 1.svg" id="mobileDrop">
</div>
<div class="page1">
<div class="description">
<h2>Travel <p id="bwPink">top <br />destination</p> of the<br /> world</h2>
<p>We always make our customer happy by providing <br />as many choices as possible </p>
<div class="btn">
<button class="getStarted">Get Started</button>
<button class="watchDemo"><img src="/elements/play-circle.5 1.svg">Watch Demo</button>
</div>
</div>
<div class="main-img">
<img src="/elements/Frame 15.png">
</div>
</div>
<div class="sponsers">
<img src="/elements/Group.svg">
<img src="/elements/Group 2.svg">
<img src="/elements/Group (1).svg">
<img src="/elements/Group 9235.svg">
<img src="/elements/Group 3.svg">
</div>
<div class="destination">
<div class="desHead">
<div id="head">
<h3>TOP DESTINATION</h3>
<H4>Explore top destination</H4>
</div>
<div class="navbtn">
<div class="left">
<i id="left" class="fa-solid fa-arrow-left"></i>
</div>
<div class="right">
<i id="right" class="fa-solid fa-arrow-right"></i>
</div>
</div>
</div>
<div class="cards">
<div class="card">
<img src="/elements/des1.jpeg" width="373.33px" height="350px" style="border-radius:25px 25px 0 0">
<div class="info">
<div class="infohead">
<p id="locName">Paradise Beach, <br />Bantayan Island</p>
<p id="price" style="color:#e6689e">$550.16</p>
</div>
<p id="loc">Rome, Italy</p>
<div class="rating">
<p>4.8</p>
<img src="/elements/star 1.svg">
</div>
</div>
</div>
<div class="card">
<img src="/elements/des2.jpeg" width="373.33px" height="350px" style="border-radius:25px 25px 0 0">
<div class="info">
<div class="infohead">
<p id="locName">Ocean with full of Colors</p>
<p id="price" style="color:#e6689e">$20.99</p>
</div>
<p id="loc">Lakshwadweep</p>
<div class="rating">
<p>4.5</p>
<img src="/elements/star 1.svg">
</div>
</div>
</div>
<div class="card">
<img src="/elements/des3.jpeg" width="373.33px" height="350px" style="border-radius:25px 25px 0 0">
<div class="info">
<div class="infohead">
<p id="locName">Mountain view, <br />Above the cloud</p>
<p id="price" style="color:#e6689e">$150.99</p>
</div>
<p id="loc">United Arab Emeries</p>
<div class="rating">
<p>5.0</p>
<img src="/elements/star 1.svg">
</div>
</div>
</div>
</div>
</div>
<div class="footer">
<div class="desFoot">
<div class="desFoot1">
<div class="brand">
<img src="/elements/Vector.svg" height="40px">
<p id="brand">Travlog</p>
</div>
<div class="aboutBrand">
<p>Contrary to popular belief, Lorem Ipsum is not simply <br />random text. It has roots in a
piece
of
classical Latin <br /> literature from 45 BC.</p>
</div>
</div>
<div class="social">
<img src="/elements/Groupd.svg" height="32px">
<img src="/elements/Group (1d).svg" height="32px">
<img src="/elements/Group 8.svg" height="32px">
</div>
</div>
<div class="lists">
<h5>Company</h5>
<i class="fa-solid fa-circle-chevron-down"></i>
<p>About</p>
<p>Career</p>
<p>Mobile</p>
</div>
<div class="lists">
<h5>Contact</h5>
<i class="fa-solid fa-circle-chevron-down"></i>
<p>Why Travlog?</p>
<p>Partner with us</p>
<p>FAQ's</p>
<p>Blog</p>
</div>
<div class="lists">
<h5>Meet Us</h5>
<i class="fa-solid fa-circle-chevron-down"></i>
<p>+00 92 1234 56789</p>
<p>info@travlog.com</p>
<p>205. R Street, New York <br />BD23200</p>
</div>
</div>
</div>
</body>
</html>