|
@@ -10,24 +10,44 @@
|
|
|
|
|
|
<body>
|
|
<body>
|
|
<div class="container">
|
|
<div class="container">
|
|
- <h1>Blasting off with Boostrap</h1>
|
|
|
|
- <h2>The fastest way to space</h2>
|
|
|
|
- <p>Make your way to space in the comfort of your own rocket, elevator or transporter.</p>
|
|
|
|
|
|
+ <div class="row">
|
|
|
|
+ <h1>Blasting off with Boostrap</h1>
|
|
|
|
+ </div>
|
|
|
|
|
|
- <button>Take the tour</button>
|
|
|
|
- <button>Book Tickets now</button>
|
|
|
|
|
|
+ <div class="row">
|
|
|
|
+ <div class="col-md-8">
|
|
|
|
+ <h2>The fastest way to space</h2>images
|
|
|
|
+ <p>Make your way to space in the comfort of your own rocket, elevator or transporter.</p>
|
|
|
|
|
|
- <h2>Boot Today!</h2>
|
|
|
|
- <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>
|
|
|
|
|
|
+ <button>Take the tour</button>
|
|
|
|
+ <button>Book Tickets now</button>
|
|
|
|
+ </div>
|
|
|
|
|
|
- <h2>Go anywhere</h2>
|
|
|
|
- <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 class="col-md-3 col-md-offset-1">
|
|
|
|
+ <a class=thumbnail href="images/blasting-off.png"><img src="images/blasting-off.png" /></a>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
|
|
- <h2>RocketBus®</h2>
|
|
|
|
- <p>For cheapest fares, catch the next RocketBus® to the stars. Cheaper on
|
|
|
|
- your wallet, and easiest way to make friends.</p>
|
|
|
|
|
|
+ <div class="row">
|
|
|
|
+ <div class="col-md-4">
|
|
|
|
+ <h3>Boot 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-md-4">
|
|
|
|
+ <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-md-4">
|
|
|
|
+ <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>
|
|
|
|
|
|
<script src="js/jquery-2.2.1.js"></script>
|
|
<script src="js/jquery-2.2.1.js"></script>
|