"Bootstrap Line Tabs by KeenThemes"
Bootstrap 3.1.0 Snippet by d---m

<link href="//netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//netdna.bootstrapcdn.com/bootstrap/3.1.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <!-- Bootstrap Line Tabs by @keenthemes A component of Metronic Theme - #1 Selling Bootstrap 3 Admin Theme in Themeforest: http://j.mp/metronictheme Licensed under MIT --> <div class="container"> <div class="row"> <div class="col-md-12"> <div class="tabbable-panel"> <div class="tabbable-line"> <ul class="nav nav-tabs "> <li class="active"> <a href="#1" data-toggle="tab"> What Is A Robotic Lawn Mower?</a> </li> <li> <a href="#2" data-toggle="tab"> How Robot Lawn Mowers Work</a> </li> <li> <a href="#3" data-toggle="tab"> How To Choose Yours</a> </li> <li> <a href="#4" data-toggle="tab"> FAQs</a> </li> </ul> <div class="tab-content"> <div class="tab-pane active" id="1"> <p>Statistics show that mowing your lawn is one of the most boring and tedious home chores. Yet, a neat lawn significantly improves the overall look of a home. A robotic lawn mower is an intelligent mower that maps your lawn and autonomously mows it. Set the perimeter to be mowed and simply press a button and your robot lawn mower will take care of the rest for you! </p> </div> <div class="tab-pane" id="2"> <p><strong>How Robot Lawn Mowers Work</strong></p> <ol> <li><strong>Work zone</strong>: thanks to the cable provided, you can set the perimeter that you want your robot to mow</li> <li><strong>Automatically leaves its base</strong> to mow the defined area</li> <li><strong> Automatically comes back</strong> to its charging station when needed</li> </ol> <p> </p> <p><strong>Safety Features</strong></p> <ul> <li>Detects and avoids obstacles thanks to its multiple sensors</li> <li>If the robot mower is lifted while in use, it will automatically shut off</li> <li>Option to set a password to start the mower</li> <li>Rain proof</li> </ul> <p> </p> <p><strong>Mulching</strong></p> <p>Robotic lawn mowers use the well-known technique of “<em>mulching</em>”, which consists in mowing your lawn and leaving the organic grass residues on the lawn. Those grass residues act as natural fertilizers. The benefits of mulching are:</p> <ul> <li>Save time and money</li> <li>Maintain natural moisture on your grass</li> <li>Improve fertility of the soil<</li> <li>Reduce weed growth</li> <li>Enhance visual aspect of the lawn</li> </ul> </div> <div class="tab-pane" id="3"> <p>You have decided to buy a robot lawn mower, congratulations! Here are the key elements that you need to consider before choosing the best robot lawn mower for your needs:</p> <ul> <li> <p><strong>Size of your lawn</strong>: some robots are only capable of mowing up to 5,000 sq.ft while others can cover much larger areas (up to 30,000 sq.ft)</p> </li> <li> <p><strong>Shape of your lawn</strong>: some of the more premium robot mowers are better suited for lawns with multiple obstacles while cheaper models are fit for simple / clear lawns.</p> </li> <li> <p><strong>Slope</strong>: if your garden has a slope, you will need to check that the robot can handle it properly. Most robot lawn mowers can handle slopes up to 30%.</p> </li> <li> <p><strong>Additional features</strong>: the more sophisticated robot lawn mowers offer such features as anti-theft alarms, passcode access to start the mower, weekly schedule set up, rain sensors, automatic safety shut off and premium navigation technologies.</p> </li> </ul> </div> <div class="tab-pane" id="4"> <p><strong>Do I need to supervise my robot lawn mower while it is working?</strong></p> <p>No. Most robot lawn mowers only require an initial set up and will operate on their own.</p> <p><strong>What if my dog starts playing with the robotic mower?</strong></p> <p>Dogs and other pets will naturally be interested when they first see a robotic mower, but not to worry – most robotic mowers are equipped with sensors to detect any objects that bump into it and will simply change directions.</p> <p><strong>Is there an anti-theft alarm on a robot lawn mower?</strong></p> <p>Yes. The robot lawn mowers we offer come with password security making the mower useless to anyone without the code.</p> <p><strong>What is the largest area (in sq.ft) that a robot lawn mower can cover?</strong></p> <p>The largest area a robot lawn mower can maintain depends on the model. Some mowers can cover up to 5,000 square feet, while others are capable of mowing 30,000 square feet.</p> <p><strong>How steep a slope can a robot lawn mower work on?</strong></p> <p>Typically any slopes that a traditional walk-behind lawn mower can handle will be no trouble for a robot lawn mower. The mowers we offer can handle up to a 30° slope.</p> <p><strong>Can I set the height of the lawn that the robot cuts?</strong></p> <p>Yes, depending on the model you will be able to set different cutting heights.</p> <p><strong>Will the robot mower detect medium-sized rocks?</strong></p> <p>Yup! If a robot mower’s sensors come into contact with a rock or other hard objects, it will change its direction and continue to operate.</p> <p><strong>How long can a robot mower work on a single charge?</strong></p> <p>On average a robot mower operates for 3 hours before automatically returning to its recharging base.</p> </div> </div> </div> </div> </div> </div> </div>
/*** Bootstrap Line Tabs by @keenthemes A component of Metronic Theme - #1 Selling Bootstrap 3 Admin Theme in Themeforest: http://j.mp/metronictheme Licensed under MIT ***/ /* Tabs panel */ .tabbable-panel { border:1px solid #eee; padding: 10px; } /* Default mode */ .tabbable-line > .nav-tabs { border: none; margin: 0px; } .tabbable-line > .nav-tabs > li { margin-right: 2px; } .tabbable-line > .nav-tabs > li > a { border: 0; margin-right: 0; color: #737373; } .tabbable-line > .nav-tabs > li > a > i { color: #a6a6a6; } .tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover { border-bottom: 4px solid #fbcdcf; } .tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a { border: 0; background: none !important; color: #333333; } .tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i { color: #a6a6a6; } .tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu { margin-top: 0px; } .tabbable-line > .nav-tabs > li.active { border-bottom: 4px solid #f3565d; position: relative; } .tabbable-line > .nav-tabs > li.active > a { border: 0; color: #333333; } .tabbable-line > .nav-tabs > li.active > a > i { color: #404040; } .tabbable-line > .tab-content { margin-top: -3px; background-color: #fff; border: 0; border-top: 1px solid #eee; padding: 15px 0; } .portlet .tabbable-line > .tab-content { padding-bottom: 0; } /* Below

Related: See More


Questions / Comments: