X7ROOT File Manager
Current Path:
/home/jeyam/public_html/roofing
home
/
jeyam
/
public_html
/
roofing
/
📁
..
📄
.htaccess
(200 B)
📄
footer.php
(19.45 KB)
📄
header.php
(13.22 KB)
📄
roofing.php
(5.15 KB)
Editing: footer.php
<footer class="footer-area style4"> <div class="footer" style="padding: 80px 0 25px;"> <div class="container"> <div class="row"> <!--Start single footer widget--> <div class="col-xl-4 col-lg-4 col-md-6 col-sm-12 wow animated fadeInUp" data-wow-delay="0.3s"> <div class="single-footer-widget marbtm50"> <div class="our-company-info"> <div class="title"> <h3>JEYAM GROUPS</h3> </div> <div class="text"> <p>Jeyam combined with three sectors <br> - ROOFING <br>- CONSTRUCTION <br>- STEELS <br> to fulfil the customer's construction needs.</p> </div> </div> </div> </div> <!--End single footer widget--> <!--Start single footer widget--> <div class="col-xl-2 col-lg-2 col-md-6 col-sm-12 wow animated fadeInUp" data-wow-delay="0.7s"> <div class="single-footer-widget style4"> <div class="title"> <h3>Quick Links</h3> </div> <ul class="resources-links"> <li><a href="about.php">About Us</a></li> <li><a href="services.php">Services</a></li> <li><a href="videos.php">Videos</a></li> <li><a href="gallery.php">Gallery</a></li> <li><a href="contact.php">Contact</a></li> </ul> </div> </div> <div class="col-xl-3 col-lg-3 col-md-6 col-sm-12 wow animated fadeInUp" data-wow-delay="0.7s"> <div class="single-footer-widget style4"> <div class="title"> <h3>Our Products</h3> </div> <ul class="resources-links"> <?php $sql = "Select * from tbl_roofing_category where delete_status='NDL'"; $resul = $conn->query($sql); $i=1; while($row=$resul->fetch_assoc()){ ?> <li><a href="roofing.php?id=<?php echo $row['gal_cat_id']; ?>"><?php echo $row['title']; ?></a></li> <?php $i++; } ?> <?php $sql = "Select * from tbl_industries_category where delete_status='NDL'"; $resul = $conn->query($sql); $i=1; while($row=$resul->fetch_assoc()){ ?> <li><a href="industries.php?id=<?php echo $row['gal_cat_id']; ?>"><?php echo $row['title']; ?></a></li> <?php $i++; } ?> <?php $sql = "Select * from tbl_steels_category where delete_status='NDL'"; $resul = $conn->query($sql); $i=1; while($row=$resul->fetch_assoc()){ ?> <li><a href="steels.php?id=<?php echo $row['gal_cat_id']; ?>"><?php echo $row['title']; ?></a></li> <?php $i++; } ?> </ul> </div> </div> <div class="col-xl-3 col-lg-3 col-md-6 col-sm-12 wow animated fadeInUp" data-wow-delay="0.7s"> <div class="single-footer-widget style4"> <div class="title"> <h3>Contact Us</h3> </div> <ul> <li style="color: #fff"><span style="color: #f99928">Phone : </span><a href="tel:+918610034826" style="color: #fff">(+91) 8610034826</a></li><br> <li style="color: #fff"><span style="color: #f99928">Email : </span><a href="mailto:jeyamroofing@gmail.com" style="color: #fff">jeyamroofing@gmail.com</a></li><br> <li style="color: #fff"><span style="color: #f99928">Address : </span>Opp. V.K.A. Petrol Punk, Madurai By-Pass Road, Karur - 639 002. Tamil Nadu. India.</li> </ul> </div> </div> <!--End single footer widget--> </div> </div> </div> <div class="footer-bottom style4 wow slideInUp animated" data-wow-delay="0.3s" data-wow-duration="1200ms"> <div class="container"> <div class="outer-box" style="padding: 20px 0;"> <div class="single-box"> <div class="copyright-text style4"> <p>Copyright © 2022 All Rights Reserved.</p> </div> </div> <div class="single-box"> <div class="our-info-box"> <ul> <li style="color: #fff">Designed By : <a href="https://www.knocktheglobe.com/" target="_blank" style="color: #f99928">KTG.</a></li> </ul> </div> </div> </div> </div> </div> </footer> <!--End footer area--> <div class="whatsappme whatsappme--left whatsappme--show" data-settings="{"telephone":"918667384583","mobile_only":false,"button_delay":3,"whatsapp_web":true,"message_text":"Hello :)\nCan I help you?","message_delay":10,"message_badge":true,"message_send":"Hi Jeyam Groups!\nI need more info about "}"> <div class="whatsappme__button"> <svg class="whatsappme__button__open" viewBox="0 0 24 24"><path fill="#fff" d="M3.516 3.516c4.686-4.686 12.284-4.686 16.97 0 4.686 4.686 4.686 12.283 0 16.97a12.004 12.004 0 0 1-13.754 2.299l-5.814.735a.392.392 0 0 1-.438-.44l.748-5.788A12.002 12.002 0 0 1 3.517 3.517zm3.61 17.043l.3.158a9.846 9.846 0 0 0 11.534-1.758c3.843-3.843 3.843-10.074 0-13.918-3.843-3.843-10.075-3.843-13.918 0a9.846 9.846 0 0 0-1.747 11.554l.16.303-.51 3.942a.196.196 0 0 0 .219.22l3.961-.501zm6.534-7.003l-.933 1.164a9.843 9.843 0 0 1-3.497-3.495l1.166-.933a.792.792 0 0 0 .23-.94L9.561 6.96a.793.793 0 0 0-.924-.445 1291.6 1291.6 0 0 0-2.023.524.797.797 0 0 0-.588.88 11.754 11.754 0 0 0 10.005 10.005.797.797 0 0 0 .88-.587l.525-2.023a.793.793 0 0 0-.445-.923L14.6 13.327a.792.792 0 0 0-.94.23z"></path></svg> <svg class="whatsappme__button__send" viewBox="0 0 400 400" fill="none" fill-rule="evenodd" stroke="#fff" stroke-linecap="round" stroke-width="33"> <path class="wame_plain" stroke-dasharray="1096.67" stroke-dashoffset="1096.67" d="M168.83 200.504H79.218L33.04 44.284a1 1 0 0 1 1.386-1.188L365.083 199.04a1 1 0 0 1 .003 1.808L34.432 357.903a1 1 0 0 1-1.388-1.187l29.42-99.427"></path> <path class="wame_chat" stroke-dasharray="1019.22" stroke-dashoffset="1019.22" d="M318.087 318.087c-52.982 52.982-132.708 62.922-195.725 29.82l-80.449 10.18 10.358-80.112C18.956 214.905 28.836 134.99 81.913 81.913c65.218-65.217 170.956-65.217 236.174 0 42.661 42.661 57.416 102.661 44.265 157.316"></path> </svg> <div class="whatsappme__badge" style="opacity: 1; width:130px; height: 32px; border-radius: 5px; top: 14px; left: 67px; padding-top:5px; font-weight: bold; font-size: 16px;"> Chat with Us</div> </div> <div class="whatsappme__box"> <div class="whatsappme__header"> <svg viewBox="0 0 120 28" id="whatsappbut1" style="cursor:pointer"><path fill="#fff" fill-rule="evenodd" d="M117.2 17c0 .4-.2.7-.4 1-.1.3-.4.5-.7.7l-1 .2c-.5 0-.9 0-1.2-.2l-.7-.7a3 3 0 0 1-.4-1 5.4 5.4 0 0 1 0-2.3c0-.4.2-.7.4-1l.7-.7a2 2 0 0 1 1.1-.3 2 2 0 0 1 1.8 1l.4 1a5.3 5.3 0 0 1 0 2.3zm2.5-3c-.1-.7-.4-1.3-.8-1.7a4 4 0 0 0-1.3-1.2c-.6-.3-1.3-.4-2-.4-.6 0-1.2.1-1.7.4a3 3 0 0 0-1.2 1.1V11H110v13h2.7v-4.5c.4.4.8.8 1.3 1 .5.3 1 .4 1.6.4a4 4 0 0 0 3.2-1.5c.4-.5.7-1 .8-1.6.2-.6.3-1.2.3-1.9s0-1.3-.3-2zm-13.1 3c0 .4-.2.7-.4 1l-.7.7-1.1.2c-.4 0-.8 0-1-.2-.4-.2-.6-.4-.8-.7a3 3 0 0 1-.4-1 5.4 5.4 0 0 1 0-2.3c0-.4.2-.7.4-1 .1-.3.4-.5.7-.7a2 2 0 0 1 1-.3 2 2 0 0 1 1.9 1l.4 1a5.4 5.4 0 0 1 0 2.3zm1.7-4.7a4 4 0 0 0-3.3-1.6c-.6 0-1.2.1-1.7.4a3 3 0 0 0-1.2 1.1V11h-2.6v13h2.7v-4.5c.3.4.7.8 1.2 1 .6.3 1.1.4 1.7.4a4 4 0 0 0 3.2-1.5c.4-.5.6-1 .8-1.6.2-.6.3-1.2.3-1.9s-.1-1.3-.3-2c-.2-.6-.4-1.2-.8-1.6zm-17.5 3.2l1.7-5 1.7 5h-3.4zm.2-8.2l-5 13.4h3l1-3h5l1 3h3L94 7.3h-3zm-5.3 9.1l-.6-.8-1-.5a11.6 11.6 0 0 0-2.3-.5l-1-.3a2 2 0 0 1-.6-.3.7.7 0 0 1-.3-.6c0-.2 0-.4.2-.5l.3-.3h.5l.5-.1c.5 0 .9 0 1.2.3.4.1.6.5.6 1h2.5c0-.6-.2-1.1-.4-1.5a3 3 0 0 0-1-1 4 4 0 0 0-1.3-.5 7.7 7.7 0 0 0-3 0c-.6.1-1 .3-1.4.5l-1 1a3 3 0 0 0-.4 1.5 2 2 0 0 0 1 1.8l1 .5 1.1.3 2.2.6c.6.2.8.5.8 1l-.1.5-.4.4a2 2 0 0 1-.6.2 2.8 2.8 0 0 1-1.4 0 2 2 0 0 1-.6-.3l-.5-.5-.2-.8H77c0 .7.2 1.2.5 1.6.2.5.6.8 1 1 .4.3.9.5 1.4.6a8 8 0 0 0 3.3 0c.5 0 1-.2 1.4-.5a3 3 0 0 0 1-1c.3-.5.4-1 .4-1.6 0-.5 0-.9-.3-1.2zM74.7 8h-2.6v3h-1.7v1.7h1.7v5.8c0 .5 0 .9.2 1.2l.7.7 1 .3a7.8 7.8 0 0 0 2 0h.7v-2.1a3.4 3.4 0 0 1-.8 0l-1-.1-.2-1v-4.8h2V11h-2V8zm-7.6 9v.5l-.3.8-.7.6c-.2.2-.7.2-1.2.2h-.6l-.5-.2a1 1 0 0 1-.4-.4l-.1-.6.1-.6.4-.4.5-.3a4.8 4.8 0 0 1 1.2-.2 8.3 8.3 0 0 0 1.2-.2l.4-.3v1zm2.6 1.5v-5c0-.6 0-1.1-.3-1.5l-1-.8-1.4-.4a10.9 10.9 0 0 0-3.1 0l-1.5.6c-.4.2-.7.6-1 1a3 3 0 0 0-.5 1.5h2.7c0-.5.2-.9.5-1a2 2 0 0 1 1.3-.4h.6l.6.2.3.4.2.7c0 .3 0 .5-.3.6-.1.2-.4.3-.7.4l-1 .1a21.9 21.9 0 0 0-2.4.4l-1 .5c-.3.2-.6.5-.8.9-.2.3-.3.8-.3 1.3s.1 1 .3 1.3c.1.4.4.7.7 1l1 .4c.4.2.9.2 1.3.2a6 6 0 0 0 1.8-.2c.6-.2 1-.5 1.5-1a4 4 0 0 0 .2 1H70l-.3-1v-1.2zm-11-6.7c-.2-.4-.6-.6-1-.8-.5-.2-1-.3-1.8-.3-.5 0-1 .1-1.5.4a3 3 0 0 0-1.3 1.2v-5h-2.7v13.4H53v-5.1c0-1 .2-1.7.5-2.2.3-.4.9-.6 1.6-.6.6 0 1 .2 1.3.6.3.4.4 1 .4 1.8v5.5h2.7v-6c0-.6 0-1.2-.2-1.6 0-.5-.3-1-.5-1.3zm-14 4.7l-2.3-9.2h-2.8l-2.3 9-2.2-9h-3l3.6 13.4h3l2.2-9.2 2.3 9.2h3l3.6-13.4h-3l-2.1 9.2zm-24.5.2L18 15.6c-.3-.1-.6-.2-.8.2A20 20 0 0 1 16 17c-.2.2-.4.3-.7.1-.4-.2-1.5-.5-2.8-1.7-1-1-1.7-2-2-2.4-.1-.4 0-.5.2-.7l.5-.6.4-.6v-.6L10.4 8c-.3-.6-.6-.5-.8-.6H9c-.2 0-.6.1-.9.5C7.8 8.2 7 9 7 10.7c0 1.7 1.3 3.4 1.4 3.6.2.3 2.5 3.7 6 5.2l1.9.8c.8.2 1.6.2 2.2.1.6-.1 2-.8 2.3-1.6.3-.9.3-1.5.2-1.7l-.7-.4zM14 25.3c-2 0-4-.5-5.8-1.6l-.4-.2-4.4 1.1 1.2-4.2-.3-.5A11.5 11.5 0 0 1 22.1 5.7 11.5 11.5 0 0 1 14 25.3zM14 0A13.8 13.8 0 0 0 2 20.7L0 28l7.3-2A13.8 13.8 0 1 0 14 0z"></path></svg> <div class="whatsappme__close"><svg viewBox="0 0 24 24"><path fill="#fff" d="M24 2.4L21.6 0 12 9.6 2.4 0 0 2.4 9.6 12 0 21.6 2.4 24l9.6-9.6 9.6 9.6 2.4-2.4-9.6-9.6L24 2.4z"></path></svg></div> </div> <div class="whatsappme__message" id="whatsappbut" style="cursor:pointer">Hello :)<br>Can I help you?</div> <div class="whatsappme__copy">Powered by <a href="https://wame.chat/powered/?site=Vanigam&url=http%3A%2F%2Fwww.vanigam.org" rel="nofollow noopener" target="_blank"><svg viewBox="0 0 72 17"><path fill="#fff" fill-rule="evenodd" d="M25.371 10.429l2.122-6.239h.045l2.054 6.239h-4.22zm32.2 2.397c-.439.495-.88.953-1.325 1.375-.797.755-1.332 1.232-1.604 1.43-.622.438-1.156.706-1.604.805-.447.1-.787.13-1.02.09a3.561 3.561 0 0 1-.7-.239c-.66-.318-1.02-.864-1.079-1.64-.058-.774.03-1.619.263-2.533.35-1.987 1.108-4.133 2.274-6.438a73.481 73.481 0 0 0-2.8 3.04c-.816.954-1.7 2.096-2.653 3.428a44.068 44.068 0 0 0-2.77 4.441c-.738 0-1.341-.159-1.808-.477-.427-.278-.748-.695-.962-1.252-.214-.556-.165-1.41.146-2.563l.204-.626c.097-.298.204-.606.32-.924.117-.318.234-.626.35-.924.117-.298.195-.507.234-.626v.06c.272-.756.603-1.56.991-2.415a56.92 56.92 0 0 1 1.4-2.832 62.832 62.832 0 0 0-3.266 3.875 61.101 61.101 0 0 0-2.945 3.995 57.072 57.072 0 0 0-2.886 4.71c-.387 0-.736-.044-1.048-.131l.195.545h-3.72l-1.23-3.786h-6.093L23.158 17h-3.605l6.16-17h3.674l4.357 12.16c.389-1.35.97-2.736 1.74-4.16a41.336 41.336 0 0 0 2.013-4.232.465.465 0 0 0 .058-.18c0-.039.02-.098.058-.178.04-.08.078-.199.117-.358.039-.159.097-.337.175-.536.039-.12.078-.219.117-.298a.465.465 0 0 0 .058-.18c.078-.277.175-.575.292-.893.116-.318.194-.597.233-.835V.25c-.039-.04-.039-.08 0-.119l.233-.12c.117-.039.292.02.525.18.156.08.292.179.408.298.272.199.564.427.875.685.311.259.583.557.816.895a2.9 2.9 0 0 1 .467 1.043c.078.358.039.735-.117 1.133a8.127 8.127 0 0 1-.35.775c0 .08-.038.159-.116.238a2.93 2.93 0 0 1-.175.298 7.05 7.05 0 0 0-.35.656c-.039.04-.058.07-.058.09 0 .02-.02.05-.059.089a61.988 61.988 0 0 1-1.633 2.385c-.544.755-.913 1.35-1.108 1.788a79.39 79.39 0 0 1 3.5-4.233 101.59 101.59 0 0 1 3.12-3.398C45.651 1.82 46.612.986 47.468.43c.739.278 1.341.596 1.808.954.428.318.768.676 1.02 1.073.253.398.244.835-.029 1.312l-1.4 2.325a36.928 36.928 0 0 0-1.749 3.279 53.748 53.748 0 0 1 1.633-1.848 46.815 46.815 0 0 1 4.024-3.875c.7-.597 1.38-1.113 2.041-1.55.739.278 1.341.596 1.808.953.428.318.768.676 1.02 1.073.253.398.243.835-.029 1.312-.155.318-.408.795-.758 1.43a152.853 152.853 0 0 0-2.04 3.846 97.87 97.87 0 0 0-.467.924c-.35.835-.632 1.55-.846 2.146-.214.597-.282.934-.204 1.014a.63.63 0 0 0 .291-.06c.234-.119.564-.348.992-.685.428-.338.875-.736 1.341-1.193.467-.457.914-.914 1.341-1.37.217-.232.409-.45.575-.657a15.4 15.4 0 0 1 .957-2.514c.34-.696.708-1.333 1.108-1.91.399-.576.778-1.044 1.137-1.402a19.553 19.553 0 0 1 1.796-1.7 32.727 32.727 0 0 1 1.497-1.164 8.821 8.821 0 0 1 1.317-.835C66.292.989 66.83.83 67.269.83c.32 0 .649.11.988.328.34.22.649.478.928.776.28.299.519.607.718.925.2.318.3.557.3.716.04.597-.06 1.253-.3 1.97a7.14 7.14 0 0 1-1.107 2.058 8.534 8.534 0 0 1-1.826 1.76 6.522 6.522 0 0 1-2.395 1.074c-.2.08-.36.06-.48-.06a.644.644 0 0 1-.179-.477c0-.358.14-.616.42-.776.837-.318 1.536-.735 2.095-1.253.559-.517.998-1.034 1.317-1.551.4-.597.699-1.213.898-1.85 0-.199-.09-.308-.27-.328a4.173 4.173 0 0 0-.448-.03 4.83 4.83 0 0 0-1.318.597c-.399.239-.848.577-1.347 1.014-.499.438-1.028 1.015-1.586 1.73-.918 1.154-1.587 2.298-2.006 3.432-.42 1.134-.629 1.979-.629 2.536 0 .915.19 1.482.569 1.7.38.22.728.329 1.048.329.638 0 1.347-.15 2.125-.448a16.248 16.248 0 0 0 2.305-1.104 30.05 30.05 0 0 0 2.126-1.342 27.256 27.256 0 0 0 1.646-1.224c.08-.04.18-.1.3-.179l.24-.12a.54.54 0 0 1 .239-.059c.08 0 .16.02.24.06.08.04.119.16.119.358 0 .239-.08.457-.24.656a19.115 19.115 0 0 1-2.245 1.82 35.445 35.445 0 0 1-2.185 1.403c-.759.437-1.497.855-2.215 1.253a8.461 8.461 0 0 1-1.647.387c-.499.06-.968.09-1.407.09-.998 0-1.796-.16-2.395-.477-.599-.319-1.048-.706-1.347-1.164a4.113 4.113 0 0 1-.599-1.372c-.1-.457-.15-.843-.15-1.161zm-42.354-1.111L17.887 0h3.514L17.02 17h-3.56L10.7 5.428h-.046L7.94 17H4.312L0 0h3.582L6.16 11.571h.045L9.035 0h3.354l2.783 11.715h.045z"></path></svg></a></div> </div> </div> <button class="scroll-top scroll-to-target thm-bgc4" data-target="html" data-aos="slide-up" data-aos-easing="linear" data-aos-duration="1100"> <span class="fa fa-long-arrow-up"></span> </button> </div> <style> .sticky-container{ padding:0px; margin:0px; position:fixed; right:-170px; top:230px; width:210px; z-index: 1100; } .sticky li{ list-style-type:none; background-color:#fff; color:#efefef; height:50px; padding:0px; margin:0px 0px 1px 0px; -webkit-transition:all 0.25s ease-in-out; -moz-transition:all 0.25s ease-in-out; -o-transition:all 0.25s ease-in-out; transition:all 0.25s ease-in-out; cursor:pointer; border:1px solid #e33062; border-radius:50px } .sticky li:hover{ margin-left:-90px; } .sticky li img{ float:left; margin:5px 4px; margin-right:5px; } .sticky li p{ padding-top:5px; margin:0px; line-height:16px; font-size:11px; } .sticky li p a{ text-decoration:none; color:#2C3539; } .sticky li p a:hover{ text-decoration:underline; } </style> <div class="sticky-container"> <ul class="sticky"> <li> <img src="assets/images/fb.png" width="40" height="40"> <p style="font-weight: 700;font-size: 14px;line-height: 20px;"> <a href="https://www.facebook.com/JeyamAprem" target="_blank">Like us on<br>Facebook</a></p> </li> <li> <img src="assets/images/insta.png" width="40" height="40"> <p style="font-weight: 700;font-size: 14px;line-height: 20px;"> <a href="https://www.instagram.com/jeyamsteelsRoofing/" target="_blank">Follow us on<br>Instagram</a></p> </li> <li> <img src="assets/images/linkedin.png" width="35" height="35" style="border-radius: 100px;"> <p style="font-weight: 700;font-size: 14px;line-height: 20px;"> <a href="https://www.linkedin.com/in/jsw-jeyam-steels-and-roofing-0084b4267/" target="_blank">Follow us on<br>LinkedIn</a></p> </li> <li> <img src="assets/images/google.png" width="40" height="40"> <p style="font-weight: 700;font-size: 14px;line-height: 20px;"> <a href="https://g.page/r/CXStc53dYvdTEBM/review" target="_blank">Rate us on<br>Google</a></p> </li> </ul> </div> <script src="assets/js/jquery.js"></script> <script src="assets/js/aos.js"></script> <script src="assets/js/appear.js"></script> <script src="assets/js/bootstrap.bundle.min.js"></script> <script src="assets/js/bootstrap-select.min.js"></script> <script src="assets/js/isotope.js"></script> <script src="assets/js/jquery.bootstrap-touchspin.js"></script> <script src="assets/js/jquery.countdown.min.js"></script> <script src="assets/js/jquery.countTo.js"></script> <script src="assets/js/jquery.easing.min.js"></script> <script src="assets/js/jquery.enllax.min.js"></script> <script src="assets/js/jquery.fancybox.js"></script> <script src="assets/js/jquery.mixitup.min.js"></script> <script src="assets/js/jquery.paroller.min.js"></script> <script src="assets/js/jquery.polyglot.language.switcher.js"></script> <script src="assets/js/map-script.js"></script> <script src="assets/js/nouislider.js"></script> <script src="assets/js/owl.js"></script> <script src="assets/js/timePicker.js"></script> <script src="assets/js/validation.js"></script> <script src="assets/js/wow.js"></script> <script src="assets/js/jquery.magnific-popup.min.js"></script> <script src="assets/js/slick.js"></script> <script src="assets/js/lazyload.js"></script> <script src="assets/js/scrollbar.js"></script> <script src="assets/js/jquery-ui.js"></script> <script src="assets/js/knob.js"></script> <!-- thm custom script --> <script src="assets/js/custom.js"></script> <script src="http://maps.google.com/maps/api/js?key=AIzaSyATY4Rxc8jNvDpsK8ZetC7JyN4PFVYGCGM"></script> <script type='text/javascript' src='assets/js/whatsappme.min.js'></script> </body> <script> function detectMob() { const toMatch = [ /Android/i, /webOS/i, /iPhone/i, /iPad/i, /iPod/i, /BlackBerry/i, /Windows Phone/i ]; return toMatch.some((toMatchItem) => { return navigator.userAgent.match(toMatchItem); }); } $(document).ready(function(){ $(".whatsappme__box").click(function(){ if(detectMob()==false){ window.location.href='https://web.whatsapp.com/send?phone=+918667384583&text=*Hi%20Jeyam%20Groups!*%0AI%20need%20more%20info%20about'; } else{ window.location.href='https://api.whatsapp.com/send?phone=+918667384583&text=*Hi%20Jeyam%20Groups!*%0AI%20need%20more%20info%20about'; } }); $(".whatsappme__close").click(function(e){ e.stopPropagation(); }); }); </script> <script type="text/javascript"> var href = document.location.href; var lastPathSegment = href.substr(href.lastIndexOf('/') + 1); $('a[href="' + lastPathSegment + '"]').parents('li').addClass('current'); </script> </html>
Upload File
Create Folder