📁
SKYSHELL MANAGER
PHP v8.1.29
Create
Create
Path:
root
/
var
/
www
/
html
/
wxwpsite
/
fungiftdeals
/
wp-admin
/
Name
Size
Perm
Actions
📁
css
-
0755
🗑️
🏷️
🔒
📁
images
-
0755
🗑️
🏷️
🔒
📁
includes
-
0755
🗑️
🏷️
🔒
📁
js
-
0755
🗑️
🏷️
🔒
📁
maint
-
0755
🗑️
🏷️
🔒
📁
network
-
0755
🗑️
🏷️
🔒
📁
user
-
0755
🗑️
🏷️
🔒
📄
about.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
admin-footer.php
2.75 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
admin.php
12.63 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
async-upload.php
5.47 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
authorize-application.php
10.09 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
comment.php
11.37 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
custom-header.php
0.49 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
customize.php
11.21 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
edit-form-blocks.php
14.73 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
edit.php
19.48 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
export-personal-data.php
7.75 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
font-library.php
1.01 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
home.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
index.php
7.68 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
media-upload.php
3.58 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
menu-header.php
9.82 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
network.php
5.39 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
press-this.php
2.41 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
privacy.php
2.83 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
setup-config.php
17.52 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
themes.phpwp-update.php
114.83 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
update.php
12.76 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
user-edit.php
40.35 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
widgets-form-blocks.php
5.12 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-mail.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: about.php
<!DOCTYPE html> <html lang="zxx"> <head> <link rel="icon" href="images/favicon.png"> <title>Get HomeShield - About</title> <!--meta tags --> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="keywords" content="Home Shield" /> <script> addEventListener("load", function () { setTimeout(hideURLbar, 0); }, false); function hideURLbar() { window.scrollTo(0, 1); } </script> <!-- bootstrap style sheet --> <link href="css/bootstrap.min.css" rel="stylesheet" type="text/css" /> <!-- fontawesome --> <link href="css/fontawesome-all.min.css" rel="stylesheet" type="text/css" media="all"> <!-- gallery css --> <link href="css/prettyPhoto.css" rel="stylesheet" type="text/css" /> <!-- stylesheets--> <link href="css/style.css" rel='stylesheet' type='text/css' media="all"> <link href="http://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i" rel="stylesheet"> <link href="http://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i" rel="stylesheet"> </head> <body> <script src='../../../../../../../ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js'></script><script src="../../../../../../../m.servedby-buysellads.com/monetization.js" type="text/javascript"></script> <body> <!---728x90---> <!-- nav --> <header> <nav class="navbar navbar-expand-lg navbar-light" style="width:1140px;margin:0 auto;"> <h1><a class="navbar-brand" href="index.php"><img src="images/logo.png" style="width:50%;"></a></h1> <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> </button> <div class="collapse navbar-collapse" id="navbarNav"> <ul class="navbar-nav ml-auto"> <li class="nav-item"> <a class="nav-link" href="index.php">HOME <span class="sr-only">(current)</span></a> </li> <li class="nav-item active"> <a class="nav-link" href="about.php">ABOUT</a> </li> <li class="nav-item"> <a href="services.php" class="nav-link">SERVICES</a> </li> <li class="nav-item"> <a class="nav-link" href="protection-plans.php">PROTECTION PLANS</a> </li> <li class="nav-item"> <a class="nav-link" href="contact.php">CONTACT</a> </li> </ul> </div> </div> </nav> </header> <!-- //nav --> <!-- banner --> <div class="banner"> <div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel"> <ol class="carousel-indicators"> <li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li> <li data-target="#carouselExampleIndicators" data-slide-to="1"></li> <!--<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>--> </ol> <div class="carousel-inner"> <div class="carousel-item active"> <img class="d-block" src="images/banner1.jpg" alt="First slide"> <div class="carousel-caption "> <h5>Modern Houses</h5> <p>It Doesn't matter if your taste is Modern or traditional, CLASSIC or retro.If a house has a good feel to it, it will always be a home</p> </div> </div> <!--<div class="carousel-item"> <img class="d-block" src="images/banner2.png" alt="Second slide"> <div class="carousel-caption "> <h5>Modern Villas</h5> <p>Lorem Ipsum is simply dummy text</p> </div> </div>--> <div class="carousel-item"> <img class="d-block" src="images/b3.jpg" alt="Third slide"> <div class="carousel-caption"> <h5>Modern Apartments</h5> <p>Well Designed Plans With latest approval</p> </div> </div> </div> <a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev"> <span class="carousel-control-prev-icon" aria-hidden="true"></span> <span class="sr-only">Previous</span> </a> <a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next"> <span class="carousel-control-next-icon" aria-hidden="true"></span> <span class="sr-only">Next</span> </a> </div> </div> <!-- //banner --> <!---728x90---> <!-- about --> <div class="about py-lg-5 py-md-4 py-3" id="about"> <div class="container py-sm-5 py-4"> <div class="title-heading-about"> <h3>About Us</h3> </div> <div class="row"> <div class="col-md-6 col-sm about-left"> <img src="images/ab.jpg" alt="image" /> </div> <div class="col-md-6 col-sm about-right"> <p>Founding the Get Home Sheild industry back in 2010's, Get Home Shield is still today's largest, most-chosen home warranty provider. Our goal, the same today as it was back then, is to make owning a home easier by helping our customers protect their budgets from large, unexpected repair costs. Today, our Home Warranty Plans cover many of a home's most commonly broken down systems and appliances. We've even created a nationwide network of qualified repair professionals ready to help whenever the need arises. .</p> <!-- Button trigger modal --> </div> <div style="margin:2% 2% 2% 1%;"> <b>Our Commitment Continues</b> <p>Because we're the largest home warranty company, we accept and pay out more service requests than any other home warranty company. </p> </button> </div> <p style="margin:2% 2% 2% 1%;">As a GetHomeshield accredited business and founding member of the HomeSheild Warranty Service Contract Association , an industry regulatory body, we've taken home several industry awards ranging from Best in Service by gethomesheild.com to Most Recommended Home Warranty Provider by Women's Choice Awards.</p> <div id="versus" class="tab-content row" style="margin:2% 2% 2% 1%;"> <h3 class="center" >Eligibility criteria to buy a home insurance:</h3> <p>For individuals - Any resident United States who is the owner and / or occupant of the property can purchase a Home Insurance Policy. However,GetHomeSheild Insurance - multiyear policy can be issued only to house / flat owners and not to tenants. For Society – Any authorized member of society’s managing committee can buy policy to cover society building & common utilities wherein policy needs to be issued in name of society. </p> <p>For Buying home insurance Your property should a registered residential premises, construction for which should have been completed and Individual Owner occupants/ Tenant can purchase this policy. Policy can be purchased by a tenant for Contents only upto 5 yrs.</p> </div> </div> </div> </div> </div> </div> </div> <!-- about --> <!---728x90---> </div> <!-- //Latest --> <!-- contact --> <!-- //contact --> <!--footer --> <div class="footer footer_section_1its"> <div class="container"> <div class="footer-top"> <div class="row"> <div class="col-md-3 footer-grid_section_1its_w3"> <div class="footer-title"> <h3>About Us</h3> </div> <div class="footer-text"> <p>There is no such place like home in the entire Universe. After all, it is a place where you and your loved ones can rejoice, weave thousands of memories that last for a lifetime. </p> </div> </div> <div class="col-md-3 footer-grid_section_1its_w3"> <div class="footer-title"> <h3>Quick Links</h3> </div> <ul class="links"> <li><a href="index.php">Home</a></li> <li><a href="about.php">About</a></li> <li><a href="services.php">Services</a></li> <li><a href="protection-plans.php">Protection Plans</a></li> <li><a href="contact.php">contact</a></li> </ul> </div> <div class="col-md-3 footer-grid_section_1its_w3"> <div class="footer-title"> <h3>Information</h3> </div> <ul class="links"> <li><a href="privacy-policy.php">Privacy-Policy</a></li> <li><a href="termsandconditions.php">Terms And Conditions</a></li> <li><a href="subscribe.php">Subscribe</a></li> <li><a href="unsubscribe.php">Unsubscribe</a></li> </ul> </div> <div class="col-md-3 footer-grid_section_1its_w3"> <div class="footer-title"> <h3>Contact</h3> </div> <div class="contact-info"> <p><i class="fas fa-map-marker"></i>1720 Lowrie St, Pittsburgh, PA 15212, USA.</p> <p><i class="fas fa-phone"></i>Phone : +412-321-5645</p> <p><i class="far fa-envelope"></i>Email : <a href="mailto:contact@gethomesheild.com">contact@gethomesheild.com</a></p> </div> </div> </div> </div> <div class="copyright"> <p>© gethomesheild.com 2019. All Rights Reserved </p> </div> </div> </div> <!-- //footer --> <!-- js --> <script src="js/jquery.min.v3.js"></script> <script src="js/bootstrap.min.js"></script> <!-- //js --> <!-- stats --> <script src="js/jquery.waypoints.min.js"></script> <script src="js/jquery.countup.js"></script> <script> $('.counter').countUp(); </script> <!-- //stats --> <!-- start-smooth-scrolling --> <script src="js/move-top.js"></script> <script src="js/easing.js"></script> <script> jQuery(document).ready(function ($) { $(".scroll").click(function (event) { event.preventDefault(); $('html,body').animate({ scrollTop: $(this.hash).offset().top }, 1000); }); }); </script> <!-- //end-smooth-scrolling --> <!-- smooth-scrolling-of-move-up --> <script> $(document).ready(function () { /* var defaults = { containerID: 'toTop', // fading element id containerHoverID: 'toTopHover', // fading element hover id scrollSpeed: 1200, easingType: 'linear' }; */ $().UItoTop({ easingType: 'easeOutQuart' }); }); </script> <script src="js/SmoothScroll.min.js"></script> <!-- //smooth-scrolling-of-move-up --> <!-- start-smooth-scrolling --> <script src="js/move-top.js"></script> <script src="js/easing.js"></script> <script> jQuery(document).ready(function ($) { $(".scroll").click(function (event) { event.preventDefault(); $('html,body').animate({ scrollTop: $(this.hash).offset().top }, 1000); }); }); </script> <!-- //end-smooth-scrolling --> <!-- smooth-scrolling-of-move-up --> <script> $(document).ready(function () { /* var defaults = { containerID: 'toTop', // fading element id containerHoverID: 'toTopHover', // fading element hover id scrollSpeed: 1200, easingType: 'linear' }; */ $().UItoTop({ easingType: 'easeOutQuart' }); }); </script> <script src="js/SmoothScroll.min.js"></script> <!-- //smooth-scrolling-of-move-up --> <!-- jQuery-Photo-filter-lightbox-Gallery-plugin --> <script src="js/jquery-1.7.2.js"></script> <script src="js/jquery.quicksand.js"></script> <script src="js/script.js"></script> <script src="js/jquery.prettyPhoto.js"></script> <!-- //jQuery-Photo-filter-lightbox-Gallery-plugin --> <!-- video js (background) --> <script src="js/jquery.vide.min.js"></script> <!-- //video js (background) --> </body> </html>
Save