diff --git a/public/images/test.png b/public/images/test.png new file mode 100644 index 0000000..368e3a8 Binary files /dev/null and b/public/images/test.png differ diff --git a/public/language/en-AU.jsx b/public/language/en-AU.jsx index dea4787..89f0dc6 100644 --- a/public/language/en-AU.jsx +++ b/public/language/en-AU.jsx @@ -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.

); } - } - }, - "admin": { - "heading": "Systems Admin", - "paragraph": () => { - return ( -

- 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. -

-
); - } + }, + "footer": "Want me for your next project?", + "footer-button": "Contact Me" } }, diff --git a/public/page/about/sections/ExistingWorkSection.jsx b/public/page/about/sections/ExistingWorkSection.jsx index f97a72c..eeae90e 100644 --- a/public/page/about/sections/ExistingWorkSection.jsx +++ b/public/page/about/sections/ExistingWorkSection.jsx @@ -27,6 +27,7 @@ import { PageBoundary } from './../../Page'; import Section, { SplitSection, Split, ClearSection } from './../../../section/Section'; import ContentBox from './../../../content/ContentBox'; import { Title, Subtitle, Paragraph, Heading1, Heading2 } from './../../../typography/Typography'; +import { Button } from './../../../input/Input'; import ElementScrollFader from './../../../animation/fade/ElementScrollFader'; import Image from './../../../image/Image'; @@ -158,6 +159,21 @@ export default (props) => { description={ Language.get("pages.about.work.ozhair.description") } /> + + + {/* Space a bit */} + + + + { Language.get("pages.about.work.footer") } + + + + + {/* Space a bit */} + ); } diff --git a/public/page/contact/ContactPage.jsx b/public/page/contact/ContactPage.jsx index cb7b250..aecabe8 100644 --- a/public/page/contact/ContactPage.jsx +++ b/public/page/contact/ContactPage.jsx @@ -24,7 +24,7 @@ import React from 'react'; import { connect } from 'react-redux'; import Page, { PageBoundary } from './../Page'; -import Input, { Form, InputGroup, TextArea, Label, ButtonGroup } from './../../input/input'; +import Input, { Form, InputGroup, TextArea, Label, ButtonGroup } from './../../input/Input'; import Language from './../../language/Language'; import ElementScrollFader from './../../animation/fade/ElementScrollFader'; import Section, { diff --git a/public/styles/pages/_about-page.scss b/public/styles/pages/_about-page.scss index f221d62..db8ad35 100644 --- a/public/styles/pages/_about-page.scss +++ b/public/styles/pages/_about-page.scss @@ -11,7 +11,8 @@ * 1.0.0 - 2018/06/06 */ .p-about-page { - background-color: #F7EFE2; + background-image: url('./../images/patterns/game-show.svg'); + background-size: 150% auto; &__promo { padding: 6em 0;