<!doctype html>
<html lang='en'>

<head>
  <meta charset='utf-8'>
  <meta http-equiv='x-ua-compatible' content='ie=edge'>
  <title></title>
  <meta name='description' content=''>
  <meta name='viewport' content='width=device-width, initial-scale=1, shrink-to-fit=no'>
  <style type='text/css'>
    html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, img, b, i, ol, ul, li, form, label, legend, article, aside, footer, header, menu, nav, section {
      margin: 0;
      padding: 0;
      border: 0;
      font-size: 100%;
      font: inherit;
      vertical-align: baseline;
    }
    article, aside, footer, header, menu, nav, section {
      display: block;
    }
    ul {
      list-style: none;
      display: block;
      display: inline-block;
      margin-right: auto;
      margin-left: auto;
      text-align: center;
    }
    table {
      border-collapse: collapse;
      border-spacing: 0;
    }
    body {
      color: #333;
      font-family: 'Noto Sans', sans-serif;
      font-size: 20px;
      line-height: 30px;
    }
    header, footer {
      text-align: center;
    }
    .logo {
        width: 70%;
        max-width: 300px;
    }
    h1, h2, h3, p, img {
      margin-top: 10px;
      margin-bottom: 10px;
    }
    .button {
      min-width: 150px;
      display: inline-block;
      margin: 15px auto;
      padding: 10px 30px;
      border: 0;
      outline: 0;
      cursor: pointer;
      border-radius: 50px;
      text-align: center;
      font-family: inherit;
      font-weight: 400;
      font-size: inherit;
      line-height: inherit;
      text-decoration: none;
      background: -webkit-gradient(linear, left top, right top, from(#ff7d32), to(#ef3b00));
      background: linear-gradient(90deg, #ff7d32 0, #ef3b00);
      color: #fff;
      -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
      box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
    }
    .angle-down {
      display: block;
      margin-left: auto;
      margin-right: auto;
      width: 35px;
    }
    .divider {
      max-height: 80px;
    }
    .angle-down, .divider {
      opacity: .7;
    }
    main {
      text-align: center;
    }
    header {
      margin-top: 50px;
    }
    .tagline {
      font-size: 24px;
      line-height: 36px;
    }
    .container {
      width: 95%;
      max-width: 500px;
      margin-right: auto;
      margin-left: auto;
      padding-top: 60px;
      padding-bottom: 60px;
    }
    h1, h2 {
      font-size: 48px;
      font-weight: bold;
      line-height: 72px;
    }
    h1::before, h2::before {
      content: '::';
      color: #ff7d32;
      font-size: 24px;
      position: relative;
      bottom: 8px;
      right: 13px;
    }
    h1::after, h2::after {
      content: '::';
      color: #ff7d32;
      font-size: 24px;
      position: relative;
      bottom: 8px;
      left: 13px;
    }
    img {
      max-width: 100%;
    }
    #pricing {
      background: #ff7d32;
      color: #fff;
    }
    #pricing h2 {
      margin-bottom: 40px;
    }
    #pricing h2::before, #pricing h2::after {
      color: #fff;
    }
    h3 {
      text-transform: uppercase;
      letter-spacing: 3px;
      font-size: 36px;
      line-height: 54px;
      margin-bottom: 0;
      font-weight: bold;
    }
    .tier {
      margin-top: 10px;
      margin-bottom: 10px;
    }
    .tier-features {
      margin-bottom: 50px;
    }
    .tier .price {
      margin-top: 0;
      margin-bottom: 15px;
      font-size: 28px;
      line-height: 42px;
    }
    small {
      font-size: 60%;
    }
    form {
      text-align: center;
    }
    form .mauticform-row {
      margin: 20px;
    }
    form .mauticform-row:first-child {
      margin-top: 50px;
    }
    form input[type='text'], form input[type='email'], form label {
      display: block;
      width: 70%;
      margin-left: auto;
      margin-right: auto;
      font-family: inherit;
    }
    label {
      margin-bottom: 10px;
    }
    input[type='text'], input[type='email'] {
      outline: 0;
      border: 1px solid rgba(0, 0, 0, .3);
      padding: 10px;
      font-size: 20px;
      line-height: 30px;
      text-align: center;
    }
  </style>
</head>

<body>
  <div class='wrapper'>
    <header>
      <img class='logo' src='/hive-logo.svg'>
      <p class='tagline'>It's where your website lives.</p>
      <a class='button' href='mailto:support@hivehosting.org'>Contact us</a>
      <img class='angle-down' src='/angle-down.png'>
    </header>
    <main>
      <section id='intro' class='container'>
        <h1>Simple web hosting</h1>
        <p>Hive does away with confusing control panels and unexplained outages, giving your website a safe place to grow and thrive.</p>
      </section>
      <img class='divider' src='/hex.png'>
      <section id='features' class='container'>
        <h2>Stable &amp; reliable</h2>
        <p>We've tuned our infrastructure to protect websites against outages and optimize page loading time.</p>
      </section>
      <img class='divider' src='/bee.png'>
      <section id='support' class='container'>
        <h2>Superb support</h2>
        <p>We won't put you on hold or make you sift through articles to solve issues. Just call or email and a human being will help you right away.</p>
        <a class='button' href='mailto:support@hivehosting.org'>Contact us</a>
        <img class='angle-down' src='/angle-down.png'>
      </section>
      <section id='pricing'>
        <div class='container'>
          <h2>Two pricing options</h2>
          <div class='tier'>
            <h3 class='name'>Super</h3>
            <p class='price'>$40<small>/mo</small></p>
          </div>
          <ul class='tier-features'>
            <li>Fast &amp; reliable web hosting</li>
            <li>Automatic backups</li>
            <li>Automatic WordPress updates</li>
            <li>Phone &amp; email support</li>
            <li>We'll move your existing site for free</li>
          </ul>
          <div class='tier'>
            <h3 class='name'>Lite</h3>
            <p class='price'>$10<small>/mo</small></p>
          </div>
          <ul class='tier-features'>
            <li>Fast &amp; reliable web hosting</li>
            <li>Email support</li>
          </ul>
        </div>
      </section>
    </main>
    <footer>
      <p class='tagline'>Boost your website today!</p>
      <a class='button' href='mailto:support@hivehosting.org'>Contact us</a>
    </footer>
  </div>

<link href='https://fonts.googleapis.com/css?family=Noto+Sans' rel='stylesheet'>
</body>

</html>

