File manager - Edit - /home/asiatechinc/public_html/asiatechinc-websites/grandparadisehotel.in/attraction.php
Back
<!DOCTYPE html> <html> <head> <!-- set the encoding of your site --> <meta charset="utf-8"> <!-- set the viewport width and initial-scale on mobile devices --> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Attraction - Hotel Grand Paradise</title> <!-- include the site stylesheets --> <link rel="stylesheet" href="css/bootstrap.css" type="text/css" media="all"> <link rel="stylesheet" href="css/style.css" type="text/css" media="all"> <link rel="stylesheet" href="css/colors.css" type="text/css" media="all"> <link rel="stylesheet" href="css/jquery.countdown.css" type="text/css"> <link rel="icon" type="image/png" href="images/favicon.png" sizes="16x16"> <link rel="stylesheet" href="css/animations.min.css" type="text/css" media="all"> <link rel="stylesheet" href="css/datepicker.css" type="text/css" media="all"> <!-- Bootstrap Dropdown Hover CSS --> <link rel="stylesheet" href="css/animate.min.css" type="text/css" media="all"> <link rel="stylesheet" href="css/bootstrap-dropdownhover.min.css" type="text/css" media="all"> <!-- Fonts CSS --> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lora:400,400italic,700" type="text/css"> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700" type="text/css"> <!-- Range slider CSS --> <link rel="stylesheet prefetch" href="css/jquery-ui.css" type="text/css"> <!-- flex slider CSS --> <link rel="stylesheet" href="css/flexslider.css" type="text/css"> </head> <body> <!-- main container of all the page elements --> <div id="wrapper"> <!-- header --> <?php include 'include/header.php' ?> <!-- banner --> <div class="banner"><img src="images/att.jpg" alt="banner"></div> <!-- Navigation --> <div class="navigation-bar"> <div class="container"> <div class="row"> <div class="col-xs-7"> <ol class="breadcrumb"> <li><a href="index.php">Home</a></li> <li class="active">Attraction</li> </ol> </div> </div> </div> </div> <!-- contain main informative part of the site --> <main id="main"> <div class="container gen-padding"> <div class="row"> <!-- side bar --> <!-- content --> <div class="col-md-12 col-sm-12 content"> <div class="row rooms list-view"> <article class="article"> <div class="col-md-7 col-sm-12 col"> <div class="image-frame"><img src="images/attract1.jpg" alt="image description"></div> </div> <div class="col-md-5 col-sm-12 col"> <div class="info-block"> <div class="info-frame"> <h1>Jolly buoy island</h1> <p>Jolly buoy island is very famous for underwater corals and the pristine clear beach. This place is one hour journey from Wandoor beach. Snorkeling and scuba diving are available here. To reach Jolly buoy island people have to come to Wandoor beach. This is located in Mahatma Gandhi National Park. Wandoor beach is 30 Kms from Port Blair by road. This route is same for visiting Red Skin island also. Both Jolly buoy and Red skin are located at Mahatma Gandhi National park. The normal time leaving to Jolly buoy island at Wandoor beach is 9.00am.</p> </div> </div> </div> </article> <article class="article"> <div class="col-md-8 col-sm-12 col"> <div class="image-frame"><img src="images/attract2.jpg" alt="image description"></div> </div> <div class="col-md-4 col-sm-12 col"> <div class="info-block"> <div class="info-frame"> <h1>Cellular Jail</h1> <p>Cellular Jail, located at Port Blair, stood mute witness to the tortures meted out to the freedom fighters, who were incarcerated in this jail. The jail, completed in the year 1906 acquired the name ‘Cellular’ because it is entirely made up of individual cells for the solitary confinement. It originally was a seven prolonged, puce-coloured building with central-tower acting as its fulcrum and a massive structure comprising honeycomb like corridors. The building was subsequently damaged and presently three out of the seven prongs are intact. The Jail, now a place of pilgrimage for all freedom loving people, has been declared a National Memorial.</p> </div> </div> </div> </article> <article class="article"> <div class="col-md-8 col-sm-12 col"> <div class="image-frame"><img src="images/attract4.jpg" alt="image description"></div> </div> <div class="col-md-4 col-sm-12 col"> <div class="info-block"> <div class="info-frame"> <h1>Makruzz</h1> <p>This is the first private ferry service playing in Port Blair - Havelock/Neil Island sector; she takes 90 Minutes to Havelock. Catamaran ferry leaves from phoenix bay harbor (fishery's jetty) at 8.15AM as normal trip to Havelock Island and 4 PM from Havelock Island to Port Blair. By travelling by this ferry you can save 1 Hrs. on one way. This ferry having a coffee shop on board. Makruzz does not generally sail in the months between June - Sept and its sailing is subject to sea conditions. M.V Makruzz is the first privately owned luxury catamaran in the Andaman & Nicobar Islands. </p> </div> </div> </div> </article> <article class="article"> <div class="col-md-8 col-sm-12 col"> <div class="image-frame"><img src="images/attract3.jpg" alt="image description"></div> </div> <div class="col-md-4 col-sm-12 col"> <div class="info-block"> <div class="info-frame"> <h1>Ross Island</h1> <p>Ross Island is an island of the Andaman Islands. It belongs to the South Andaman administrative district, Andaman and Nicobar Islands. The island is situated 3 km (2 mi) east from downtown Port Blair. The historic ruins are a tourist attraction. After Archibald Blair's survey of the Andaman and Nicobar Islands in 1788, a settlement was established at present day Port Blair (then called Port Cornwallis). In 1792 it was shifted to the Northern harbour (present day Diglipur) which was also christened Port Cornwallis (the former became Old Harbour).</p> </div> </div> </div> </article> </div> </div> </div> </div> </main> <!-- footer of the page --> <?php include 'include/footer.php' ?> </div> <!-- include jQuery library --> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script> <script type="text/javascript" src="js/bootstrap.min.js"></script> <!-- Range Slider JavaScript --> <script type="text/javascript" src='js/jquery-ui.min.js'></script> <script type="text/javascript" src='js/range-slider.js'></script> <!-- Same Height JavaScript --> <script type="text/javascript" src='js/same-height.js'></script> <!-- include custom JavaScript --> <script type="text/javascript" src="js/jquery.main.js"></script> <script type="text/javascript" src="js/animations.min.js"></script> <script type="text/javascript" src="js/jquery.plugin.js"></script> <script type="text/javascript" src="js/jquery.countdown.js"></script> <script type="text/javascript" src="js/timber.master.min.js"></script> <!-- Bootstrap Dropdown Hover JS --> <script type="text/javascript" src="js/bootstrap-dropdownhover.min.js"></script> <script type="text/javascript" src="js/bootstrap-datepicker.js"></script> <script type="text/javascript" defer src="js/jquery.flexslider.js"></script> <script type="text/javascript" src="js/myscript.js"></script> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings