Added w95 styles, building out about page work section

This commit is contained in:
2018-06-27 08:20:23 +10:00
parent 96cea1dc86
commit 7a5b26bb23
25 changed files with 1239 additions and 1291 deletions

View File

@ -50,6 +50,10 @@ module.exports = {
"heading": "Platforms I work with",
"footer": "... And many more!"
},
"work": {
"heading": "Some of my work",
"paragraph": "Interested to see what I can do? Check out some of my personal favourite projects that I have built!"
},
"admin": {
"heading": "Systems Admin",
"paragraph": () => {
@ -83,5 +87,9 @@ module.exports = {
"send": "Send",
"reset": "Reset"
}
},
"window": {
"address": "Address:"
}
}