File manager - Edit - /home/asiatechinc/public_html/asiatechinc-websites/jtcclubresort.in/attraction.php
Back
<!doctype html> <html class="no-js" lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <title>Attraction - JTC Club Resort</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- favicon --> <link rel="shortcut icon" type="image/x-icon" href="img/logo/favicon.png"> <!-- all css here --> <!-- bootstrap v3.3.6 css --> <link rel="stylesheet" href="css/bootstrap.min.css"> <!-- owl.carousel css --> <link rel="stylesheet" href="css/owl.carousel.css"> <link rel="stylesheet" href="css/owl.transitions.css"> <!-- font-awesome css --> <link rel="stylesheet" href="css/font-awesome.min.css"> <link rel="stylesheet" href="css/icon.css"> <link rel="stylesheet" href="css/flaticon.css"> <!-- magnific css --> <link rel="stylesheet" href="css/zebra_datepicker.css"> <!-- magnific css --> <link rel="stylesheet" href="css/magnific.min.css"> <!-- venobox css --> <link rel="stylesheet" href="css/venobox.css"> <!-- style css --> <link rel="stylesheet" href="css/style.css"> <!-- responsive css --> <link rel="stylesheet" href="css/responsive.css"> <!-- modernizr css --> <script src="js/marco/modernizr-2.8.3.min.js"></script> </head> <body> <div id="preloader"></div> <!-- header --> <?php include 'include/header.php';?> <!-- Start breadcumb section --> <section class="page-breadcrumb"> <div class="page-section"> <div class="breadcumb-overlay"></div> <div class="container"> <div class="row"> <div class="col-md-12 col-sm-12 col-xs-12"> <div class="breadcrumb text-center"> <div class="section-titleBar white-headline text-center"> <h3>Attraction</h3> </div> </div> </div> </div> </div> </div> <div class="nav-path"> <div class="container"> <div class="row"> <ul> <li class="home-bread">Home</li> <li>Attraction</li> </ul> </div> </div> </div> </section> <!-- End breadcumb section --> <!-- Start single room section --> <section class="offer-section sec-padding"> <div class="container"> <div class="row"> <div class="col-md-6 col-sm-6"> <div class="tour"> <a class="tour-img"> <img src="img/attraction/1.jpg" alt="tour-img"> </a> <div class="desc"> <h4>Maruthamalai Temple</h4> <p>Located at an elevation of about 500 ft on the Western Ghat, Marudhamalai Temple is set atop a hill that offers picturesque views of the hillside. Marudhamalai Temple is known for its high vibrations and revitalizing atmosphere. That’s not it, the Dravidian-architecture of the Temple is completely awe-inspiring. At the first look, it seems like the edifice is touching the sky, literally!</p> </div> </div> </div> <div class="col-md-6 col-sm-6"> <div class="tour"> <a class="tour-img"> <img src="img/attraction/2.jpg" alt="tour-img"> </a> <div class="desc"> <h4>Patteeswarar Temple Perur</h4> <p>It is quite an ancient temple which was built to worship Lord Pateeswara Swamy, commonly known as Lord Nataraja. The temple is situated at a distance of approximately 9 km from the main city and is largely known for its grand architecture, ancient artwork, paintings, sculptures, carvings, and relics. Moreover, when you enter the temple, you will find a majestic idol of Lord Pateeswara that has a scar on his face, given by Kamdhenu.</p> </div> </div> </div> </div> <div class="row"> <div class="col-md-6 col-sm-6"> <div class="tour"> <a class="tour-img"> <img src="img/attraction/3.jpg" alt="tour-img"> </a> <div class="desc"> <h4>Kovai Kondattam Amusement Park</h4> <p>One of the top tourist attractions in Coimbatore, this park is a fun-filled place to visit for some quality time with your family and friends. Kovai Kondattam is an electrifying amusement park known for its numerous water and dry rides, dashing cars, wave pools, aqua dance, rock climbing, video parlour, etc are to name a few. Other popular attractions of this park include, giant wheel, pirate ship, water slides, merry-go-round, food stalls, water falls, etc.</p> </div> </div> </div> <div class="col-md-6 col-sm-6"> <div class="tour"> <a class="tour-img"> <img src="img/attraction/4.jpg" alt="tour-img"> </a> <div class="desc"> <h4>Adiyogi Shiva Statue</h4> <p>Settled amid the lush green forest side of Velliangiri Mountains, Adiyogi Shiva is the world’s biggest bust statue, carved out of 500 tonnes of steel. The statue is a part of the popular Isha Yoga Centre and stands at a height of 112 feet. The purpose behind this standing statue is to promote the culture of yoga and meditation. Since Lord Shiva is the Adiyogi or the first teacher of yoga, He is the symbol of promoting this beautiful ancient art.</p> </div> </div> </div> </div> <div class="row"> <div class="col-md-6 col-sm-6"> <div class="tour"> <a class="tour-img"> <img src="img/attraction/5.jpg" alt="tour-img"> </a> <div class="desc"> <h4>Nehru Ladies Park</h4> <p>One of the most popular parks in Coimbatore, Nehru Park is best known as the home to a gigantic statue of Pt. Jawahar Lal Nehru. It is also quite known for its lush green park area, clear pathways, and jogging area. However, these are not the only things that this park is known for. You will come across many women running, jogging, even doing yoga and meditation here and it’s for a reason—this park is maintained exclusively for women.</p> </div> </div> </div> <div class="col-md-6 col-sm-6"> <div class="tour"> <a class="tour-img"> <img src="img/attraction/6.jpg" alt="tour-img"> </a> <div class="desc"> <h4>Vaideki Waterfalls</h4> <p>Located at a distance of 35 Km from the city, Vaideki Falls is one of the most spectacular places to visit in Coimbatore where you can bask in the glory of nature for as much time as you want. The place boasts of its verdant green spaces which are perfectly complemented by its exotic wildlife and magnificent waterfall. Tourists, in large numbers, swarm over here to admire its stunning landscapes over a forest trek or just attune to the melodious chirping of birds.</p> </div> </div> </div> </div> </div> <!-- End main content --> </section> <!-- End single room section --> <?php include 'include/footer.php'; ?> <!-- jquery latest version --> <script src="js/marco/jquery-1.12.4.min.js"></script> <!-- bootstrap js --> <script src="js/bootstrap.min.js"></script> <!-- owl.carousel js --> <script src="js/owl.carousel.min.js"></script> <!-- Counter js --> <script src="js/jquery.counterup.min.js"></script> <!-- waypoint js --> <script src="js/waypoints.js"></script> <!-- isotope js --> <script src="js/isotope.pkgd.min.js"></script> <!-- stellar js --> <script src="js/jquery.stellar.min.js"></script> <!-- stellar js --> <script src="js/imagelightbox.min.js"></script> <!-- magnific js --> <script src="js/magnific.min.js"></script> <!-- venobox js --> <script src="js/venobox.min.js"></script> <!-- meanmenu js --> <script src="js/jquery.meanmenu.js"></script> <!-- tabs js --> <script src="js/tabs.js"></script> <!-- Form validator js --> <script src="js/form-validator.min.js"></script> <!-- plugins js --> <script src="js/plugins.js"></script> <!-- datapicker js --> <script src="js/zebra_datepicker.min.js"></script> <!-- main js --> <script src="js/main.js"></script> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings