update sites, update style, added percentage complete.

This commit is contained in:
Sean Clarke 2020-01-08 12:02:16 -05:00
parent 5aee161e2e
commit fe53e623a9
3 changed files with 201 additions and 7029 deletions

File diff suppressed because one or more lines are too long

View File

@ -44,7 +44,7 @@ a {
margin-bottom: 0px; margin-bottom: 0px;
} }
.title h3 { .title h2,h3 {
margin-top: 8px; margin-top: 8px;
margin-left: 36px; margin-left: 36px;
} }

View File

@ -7,6 +7,11 @@ block content
a(href="/visits") #{visits.length} a(href="/visits") #{visits.length}
| / | /
a(href="/sites") #{totalSites} a(href="/sites") #{totalSites}
- var num = (visits.length/totalSites) * 100
- var percent = num.toFixed(2);
h2= percent + "% Complete"
- var sitesVisited = []; - var sitesVisited = [];