File manager - Edit - /home/asiatechinc/public_html/asiatechinc-websites/monarchsuitesgoa.com/include/header1.php
Back
<style> .book-now { position: fixed; right: 4%; top: 58%; z-index: 9999; width: 8%; text-align: center; padding: 5px 0px; border-radius: 4px; font-size: 15px; font-weight: 600; } .logo img { width: 80%;} .active{ color:#f17a24 !important; } .imgBg { position: fixed; right: 143px; top: -2.6%; z-index: 9999; width: 6%; padding: 5px 0px;} .imgBg img { width: 81px;} .imgBg1 { position: fixed; right: 52px; top: -0.7%; z-index: 9999; width: 6%; padding: 5px 0px;} .imgBg1 img { width: 82px;} .field-row { margin-bottom: 15px; } input[type="submit"] { border: 1px solid #fff; padding: 6px 36px; margin: 0 0px; background: #314a8a; color: #fff; width: 100%; } h2.titBG { text-align: center; color:#fff; margin: 0px 0px 10px; font-family: 'Great Vibes', cursive; text-shadow: 1px 1px 2px #000, 0 0 25px #000, 0 0 5px #000; font-size: 40px;} .formBg { position: absolute; left: 7%; top: 16%; z-index: 2; border: 1px solid #fff; padding: 10px 0px; box-shadow: 0px 2px 12px #e9e2de; } /* background: #201a1ab3;*/ @media only screen and (max-width: 767px) { .book-now { right: 3%; width: 33%;} .book-now img { max-width: 100%;} .imgBg { display: none; } .imgBg img{ display: none; } .imgBg1 { display: none;} #main-header.sticky #header-book-bow, #main-header.sticky #main-menu-handle { color: #000;} .formBg { display: none !important;} .contact-form { display: none !important;} } @media only screen and (min-width: 480px) and (max-width: 767px) { .logo img { width: 68%;} } @media only screen and (min-width: 768px) and (max-width: 991px) { .logo img { width: 40%;} } @media only screen and (min-width: 1200px) and (max-width: 1329px) { .imgBg {right: 98px; top: -6.6%; } .imgBg1 { right: 24px; top: -2.7%;} } @media only screen and (min-width: 1330px) and (max-width: 1440px) { } .mobile { position: fixed; top: 40%; right: 0px; border: 2px solid #fff; color: #fff; background: #314a8a; font-size: 17px; border-radius: 100px; z-index: 99999; padding: 10px 13px 0px;} .mobile:hover{ background: #e78137;} </style> <?php $url = "$_SERVER[REQUEST_URI]"; $active = ''; if(strpos($url,'index') !== false){ $active = 1; } if(strpos($url,'about') !== false){ $active = 2; } if(strpos($url,'room') !== false){ $active = 3; } /* if(strpos($url,'room') !== false || strpos($url,'wood-house') !== false || strpos($url,'brick-house') !== false ) strpos($url,'tree-den') !== false ) || strpos($url,'terrace-house') !== false ) || strpos($url,'tent-house') !== false ){ $active = 3; }*/ if(strpos($url,'tariff') !== false){ $active = 4; } if(strpos($url,'gallery') !== false){ $active = 5; } if(strpos($url,'facilities') !== false){ $active = 6; } if(strpos($url,'attractions') !== false){ $active = 7; } if(strpos($url,'contact') !== false){ $active = 8; } if(strpos($url,'faq') !== false){ $active = 9; } ?> <div class="book-now animated infinite pulse" style="animation-duration: 1s;"> <a href="http://www.asiatech.in/booking_engine/index3?token=MTQw" target="_blank"> <img src="dark/assets/img/book.png" alt=""></a> </div> <div class="imgBg col-xs-12 col-md-12"> <img src="dark/assets/img/god-img/balaji.png"> <!--<img src="dark/assets/img/god-img/sai2.png">--> </div> <div class="imgBg1 col-xs-12 col-md-12"> <img src="dark/assets/img/god-img/sai2.png"> </div> <div class="formBg"> <div class="contact-form col-xs-12 col-md-12"> <form action="mail.php" method="post"> <h2 class="titBG">Enquiry</h2> <div class="field-row"> <input type="text" name="name" placeholder="Name :" required=""> </div> <div class="field-row"> <input type="text" name="phone" placeholder="Phone :"> </div> <div class="field-row"> <input type="email" name="email" placeholder="Email :" required=""> </div> <div class="field-row"> <textarea placeholder="Your Message" name="message" required=""></textarea> </div> <div class="field-row"> <input type="submit" value="Submit"> </div> </form> </div> </div> <div class="mobile"> <p>Call +91- 98370 43441 </p> </div> <style> .social { position: absolute; top: 193px; z-index: 22; right: -18% } .social ul { background: #314a8a; padding: 0px; -webkit-transform: translate(-270px, 0); -moz-transform: translate(-270px, 0); -ms-transform: translate(-270px, 0); -o-transform: translate(-270px, 0); transform: translate(-270px, 0); } .social ul li { display: block; margin: 0 0px; width: 58px; text-align: left; padding: 3px 0px; -webkit-border-radius: 30px 30px 30px 30px; -moz-border-radius: 30px 30px 30px 30px; border-radius: 30px 30px 30px 30px; -webkit-transition: all 1s; -moz-transition: all 1s; -ms-transition: all 1s; -o-transition: all 1s; transition: all 1s; } .social ul li:hover { -webkit-transform: translate(-50px, 0); -moz-transform: translate(-50px, 0); -ms-transform: translate(-50px, 0); -o-transform: translate(-50px, 0); transform: translate(-50px, 0); background: rgb(233, 241, 248); } .social ul li:hover a { color: #000; } .social ul li:hover i { color: #fff; background: red; -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); -webkit-transition: all 1s; -moz-transition: all 1s; -ms-transition: all 1s; -o-transition: all 1s; transition: all 1s; } .social ul li i { margin-left: 10px; color: #000; background: #fff; padding: 10px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; width: 30px; height: 30px; font-size: 14px; background: #ffffff; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } </style> <nav class="social"> <ul> <li><a href="#" target="_blank"><i class="fa fa-facebook"></i></a></li> <li><a href="#" target="_blank"><i class="fa fa-twitter"> </i></a></li> <li><a href="#" target="_blank"><i class="fa fa-google-plus"></i></a></li> </ul> </nav> <header id="main-header"> <div class="inner-container container"> <div class="l-sec col-xs-8 col-sm-6 col-md-3"> <!-- <a href="#" id="t-logo"> <span class="title">Colosseum</span> <span class="desc">Luxury Hotel</span> </a> --> <a class="logo" href="index.php"> <img src="dark/assets/img/logo.png" style="" class="img-responsive" alt="Logo"> </a> </div> <div class="r-sec col-xs-4 col-sm-6 col-md-9"> <nav id="main-menu"> <ul class="list-inline"> <li><a href="index.php" <?php if($active == 1){ echo 'class="active"'; } ?>>Home</a></li> <li><a href="about.php" <?php if($active == 2){ echo 'class="active"'; } ?>>About</a></li> <li><a href="room.php" <?php if($active == 3){ echo 'class="active"'; } ?>>Rooms</a> <ul> <li><a href="exclusive.php">Exclusive Room</a></li> <li><a href="premium.php">Premium Room</a></li> <li><a href="superior.php">Superior Room</a></li> </ul> </li> <!--<li><a href="services.php">Services</a></li> --> <li><a href="tariff.php" <?php if($active == 4){ echo 'class="active"'; } ?>>Tariff</a></li> <li><a href="gallery.php" <?php if($active == 5){ echo 'class="active"'; } ?>>Gallery</a></li> <li><a href="facilities.php" <?php if($active == 6){ echo 'class="active"'; } ?>>Facilities</a></li> <li><a href="attractions.php" <?php if($active == 7){ echo 'class="active"'; } ?>>Attractions</a> </li> <!-- <li><a href="#">Blog</a> <ul> <li><a href="pages/blog.html">Blog - Right Sidebar</a></li> </ul> </li> --> <!--<li><a href="#">Pages</a> <ul> <li><a href="pages/guest-book.html">Guest Book</a></li> </ul> </li> --> <li><a href="faq.php" <?php if($active == 9){ echo 'class="active"'; } ?>>FAQ</a></li> <li><a href="contact.php" <?php if($active == 8){ echo 'class="active"'; } ?>>Contact</a></li> </ul> </nav> <div id="main-menu-handle" class="ravis-btn btn-type-2"><i class="fa fa-bars"></i><i class="fa fa-close"></i></div> <!-- Mobile Menu handle --> <!--<a href="#" id="header-book-bow" target="_blank" class="ravis-btn btn-type-2"><span>Book Now</span> <i class="fa fa-calendar"></i></a>--> </div> </div> <div id="mobile-menu-container"></div> </header>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.03 |
proxy
|
phpinfo
|
Settings