-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathajanta_and_ellora_caves.html
148 lines (83 loc) · 4.59 KB
/
ajanta_and_ellora_caves.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
139
140
141
142
143
144
145
146
147
148
<!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>AJANTA AND ELLORA CAVES</title>
<link rel="shortcut icon" href="./images/travel.ico" type="image/x-icon" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" />
<link rel="stylesheet" href="style.css">
</head>
<body>
<section class="information" id="information">
<div class="box-container">
<div class="box" >
<div class="image">
<img src="images/ajanta ellora pricing.jpeg " alt="">
</div>
<div class="content">
<p> <strong> Aurangabad is a city in Maharashtra state, in India. It’s known for the 17th-century marble Bibi ka Maqbara shrine, styled on the Taj Mahal. The nearby Shivaji Maharaj Museum, dedicated to the Maratha king Shivaji, displays war weapons and a coin collection. North of the city, the Aurangabad Caves comprise ancient, rock-cut Buddhist shrines. West of the city, battlements surround the medieval Daulatabad Fort.<br>
Aurangabad is a city in the Indian state of Maharashtra. It is the administrative headquarters of Aurangabad district and is the largest city in the Marathwada region.[4] Located on a hilly upland terrain in the Deccan Traps, Aurangabad is the fifth-most populous urban area in Maharashtra with a population of 1,175,116. The city is known as a major production center of cotton textile and artistic silk fabrics. Several prominent educational institutions, including Dr. Babasaheb Ambedkar Marathwada University, are located in the city. The city is also a popular tourism hub, with tourist destinations like the Ajanta and Ellora caves lying on its outskirts, both of which have been designated as UNESCO World Heritage Sites since 1983.[5] Other tourist attractions include the Aurangabad Caves, Daulatabad Fort, Grishneshwar Temple, Jama Mosque, Bibi Ka Maqbara, Himayat Bagh, Panchakki and Salim Ali Lake. Historically, there were 52 Gates in Aurangabad, some of them extant, because of which Aurangabad is nicknamed as the "City of Gates". In 2019, the Aurangabad Industrial City (AURIC) became the first greenfield industrial smart city of India under the country's flagship Smart Cities Mission.<br>
</strong>
</p>
</div>
</div>
</div>
</section>
<section class="pricing" id="pricing">
<h1 class="heading"> our <span>pricing</span> </h1>
<div class="box-container">
<div class="box" data-aos="zoom-in-up">
<h3> basic plan </h3>
<div class="price">
<span>Rs.</span>
<span class="amount">1000</span>
<span>/day</span>
</div>
<ul>
<li>10 days</li>
<li>Food and Beverages</li>
<li>Safety guides</li>
<li>Transportation</li>
<li> Hotel</li>
</ul>
<a href="basic plan.html" class="btn">choose plan</a>
</div>
<div class="box" data-aos="zoom-in-up">
<h3> standard plan </h3>
<div class="price">
<span>Rs.</span>
<span class="amount">1500</span>
<span>/day</span>
</div>
<ul>
<li>10 days</li>
<li>Food and Beverages</li>
<li>Safety guides</li>
<li>Transportation</li>
<li> Hotel (Ac accommodation)</li>
</ul>
<a href="standard plan.html" class="btn">choose plan</a>
</div>
<div class="box" data-aos="zoom-in-up">
<h3> premium plan </h3>
<div class="price">
<span>Rs.</span>
<span class="amount">2500</span>
<span>/day</span>
</div>
<ul>
<li>10 days</li>
<li>Food and Beverages</li>
<li>safety guides</li>
<li>transportation</li>
<li> Luxry Hotel </li>
</ul>
<a href="premium plan.html" class="btn">choose plan</a>
</div>
</div>
</section>
<script src="script.js"></script>
</body>
</html>