Fixed more incorrect paths.
This commit is contained in:
@ -33,7 +33,7 @@ import Language from './../../../language/Language';
|
|||||||
import ElementScrollFader from './../../../objects/animation/fade/ElementScrollFader';
|
import ElementScrollFader from './../../../objects/animation/fade/ElementScrollFader';
|
||||||
import ContentBox from './../../../objects/content/ContentBox';
|
import ContentBox from './../../../objects/content/ContentBox';
|
||||||
import { Title, Heading1, Paragraph } from './../../../objects/typography/Typography';
|
import { Title, Heading1, Paragraph } from './../../../objects/typography/Typography';
|
||||||
import Forms from './../../../common/Forms';
|
//import Forms from './../../../common/Forms';
|
||||||
import Input, {
|
import Input, {
|
||||||
Form,
|
Form,
|
||||||
FormManager,
|
FormManager,
|
||||||
@ -41,7 +41,7 @@ import Input, {
|
|||||||
TextArea,
|
TextArea,
|
||||||
Label,
|
Label,
|
||||||
ButtonGroup
|
ButtonGroup
|
||||||
} from './../../../input/Input';
|
} from './../../../objects/input/Input';
|
||||||
import Section, {
|
import Section, {
|
||||||
BodySection,
|
BodySection,
|
||||||
ClearSection,
|
ClearSection,
|
||||||
|
@ -22,10 +22,10 @@
|
|||||||
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
import Language from './../../../language/Language';
|
import Language from './../../../../language/Language';
|
||||||
import { PageBoundary } from './../../Page';
|
import { PageBoundary } from './../../Page';
|
||||||
import { ImageSection } from './../../../section/Section';
|
import { ImageSection } from './../../../section/Section';
|
||||||
import FloatingContentBox from './../../../content/FloatingContentBox';
|
import FloatingContentBox from './../../../../objects/content/FloatingContentBox';
|
||||||
import { Title, Subtitle } from './../../../../objects/typography/Typography';
|
import { Title, Subtitle } from './../../../../objects/typography/Typography';
|
||||||
import ElementScrollFader from './../../../../objects/animation/fade/ElementScrollFader';
|
import ElementScrollFader from './../../../../objects/animation/fade/ElementScrollFader';
|
||||||
|
|
||||||
@ -34,7 +34,7 @@ export default (props) => {
|
|||||||
return (
|
return (
|
||||||
<ImageSection
|
<ImageSection
|
||||||
className="p-home-page__banner"
|
className="p-home-page__banner"
|
||||||
src={ require('./../../../images/banners/about/glasses.svg') }
|
src={ require('./../../../../assets/images/banners/about/glasses.svg') }
|
||||||
alt="domsPlace"
|
alt="domsPlace"
|
||||||
width="2400"
|
width="2400"
|
||||||
height="1200"
|
height="1200"
|
||||||
|
@ -22,14 +22,14 @@
|
|||||||
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
import Language from './../../../language/Language';
|
import Language from './../../../../language/Language';
|
||||||
import { PageBoundary } from './../../Page';
|
import { PageBoundary } from './../../Page';
|
||||||
import { ImageSection, SplitSection, Split, ClearSection } from './../../../section/Section';
|
import { ImageSection, SplitSection, Split, ClearSection } from './../../../section/Section';
|
||||||
import ContentBox from './../../../content/ContentBox';
|
import ContentBox from './../../../../objects/content/ContentBox';
|
||||||
import { Title, Subtitle, Paragraph, Heading1, Heading2 } from './../../../../objects/typography/Typography';
|
import { Title, Subtitle, Paragraph, Heading1, Heading2 } from './../../../../objects/typography/Typography';
|
||||||
import { Button } from './../../../input/Input';
|
import { Button } from './../../../../objects/input/Input';
|
||||||
import ElementScrollFader from './../../../animation/fade/ElementScrollFader';
|
import ElementScrollFader from './../../../../objects/animation/fade/ElementScrollFader';
|
||||||
import Image from './../../../image/Image';
|
import Image from './../../../../objects/image/Image';
|
||||||
|
|
||||||
import Window95, {
|
import Window95, {
|
||||||
TitleBar, Close, Minimize,
|
TitleBar, Close, Minimize,
|
||||||
@ -37,7 +37,7 @@ import Window95, {
|
|||||||
ContextMenu, ContextMenuOption,
|
ContextMenu, ContextMenuOption,
|
||||||
Frame,
|
Frame,
|
||||||
AddressBar
|
AddressBar
|
||||||
} from './../../../../object/window/Window95';
|
} from './../../../../objects/window/Window95';
|
||||||
|
|
||||||
const ExistingWorkFrame = (props) => {
|
const ExistingWorkFrame = (props) => {
|
||||||
let fakeURL = props.href;
|
let fakeURL = props.href;
|
||||||
@ -113,7 +113,7 @@ export default (props) => {
|
|||||||
return (
|
return (
|
||||||
<ImageSection
|
<ImageSection
|
||||||
className="p-home-page__promo p-home-page__promo-work"
|
className="p-home-page__promo p-home-page__promo-work"
|
||||||
src={ require('./../../../images/patterns/arcade.svg') }
|
src={ require('./../../../../assets/images/patterns/arcade.svg') }
|
||||||
loadable
|
loadable
|
||||||
background
|
background
|
||||||
>
|
>
|
||||||
@ -139,7 +139,7 @@ export default (props) => {
|
|||||||
href="//www.kopalife.com/products/kube-customise"
|
href="//www.kopalife.com/products/kube-customise"
|
||||||
fromLeft="top"
|
fromLeft="top"
|
||||||
fromRight="bottom"
|
fromRight="bottom"
|
||||||
src={ require('./../../../images/work-showcase/kopalife.png') }
|
src={ require('./../../../../assets/images/work-showcase/kopalife.png') }
|
||||||
title={ Language.get("pages.home.work.kopa.heading") }
|
title={ Language.get("pages.home.work.kopa.heading") }
|
||||||
description={ Language.get("pages.home.work.kopa.description") }
|
description={ Language.get("pages.home.work.kopa.description") }
|
||||||
/>
|
/>
|
||||||
@ -150,7 +150,7 @@ export default (props) => {
|
|||||||
fromLeft="right"
|
fromLeft="right"
|
||||||
fromRight="right"
|
fromRight="right"
|
||||||
swap
|
swap
|
||||||
src={ require('./../../../images/work-showcase/smai.svg') }
|
src={ require('./../../../../assets/images/work-showcase/smai.svg') }
|
||||||
title={ Language.get("pages.home.work.smai.heading") }
|
title={ Language.get("pages.home.work.smai.heading") }
|
||||||
description={ Language.get("pages.home.work.smai.description") }
|
description={ Language.get("pages.home.work.smai.description") }
|
||||||
/>
|
/>
|
||||||
@ -161,7 +161,7 @@ export default (props) => {
|
|||||||
fromLeft="left"
|
fromLeft="left"
|
||||||
fromRight="left"
|
fromRight="left"
|
||||||
|
|
||||||
src={ require('./../../../images/work-showcase/ozhair.png') }
|
src={ require('./../../../../assets/images/work-showcase/ozhair.png') }
|
||||||
title={ Language.get("pages.home.work.ozhair.heading") }
|
title={ Language.get("pages.home.work.ozhair.heading") }
|
||||||
description={ Language.get("pages.home.work.ozhair.description") }
|
description={ Language.get("pages.home.work.ozhair.description") }
|
||||||
/>
|
/>
|
||||||
|
@ -22,15 +22,15 @@
|
|||||||
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
import Language from './../../../language/Language';
|
import Language from './../../../../language/Language';
|
||||||
import { PageBoundary } from './../../Page';
|
import { PageBoundary } from './../../Page';
|
||||||
import { ImageSection, SplitSection, Split } from './../../../section/Section';
|
import { ImageSection, SplitSection, Split } from './../../../section/Section';
|
||||||
import FloatingContentBox from './../../../content/FloatingContentBox';
|
import FloatingContentBox from './../../../../objects/content/FloatingContentBox';
|
||||||
import ContentBox from './../../../content/ContentBox';
|
import ContentBox from './../../../../objects/content/ContentBox';
|
||||||
import Image from './../../../image/Image';
|
import Image from './../../../../objects/image/Image';
|
||||||
import Video from './../../../../video/Video';
|
import Video from './../../../../objects/video/Video';
|
||||||
import { Title, Subtitle, Paragraph, Heading1 } from './../../../../objects/typography/Typography';
|
import { Title, Subtitle, Paragraph, Heading1 } from './../../../../objects/typography/Typography';
|
||||||
import ElementScrollFader from './../../../animation/fade/ElementScrollFader';
|
import ElementScrollFader from './../../../../objects/animation/fade/ElementScrollFader';
|
||||||
|
|
||||||
const Platform = (props) => {
|
const Platform = (props) => {
|
||||||
let children;
|
let children;
|
||||||
@ -60,7 +60,7 @@ export default (props) => {
|
|||||||
return (
|
return (
|
||||||
<ImageSection
|
<ImageSection
|
||||||
className="p-home-page__promo p-home-page__promo-platforms"
|
className="p-home-page__promo p-home-page__promo-platforms"
|
||||||
src={ require('./../../../images/patterns/game-show.svg') }
|
src={ require('./../../../../assets/images/patterns/game-show.svg') }
|
||||||
loadable
|
loadable
|
||||||
background
|
background
|
||||||
>
|
>
|
||||||
@ -74,14 +74,14 @@ export default (props) => {
|
|||||||
<div className="p-home-page__brands">
|
<div className="p-home-page__brands">
|
||||||
{/* Shopify */}
|
{/* Shopify */}
|
||||||
<Platform
|
<Platform
|
||||||
src={require('./../../../images/branding/shopify/shopify_glyph.svg')}
|
src={require('./../../../../assets/images/branding/shopify/shopify_glyph.svg')}
|
||||||
from="left"
|
from="left"
|
||||||
to="//www.shopify.com"
|
to="//www.shopify.com"
|
||||||
title={ Language.get("pages.home.platforms.shopify") }
|
title={ Language.get("pages.home.platforms.shopify") }
|
||||||
/>
|
/>
|
||||||
{/* React */}
|
{/* React */}
|
||||||
<Platform
|
<Platform
|
||||||
src={require('./../../../images/branding/react/react-logo.svg')}
|
src={require('./../../../../assets/images/branding/react/react-logo.svg')}
|
||||||
from="top"
|
from="top"
|
||||||
to="//reactjs.org"
|
to="//reactjs.org"
|
||||||
title={ Language.get("pages.home.platforms.react") }
|
title={ Language.get("pages.home.platforms.react") }
|
||||||
@ -89,7 +89,7 @@ export default (props) => {
|
|||||||
|
|
||||||
{/* MonoGame */}
|
{/* MonoGame */}
|
||||||
<Platform
|
<Platform
|
||||||
src={require('./../../../images/branding/monogame/monogame-logo.svg')}
|
src={require('./../../../../assets/images/branding/monogame/monogame-logo.svg')}
|
||||||
from="bottom"
|
from="bottom"
|
||||||
to="http://www.monogame.net"
|
to="http://www.monogame.net"
|
||||||
title={ Language.get("pages.home.platforms.monogame") }
|
title={ Language.get("pages.home.platforms.monogame") }
|
||||||
@ -97,7 +97,7 @@ export default (props) => {
|
|||||||
|
|
||||||
{/* PGSQL */}
|
{/* PGSQL */}
|
||||||
<Platform
|
<Platform
|
||||||
src={require('./../../../images/branding/pgsql/pgsql-logo.svg')}
|
src={require('./../../../../assets/images/branding/pgsql/pgsql-logo.svg')}
|
||||||
from="right"
|
from="right"
|
||||||
to="//www.postgresql.org"
|
to="//www.postgresql.org"
|
||||||
title={ Language.get("pages.home.platforms.pgsql") }
|
title={ Language.get("pages.home.platforms.pgsql") }
|
||||||
@ -105,7 +105,7 @@ export default (props) => {
|
|||||||
|
|
||||||
{/* NodeJS */}
|
{/* NodeJS */}
|
||||||
<Platform
|
<Platform
|
||||||
src={require('./../../../images/branding/nodejs/nodejs-logo.svg')}
|
src={require('./../../../../assets/images/branding/nodejs/nodejs-logo.svg')}
|
||||||
from="top"
|
from="top"
|
||||||
to="//nodejs.org"
|
to="//nodejs.org"
|
||||||
title={ Language.get("pages.home.platforms.nodejs") }
|
title={ Language.get("pages.home.platforms.nodejs") }
|
||||||
@ -113,7 +113,7 @@ export default (props) => {
|
|||||||
|
|
||||||
{/* C# */}
|
{/* C# */}
|
||||||
<Platform
|
<Platform
|
||||||
src={require('./../../../images/branding/csharp/csharp-logo.svg')}
|
src={require('./../../../../assets/images/branding/csharp/csharp-logo.svg')}
|
||||||
from="top"
|
from="top"
|
||||||
to="//docs.microsoft.com/en-us/dotnet/csharp/"
|
to="//docs.microsoft.com/en-us/dotnet/csharp/"
|
||||||
title={ Language.get("pages.home.platforms.csharp") }
|
title={ Language.get("pages.home.platforms.csharp") }
|
||||||
@ -121,7 +121,7 @@ export default (props) => {
|
|||||||
|
|
||||||
{/* PHP */}
|
{/* PHP */}
|
||||||
<Platform
|
<Platform
|
||||||
src={require('./../../../images/branding/php/php-logo.svg')}
|
src={require('./../../../../assets/images/branding/php/php-logo.svg')}
|
||||||
from="top"
|
from="top"
|
||||||
to="//php.net"
|
to="//php.net"
|
||||||
title={ Language.get("pages.home.platforms.php") }
|
title={ Language.get("pages.home.platforms.php") }
|
||||||
@ -129,7 +129,7 @@ export default (props) => {
|
|||||||
|
|
||||||
{/* Java */}
|
{/* Java */}
|
||||||
<Platform
|
<Platform
|
||||||
src={require('./../../../images/branding/java/java-logo.svg')}
|
src={require('./../../../../assets/images/branding/java/java-logo.svg')}
|
||||||
from="top"
|
from="top"
|
||||||
to="//java.com"
|
to="//java.com"
|
||||||
title={ Language.get("pages.home.platforms.java") }
|
title={ Language.get("pages.home.platforms.java") }
|
||||||
@ -137,7 +137,7 @@ export default (props) => {
|
|||||||
|
|
||||||
{/* neto */}
|
{/* neto */}
|
||||||
<Platform
|
<Platform
|
||||||
src={require('./../../../images/branding/neto/neto-logo.svg')}
|
src={require('./../../../../assets/images/branding/neto/neto-logo.svg')}
|
||||||
from="bottom"
|
from="bottom"
|
||||||
to="//www.neto.com.au"
|
to="//www.neto.com.au"
|
||||||
title={ Language.get("pages.home.platforms.neto") }
|
title={ Language.get("pages.home.platforms.neto") }
|
||||||
@ -145,7 +145,7 @@ export default (props) => {
|
|||||||
|
|
||||||
{/* MySQL */}
|
{/* MySQL */}
|
||||||
<Platform
|
<Platform
|
||||||
src={require('./../../../images/branding/mysql/mysql-logo.svg')}
|
src={require('./../../../../assets/images/branding/mysql/mysql-logo.svg')}
|
||||||
from="bottom"
|
from="bottom"
|
||||||
to="//www.mysql.com"
|
to="//www.mysql.com"
|
||||||
title={ Language.get("pages.home.platforms.mysql") }
|
title={ Language.get("pages.home.platforms.mysql") }
|
||||||
@ -153,7 +153,7 @@ export default (props) => {
|
|||||||
|
|
||||||
{/* Heroku */}
|
{/* Heroku */}
|
||||||
<Platform
|
<Platform
|
||||||
src={require('./../../../images/branding/heroku/heroku-logo.svg')}
|
src={require('./../../../../assets/images/branding/heroku/heroku-logo.svg')}
|
||||||
from="bottom"
|
from="bottom"
|
||||||
to="//heroku.com"
|
to="//heroku.com"
|
||||||
title={ Language.get("pages.home.platforms.heroku") }
|
title={ Language.get("pages.home.platforms.heroku") }
|
||||||
@ -161,7 +161,7 @@ export default (props) => {
|
|||||||
|
|
||||||
{/* OpenGL */}
|
{/* OpenGL */}
|
||||||
<Platform
|
<Platform
|
||||||
src={require('./../../../images/branding/opengl/opengl-logo.svg')}
|
src={require('./../../../../assets/images/branding/opengl/opengl-logo.svg')}
|
||||||
from="bottom"
|
from="bottom"
|
||||||
to="//www.opengl.org"
|
to="//www.opengl.org"
|
||||||
title={ Language.get("pages.home.platforms.opengl") }
|
title={ Language.get("pages.home.platforms.opengl") }
|
||||||
@ -169,7 +169,7 @@ export default (props) => {
|
|||||||
|
|
||||||
{/* Discord */}
|
{/* Discord */}
|
||||||
<Platform
|
<Platform
|
||||||
src={ require('./../../../images/branding/discord/discord-logo.svg') }
|
src={ require('./../../../../assets/images/branding/discord/discord-logo.svg') }
|
||||||
from="right"
|
from="right"
|
||||||
to="//discordapp.com"
|
to="//discordapp.com"
|
||||||
title={ Language.get("pages.home.platforms.discord") }
|
title={ Language.get("pages.home.platforms.discord") }
|
||||||
@ -177,7 +177,7 @@ export default (props) => {
|
|||||||
|
|
||||||
{/* Twitch */}
|
{/* Twitch */}
|
||||||
<Platform
|
<Platform
|
||||||
src={ require('./../../../images/branding/twitch/twitch-logo.svg') }
|
src={ require('./../../../../assets/images/branding/twitch/twitch-logo.svg') }
|
||||||
from="right"
|
from="right"
|
||||||
to="//twitch.tv"
|
to="//twitch.tv"
|
||||||
title={ Language.get("pages.home.platforms.twitch") }
|
title={ Language.get("pages.home.platforms.twitch") }
|
||||||
@ -185,7 +185,7 @@ export default (props) => {
|
|||||||
|
|
||||||
{/* Twitter */}
|
{/* Twitter */}
|
||||||
<Platform
|
<Platform
|
||||||
src={require('./../../../images/branding/twitter/twitter-logo.svg')}
|
src={require('./../../../../assets/images/branding/twitter/twitter-logo.svg')}
|
||||||
from="left"
|
from="left"
|
||||||
to="//twitter.com"
|
to="//twitter.com"
|
||||||
title={ Language.get("pages.home.platforms.twitter") }
|
title={ Language.get("pages.home.platforms.twitter") }
|
||||||
@ -193,7 +193,7 @@ export default (props) => {
|
|||||||
|
|
||||||
{/* Google Cloud */}
|
{/* Google Cloud */}
|
||||||
<Platform
|
<Platform
|
||||||
src={ require('./../../../images/branding/google-cloud/google-cloud-logo.svg') }
|
src={ require('./../../../../assets/images/branding/google-cloud/google-cloud-logo.svg') }
|
||||||
from="left"
|
from="left"
|
||||||
to="//console.cloud.google.com"
|
to="//console.cloud.google.com"
|
||||||
title={ Language.get("pages.home.platforms.googlecloud") }
|
title={ Language.get("pages.home.platforms.googlecloud") }
|
||||||
|
@ -23,18 +23,18 @@
|
|||||||
|
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
import { connect } from 'react-redux';
|
import { connect } from 'react-redux';
|
||||||
import Language from './../../../language/Language';
|
import Language from './../../../../language/Language';
|
||||||
import { PageBoundary } from './../../Page';
|
import { PageBoundary } from './../../Page';
|
||||||
import { ImageSection } from './../../../section/Section';
|
import { ImageSection } from './../../../section/Section';
|
||||||
import ContentBox from './../../../content/ContentBox';
|
import ContentBox from './../../../../objects/content/ContentBox';
|
||||||
import { Title, Paragraph, Heading1 } from './../../../../objects/typography/Typography';
|
import { Title, Paragraph, Heading1 } from './../../../../objects/typography/Typography';
|
||||||
import ElementScrollFader from './../../../animation/fade/ElementScrollFader';
|
import ElementScrollFader from './../../../../objects/animation/fade/ElementScrollFader';
|
||||||
|
|
||||||
export default (props) => {
|
export default (props) => {
|
||||||
return (
|
return (
|
||||||
<ImageSection
|
<ImageSection
|
||||||
className="p-home-page__promo p-home-page__promo-programming"
|
className="p-home-page__promo p-home-page__promo-programming"
|
||||||
src={ require('./../../../images/patterns/rhythm-heaven.svg') }
|
src={ require('./../../../../assets/images/patterns/rhythm-heaven.svg') }
|
||||||
loadable
|
loadable
|
||||||
background
|
background
|
||||||
>
|
>
|
||||||
|
@ -22,14 +22,14 @@
|
|||||||
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
import Language from './../../../language/Language';
|
import Language from './../../../../language/Language';
|
||||||
import Page, { PageBoundary } from './../../Page';
|
import Page, { PageBoundary } from './../../Page';
|
||||||
import Section, { SplitSection, Split } from './../../../section/Section';
|
import Section, { SplitSection, Split } from './../../../section/Section';
|
||||||
import FloatingContentBox from './../../../content/FloatingContentBox';
|
import FloatingContentBox from './../../../../objects/content/FloatingContentBox';
|
||||||
import ContentBox from './../../../content/ContentBox';
|
import ContentBox from './../../../../objects/content/ContentBox';
|
||||||
import Video from './../../../../objects/video/Video';
|
import Video from './../../../../objects/video/Video';
|
||||||
import { Title, Subtitle, Paragraph, Heading1 } from './../../../../objects/typography/Typography';
|
import { Title, Subtitle, Paragraph, Heading1 } from './../../../../objects/typography/Typography';
|
||||||
import ElementScrollFader from './../../../animation/fade/ElementScrollFader';
|
import ElementScrollFader from './../../../../objects/animation/fade/ElementScrollFader';
|
||||||
|
|
||||||
|
|
||||||
export default (props) => {
|
export default (props) => {
|
||||||
@ -42,7 +42,7 @@ export default (props) => {
|
|||||||
<ElementScrollFader>
|
<ElementScrollFader>
|
||||||
<Video
|
<Video
|
||||||
image={ require('./../../../../assets/videos/bunny/big_buck_bunny.jpg') }
|
image={ require('./../../../../assets/videos/bunny/big_buck_bunny.jpg') }
|
||||||
mp4={ require('./../../../assets/videos/bunny/big_buck_bunny.mp4') }
|
mp4={ require('./../../../../assets/videos/bunny/big_buck_bunny.mp4') }
|
||||||
controls
|
controls
|
||||||
/>
|
/>
|
||||||
</ElementScrollFader>
|
</ElementScrollFader>
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
import React from 'react';
|
import React from 'react';
|
||||||
import { connect } from 'react-redux';
|
import { connect } from 'react-redux';
|
||||||
import Frame from './Frame';
|
import Frame from './Frame';
|
||||||
import Language from './../language/Language';
|
import Language from './../../language/Language';
|
||||||
|
|
||||||
class AddressBar extends React.Component {
|
class AddressBar extends React.Component {
|
||||||
constructor(props) {
|
constructor(props) {
|
||||||
|
Reference in New Issue
Block a user