This website works better with JavaScript.
Home
Explore
Help
Sign In
Seanland
/
unesco-tracker
Watch
1
Star
0
Fork
0
Code
Issues
3
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
update sites, update style, added percentage complete.
master
Sean Clarke
1 year ago
parent
5aee161e2e
commit
fe53e623a9
3 changed files
with
201 additions
and
7029 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+195
-7028
data/unesco.xml
+1
-1
public/stylesheets/main.css
+5
-0
views/index.pug
+ 195
- 7028
data/unesco.xml
File diff suppressed because it is too large
View File
+ 1
- 1
public/stylesheets/main.css
View File
@ -44,7 +44,7 @@ a {
margin-bottom
:
0px
;
}
.
title
h3
{
.
title
h
2
,
h
3
{
margin-top
:
8px
;
margin-left
:
36px
;
}
+ 5
- 0
views/index.pug
View File
@ -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 = [];
Write
Preview
Loading…
Cancel
Save