| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282 | <!DOCTYPE html><html lang="en">  <head>    <meta charset="UTF-8">    <title>Blasting off with Bootstrap</title>    <meta http-equiv="X-UA-COMPATIBLE" content="IE=Edge" />    <meta name="viewport" content="width=device-width, initial-scale=1" />    <link rel="stylesheet" href="css/bootstrap.css"/>    <link rel="stylesheet" href="css/main.css" />  </head>  <body>    <div class="navbar navbar-default navbar-static-top">      <div class="container">        <!-- navbar-header takes up 100% width on XS screens only -->        <div class="navbar-header">          <a href="/" class="navbar-brand">Blasting off with Boostrap</a>          <button type="button" class="navbar-toggle"            data-toggle="collapse" data-target=".navbar-collapse">            <!-- sr-only means Screen Readers Only -->            <span class="sr-only">Toggle navigation</span>            <!-- The number of .icon-bar spans defines the number of rows in the button -->            <span class="icon-bar"></span>            <span class="icon-bar"></span>            <span class="icon-bar"></span>          </button>        </div>        <ul class="nav navbar-nav navbar-right collapse navbar-collapse">          <li class="nav navbar-link"><a href="#tickets.html">Tickets</a></li>          <li class="nav navbar-link"><a href="#stations.html">Stations</a></li>          <li class="nav navbar-link">            <a href="about.html" data-target="#" data-toggle="dropdown">About <span class="caret"></span></a>            <ul class="dropdown-menu">              <li><a href="story.html">Our Story</a></li>              <li><a href="contact.html">Contact Us</a></li>              <li class="divider"></li>              <li><a href="blog">Blog</a></li>              <li class="divider"></li>              <li><a href="http://twitter.com/osinet">Twitter</a></li>              <li><a href="https://www.facebook.com/OSInet-217871594891150">Facebook</a></li>            </ul>          </li>        </ul>      </div>    </div>    <div class="container">      <div class="row well well-lg">        <div class="col-xs-12 col-md-6">          <h2>The fastest way to space</h2>images          <p class="lead">Make your way to space in the comfort of your own rocket, elevator or transporter.</p>          <div class='btn-group'>            <button type='button' class='btn btn-default btn-lg dropdown-toggle' data-toggle="dropdown">              Take the Tour <span class="caret"></span>            </button>            <ul class="dropdown-menu">              <li><a href='#'>Transporter</a></li>              <li><a href='#'>Orbital Elevator</a></li>              <li><a href='#'>RocketBus</a></li>              <li class="divider"></li>              <li><a href='#'>Learn More</a></li>            </ul>          </div>          <button type="button" class="btn btn-lg btn-primary">Book Tickets now</button>        </div>        <div class="visible-md visible-lg col-sm-6">          <a class=thumbnail href="images/blasting-off.png"><img src="images/blasting-off.png" /></a>        </div>      </div>      <div class="row features text-center">        <div class="col-xs-10 col-xs-offset-1 col-sm-4 col-sm-offset-0">          <i class="glyphicon glyphicon-briefcase"></i>          <h3>Book Today!</h3>          <p>Even if you're traveling tomorrow, you can still get tickets today. We have            a number of conveniently located ports around the globe to service everyone.</p>        </div>        <div class="col-xs-6 col-sm-4">          <i class="glyphicon glyphicon-random"></i>          <h3>Go anywhere</h3>          <p>If you need to get to space today, why not try out a transporter? Despite            the claims, there has been no deaths in the last 6 weeks!</p>          </div>        <div class="col-xs-6 col-sm-4">          <i class="glyphicon glyphicon-send"></i>          <h3>RocketBus®</h3>          <p>For cheapest fares, catch the next RocketBus® to the stars. Cheaper on            your wallet, and easiest way to make friends.</p>        </div>      </div>    </div>    <div class="quote">      <div class="container">        <blockquote>          <p>Any sufficiently advanced technology is indistinguishable from magic.</p>          <footer>Arthur C. Clarke in <cite title="Source Title">Profiles of the Future</cite></footer>        </blockquote>      </div>    </div>    <div class="container transport-systems">      <div class='row'>        <div class='col-md-10 col-md-offset-1'>          <h2>Our Transport Systems</h2>          <p>Learn more about our transport systems to find out which one is right for you. Pick out the mode of transport that works for your budget and risk level.</p>        </div>      </div>      <div class='row text-center'>        <div class='transporter col-md-3 col-md-offset-1 well'>          <h3>Transporter</h3>          <ul class="list-unstyled">            <li>8 second travel time</li>            <li>Chance of death only 1 in 7,593</li>            <li>Low price of only $15.99!</li>          </ul>          <p><button class="btn btn-info"><i class='glyphicon glyphicon-transfer'></i> Beam Me Up!</button></p>        </div>        <div class='space-elevator col-md-3 col-md-offset-1 well'>          <h3>Space Elevator</h3>          <ul class="list-unstyled">            <li>8 hour scenic ride</li>            <li>Only 1 horrific death per 12,456</li>            <li>Only $45.99 if you book today!</li>          </ul>          <p><button class="btn btn-info"><i class='glyphicon glyphicon-sort'></i> Board the Elevator!</button></p>        </div>        <div class='rocketbus col-md-3 col-md-offset-1 well'>          <h3>RocketBus</h3>          <ul class="list-unstyled">            <li>8 minute scenic ride</li>            <li>Plunging death rate of under 1/100k</li>            <li>$74.99 lets you blast off today!</li>          </ul>          <p><button class="btn btn-info"><i class='glyphicon glyphicon-plane'></i> Blast Off!</button></p>        </div>      </div>    </div>    <div class='quote'>      <div class='container'>        <blockquote>          <p>A dream that became a reality and spread throughout the stars.</p>          <footer>Captain Kirk in <cite title="Source Title">Whom Gods Destroy</cite></footer>        </blockquote>      </div>    </div>    <div class='container'>      <div class='row'>        <div class='col-md-8'>          <h2>Plan Your Trip Today!</h2>          <ul class='nav nav-tabs'>            <li class='active'><a href='#time'>Todays Times</a></li>            <li><a href='#deals'>Hot Deals</a></li>            <li><a href='#forecast'>Forecast</a></li>          </ul>          <div class='tab-content'>            <div class='tab-pane fade active' id='time'>              <p>Todays Time here</p>            </div>            <div class='tab-pane fade' id='deals'>              <p>Deals here</p>            </div>            <div class='tab-pane fade' id='forecast'>              <p>Forecast</p>            </div>          </div>        </div>        <div class='col-md-3 col-md-offset-1'>          <div class='panel-group'>            <div class='panel panel-success'>              <div class='panel-heading'>                <h4 class='panel-title'>                  <a href='#systemsOperational' data-toggle="collapse" data-parent='.panel-group'>All Systems Operational</a>                </h4>              </div>              <div id='systemsOperational' class='panel-collapse collapse in'>                <div class='panel-body'>                  <p>All systems are operational</p>                  <ul class='list-unstyled'>                    <li><i class='glyphicon glyphicon-ok'></i>  Transporters</li>                    <li><i class='glyphicon glyphicon-ok'></i>  Space Elevator</li>                    <li><i class='glyphicon glyphicon-ok'></i>  RocketBus</li>                  </ul>                </div>              </div>            </div>            <div class='panel panel-warning'>              <div class='panel-heading'>                <h4 class='panel-title'>                  <a href='#weatherAlert' data-toggle="collapse" data-parent='.panel-group'>Weather Alert</a>                </h4>              </div>              <div id='weatherAlert' class='panel-collapse collapse'>                <div class='panel-body'>                  <p>The National Weather Service has issued a solar flare watch for the following time periods. Please plan accordingly:</p>                  <ul class='list-unstyled'>                    <li><strong>February 9th, 21:43</strong></li>                    <li><strong>May 18, 19:82</strong></li>                    <li><strong>July 4, 08:42</strong></li>                  </ul>                </div>              </div>            </div>            <div class='panel panel-danger'>              <div class='panel-heading'>                <h4 class='panel-title'>                  <a href='#transportationWarning' data-toggle="collapse" data-parent='.panel-group'>Transportation Generals Warning: Transporters</a>                </h4>              </div>              <div id='transportationWarning' class='panel-collapse collapse'>                <div class='panel-body'>                  <p>Technically, transporting means making a clone of yourself and killing off the other one. If you believe in a soul, you should be aware of this fact before attempting travel using a transporter.</p>                </div>              </div>            </div>          </div>        </div>      </div>    </div>    <div class='footer'>      <div class='container'>        <div class='row'>          <div class='col-md-3 col-sm-4 col-xs-6'>            <h4>Who We Are</h4>            <p><i>Blasting Off With Bootstrap</i> is the fastest way to space. <a href='tickets.html'>Book your ticket today</a>!</p>            <p><a href='about.html'>More About Us <i class='glyphicon glyphicon-arrow-right'></i></a></p>          </div>          <div class='col-md-offset-1 col-sm-2 col-xs-6'>            <h4>Links</h4>            <ul class='list-unstyled'>              <li><a href='/'>Home</a></li>              <li><a href='tickets.html'>Tickets</a></li>              <li><a href='stations.html'>Stations</a></li>            </ul>          </div>          <div class='clearfix visible-xs'></div>          <div class='col-sm-2 col-xs-6'>            <h4>Stay in Touch</h4>            <ul class='list-unstyled'>              <li><a href='about.html'>About</a></li>              <li><a href='contact.html'>Contact Us</a></li>              <li><a href='/blog'>Blog</a></li>              <li><a href='http://twitter.com/codeschool'>Twitter</a></li>              <li><a href='http://facebook.com/codeschool'>Facebook</a></li>            </ul>          </div>          <div class='col-md-3 col-md-offset-1 col-sm-4 col-xs-6'>            <h4>Contact Us</h4>            <ul class='list-unstyled'>              <li><i class='glyphicon glyphicon-globe'></i> Orlando, FL</li>              <li><i class='glyphicon glyphicon-phone'></i> 1-555-blast-off</li>              <li><i class='glyphicon glyphicon-envelope'></i> <a href='mailto:blastingoff@codeschool.com'>blastingoff@codeschool.com</a></li>            </ul>            <p>Blasting Off With Bootstrap ©2214.</p>          </div>        </div>      </div>    </div>    <script src="js/jquery-2.2.1.js"></script>    <script src="js/bootstrap.js"></script>  </body></html>
 |