diff --git a/public/language/en-AU.jsx b/public/language/en-AU.jsx index b02439e..0d43b6c 100644 --- a/public/language/en-AU.jsx +++ b/public/language/en-AU.jsx @@ -52,7 +52,26 @@ module.exports = { }, "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!" + "paragraph": "Interested to see what I can do? Check out some of my personal favourite projects that I have built!", + "kopa": { + "heading": "KOPA Life", + "description": () => { return ( + +

+ KOPA Life is a modern modular furniture designer in Australia. + Since 2016 they have created many modern design pieces, including + their signature KUBE, a modular couch available in removable and + attachable components. +

+

+ The website features a modern minimalistic design, with a focus + on great imagery, and a fully fledged in-site 3D Couch builder, + which allows you to design your perfect couch and hit one button + to purchase the couch you've designed. +

+
+ ); } + } }, "admin": { "heading": "Systems Admin", diff --git a/public/page/about/sections/ExistingWorkSection.jsx b/public/page/about/sections/ExistingWorkSection.jsx index fe9c0e4..9d663e2 100644 --- a/public/page/about/sections/ExistingWorkSection.jsx +++ b/public/page/about/sections/ExistingWorkSection.jsx @@ -44,30 +44,32 @@ const ExistingWorkFrame = (props) => { fakeURL = "https:" + fakeURL; } return ( - - , - - ]}> - { props.title } - + + + , + + ]}> + { props.title } + - - - - + + + + - - - - {props.title} - - - + + + + {props.title} + + + + ); }; @@ -78,7 +80,7 @@ export default (props) => { - + <Title className="u-text-center"> { Language.get("pages.about.work.heading") } @@ -96,12 +98,19 @@ export default (props) => { + + + { Language.get("pages.about.work.kopa.heading") } + { Language.get("pages.about.work.kopa.description") } + +