-
Notifications
You must be signed in to change notification settings - Fork 0
/
andaman.html
81 lines (81 loc) · 2.74 KB
/
andaman.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
<html >
<head>
<title>Andaman Nicobar 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>Andaman and Nicobar Islands</h1>
<img src="an1.png" alt="Andaman Nicobar" height="200" width="600">
</section>
<section>
<h3><u>Itinerary:</u></h3>
<p>5 Days plan</p>
<ul>
<li>2 Flights</li>
<li>0 Transfers</li>
<li>1 Hotel</li>
</ul>
<hr/>
<h3>Day 1: Arrival in Andaman Nicobar</h3>
<dl>
<dt><i>Flight from Bengaluru to Andaman Nicobar</i></dt>
<dd>10:00 PM---------------12:30 PM</dd>
<dt><i>Stay at Havelock Island Beach Resort</i></dt>
</dl>
<hr/>
<h3>Day 2: Sightseeing in Andaman and Nicobar</h3>
<ul>
<li>Port Blair</li>
<li>Baratang Island</li>
<li>Makruzz</li>
</ul>
<hr/>
<h3>Day 3: Sightseeing in Andaman and Nicobar</h3>
<ul>
<li>Cellular Jail</li>
<li>Ross Island</li>
<li>Elephant Beach</li>
</ul>
<hr/>
<h3>Day 4: Sightseeing in Andaman and Nicobar</h3>
<ul>
<li>Scuba Diving at Neil Island</li>
<li>Havelock Island</li>
<li>Parasailing</li>
</ul>
<hr/>
<h3>Day 5: Sightseeing in Andaman and Nicobar</h3>
<ul>
<li>Limestone caves</li>
<li>Howrah Bridge</li>
</ul>
<dl>
<dt><i>Flight from Andaman and Nicobar to Bengaluru</i></dt>
<dd>8:00 PM ------------ 10:30 PM</dd>
</dl>
<hr/>
<h3>Total price:Rs.35,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>