Some progress on landing page template...I'm exhausted and don't understand Bootstrap layout or CSS at all!

This commit is contained in:
jkaplon 2016-07-02 14:47:00 -04:00
parent 0245cd9fd1
commit 9cb8094694

View File

@ -7,15 +7,12 @@
<h2 class="text-center">What's the <em>QUICKEST</em> way to know if the courts are open?:</br><strong>TennisCourtsOpen.com</strong></h2> <h2 class="text-center">What's the <em>QUICKEST</em> way to know if the courts are open?:</br><strong>TennisCourtsOpen.com</strong></h2>
<hr></hr> <hr></hr>
<div> <div>
<p class="text-center lead">At each location, we supply an internet-enabled hardware switch that updates the corresponding status page here at TennisCourtsOpen.com.</p> <img src="pro-shop-device.jpg" alt="TennisCourtsOpen.com internet-enabled hardware device" class="img-thumbnail pull-left" style="margin-right: 10px">
<img src="pro-shop-device.jpg" alt="TennisCourtsOpen.com internet-enabled hardware device"> <p class="lead">At each location, we supply an internet-enabled physical switch to update status pages here at TennisCourtsOpen.com.</p>
</div> <p class="lead">Want to sign on as another TennisCourtsOpen.com location? <a href="mailto:info@tenniscourtsopen.com">Email us.</a></p>
</br> <table class="table">
<div>
<table class="table-bordered">
{{! Make this table dynamic later when DB supports multiple locations. }} {{! Make this table dynamic later when DB supports multiple locations. }}
<th><h3>Here are the currently supported locations:</h3></th> <th>Here are the currently supported locations:</th>
<tr><td><a href="https://tenniscourtsopen.com/tt">Temple Terrace Recreation Center, clay courts</a></td></tr> <tr><td><a href="https://tenniscourtsopen.com/tt">Temple Terrace Recreation Center, clay courts</a></td></tr>
</table> </table>
</div> </div>
<footer><p class="text-center">Contact Email: <mailto>info@tenniscourtsopen.com</mailto></p></footer>