File manager - Edit - /home/asiatechinc/public_html/asiatech-websites/bhanudeyinn.com/attraction.php
Back
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content=""> <meta name="author" content="Ansonika"> <title>Attraction | Bhanudey Inn</title> <!-- Favicons--> <link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon"> <link rel="apple-touch-icon" type="image/x-icon" href="img/apple-touch-icon-57x57-precomposed.png"> <link rel="apple-touch-icon" type="image/x-icon" sizes="72x72" href="img/apple-touch-icon-72x72-precomposed.png"> <link rel="apple-touch-icon" type="image/x-icon" sizes="114x114" href="img/apple-touch-icon-114x114-precomposed.png"> <link rel="apple-touch-icon" type="image/x-icon" sizes="144x144" href="img/apple-touch-icon-144x144-precomposed.png"> <!-- BASE CSS --> <link href="css/bootstrap.min.css" rel="stylesheet"> <link href="css/style.css" rel="stylesheet"> <link href="css/vendors.min.css" rel="stylesheet"> <!-- YOUR CUSTOM CSS --> <link href="css/custom.css" rel="stylesheet"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"/> </head> <body> <?php include 'include/header.php'?> <main> <div class="hero medium-height jarallax" data-jarallax data-speed="0.2"> <img class="jarallax-img" src="img/bg/3.jpg" alt=""> <div class="wrapper opacity-mask d-flex align-items-center justify-content-center text-center animate_hero" data-opacity-mask="rgba(0, 0, 0, 0.2)"> <div class="container"> <small class="slide-animated one">Bhanudey Inn</small> <h1 class="slide-animated two">Attraction</h1> </div> </div> </div> <!-- /Background Img Parallax --> <section class="attraction margin_80_60 "> <div class="container"> <div class="row align-items-center"> <div class="col-md-6"> <div class="img left"> <a href="#"><img src="img/attraction/1.jpg" alt=""></a> </div> </div> <div class="col-md-6 bg-cream valign"> <div class="content"> <div class="cont text-left"> <h4>Darbhanga Ghat</h4> <p>Darbhanga Ghat is one of the most picturesque ghats of Varanasi, known for its grand stone architecture and calm riverfront ambiance. It offers beautiful views of the Ganges, historic palaces, and is ideal for boat rides, photography, and experiencing the city’s timeless spiritual atmosphere.</p> </div> </div> </div> </div> <div class="row align-items-center"> <div class="col-md-6 bg-cream at-order2 valign"> <div class="content"> <div class="cont text-left"> <h4>Tulsi Ghat</h4> <p>Tulsi Ghat holds great cultural and literary importance as the residence of Saint Tulsidas, who composed the Ramcharitmanas here. Known for its peaceful surroundings, the ghat hosts classical music performances and offers serene river views, making it perfect for quiet reflection and evening walks.</p> </div> </div> </div> <div class="col-md-6 at-order1 animate-box"> <div class="img"> <a href="#"><img src="img/attraction/2.jpg" alt=""></a> </div> </div> </div> <div class="row align-items-center"> <div class="col-md-6 animate-box"> <div class="img left"> <a href="#"><img src="img/attraction/3.jpg" alt=""></a> </div> </div> <div class="col-md-6 bg-cream valign"> <div class="content"> <div class="cont text-left"> <h4>Shri Kashi Vishwanath Temple</h4> <p>Shri Kashi Vishwanath Temple is one of the most sacred Hindu temples, dedicated to Lord Shiva. Located near the Ganges, it attracts millions of devotees annually. The temple complex and corridor reflect spiritual energy, rich traditions, and centuries-old religious significance.</p> </div> </div> </div> </div> <div class="row align-items-center"> <div class="col-md-6 bg-cream at-order2 valign animate-box"> <div class="content"> <div class="cont text-left"> <h4>Banaras Hindu University</h4> <p>Banaras Hindu University is one of Asia’s largest residential universities, blending education with heritage. Its vast green campus houses the Bharat Kala Bhavan Museum, temples, and academic institutions. BHU offers a calm environment and showcases Varanasi’s intellectual, cultural, and artistic legacy.</p> </div> </div> </div> <div class="col-md-6 at-order1 animate-box "> <div class="img"> <a href="#"><img src="img/attraction/4.jpg" alt=""></a> </div> </div> </div> <div class="row align-items-center"> <div class="col-md-6 animate-box fadeInLeft animated"> <div class="img left"> <a href="#"><img src="img/attraction/5.jpg" alt=""></a> </div> </div> <div class="col-md-6 bg-cream valign animate-box fadeInRight animated"> <div class="content"> <div class="cont text-left"> <h4>Garden of Spiritual Wisdom</h4> <p>The Garden of Spiritual Wisdom is a peaceful retreat away from the city’s hustle. Surrounded by greenery, it offers a calm atmosphere for meditation, reflection, and relaxation. The garden is ideal for visitors seeking spiritual balance, silence, and a refreshing natural experience.</p> </div> </div> </div> </div> <div class="row align-items-center"> <div class="col-md-6 bg-cream at-order2 valign animate-box fadeInLeft animated"> <div class="content"> <div class="cont text-left"> <h4>Dashashwamedh Ghat</h4> <p>Dashashwamedh Ghat is Varanasi’s most vibrant and famous ghat, known for the grand Ganga Aarti held every evening. The rhythmic chants, lamps, and spiritual energy create a mesmerizing experience. It is a must-visit spot to witness the living traditions of the city.</p> </div> </div> </div> <div class="col-md-6 at-order1 animate-box fadeInRight animated"> <div class="img"> <a href="#"><img src="img/attraction/6.jpg" alt=""></a> </div> </div> </div> <div class="row align-items-center"> <div class="col-md-6 animate-box fadeInLeft animated"> <div class="img left"> <a href="#"><img src="img/attraction/7.jpg" alt=""></a> </div> </div> <div class="col-md-6 bg-cream valign animate-box fadeInRight animated"> <div class="content"> <div class="cont text-left"> <h4>Manikarnika Ghat</h4> <p>Manikarnika Ghat is one of the holiest cremation grounds in Hinduism, symbolizing the cycle of life and liberation. Continuous rituals take place here, reflecting deep spiritual beliefs. The ghat offers a powerful insight into Varanasi’s philosophy of life, death, and moksha.</p> </div> </div> </div> </div> </div> </section> <!-- /container --> </main> <?php include 'include/footer.php'?> <!-- /footer --> <div class="progress-wrap"> <svg class="progress-circle svg-content" width="100%" height="100%" viewBox="-1 -1 102 102"> <path d="M50,1 a49,49 0 0,1 0,98 a49,49 0 0,1 0,-98" /> </svg> </div> <!-- /back to top --> <!-- COMMON SCRIPTS --> <script src="js/common_scripts.js"></script> <script src="js/common_functions.js"></script> <script src="js/datepicker_inline.js"></script> <script src="phpmailer/validate.js"></script> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings