-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhotel.html
128 lines (120 loc) · 3.94 KB
/
hotel.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<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>
<link rel="stylesheet" href="../css/hotel.css" />
</head>
<body>
<div id="for_background">
<div id="main_box">
<div id="box_1">
<div id="whats_new">
<h1>What's new</h1>
</div>
<div id="first_div">
<img
class="first_div_image"
src="https://forever.travel-assets.com/flex/flexmanager/images/2020/07/09/3ORB_Generic_lpheroF_1320x742_20200327.png"
alt="img"
/>
</div>
<div id="second_div">
<h3 class="classh3">Plan now, travel later</h3>
<p class="classp1">
When you're ready,we have deals that are right for you
</p>
</div>
</div>
<div id="box_2">
<div id="small_box1">
<div>
<img
class="small_image1"
height="170"
width="135"
src="https://forever.travel-assets.com/flex/flexmanager/images/2020/12/11/ORB_LGBTQIA_imgB_164x152_20200825.jpg?impolicy=fcrop&w=900&h=506&q=mediumHigh"
alt="img"
/>
</div>
<div class="class_discription">
<h3>Pride in travel</h3>
<p class="classgrey_col">
A rainbow of welcoming hotels for the LGBTQIA traveler.
</p>
</div>
</div>
<div id="small_box2">
<div>
<img
height="170"
width="135"
src="https://forever.travel-assets.com/flex/flexmanager/images/2020/07/09/3ORB_HOTELS_Spotlight3_Faves_121119.jpg?impolicy=fcrop&w=900&h=506&q=mediumHigh"
alt="img"
/>
</div>
<div class="class_discription">
<h3>Your favorite hotels</h3>
<p class="classgrey_col">
Where to stay, and why,straight from the travelers like you.
</p>
</div>
</div>
</div>
</div>
<div id="featured">
<div class="f_class">
<h1>Featured offers</h1>
</div>
<div id="large">
<div>
<h3>Explore local getways</h3>
<p>Get out and explore,and stay close to home with a road trip.</p>
</div>
</div>
</div>
<div id="main_travel">
<div class="travel_h1">
<h1>Travel tips from the props</h1>
</div>
<div id="travel_tips">
<div id="glamp">
<div id="glamping_spots">
<h2>what to look for in a glamping spot, before you book</h2>
</div>
<div class="discription_small">
<p>
Step yourself in nature without having to sacrifice modern
amenities like running water and comfy beds.
</p>
</div>
</div>
<div id="air">
<div id="airstream">
<h2>5 amazing Airstream stays to look forward to</h2>
</div>
<div class="discription_small">
<p>
Stay a night in stationary Airstream trailer and enjoy modern
decor,plush amenities and high-tech features!
</p>
</div>
</div>
<div id="road">
<div id="road_9">
<h2>9 road trip apps to download now</h2>
</div>
<div class="discription_small">
<p>
Before you hit the open road,we've got you covered with the apps
that will make road tripping even better.
</p>
</div>
</div>
</div>
</div>
</div>
</body>
</html>