Luke Childs
|
eaf5fd2fe5
|
Write DOM load check more efficiently
|
8 years ago |
Luke Childs
|
d143ac5a72
|
Add async JavaScript
|
8 years ago |
Luke Childs
|
676fbe3a65
|
Move stylesheet down in head
Seems kinda less relevant than the meta tags
|
8 years ago |
Luke Childs
|
78cff41b72
|
Add language attr to HTML document
|
8 years ago |
Luke Childs
|
c5d7c347fe
|
Add favicon
|
8 years ago |
Luke Childs
|
de1c7970f3
|
Add web app manifest
|
8 years ago |
Luke Childs
|
a54c806eff
|
Add meta theme colour
|
8 years ago |
Luke Childs
|
27cd0aa0e2
|
Serve everything in public at root
Otherwise we were limited to only serving staic content in /assets
|
8 years ago |
Luke Childs
|
54b7ea883d
|
Add req/res to res.locals not global nunjucks instance
|
8 years ago |
Luke Childs
|
6ad2b0a063
|
Add seperate classes for hidden and visually hidden
Hidden hides from browser and screen reader, visually hidden just hides from browser
|
8 years ago |
Luke Childs
|
aca75761a3
|
Add ARIA landmarks
|
8 years ago |
Luke Childs
|
bd5baf7a65
|
Make sure screen readers don't try and read ascii chart
|
8 years ago |
Luke Childs
|
d8006054a5
|
Hide content without display none
Otherwise screen readers will ignore it
|
8 years ago |
Luke Childs
|
ee5124cd14
|
Tweak flag descriptions
|
8 years ago |
Luke Childs
|
7ce9989ac7
|
Remove unnecessary 'www.' from urls
|
8 years ago |
Luke Childs
|
f6de021cd5
|
Slightly reword content
|
8 years ago |
Luke Childs
|
2a4eb48e62
|
Make content block text slightly lighter
|
8 years ago |
Luke Childs
|
fb078b4ca5
|
USe one CSS block to style all content blocks
|
8 years ago |
Luke Childs
|
2a86888930
|
Improve letter spacing
|
8 years ago |
Luke Childs
|
18f332eb36
|
Add content to about page and style
|
8 years ago |
Luke Childs
|
d60fba891a
|
More generic column item selector
|
8 years ago |
Luke Childs
|
8263bf6e17
|
Set box-shadow to non alpha colour
Now that the header is fixed the opacity looks bad when things show through
|
8 years ago |
Luke Childs
|
160d61d737
|
Fix footer links on small mobile devices
|
8 years ago |
Luke Childs
|
840a5aaa0d
|
Add link to about page in footer
|
8 years ago |
Luke Childs
|
f2e55da0fc
|
Remove 'next' from node controller
|
8 years ago |
Luke Childs
|
30bab30bf5
|
Add about page
|
8 years ago |
Luke Childs
|
4bb6abbda0
|
Add more descriptive page titles
|
8 years ago |
Luke Childs
|
693e8e2e03
|
Add margin between status title and value
|
8 years ago |
Luke Childs
|
a885bfadef
|
Remove margin from dls
|
8 years ago |
Luke Childs
|
b05eae78a3
|
Use relative urls (save a few bytes)
|
8 years ago |
Luke Childs
|
c8d48f90c6
|
Make default font colour lighter
|
8 years ago |
Luke Childs
|
88cb07bbad
|
Add link to GitHub profile
|
8 years ago |
Luke Childs
|
02a22c6974
|
Reduce search bar font size on mobile
|
8 years ago |
Luke Childs
|
e2fca61e4b
|
Making sure paddings match up with new fixed header
|
8 years ago |
Luke Childs
|
33c93531d5
|
Fixed header
|
8 years ago |
Luke Childs
|
3acc1ea9d0
|
Explicitly set axis char to '.'
|
8 years ago |
Luke Childs
|
08c118012f
|
Update bandwidth graph text/css to reflect (text) padding changes
|
8 years ago |
Luke Childs
|
f4aab91fe4
|
Update ascii-chart to get padding patch
|
8 years ago |
Luke Childs
|
bdb5e3e042
|
Some size optimisations on the font
|
8 years ago |
Luke Childs
|
23ab68d9c1
|
Reformat bandwidth data return section
|
8 years ago |
Luke Childs
|
e9d422efc0
|
Collaps columns on firefox
|
8 years ago |
Luke Childs
|
4d33888ff7
|
Update ascii-chart to get patch for '.' character
'.' character wasn't displaying in Chrome on Android.
|
8 years ago |
Luke Childs
|
69ba941065
|
Make ascii graph responsive
|
8 years ago |
Luke Childs
|
afa9784841
|
Stop data flowing off graph
|
8 years ago |
Luke Childs
|
84d12b1368
|
Show bandwidth graph on node page
|
8 years ago |
Luke Childs
|
1b858d2eeb
|
Get bandwidth data for relay and create ascii chart
|
8 years ago |
Luke Childs
|
c7d9dc4029
|
Fix flexbox sticky footer not working in IE
|
8 years ago |
Luke Childs
|
89b8eb40d3
|
Use nth-of-type to get icon cell
Saves adding a class to every single row
|
8 years ago |
Luke Childs
|
83891fbee7
|
Reset letterspacing with normal instead of initial
Better browser support (IE11)
|
8 years ago |
Luke Childs
|
713a0f04df
|
Fix letter spacing issue on Edge
|
8 years ago |