Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
satatya authored Feb 17, 2022
1 parent 1779699 commit 8b6ed3d
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions HTML/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,10 @@ <h1><br>
<div class="responsive">
<div class="gallery">
<a target="_blank" href="#">
<img src="../Images/Rajasthan_Chittorgarh.jpg" width="600" height="400">
<div class="img-wrapper">
<img src="../Images/Rajasthan_Chittorgarh.jpg" alt="DESERT" width="600" height="400" class="blur">
<div class="content slide-down">View Package</div>
</div>
</a>
<div class="desc">Rajasthan is a glittering jewel of India, and we are here to make your trip to that jewel a fun and adventurous one!so hope you enjoy our Rajasthan package...</div>
</div>
Expand All @@ -94,7 +97,10 @@ <h1><br>
<div class="responsive">
<div class="gallery">
<a target="_blank" href="#">
<img src="../Images/Ladakh.jpg" alt="Forest" width="600" height="400">
<div class="img-wrapper">
<img src="../Images/Ladakh.jpg" alt="Forest" width="600" height="400" class="blur">
<div class="content slide-down">View Package</div>
</div>
</a>
<div class="desc">Explore untold destinations of leh ladakh with landscape of ladakh capturing your heart...</div>
</div>
Expand All @@ -103,7 +109,10 @@ <h1><br>
<div class="responsive">
<div class="gallery">
<a target="_blank" href="#">
<img src="../Images/Andaman.jpg" alt="Northern ISLANDS" width="600" height="400">
<div class="img-wrapper">
<img src="../Images/Andaman.jpg" alt="Northern ISLANDS" width="600" height="400" class="blur">
<div class="content slide-down">View Package</div>
</div>
</a>
<div class="desc">Are you an oceanholic?Love the blue waters and shades of palm tree on the beachside? Andaman's the answer for you...</div>
</div>
Expand All @@ -112,7 +121,10 @@ <h1><br>
<div class="responsive">
<div class="gallery">
<a target="_blank" href="#">
<img src="../Images/NK.jpeg" alt="CITY" width="600" height="400">
<div class="img-wrapper">
<img src="../Images/NK.jpeg" alt="CITY" width="600" height="400" class="blur">
<div class="content slide-down">View Package</div>
</div>
</a>
<div class="desc">Welcome to Pyongyang, Comrade...Hope You Enjoy Here...</div>
</div>
Expand Down

0 comments on commit 8b6ed3d

Please sign in to comment.