Finalizing About Page Design

This commit is contained in:
2018-06-28 05:11:20 +10:00
parent d1f87f12a5
commit 6a38c234b5
5 changed files with 23 additions and 21 deletions

View File

@ -16,12 +16,7 @@ module.exports = {
"about": {
"banner": {
"title": "About Dominic Masters",
"subtitle": () => {
return LanguageTools.random([
"Developer, Nerd, Occasionally Funny.",
"Once forgot his own birthday."
]);
}
"subtitle": "Developer, Nerd, Occasionally Funny."
},
"video": {
"heading": "Learn about me",
@ -107,19 +102,9 @@ module.exports = {
given time.
</p>
</Fragment> ); }
}
},
"admin": {
"heading": "Systems Admin",
"paragraph": () => {
return (<Fragment>
<p>
Beyond programming knowledge, I also have extensive knowledge in
the field of systems administration, and while a little outdated,
I can still solve most systems issues.
</p>
</Fragment>);
}
},
"footer": "Want me for your next project?",
"footer-button": "Contact Me"
}
},