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'; row.statusclass = 'closed';
} else { row.statusclass = 'open'; } } 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) { if(err !== null) {
winston.error(err); winston.error(err);
} else { } else {

View File

@ -30,9 +30,10 @@
color:white; color:white;
} }
</style> </style>
<!-- favicon design by Paul Stevens of thenounproject.com -->
</head> </head>
<body class="container-fluid"> <body class="container-fluid">
{{! Everything else gets inserted here }} {{! Everything else gets inserted here }}
{{{body}}} {{{body}}}

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> <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"> <table class="table lead">
{{! Make this table dynamic later when DB supports multiple locations. }} {{! 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> <tr><td><a href="https://tenniscourtsopen.com/tt">Temple Terrace Recreation Center, clay courts</a></td></tr>
</table> </table>
</div> </div>

View File

@ -1,6 +1,6 @@
{{!< default}} {{!< 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> <h1 class="text-center">TT Tennis Courts Are...</h1>
</div> </div>