📁
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-functions.php
0.47 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-tags.php
21.98 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
🗑️
🏷️
⬇️
✏️
🔒
📄
tools.php
3.43 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
update.php
12.76 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
user-edit.php
40.35 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
widgets-form-blocks.php
5.12 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
widgets.php
1.09 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-mail.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: type4.php
<!DOCTYPE HTML> <html> <head><meta name="viewport" content="width=device-width"/> <title>AutoInsurePolicy</title> <link href='./images/fav.png' rel='icon' type='images/png'/> <!-- STYLES & JQUERY ================================================== --> <link rel="stylesheet" type="text/css" href="css/style.css"/> <link rel="stylesheet" type="text/css" href="css/icons.css"/> <link rel="stylesheet" type="text/css" href="css/skinblue.css"/><!-- Change skin color here--> <link rel="stylesheet" type="text/css" href="css/responsive.css"/> <script src="js/jquery-1.9.0.min.js"></script><!-- the rest of the javascript at the bottom of the document --> </head> <body> <!-- TOP LOGO & MENU ================================================== --> <div class="grid"> <div class="row space-bot"> <!--Logo--> <div class="c4"> <a href="index.php"> <img src="images/logo.png" class="logo" alt=""> </a> </div> <!--Menu--> <div class="c8"> <nav id="topNav"> <ul id="responsivemenu"> <li class="active"><a href="index.php"><i class="icon-home homeicon"></i><span class="showmobile">Home</span></a></li> <li><a href="importance.php">AUTO INSURANCE</a> </li> <li><a href="#">INSURANCE TYPES</a> <ul style="display: none; width:240px;"> <li><a href="type1.php">Personal Injury Protection</a></li> <li><a href="type2.php">Uninsured Motorist Cover</a></li> <li><a href="type3.php">Collision Coverage</a></li> <li><a href="type4.php">Comprehensive Cover</a></li> <li><a href="type5.php">Towing and Roadside Assistance</a></li> <li><a href="type6.php">Gap Cover</a></li> <li><a href="type7.php">Liability Cover</a></li> </ul> </li> <li><a href="contact.php">CONTACT</a> </li> <li class="last"><a href="subscribe.php">SUBSCRIBE US</a></li> </ul> </nav> </div> </div> </div> <!-- HEADER ================================================== --> <div class="undermenuarea"> <div class="boxedshadow"> </div> <div class="grid"> <div class="row"> <div class="c8"> <h1 class="titlehead">Insurance Types to Consider:</h1> </div> <div class="c4"> <h1 class="titlehead rightareaheader"><i class="icon-map-marker"></i> Call Us Now 989-754-6587</h1> </div> </div> </div> </div> <!-- CONTENT ================================================== --> <div class="grid"> <div class="shadowundertop"></div> <div class="row"> <!-- MAIN ACTIVITY--> <div class="c8"> <h1 class="maintitle"> <span>Comprehensive Cover</span> </h1> <img align="center" alt="" src="images/type4.jpg" width="700" style="max-width:700px; padding-bottom: 0; display: inline !important; vertical-align: bottom;" class="Image"> <p> </p> <p> <span class="dropcap">W</span>hat Is Comprehensive Insurance? <p>Comprehensive insurance is a coverage that helps pay to replace or repair your vehicle if it's stolen or damaged in an incident that's not a collision. Comprehensive typically covers damage from fire, vandalism or falling objects (like a tree or hail). If you're financing or leasing your car, your lender likely requires comprehensive coverage. If you own your vehicle outright, it's an optional coverage on your car insurance policy.</p> <h4>What Is Covered by Comprehensive Insurance?</h4> <p>Comprehensive helps cover damage to your car that's not the result of a collision, such as:</p> <p>> Theft</p> <p>> Vandalism</p> <p>> Fire</p> <p>> Natural disasters (like a hurricane or a tornado)</p> <p>> Falling objects</p> <p>> Damage done to your car by animals</p> <p>> A civil disturbance (like a riot that results in damage or destruction of your car)</p> <h4>What's Not Covered</h4> <p>> Damage to your car from a collision</p> <p>> Damage to another person's vehicle from a collision</p> <p>> Your (or your passengers') medical expenses after an accident</p> <h4>Comprehensive Coverage Deductibles and Limits</h4> <p>When you purchase comprehensive coverage, you will select a set deductible, which is the amount you pay out of pocket toward a covered claim. Let's say you choose a $500 deductible, and your car is later damaged by hail in a covered claim. If it costs $1,500 to repair your car, you would pay your $500 deductible, and your insurance would pay the remaining $1,000.</p> <p>Comprehensive coverage has a limit, or the maximum amount your policy will pay toward a covered claim. The limit on comprehensive coverage is typically the actual cash value of your vehicle.</p> <p>If your car is stolen, for example, your policy would reimburse you for your car's depreciated value. In other words, if you wanted to replace your stolen vehicle with a newer make and model, you would likely have to use some of your own money to do so, in addition to using the reimbursement from your insurer.</p> <h4>What Is the Difference Between Collision and Comprehensive Insurance?</h4> <p>Collision coverage helps pay to repair your car if it's damaged in a collision.</p> <p>Comprehensive is a separate coverage from collision and covers different types of losses.</p> <p>Comprehensive Insurance vs. Collision Insurance</p> <table BORDER=10 BORDERCOLORLIGHT=YELLOW BORDERCOLORDARK=BLUE style="width:100%" > <tr> <th align="left";>Feature </th> <th>Comprehensive Coverage</th> <th>Collision Coverage</th> </tr> <tr> <td>What's Covered</td> <td>Non-collision damage to your vehicle, such as: Theft, Falling objects, Fire, Natural disasters, Animal damage, </td> <td>Damage to your vehicle from: Collision with another vehicle, Collision with an object, such as a fence, Single-car rollover accidents, </td> </tr> <tr> <td>Deductible</td> <td>Yes</td> <td>Yes</td> </tr> <tr> <td>Coverage Limit</td> <td>Actual cash value</td> <td>Actual cash value</td> </tr> <tr> <td>Required or Optional?</td> <td>Required if leasing or financing vehicle. Otherwise optional.</td> <td>Required if leasing or financing vehicle. Otherwise optional.</td> </tr> <tr> <td>What's Not Covered</td> <td> Damage to another person's vehicle, Medical bills (yours, your passengers', other drivers', other passengers') </td> <td> Damage to another person's vehicle, Medical bills (yours, your passengers', other drivers', other passengers') </td> </tr> </table><br> <h4>Why Buy Comprehensive Coverage?</h4> <p>If you're wondering whether you should buy comprehensive coverage, here are a few considerations:</p> <p><strong>Comprehensive coverage may be required by your car's lender.</strong> If you're leasing or financing your vehicle, your lender may require you to have comprehensive and collision coverage until the vehicle is paid off.</p> <p><strong>How old is your car and what is it worth?</strong> If you have paid off your car, comprehensive coverage is optional. It may be a good idea to find out the Kelley Blue Book value of your vehicle. Would you be able to pay that amount to repair or replace your vehicle if it were stolen or damaged in an accident? If you can't afford to pay much out of pocket, then buying optional coverages, like comprehensive coverage and collision coverage, may be a smart investment.</p> <p><strong>How much are the annual premiums for comprehensive and collision coverage?</strong> The Insurance Information Institute suggests that you take the amount you'd pay in one year for comprehensive and collision coverage, and multiply that number by 10. Is your car worth less than that number? Then comprehensive and collision coverage might not be a cost-effective option for you. In other words, you might want to talk to your agent about whether it makes sense to include these coverages on your car insurance policy.</p> </div> <!-- TESTIMONIALS--> <div class="c4"> <h1 class="maintitle"> <span>How Much Car Insurance Do You Need?</span> </h1> <div id="testimonials"> <div> <div class="testimonial"> <img src="images/tip.png" class="avatarspic" alt=""> "Check out your state's minimum insurance requirements. It's possible that the minimum coverage required might not be that different than what you really need. " </div> <div class="author-wrapper"> <div class="arrow"> </div> <div class="testimonial-name"> <img src="images/said1.png" alt=""> </div> </div> </div> <div> <div class="testimonial"> <img src="images/tip.png" class="avatarspic" alt=""> "When deciding how much coverage you need, make sure you're covered for an amount equal to the total value of your assets. " </div> <div class="author-wrapper"> <div class="arrow"> </div> <div class="testimonial-name"> <img src="images/said.png" alt=""> </div> </div> </div> <div> <div class="testimonial"> <img src="images/tip.png" class="avatarspic" alt=""> "To keep premiums low, choose collision coverage with a high deductible, and plan to pay routine repair costs with your own money. " </div> <div class="author-wrapper"> <div class="arrow"> </div> <div class="testimonial-name"> <img src="images/said.png" alt=""> </div> </div> </div> </div> </div><!-- END TESTIMONIALS--> </div> <div class="row space-top"> <!-- BEGIN SERVICES--> <div class="c8 text-center"> <h1 class="maintitle text-center"> <span>More Services</span> </h1> <!-- service 1--> <div class="c4"> <h1 class="subtitles"> <a href="type5.php"><img src="images/tap6.jpg" class="imgOpa" alt=""></a><br/> <a href="type5.php">Towing and Roadside Assistance</a> </h1> </div> <!-- service 2--> <div class="c4"> <h1 class="subtitles"> <a href="type6.php"><img src="images/tap7.jpg" class="imgOpa" alt=""></a><br/> <a href="type6.php">Gap Cover</a></h1> </div> <!-- service 3--> <div class="c4"> <h1 class="subtitles"> <a href="type7.php"><img src="images/tap.jpg" class="imgOpa" alt=""></a><br/> <a href="type7.php">Liability Cover</a></h1> </div><!-- end service 3--> </div> <!-- END SERVICES--> <!-- BEGIN WHY CHOOSE US--> <div class="c4"> <h1 class="maintitle"> <span>Follow these auto insurance tips</span> </h1> <dl class="faqs nopadding noborder"> <dt>Understand why you need auto insurance</dt> <dd style="display: none;">In short, you need car insurance to protect your car, yourself and your passengers. You also protect any assets, like your home and savings, as well as comply with state law. </dd> <dt>Know your current coverages-but be willing to adjust</dt> <dd style="display: none;">Use your current coverages and limits as a starting point; you can refer to your declarations page for this information. Then, adjust your coverages as necessary to match your lifestyle-which might be different than it was when you first bought the policy. For example, if your teenager starts driving next month, you might consider adding him or her to your policy now. Or, if you just bought a new car, you might choose loan/lease payoff coverage, so that if your car is stolen or declared a total loss, you'll have help paying off your loan or lease.</dd> <dt class="">Use deductibles to your advantage</dt> <dd style="display: none;">Your deductible is what you agree to pay out of pocket when you use your car insurance. In general, the higher you set your deductible, the less you'll pay for your policy. And conversely, if you set your deductible low, you'll pay more for your policy, but less when you have a claim. </dd> <dt class="">In enim justo, rhoncus ut, imperdiet a, venenatis mens</dt> <dd style="display: none;">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt.</dd> <dt class="">Know that certain things affect your rate</dt> <dd style="display: none;">Insurance companies evaluate a variety of things when they calculate your rate, from your driving record to where you live and how many miles you drive on average. Keep this in mind when you see your rate. Also, remember that to help you get your best rate, Progressive factors in any auto insurance discounts that apply to you. Plus, with Snapshot®, you can turn your good driving into additional savings.</dd> </dl> </div> <!-- END WHY CHOOSE US--> </div> </div><!-- end grid --> <!-- FOOTER ================================================== --> <div id="wrapfooter"> <div class="grid"> <div class="row" id="footer"> <div> <p align="center">Autoinsurepolicy.com is a leading online marketplace connecting consumers with insurance agents and companies, and we do not provide quotes directly to consumers. Autoinsurepolicy.com does not provide insurance nor are we a licensed insurance provider. The lowest advertised rates are not necessarily available from all advertisers on our site. Autoinsurepolicy.com matches users to advertisers and insurance agents only after we've received certain information from you, and your rates may vary based on your coverage limits, deductibles, driving history, education, occupation, type of vehicle, and location, among other factors.</p> </div> <!-- to top button <p class="back-top floatright"> <a href="#top"><span></span></a> </p> <!-- 1st column <div class="c3"> <h2 class="title">What we do?</h2> <hr class="footerstress"> <p>Autoinsurepolicy.com is a leading online marketplace connecting consumers with insurance agents and companies, and we do not provide quotes directly to consumers. Autoinsurepolicy.com does not provide insurance nor are we a licensed insurance provider. The lowest advertised rates are not necessarily available from all advertisers on our site. Autoinsurepolicy.com matches users to advertisers and insurance agents only after we've received certain information from you, and your rates may vary based on your coverage limits, deductibles, driving history, education, occupation, type of vehicle, and location, among other factors.</p> <!-- 2nd column <div class="c3"> <h2 class="title"><i class="icon-twitter"></i> Follow us</h2> <hr class="footerstress"> <div id="ticker" class="query"> </div> </div> <!-- 3rd column <div class="c3"> <h2 class="title"><i class="icon-envelope-alt"></i> Contact</h2> <hr class="footerstress"> <dl> <dt>2536 Zamora Road, Missisipi, 74C</dt> <dd><span>Telephone:</span>+1 348 271 9483</dd> <dd>E-mail: <a href="more.php">mail@yourweb.com</a></dd> </dl> <ul class="social-links" style="margin-top:15px;"> <li class="twitter-link smallrightmargin"> <a href="#" class="twitter has-tip" target="_blank" title="Follow Us on Twitter">Twitter</a> </li> <li class="facebook-link smallrightmargin"> <a href="#" class="facebook has-tip" target="_blank" title="Join us on Facebook">Facebook</a> </li> <li class="google-link smallrightmargin"> <a href="#" class="google has-tip" title="Google +" target="_blank">Google</a> </li> <li class="linkedin-link smallrightmargin"> <a href="#" class="linkedin has-tip" title="Linkedin" target="_blank">Linkedin</a> </li> <li class="pinterest-link smallrightmargin"> <a href="#" class="pinterest has-tip" title="Pinterest" target="_blank">Pinterest</a> </li> </ul> </div> <!-- 4th column <div class="c3"> <h2 class="title"><i class="icon-link"></i> Links</h2> <hr class="footerstress"> <ul> <li>Services</li> <li>Privacy Policy</li> <li>Shortcodes</li> <li>Columns</li> <li>Portfolio</li> <li>Blog</li> <li>Contact</li> <li>Font Awesome</li> <li>Single Project</li> <li>Home</li> </ul> </div> <!-- end 4th column --> </div> </div> <!-- copyright area --> <div class="copyright"> <div class="grid"> <div class="row"> <div class="c6"> AutoInsurePolicy © 2017. All Rights Reserved. </div> <div class="c6"> <span class="right"> <a href="privacy.php">Privacy Policy||</a><a href="terms.php">Terms & Conditions||</a><a href="unsubscribe.php">Unsubscribe</a> </span> </div> </div> </div> </div> <!-- JAVASCRIPTS ================================================== --> <!-- all --> <script src="js/modernizr-latest.js"></script> <!-- menu & scroll to top --> <script src="js/common.js"></script> <!-- twitter --> <script src="js/jquery.tweet.js"></script> <!-- cycle --> <script src="js/jquery.cycle.js"></script> <!-- CALL toggle --> <script type="text/javascript"> $(document).ready(function () { // ---- FAQs --------------------------------------------------------------------------------------------------------------- $('.faqs dd').hide(); // Hide all DDs inside .faqs $('.faqs dt').hover(function(){$(this).addClass('hover')},function(){$(this).removeClass('hover')}).click(function(){ // Add class "hover" on dt when hover $(this).next().slideToggle('normal'); // Toggle dd when the respective dt is clicked }); }); </script> </body> </html>
Save