<div class='parallax-window section' data-image-src='/images/outside/top_desk.jpg' data-parallax='scroll'>
<div class='heading'>
<div class='intro-content'>
<div class='brand-name'>
<h1>The Easy Website Builder</h1>
<a class='btn btn-md btn-white-line' href='/account/join'>
GET STARTED
</a>
</div>
</div>
</div>
</div>
<div class='section' id='features'>
<div class='container'>
<div class='text-center'>
<h2>
<i class='fa fa-clock-o'></i>
Save Time. Create a Website in Minutes
</h2>
</div>
<p></p>
<div class='row'>
<div class='col-md-6'>
<img alt='Picture of a computer, tablet and smart phone' class='center_image' src='/images/home/2.png'>
</div>
<div class='col-md-6 copy-center'>
<div class='copy-center-wrapper med-box'>
<p>
Choose one of our beautiful themes to get started, it really is that easy. All of our themes are responsive, your website will look great across a variety of devices.
</p>
<p></p>
<p class='text-center'>
<a class='btn btn-md btn-black-line' href='/features'>
VIEW MORE FEATURES
</a>
</p>
</div>
</div>
</div>
</div>
</div>
<div class='section parallax-window' data-image-src='/images/outside/no-installation_pencils.jpg' data-parallax='scroll'>
<div class='container'>
<h2>
<i class='fa fa-wrench'></i>
No installation necessary
</h2>
<ul>
<li>Your website is hosted on our own dedicated servers, our system self updates so you don't have to.</li>
<li>This means you don't have to worry about applying the latest security patches to keep your website safe.</li>
<li>You get the latest features as they become available.</li>
</ul>
</div>
</div>
<div class='section'>
<div class='container'>
<br>
<h2>
Your website is secure with us
</h2>
<div class='row'>
<div class='col-sm-6'>
<img class='center_image' src='/images/cloudlock2.jpg'>
</div>
<div class='col-sm-6 copy-center'>
<div class='copy-center-wrapper sml-box'>
<p>
We have over 10 years of hosting experience that we have used in designing our data center.
Your information is fully encrypted on our servers which have redundant fail-over,
and complete backups, and our engineers are monitoring our systems around the clock.
</p>
</div>
</div>
</div>
</div>
</div>
<div class='section parallax-window' data-image-src='/images/outside/support_people.jpg' data-parallax='scroll'>
<h2>
<i class='fa fa-globe'></i>
World Class Customer Service
</h2>
<ul>
<li>Our customer support team is here to assist you.</li>
<li></li>
<li>Reach out to us anytime. We are here to help.</li>
</ul>
</div>
<div class='section' id='pricing'>
<div class='container'>
<h2>Our Plans & Pricing</h2>
<h3>Build now, pay later</h3>
<div id='plans_container'>
<div class='row'>
<div class='col-md-4'>
<div class='package_2428 plan'>
<div class='head'>
<h2>
Starter
</h2>
</div>
<ul class='item-list'>
<li>
<strong>
500 MB
</strong>
Storage
</li>
<li>
<strong>
10
</strong>
Pages
<li>
<strong>
1
</strong>
Website
</li>
<li>
-
</li>
<li>
No Advertisements
</li>
</li>
<li>
Custom Domains
</li>
<li>
<strong>All</strong>
Components
</li>
<li>
<strong>Priority</strong>
Support
</li>
</ul>
<div class='price'>
<h3>
$3.99
</h3>
<h4>
<span style='color:#006400'>Regular Price <span style='text-decoration: line-through;'>$7.99</span></span>
</h4>
</div>
<a href="/account/join" class="signup btn btn-primary">SIGN UP</a>
</div>
</div>
<div class='col-md-4'>
<div class='package_2429 plan'>
<div class='head'>
<h2>
Basic
</h2>
</div>
<ul class='item-list'>
<li>
<strong>
2 GB
</strong>
Storage
</li>
<li>
<strong>
99
</strong>
Pages
<li>
<strong>
3
</strong>
Websites
</li>
<li>
Password Pages
</li>
<li>
No Advertisements
</li>
</li>
<li>
Custom Domains
</li>
<li>
<strong>All</strong>
Components
</li>
<li>
<strong>Priority</strong>
Support
</li>
</ul>
<div class='price'>
<h3>
$7.99
</h3>
<h4>
<span style='color:#006400'>Regular Price <span style='text-decoration: line-through;'>$14.99</span></span>
</h4>
</div>
<a href="/account/join" class="signup btn btn-primary">SIGN UP</a>
</div>
</div>
<div class='col-md-4'>
<div class='package_2430 plan'>
<div class='head'>
<h2>
Premium
</h2>
</div>
<ul class='item-list'>
<li>
<strong>
5 GB
</strong>
Storage
</li>
<li>
<strong>
Unlimited
</strong>
Pages
<li>
<strong>
10
</strong>
Websites
</li>
<li>
Password Pages
</li>
<li>
No Advertisements
</li>
</li>
<li>
Custom Domains
</li>
<li>
<strong>All</strong>
Components
</li>
<li>
<strong>Priority</strong>
Support
</li>
</ul>
<div class='price'>
<h3>
$10.99
</h3>
<h4>
<span style='color:#006400'>Regular Price <span style='text-decoration: line-through;'>$19.99</span></span>
</h4>
</div>
<a href="/account/join" class="signup btn btn-primary">SIGN UP</a>
</div>
</div>
</div>
</div>

</div>
</div>
<div class='section parallax-window' data-image-src='/images/outside/create-website_girl.jpg' data-parallax='scroll' id='call_to_action'>
<h2>Create your own website today</h2>
<ul>
<li>Build for free, no credit card required.</li>
</ul>
<a class='btn btn-md btn-white-line' href='/account/join'>
GET STARTED
</a>
</div>

<script>
  (function($){
    $(window).scroll(function () {
      //remove return false to get this going
      return false;
      if ($(window).scrollTop() > 35 && parseInt($( window ).width()) > 650 ){
        $(".top_navigation").addClass('sticky');
      }else{
        $(".top_navigation").removeClass('sticky');
      }
  
    });
  }(jQuery));
</script>
