Some progress on landing page template...I'm exhausted and don't understand Bootstrap layout or CSS at all!
This commit is contained in:
		
							parent
							
								
									0245cd9fd1
								
							
						
					
					
						commit
						9cb8094694
					
				@ -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>
 | 
			
		||||
<hr></hr>
 | 
			
		||||
<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">
 | 
			
		||||
</div>
 | 
			
		||||
</br>
 | 
			
		||||
<div>
 | 
			
		||||
    <table class="table-bordered">
 | 
			
		||||
    <img src="pro-shop-device.jpg" alt="TennisCourtsOpen.com internet-enabled hardware device" class="img-thumbnail pull-left" style="margin-right: 10px">
 | 
			
		||||
    <p class="lead">At each location, we supply an internet-enabled physical switch to update status pages here at TennisCourtsOpen.com.</p>
 | 
			
		||||
    <p class="lead">Want to sign on as another TennisCourtsOpen.com location? <a href="mailto:info@tenniscourtsopen.com">Email us.</a></p>
 | 
			
		||||
    <table class="table">
 | 
			
		||||
        {{! 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>
 | 
			
		||||
    </table>
 | 
			
		||||
</div>
 | 
			
		||||
<footer><p class="text-center">Contact Email: <mailto>info@tenniscourtsopen.com</mailto></p></footer>
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user