-
Notifications
You must be signed in to change notification settings - Fork 0
/
uttarpradesh.html
107 lines (107 loc) · 3.73 KB
/
uttarpradesh.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
<html >
<head>
<title>UttarPradesh 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>UttarPradesh</h1>
<img src="up.png" alt="Uttarpradesh" height="200" width="600">
</section>
<section>
<h3><u>Itinerary:</u></h3>
<p>8 Days plan</p>
<ul>
<li>4 Flights</li>
<li>4 Transfers</li>
<li>4 Hotels</li>
</ul>
<hr/>
<h3>Day 1: Arrival in Lucknow</h3>
<dl>
<dt><i>Flight from Bengaluru to Lucknow</i></dt>
<dd>04:30 PM---------------07:20 PM</dd>
<dt><i>Stay at Hilton Garden Inn</i></dt>
</dl>
<hr/>
<h3>Day 2: Sightseeing in Lucknow</h3>
<ul>
<li>Chota Imambara</li>
<li>Lucknow Zoo</li>
<li>Chattar Manzil</li>
</ul>
<dl>
<p>Check out the Aminabad -- Market One of the oldest street shopping centers in the city </p>
<p>Check out the Chowk -- A traditional market known for its chikankari work.</p>
</dl>
<hr/>
<h3>Day 3: Transfer to Varanasi</h3>
<p>04:00 AM---------------09:00 AM</p>
<i>Stay at PrimeLand</i>
<ul>
<li>Sankat Mochan Hanuman Mandir</li>
<li>Dashashwamedh Ghat</li>
<li>Tibetan Temple</li>
<li>Ganga Aarti</li>
</ul>
<blockquote>enjoy the electrifying Ganga Aarti</blockquote>
<hr/>
<h3>Day 4: Sightseeing in Varanasi</h3>
<ul>
<li>Shri Kashi Viswanath Temple <strong>A must visit</strong></li>
<li>Manikarnika Ghat</li>
<li>Bharat Kala Bhavan Museum</li>
</ul>
<dl>
<p>Don't miss out the Banarasi Paan</p>
<dt>Transfer to Prayagraj (cab)</dt>
<dd>2 hrs 35 mins</dd>
<i><p>Stay at Landmark Inn </p></i>
</dl>
<hr/>
<h3>Day 5: Sightseeing in Prayagraj</h3>
<ul>
<li>Alopi Sankari Devi Shakti Peeth Temple</li>
<li>Triveni Sangam Prayagraj</li>
<li>Allahabad Museum</li>
<li>Chandrashekhar Azad Park</li>
</ul>
<hr/>
<h3>Day 6: Transfer to Ayodhya</h3>
<p>05:00 AM ------------ 09:00 AM </p>
<ul>
<li>Naya Ghat</li>
<li>Ram Janma Bhoomi</li>
<li>Tulsi Udyan</li>
</ul>
<hr/>
<h3>Day 7: Arrival at Bengaluru</h3>
<dl>
<dt><i>Flight from Ayodhya to Bengaluru</i></dt>
<dd>9:00 PM ------------ 10:00 PM</dd>
</dl>
<hr/>
<h3>Total price:Rs.45,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>