diff --git a/public/assets/images/work-showcase/cocksox.png b/public/assets/images/work-showcase/cocksox.png new file mode 100644 index 0000000..aa6e19d Binary files /dev/null and b/public/assets/images/work-showcase/cocksox.png differ diff --git a/public/language/en-AU.jsx b/public/language/en-AU.jsx index 1414c23..224e4e8 100644 --- a/public/language/en-AU.jsx +++ b/public/language/en-AU.jsx @@ -122,6 +122,26 @@ export default { ); } }, + "cocksox": { + "heading": "Cocksox", + "description": () => { return ( + +

+ Cocksox is a male fashion focused underwear company, with a sexy + product requiring an equally sexy site to boast its pride. +

+

+ Requiring a strong and versitile mobile browsing experience, as + well as many fast and easy to use filtering systems to help + search through their range to find the perfect fit for each pair + of underpants. I built on Shopify while working at + + Process Creative + +

+
+ ); } + }, "ozhair": { "heading": "Oz Hair & Beauty", "description": () => { return ( diff --git a/public/pages/home/sections/ExistingWorkSection.jsx b/public/pages/home/sections/ExistingWorkSection.jsx index 1f4d6b1..56b2839 100644 --- a/public/pages/home/sections/ExistingWorkSection.jsx +++ b/public/pages/home/sections/ExistingWorkSection.jsx @@ -40,32 +40,35 @@ import Window95, { } from '@objects/window/Window95'; const ExistingWorkFrame = (props) => { - let fakeURL = props.href; - if(!fakeURL.startsWith("http") && typeof window !== typeof undefined) { - fakeURL = window.location.protocol + fakeURL; - } + let { + fakeURL, href, title, src, fromRight, fromLeft, description, swap, + } = props; + + fakeURL = fakeURL || href; + + if(!fakeURL.startsWith("http")) fakeURL = window.location.protocol+fakeURL; let fakeWindow = ( - + , ]}> - { props.title } + { title } - + - + {props.title} { ); let box = ( - + - { props.title } - { props.description } + { title } + { description } ); @@ -96,20 +99,15 @@ const ExistingWorkFrame = (props) => { return ( - - { left } - - - - { right } - + + ); }; -export default (props) => { +export default props => { return ( { description={ Language.get("pages.home.work.smai.description") } /> - {/* Oz Hair and Beauty */} + {/* Cocksox */} + + + {/* Oz Hair and Beauty */}