<!doctype html>
<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->
<!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en"> <![endif]-->
<!--[if IE 7]>    <html class="no-js ie7 oldie" lang="en"> <![endif]-->
<!--[if IE 8]>    <html class="no-js ie8 oldie" lang="en"> <![endif]-->
<!-- Consider adding a manifest.appcache: h5bp.com/d/Offline -->
<!--[if gt IE 8]><!-->
<html class="no-js" lang="en"> <!--<![endif]-->
  <head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
    <title>You've been migrated!</title>
    <meta name="description" content="">
    <meta name="author" content="">
    <meta name="viewport" content="width=device-width,initial-scale=1">
    <style type="text/css">
      * {
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        text-shadow: 0px 1px 0px #fff;
        filter: dropshadow(color=#fff, offx=0, offy=1);
      }
      
      a {
        color: red;
        text-decoration: none;
        font-weight: 500;
      }
      
      body {
        background-color: #e9e9e9;
      }
      
      p {
        margin: 0 0 30px 10px;
      }
      
      h1 {
        letter-spacing: -2px;
        font-weight: 500;
      }
      
      #c {
        margin: 100px auto;
        width: 750px;
        font-size: 1.8em;
        font-weight: 300;
        line-height: 35px;
      }
      
      .sig {
        font-weight: 500;
      }
    </style>
  </head>
  <body>
    <div id="c">
    <h1>You've been migrated!</h1>
      <p>
        Hello, LaunchRock Legacy customer!  As of April 30th, 2012, we have retired our Legacy platform.
      </p>
      <p>
        Your account, site settings and data have been safely migrated to the current platform. 
      </p>
      <p>  
        However, your landing page will be down until you log-in to your account on the new platform, complete a 
        few newly required fields, update your DNS and re-launch your site.
      </p>
      <p>
        Detailed instructions on how to relaunch your site can be found here: 
        <a href="http://support.launchrock.com/knowledgebase/articles/71282">Legacy Migration</a>
      </p>
      <p>
        If you have any questions, feedback, or ideas, as you work in the new platform, you can reach us 
        through the 'Ideas & Support' tab in the lower lefthand corner of the site.
      </p>
      <p>
        Thank you for being with us from the beginning!
      </p>
      <p>
        --
        <br />
        <span class="sig">Team LaunchRock</span>
        <br />
        <a href="http://launchrock.com/" target="_blank">launchrock.com</a>
      </p>
    </div>
    <script type="text/javascript">
    
     var _gaq = _gaq || [];
     _gaq.push(['_setAccount', 'UA-21058689-1']);
     _gaq.push(['_trackPageview']);
    
     (function() {
       var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
       ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
       var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
     })();
     
    </script>
  </body>
</html>