Add banner background image everywhere, rename index template to location.

This commit is contained in:
jkaplon 2016-07-07 08:29:57 -04:00
parent 0dfb9b300f
commit 01fdac5338
4 changed files with 5 additions and 4 deletions

View File

@ -136,7 +136,7 @@ app.get('/:loc', function(req, res) {
row.statusclass = 'closed';
} else { row.statusclass = 'open'; }
});
res.render('index', {values: result.rows}, function(err, html) {
res.render('location', {values: result.rows}, function(err, html) {
if(err !== null) {
winston.error(err);
} else {

View File

@ -30,6 +30,7 @@
color:white;
}
</style>
<!-- favicon design by Paul Stevens of thenounproject.com -->
</head>
<body class="container-fluid">

View File

@ -15,7 +15,7 @@
<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 lead">
{{! Make this table dynamic later when DB supports multiple locations. }}
<th>Here are the currently supported locations:</th>
<th>Here are the currently supported locations:{{! </th><th>Status</th> }}
<tr><td><a href="https://tenniscourtsopen.com/tt">Temple Terrace Recreation Center, clay courts</a></td></tr>
</table>
</div>

View File

@ -1,6 +1,6 @@
{{!< default}}
<div style="background:#D1E0E0" class="jumbotron">
<div style="background: url(banner-bg.jpg) no-repeat center center; background-size: cover; color: #fff" class="jumbotron">
<h1 class="text-center">TT Tennis Courts Are...</h1>
</div>