courtsopen/views/home.hbs

23 lines
1.2 KiB
Handlebars
Raw Normal View History

{{!< default}}
<div style="background: url(/banner-bg.jpg) no-repeat center center; background-size: cover; color: #fff" class="jumbotron">
<h1 class="text-center"><b>Are the courts open?</b></h1>
</div>
<hr></hr>
2021-10-11 15:19:40 -04:00
<h2 class="text-center">What's the <em>QUICKEST</em> way to know if the courts are open?:</br><strong>courts.kaplon.us</strong></h2>
<hr></hr>
<div class="row">
<div class="col-md-2">
2021-10-11 15:19:40 -04:00
<img src="pro-shop-device.jpg" alt="courts.kaplon.us internet-enabled hardware device" class="img-thumbnail">
</div>
<div class="col-md-10">
2021-10-11 15:19:40 -04:00
<p class="lead">At each location, we supply an internet-enabled physical switch to update status pages here at courts.kaplon.us>
<p class="lead">Want to sign on as another courts.kaplon.us location? <a href="mailto:courts@kaplon.us">Email us.</a></p>
<table class="table lead">
{{! Make this table dynamic later when DB supports multiple locations. }}
<th>Here are the currently supported locations:{{! </th><th>Status</th> }}
2021-10-11 15:19:40 -04:00
<tr><td><a href="https://courts.kaplon.us/tt">Temple Terrace Recreation Center, clay courts</a></td></tr>
</table>
</div>
</div>