update sites, update style, added percentage complete.

This commit is contained in:
2020-01-08 12:02:16 -05:00
джерело 5aee161e2e
коміт fe53e623a9
3 змінених файлів з 201 додано та 7029 видалено

Різницю між файлами не показано, оскільки один чи декілька рядків занадто довгі

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

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