-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgujarat.html
127 lines (123 loc) · 4.59 KB
/
gujarat.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
<html >
<head>
<title>Gujarat Itinerary</title>
<link rel="stylesheet" href="packages_css.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.1/css/all.min.css">
<style>
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Satisfy&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap");
</style>
</head>
<body>
<section class="nav-bar">
<div class="logo">Voyage Vista</div>
<ul class="menu">
<li><a href="home_page.html">home</a></li>
<li><a href="Main_page.html">packages</a></li>
<li><a href="login_page.html">Login/Signup</a></li>
<li><a href="home_page.html">about us</a></li>
<li><a href="home_page.html">contact us</a></li>
</ul>
</div>
</section>
<section>
<h1>Gujarat</h1>
<img src="gujarat.jpg" alt="gujarat" height="200" width="600">
</section>
<section>
<h3><u>Itinerary:</u></h3>
<p>8 Days plan</p>
<ul>
<li>2 Flights</li>
<li>8 Transfers</li>
<li>7 Hotels</li>
</ul>
<hr/>
<h3>Day 1: Arrival in Gujarat(Ahmedabad)</h3>
<dl>
<dt><i>Flight from Bangalore to Gujarat</i></dt>
<dd>10:00 AM--------------12:30 PM</dd>
<dt>Private transfer from airport to hotel in Ahmedabad</dt>
<dt><i>Stay at The hotel Elysian Residency</i></dt>
<!-- <button>Add activity for the day</button> -->
</dl>
<hr/>
<h3>Day 2: Ahmedabad to Jamnagar</h3>
<ul>
<li>Private transfer from Ahmedabad to Jamnagar</li>
<li>Lakhota Lake</li>
<li>Bala hanuman Temple</li>
<li>Lakhota Museum</li>
<li>Temples of Jamnagar</li>
</ul>
<dl>
<p>Try out the authentic Gujarati Thali!!!</p>
<!-- <button>Add activity for the day</button> -->
</dl>
<hr/>
<h3>Day 3: Jamnagar to Dwarka</h3>
<ul>
<li>Private transfer from Jamnagar to Dwarka and sightseeing in Dwarka</li>
<li>Nageshwar Jyotirling Temple Rukmani Temple</li>
<li>Dwarkadhish Temple</li>
</ul>
<dl>
<dt><i>stay at Damji hotel </i></dt>
<!-- <dd>05:20 PM ----------- 06:25 PM</dd> -->
<dt><i>Stay at Hotel Lakeview Ooty</i></dt>
<blockquote>enjoy the lush green beauty</blockquote>
<!-- <button>Add activity for the day</button> -->
</dl>
<hr/>
<h3>Day 4: Dwarka to Somnath</h3>
<ul>
<li>Private transfer from Dwarka to Somnath</li>
<li>Dwarkadhish Temple</li>
<li>House of MG</li>
<li>Somnath Temple</li>
</ul>
<dl>
<!-- <p>Don't miss out the mouth watering home made chocloates of Ooty!!!</p> -->
<dt><i>Stay at the Grand Astoria Somnath</i></dt>
<!-- <button>Add activity for the day</button> -->
</dl>
<hr/>
<h3>Day 5: Somnath to Diu Sightseeing in Diu</h3>
<ul>
<li>Gangeshwar Temple</li>
<li> Panikotha</li>
<li> Diu Fort</li>
<li> Churches in Diu</li>
</ul>
<dl>
<!-- <dt><i>Flight from Ooty to Pondicherry</i></dt> -->
<!-- <dd>03:30 PM ----------- 04:35 PM</dd> -->
<dt><i>Stay at The Hotel De Diu </i></dt>
</dl>
<hr/>
<h3>Day 6: Diu to Sasan Gir and sightseeing in Sasan Gir</h3>
<ul>
<li>Private transfer from Diu to Sasan Gir</li>
<li>Gir National Park</li>
</ul>
<dl>
<!-- <button>Add activity for the day</button> -->
</dl>
<hr/>
<h3>Day 7: Departure From Sasan Gir</h3>
<dl>
<dt><i>Transfer from Gir to Airport(cab)</i></dt>
<dd>1 hrs 12 mins</dd>
<dt><i>Flight from Ahmedabad to Bnagalore </i></dt>
<dd>1:00 PM ------------ 3:00 PM</dd>
<!-- <button>Add activity for the day</button> -->
</dl>
<hr/>
<h3>Total price:Rs.70,000</h3>
</section>
<a href="Booking_details.html"><button>Confirm package</button></a>
<a href="Main_page.html"><button>Back</button></a>
</body>
</head>
</html>