Updates to website templates, s3 listing page.

This commit is contained in:
Jonathan Bernard 2017-02-13 18:40:59 -06:00
parent 46b6882d41
commit 75286cbc10
3 changed files with 30 additions and 13 deletions

View File

@ -1,8 +1,5 @@
Hi Band,
Here is our schedule for <month>.
*Practices:*
{"title": "Month 2017 Schedule"}
### Practices:
* Date 1, 7-8:30pm,
* Date 2, 7-8:30pm,
@ -11,10 +8,19 @@ Here is our schedule for <month>.
Playing for service Date 4.
*Songs:*
### Songs:
* [Song 1](link-to-reference-track)
* [Song 2](link-to-reference-track)
* [Song 3](link-to-reference-track)
### Members:
* *Main Keys*: Robert Chapman
<!--* Side Keys: -->
* *Drums*: Mary Castro
* *Bass*: James Lewis
* *Guitar*: Josh Robertson, Jerediah Montoya
* *Lead Vocalist*: Sara Bernard
<Notes>

View File

@ -185,7 +185,7 @@ function renderRow(item) {
if (item.Name == 'index.html' || item.Name.trim() == '') return "";
var row = "<tr>";
if (item.Type == 'directory') {
if (item.Type == 'directory' || item.Name.endsWith('.html')) {
row += "<td><a href='" + item.Name + "'>" + item.Name + "</a></td>"; }
else {
row += "<td><a href='" + s3BucketUrl + "/" + encodeURIComponent(item.Key) + "'>" +

View File

@ -1,30 +1,41 @@
{"title": "March 2017 Schedule"}
+++
## Practices:
### Practices:
* Feb. 7, 7-8:30pm,
* Feb. 21, 7-8:30pm,
* March 7, 7-8:30pm,
* March 21, 7-8:30pm,
* March 21, 6:30-7pm (sound-check before service).
* March 22, 6:30-7pm (sound-check before service).
Playing for service March 22.
## Songs:
### Songs:
* Divine Exchange by Charity Gayle
- [on YouTube](https://www.youtube.com/watch?v=iuUXY_wIJtY)
- [reference tracks](http://newlifeintroband.jdbernard.com/reference-tracks/divine-exchange-charity-gayle/)
- [lead sheet](https://static1.squarespace.com/static/541b0203e4b0eb59dea82d3e/t/5432c48fe4b03ad6ec047e9b/1412613263617/DivineExchange-crd.pdf)
- [lead sheet][1]
* Freedom by Eddie James
- [on YouTube](https://www.youtube.com/watch?v=0noC8KAENSw)
- [reference tracks](http://newlifeintroband.jdbernard.com/reference-tracks/freedom-eddie-james/)
- [lead sheet](http://newlifeintroband.jdbernard.com/lead-sheets/Freedom-EddieJames-E.pdf)
- [lead sheet][2]
* Only King Forever by Elevation Worship
- [on YouTube](https://www.youtube.com/watch?v=FVygdWkcoMc)
- [refrence tracks](http://newlifeintroband.jdbernard.com/reference-tracks/only-king-forever-elevation-worship/)
- [lead sheet](http://newlifeintroband.jdbernard.com/lead-sheets/OnlyKingForever-ElevationWorship-C.pdf)
- [lead sheet][3]
### Members:
* *Main Keys*: Robert Chapman
* *Drums*: Mary Castro
* *Bass*: James Lewis
* *Guitar*: Josh Robertson, Jerediah Montoya
* *Lead Vocalist*: Sara Bernard
[1]: https://static1.squarespace.com/static/541b0203e4b0eb59dea82d3e/t/5432c48fe4b03ad6ec047e9b/1412613263617/DivineExchange-crd.pdf
[2]: https://s3-us-west-2.amazonaws.com/newlifeintroband.jdbernard.com/lead-sheets/Freedom+-+Eddie+James+(E).pdf
[3]: https://s3-us-west-2.amazonaws.com/newlifeintroband.jdbernard.com/lead-sheets/Only+King+Forever+-+Elevation+Worship+(C).pdf