added reference page

This commit is contained in:
2020-01-08 15:50:23 -05:00
parent 65a6759874
commit 81c998d614
4 changed files with 28 additions and 0 deletions

17
views/reference.pug Normal file
View File

@ -0,0 +1,17 @@
extends layout
block content
div(class='title')
h1= title
p Please use this reference sheet to coordiate your entries with the corresponding site identification number.
- var sitesVisited = [];
h2= "Site References"
each site in sites
div(class="listing")
h3
span(class='num') #{site.id}:
| #{site.site}
include footer.pug