-
Notifications
You must be signed in to change notification settings - Fork 1
/
pro-london.html
137 lines (126 loc) · 5.88 KB
/
pro-london.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
129
130
131
132
133
134
135
136
137
<!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>
<style>
*{
margin:0%;
}
#logodiv{
display: flex;
background-color: rgb(9, 4, 73);
}
#logo{
width:150px;
height:auto;
border: 1px solid rgb(1, 1, 78);
}
#domh1{
font-size: 37px;
margin-left:45vh;
margin-top: 2vh;
color: white;
}
#trip{
background-color: rgb(230, 225, 225);
width: 100vw;
height: auto;
padding-left:50px;
padding-top:20px;
}
h1{
text-decoration: underline;
font-size: 45px;
}
.pic{
margin:10px;
}
p{
font-size: 18px;
}
#para1{
width: 90vw;
}
li{
left: 0%;
font-size: 18px;
}
#sub-btn{
width:195px;
height:37px;
font-size: 24px;
background-color: rgb(174, 255, 255);
border: 1px solid blue;
border-radius: 3px;
margin-left: 0px;
margin-top: 12px;
}
#sub-btn:hover{
background-color: rgb(0, 181, 252);
border: 1px solid blue;
border-radius: 3px;
margin-top: 12px;
}
</style>
</head>
<body>
<div id="logodiv">
<img src="images/projectlogo.jpg" id="logo">
<p id="domh1">INTERNATIONAL DESTINATIONS</p>
</div>
<div id="trip">
<h1>
TRIP TO LONDON (4 Days & 3 Nights)
</h1>
<br>
<img src="https://www.fodors.com/assets/destinations/2869/tower-bridge-london-england_980x650.jpg" class="pic" style="width:45%;height:auto;border:2px solid black;border-radius: 6px;">
<img src="https://i0.wp.com/www.montcalmroyallondoncity.co.uk/blog/wp-content/uploads/2017/07/shutterstock_107597459.jpg?fit=1000%2C667&ssl=1" class="pic" style="width:45%;height:auto;border:2px solid black;border-radius: 6px;">
<br><br>
<div id="para1">
<P><b>DETAILED DAY WISE ITINERARY</b><br><br>
<b>Day 1 - Arrival in London</b><br><br>
• Once you reach London, your amazing holiday will begin. Our driver will meet you in the arrivals hall and then take you to your hotel<br>
• Check-in and the remainder of the day is yours to spend at your leisure<br>
• Have a cosy overnight stay at the hotel<br><br>
<b>Day 3 - Madame Tussauds Wax Museum, London Eye</b><br><br>
• Indulge into a delectable breakfast at your hotel <br>
• Today on this package, head to visit the famous Madame Tussauds Wax Museum with a 4D show. Later, travel to London Eye to see the panoramic views of the city <br>
• Have a snug overnight stay at the hotel <br><br>
<b>Day 4 - London-Edinburgh (approximately 5 hours)</b><br><br>
• Get a kick out of a tasty breakfast at the hotel and check-out <br>
• You will then make a move towards the London station for your onwards journey to Edinburgh<br>
• Upon reaching Edinburgh, meet your driver and head to your hotel<br>
• The remainder of the day is yours to spend at your leisure<br>
• Have a pleasant overnight stay at your hotel <br><br>
<b>Day 5 - Edinburgh Hop-on Hop-off Bus Tour</b><br><br>
• Savour a lavish breakfast at the hotel<br>
• Get ready to explore the capital of Scotland with the popular Edinburgh Hop-on Hop-off Bus Tour. This will include visits to the Old Town, the Georgian New Town, the Grassmarket where you can listen to the stories about the hangings that took place here, Castle Rock, Edinburgh Castle to get panoramic views of the city, Palace of Holyroodhouse and the Royal Mile <br>
• Have a peaceful night’s sleep at the hotel<br><br>
<b>Day 6 - Departure from Edinburgh</b><br><br>
• On the last day of your holiday, have a yummy breakfast at the hotel<br>
• Check-out and then move to the airport for your final departure<br><br>
</P>
<br>
<h2>ADVANTAGES</h2>
<br>
<ul>
<li> Hotel Staff and Guest's body temperature monitored at hotel entry points. Refused entry if the temperature is above 99.1 ( F ) degree Fahrenheit.</li><br>
<li> Hotels are advised to keep sanitizer in room and face mask in every room for guest use.</li><br>
<li> Every staff member wears face masks and gloves at all service times.</li><br>
<li> Hotel rooms/floors and public areas are cleaned with hospital-grade disinfectants.</li><br>
<li> The hotel has In-Room Dining options available with minimal contact service and disposable/sanitized crockery & cutlery.</li><br>
<li> Hotel staff ensures to maintain social distancing at all times.</li><br>
<li> Every guest's travel records are maintained as per local and central Government guidelines.</li><br>
<li> While working with supplier and contractors hotel complies with health advisories and Government guidelines.</li><br>
</ul>
<br>
<span style="font-size: 25px;">Price:<b> ₹89,800/-</b></span><br>
<a href="payment.html" target="_blank"><input type="submit" value="Book Journey" id="sub-btn"></a>
<br><br><br>
</div>
</div>
</body>
</html>