File manager - Edit - /home/asiatechinc/public_html/asiatechinc-websites/shivaaypalace.com/attractions.php
Back
<!DOCTYPE html> <html lang="zxx"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" /> <title>Attractions | The Shivaay Palace</title> <link rel="shortcut icon" href="img/favicon.png" /> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&display=swap" rel="stylesheet"> <link rel="stylesheet" href="css/plugins.css" /> <link rel="stylesheet" href="css/style.css" /> </head> <body> <?php include 'include/header.php'?> <div class="banner-header section-padding valign bg-img bg-fixed" data-overlay-dark="4" data-background="img/slider/1.jpg" style="background-size: 100% 100%;"> <div class="container"> <div class="row"> <div class="col-md-12 caption mt-90"> <h5>The Shivaay Palace</h5> <h1>Attraction</h1> </div> </div> </div> </div> <section class="services section-padding"> <div class="container"> <div class="row"> <div class="col-md-6 bg-cream p-0 order2 valign animate-box" data-animate-effect="fadeInLeft"> <div class="content"> <div class="cont text-left"> <div class="info"> <h6>Attractions</h6> </div> <h4>Kashi Vishwanath Temple</h4> <p>One of the oldest, richest, and holiest shrines of India is located in the sacred city of Varanasi and is known as Shri Kashi Vishwanath Temple. Named Kashi, due to the ancient name of Varanasi, the glorious temple commemorates the mighty Lord Shiva and is a part of the 12 Jyotirlingas. Thousands of devotees travel from miles away to witness its soothing spiritual ambiance and seek blessings from their god.</p> </div> </div> </div> <div class="col-md-6 p-0 order1 animate-box" data-animate-effect="fadeInRight"> <div class="img"> <a href="attractions.php"><img src="img/attractions/1.jpg" alt=""></a> </div> </div> </div> <div class="row"> <div class="col-md-6 p-0 animate-box" data-animate-effect="fadeInLeft"> <div class="img left"> <a href="attractions.php"><img src="img/attractions/2.jpg" alt=""></a> </div> </div> <div class="col-md-6 p-0 bg-cream valign animate-box" data-animate-effect="fadeInRight"> <div class="content"> <div class="cont text-left"> <div class="info"> <h6>Attractions</h6> </div> <h4>Assi Ghat</h4> <p>Another name amongst the unmissable places to visit in Varanasi is Assi Ghat. Frequented by college-goers and tourists alike, this ghat offers a peaceful escape from the hustle and bustle of Varanasi's chaotic lanes. Pilgrims bathe in the holy waters of River Assi and offer flowers to the Shivlinga before resting on the steps of the ghat. Ancient texts claim it to be the place where the revered saint and poet, Tulsidas, retired.</p> </div> </div> </div> </div> <div class="row"> <div class="col-md-6 bg-cream p-0 order2 valign animate-box" data-animate-effect="fadeInLeft"> <div class="content"> <div class="cont text-left"> <div class="info"> <h6>Attractions</h6> </div> <h4>Tulsi Manas Temple</h4> <p>Pearly white facade greets the eyes as one walks through the lush green gardens of Tulsi Manas Temple. Constructed in 1964 by the Thakur Surekha Das family, the marble structure of this temple is renowned for its mesmerizing architecture. Believed to be the site where the ancient poet Tulsidas sat to pen down the holy epic of Ramcharitmanas, this temple is now one of the most revered religious places to visit in Varanasi.</p> </div> </div> </div> <div class="col-md-6 p-0 order1 animate-box" data-animate-effect="fadeInRight"> <div class="img"> <a href="attractions.php"><img src="img/attractions/3.jpg" alt=""></a> </div> </div> </div> <div class="row"> <div class="col-md-6 p-0 animate-box" data-animate-effect="fadeInLeft"> <div class="img left"> <a href="#"><img src="img/attractions/4.jpg" alt=""></a> </div> </div> <div class="col-md-6 p-0 bg-cream valign animate-box" data-animate-effect="fadeInRight"> <div class="content"> <div class="cont text-left"> <h4>Ramnagar Fort & Museum</h4> <p>Resting near the quiet shores of River Ganges is the majestic historical monument of Ramnagar Fort. Chunar sandstone forms the foundation of this creamy colored structure, which was built as the residential fort of Raja Balwant Singh. Even today, it houses the present Maharaja of Varanasi, whose residential quarters are separated from the rest of the fort.</p> </div> </div> </div> </div> <div class="row"> <div class="col-md-6 bg-cream p-0 order2 valign animate-box" data-animate-effect="fadeInLeft"> <div class="content"> <div class="cont text-left"> <h4>Tulsi Ghat</h4> <p>Tulsi Ghat is an important landmark where Tulsidas created the holy version of ramcharitmanas and it should be one of the must visit places in Varanasi in 2 days. Located on the banks of River Ganga, it is a member of the chain of ghats present in Varanasi. But what makes it stand apart amongst the other riverfronts is its historical legend and religious significance.</p> </div> </div> </div> <div class="col-md-6 p-0 order1 animate-box" data-animate-effect="fadeInRight"> <div class="img"> <a href="#"><img src="img/attractions/5.jpg" alt=""></a> </div> </div> </div> <div class="row"> <div class="col-md-6 p-0 animate-box" data-animate-effect="fadeInLeft"> <div class="img left"> <a href="#"><img src="img/attractions/6.jpg" alt=""></a> </div> </div> <div class="col-md-6 p-0 bg-cream valign animate-box" data-animate-effect="fadeInRight"> <div class="content"> <div class="cont text-left"> <h4> Scindia Ghat</h4> <p>Revered as one of the best ghats in Varanasi Scindia Ghat is an important pilgrimage spot for the Hindus. It was built by Baija Bai in 1850, and it is believed that the Lord of fire, Agni, was born here. Located near Ghasi Tola, this ghat houses a Shiva temple that is partially submerged in the water. It is believed that the idol of Lord Shiva is sinking continuously, and in a few years, it will be completely submerged under the water.</p> </div> </div> </div> </div> </div> </section> <?php include 'include/footer.php'?> <!-- jQuery --> <script src="js/jquery-3.6.0.min.js"></script> <script src="js/jquery-migrate-3.0.0.min.js"></script> <script src="js/modernizr-2.6.2.min.js"></script> <script src="js/imagesloaded.pkgd.min.js"></script> <script src="js/jquery.isotope.v3.0.2.js"></script> <script src="js/pace.js"></script> <script src="js/popper.min.js"></script> <script src="js/bootstrap.min.js"></script> <script src="js/scrollIt.min.js"></script> <script src="js/jquery.waypoints.min.js"></script> <script src="js/owl.carousel.min.js"></script> <script src="js/jquery.stellar.min.js"></script> <script src="js/jquery.magnific-popup.js"></script> <script src="js/YouTubePopUp.js"></script> <script src="js/select2.js"></script> <script src="js/datepicker.js"></script> <script src="js/smooth-scroll.min.js"></script> <script src="js/custom.js"></script> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.05 |
proxy
|
phpinfo
|
Settings