-
Notifications
You must be signed in to change notification settings - Fork 0
/
tamilnadu.html
138 lines (131 loc) · 4.54 KB
/
tamilnadu.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
138
<html >
<head>
<title>TamilNadu 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>TamilNadu</h1>
<img src="tamilnadu.png" alt="tamilnadu" 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 Chennai</h3>
<dl>
<dt><i>Flight from Bengaluru to Chennai</i></dt>
<dd>04:30 PM---------------05:20 PM</dd>
<dt><i>Stay at The Park hotel</i></dt>
</dl>
<hr/>
<h3>Day 2: Sightseeing in Chennai</h3>
<ul>
<li>Marina Beach</li>
<li>Kapaleeswarar Temple</li>
<li>Fort St. George</li>
<li>Ranganathan Street
</li>
</ul>
<dl>
<p>Try out the authentic Idli-Sambhar,Dosa and Uttapam!!!</p>
</dl>
<hr/>
<h3>Day 3: Sightseeing in Chennai and Arrival at Ooty</h3>
<ul>
<li>Mahabalipuram</li>
<li>Government Museum</li>
</ul>
<dl>
<dt><i>Flight from Chennai to Ooty </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>
</dl>
<hr/>
<h3>Day 4: Sightseeing in Ooty</h3>
<ul>
<li>Government Rose Garden</li>
<li>Mudumalai National Park</li>
<li>Avalanche Lake</li>
</ul>
<dl>
<p>Don't miss out the mouth watering home made chocloates of Ooty!!!</p>
</dl>
<hr/>
<h3>Day 5: Sightseeing in Ooty and Arrival at Pondicherry</h3>
<ul>
<li>Pykara Waterfalls</li>
<li>St. Stephen's Church</li>
<li>Nilgiri Mountain Railway</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 Promenade </i></dt>
</dl>
<hr/>
<h3>Day 6: Sightseeing in Pondicherry</h3>
<ul>
<li>Arulmigu Manakula Vinayagar Devasthanam</li>
<li>Sri Aurobindo Ashram</li>
<li>Rock Beach</li>
<li>Puducherry Museum</li>
</ul>
<dl>
</dl>
<hr/>
<h3>Day 7: Sightseeing in Pondicherry and Arrival at Kodaikanal</h3>
<ul>
<li>New Light House</li>
<li>Our lady of angels church</li>
</ul>
<dl>
<dt><i>Transfer from Pondicherry to Kodaikanal(cab)</i></dt>
<dd>7 hrs 52 mins</dd>
<dt><i>Stay at Bruton resorts</i></dt>
</dl>
<hr/>
<h3>Day 8: Sightseeing in Kodaikanal</h3>
<ul>
<li>Bryant Park</li>
<li>Guna caves</li>
<li>Pillar Rocks</li>
<li>Kodaikanal Solar Observatory</li>
</ul>
<dl>
<dt><i>Transfer from Kodaikanal to Ooty (cab)</i></dt>
<dd>6 hrs 38 mins</dd>
<dt><i>Flight from Ooty to Bengaluru</i></dt>
<dd>9:00 PM ------------ 10:00 PM</dd>
</dl>
<hr/>
<h3>Total price:Rs.38,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>