File manager - Edit - /home/asiatechinc/public_html/asiatech-websites/sandtentgoa.com/index.php
Back
<!DOCTYPE html> <html lang="en"> <head> <title>Sand Tent Beach House</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/css/bootstrap.min.css"> <link rel="shortcut icon" type="image/png" href="img/favicon.png"> <link rel='stylesheet' href='https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css'> <link rel="stylesheet" href="css/foundation-icons.css" /> <link rel="stylesheet" href="css/style.css" /> </head> <body> <?php include 'include/index-header.php'; ?> <div id="slider"> <ul class="bxslider text-center"> <li class="desktop-slider"> <figure class="banner-figure"> <a href="contact.php" > <img alt="Sand Tent Beach House" src="img/slider/1.jpg" /> </a> </figure> </li> <li class="mobile-slider"> <figure class="banner-figure"> <a href="contact.php" > <img alt="Sand Tent Beach House" src="img/slider/2.jpg" /> </a> </figure> </li> </ul> <div class="row desktop"> <div class="columns large-12"> <div id="slider-pager" class="bx-pager-item"></div> </div> </div> </div> <section class="about text-center"> <div class="container"> <div class="row"> <div class="col-md-12 main-information pt-4"> <div class="main-text"> <h1 class="heading-h1">Sand Tent Beach House</h1> <h2 class="sub-heading">Beach House | Coming Soon | Coming Soon</h2> <p class="cta highlighted">Fun By The Beach</p> <p>PALOLEM • PATNEM • COMING SOON</p> <p>We provide the most luxurious hospitality services.<br> Sand Tent Beach House PALOLEM, nestled just 200 meters away from the pristine shores of Palolem Beach in Canacona, Goa, offers guests a tranquil and rejuvenating retreat by the sea. Surrounded by lush greenery, this charming beach house boasts a serene garden, where guests can unwind amidst nature's embrace. The property provides convenient amenities, including free private parking and a terrace where guests can soak in the coastal breeze and enjoy panoramic views of the surroundings. With its close proximity to popular beaches like Colomb and Patnem Beach, guests can easily explore the scenic coastline and indulge in water sports or simply bask in the sun-kissed sands.</p> <h2 class="normal-text">For more details, <a class="cta" href="contact.php">Get in Touch With Sand Tent, Goa</a></h2> </div> </div> </div> </div> </section> <section class="collections-section"> <div class="container"> <div class="row"> <div class="col-md-6 small-12 text-center"> <figure class="collection-figure"> <a href="our-properties.php"> <img class="collection-image" alt="" src="img/about/1.jpg" > </a> </figure> <figure class="collection-figure"> <a href="our-properties.php"> <img class="collection-image" alt="" src="img/about/2.jpg"> </a> </figure> </div> <div class="col-md-6 small-12 text-center"> <figure class="collection-figure"> <a href="our-properties.php"> <img class="collection-image" alt="" src="img/about/3.jpg"> </a> </figure> <figure class="collection-figure"> <a href="our-properties.php"> <img class="collection-image" alt="" src="img/about/4.jpg"> </a> </figure> </div> </div> <div class="row"> <div class="col-md-6 small-12 text-center"> <figure class="collection-figure"> <a href="our-properties.php"> <img class="collection-image" alt="" src="img/property/sand-tent-goa.jpg"> </a> </figure> </div> <div class="col-md-6 small-12 text-center"> <figure class="collection-figure"> <a href="our-properties.php"> <img class="collection-image" alt="" src="img/property/property-text.jpg"> </a> </figure> </div> </div> </div> </section> <section class="facilities-section mt-60 mb-40"> <div class="container"> <div class="row"> <div class="col-md-12 text-center"> <h2>Facilities</h2> </div> </div> <div class="row mt-4"> <div class="col-md-3 col-sm-6 mb-30"> <div class="facilities-item"> <div class="img-box"> <img src="img/icons/1.png"> </div> <div class="facilities-title"> <h4>Air conditioning</h4> </div> </div> </div> <div class="col-md-3 col-sm-6 mb-30"> <div class="facilities-item"> <div class="img-box"> <img src="img/icons/2.png"> </div> <div class="facilities-title"> <h4>Free Wifi</h4> </div> </div> </div> <div class="col-md-3 col-sm-6 mb-30"> <div class="facilities-item"> <div class="img-box"> <img src="img/icons/3.png"> </div> <div class="facilities-title"> <h4>Power Backup</h4> </div> </div> </div> <div class="col-md-3 col-sm-6 mb-30"> <div class="facilities-item"> <div class="img-box"> <img src="img/icons/4.png"> </div> <div class="facilities-title"> <h4>Restaurant</h4> </div> </div> </div> <div class="col-md-3 col-sm-6 mb-30"> <div class="facilities-item"> <div class="img-box"> <img src="img/icons/5.png"> </div> <div class="facilities-title"> <h4>Free private parking</h4> </div> </div> </div> <div class="col-md-3 col-sm-6 mb-30"> <div class="facilities-item"> <div class="img-box"> <img src="img/icons/6.png"> </div> <div class="facilities-title"> <h4>Terrace</h4> </div> </div> </div> <div class="col-md-3 col-sm-6 mb-30"> <div class="facilities-item"> <div class="img-box"> <img src="img/icons/7.png"> </div> <div class="facilities-title"> <h4>Paid Airport Pick & Drop Service</h4> </div> </div> </div> <div class="col-md-3 col-sm-6 mb-30"> <div class="facilities-item"> <div class="img-box"> <img src="img/icons/8.png"> </div> <div class="facilities-title"> <h4>Garden</h4> </div> </div> </div> </div> </div> </section> <?php include 'include/footer.php'; ?> </body> <script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.js'></script> <script> $(document).ready(function(){ $('.sidebarbtn').click(function(){ $('#mySidenav, body').toggleClass('active'); }) $('.closebtn').click(function(){ $('#mySidenav, body').removeClass('active'); }) }) </script> <script src="https://cdn.jsdelivr.net/npm/jquery@3.7.1/dist/jquery.slim.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/js/bootstrap.bundle.min.js"></script> </html>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.03 |
proxy
|
phpinfo
|
Settings