Adjusted entry fades
This commit is contained in:
@ -67,8 +67,10 @@ const AboutPage = (props) => {
|
|||||||
>
|
>
|
||||||
<PageBoundary full>
|
<PageBoundary full>
|
||||||
<FloatingContentBox position="middle center" size="large" className="u-text-center">
|
<FloatingContentBox position="middle center" size="large" className="u-text-center">
|
||||||
|
<ElementScrollFader from="bottom">
|
||||||
<Title>{ Language.get("pages.about.banner.title") }</Title>
|
<Title>{ Language.get("pages.about.banner.title") }</Title>
|
||||||
<Subtitle className="u-responsive--small-up">{ Language.get("pages.about.banner.subtitle") }</Subtitle>
|
<Subtitle className="u-responsive--small-up">{ Language.get("pages.about.banner.subtitle") }</Subtitle>
|
||||||
|
</ElementScrollFader>
|
||||||
</FloatingContentBox>
|
</FloatingContentBox>
|
||||||
</PageBoundary>
|
</PageBoundary>
|
||||||
</ImageSection>
|
</ImageSection>
|
||||||
@ -124,9 +126,11 @@ const AboutPage = (props) => {
|
|||||||
{/* Platforms */}
|
{/* Platforms */}
|
||||||
<Section className="p-about-page__promo p-about-page__promo-platforms">
|
<Section className="p-about-page__promo p-about-page__promo-platforms">
|
||||||
<PageBoundary>
|
<PageBoundary>
|
||||||
|
<ElementScrollFader from="left">
|
||||||
<Title className="u-text-center p-about-page__brands-title">
|
<Title className="u-text-center p-about-page__brands-title">
|
||||||
{ Language.get("pages.about.platforms.heading") }
|
{ Language.get("pages.about.platforms.heading") }
|
||||||
</Title>
|
</Title>
|
||||||
|
</ElementScrollFader>
|
||||||
|
|
||||||
<div className="p-about-page__brands">
|
<div className="p-about-page__brands">
|
||||||
{/* Shopify */}
|
{/* Shopify */}
|
||||||
@ -145,63 +149,63 @@ const AboutPage = (props) => {
|
|||||||
{/* MonoGame */}
|
{/* MonoGame */}
|
||||||
<AboutPageBrand
|
<AboutPageBrand
|
||||||
src={require('./../../images/branding/monogame/monogame-logo.svg')}
|
src={require('./../../images/branding/monogame/monogame-logo.svg')}
|
||||||
from="left"
|
from="bottom"
|
||||||
to="http://www.monogame.net"
|
to="http://www.monogame.net"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
{/* PGSQL */}
|
{/* PGSQL */}
|
||||||
<AboutPageBrand
|
<AboutPageBrand
|
||||||
src={require('./../../images/branding/pgsql/pgsql-logo.svg')}
|
src={require('./../../images/branding/pgsql/pgsql-logo.svg')}
|
||||||
from="left"
|
from="right"
|
||||||
to="//www.postgresql.org"
|
to="//www.postgresql.org"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
{/* NodeJS */}
|
{/* NodeJS */}
|
||||||
<AboutPageBrand
|
<AboutPageBrand
|
||||||
src={require('./../../images/branding/nodejs/nodejs-logo.svg')}
|
src={require('./../../images/branding/nodejs/nodejs-logo.svg')}
|
||||||
from="bottom"
|
from="top"
|
||||||
to="//nodejs.org"
|
to="//nodejs.org"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
{/* C# */}
|
{/* C# */}
|
||||||
<AboutPageBrand
|
<AboutPageBrand
|
||||||
src={require('./../../images/branding/csharp/csharp-logo.svg')}
|
src={require('./../../images/branding/csharp/csharp-logo.svg')}
|
||||||
from="left"
|
from="top"
|
||||||
to="//docs.microsoft.com/en-us/dotnet/csharp/"
|
to="//docs.microsoft.com/en-us/dotnet/csharp/"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
{/* PHP */}
|
{/* PHP */}
|
||||||
<AboutPageBrand
|
<AboutPageBrand
|
||||||
src={require('./../../images/branding/php/php-logo.svg')}
|
src={require('./../../images/branding/php/php-logo.svg')}
|
||||||
from="left"
|
from="top"
|
||||||
to="//php.net"
|
to="//php.net"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
{/* Java */}
|
{/* Java */}
|
||||||
<AboutPageBrand
|
<AboutPageBrand
|
||||||
src={require('./../../images/branding/java/java-logo.svg')}
|
src={require('./../../images/branding/java/java-logo.svg')}
|
||||||
from="left"
|
from="top"
|
||||||
to="//java.com"
|
to="//java.com"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
{/* neto */}
|
{/* neto */}
|
||||||
<AboutPageBrand
|
<AboutPageBrand
|
||||||
src={require('./../../images/branding/neto/neto-logo.svg')}
|
src={require('./../../images/branding/neto/neto-logo.svg')}
|
||||||
from="left"
|
from="bottom"
|
||||||
to="http://www.monogame.net"
|
to="http://www.monogame.net"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
{/* MySQL */}
|
{/* MySQL */}
|
||||||
<AboutPageBrand
|
<AboutPageBrand
|
||||||
src={require('./../../images/branding/mysql/mysql-logo.svg')}
|
src={require('./../../images/branding/mysql/mysql-logo.svg')}
|
||||||
from="left"
|
from="bottom"
|
||||||
to="//www.mysql.com"
|
to="//www.mysql.com"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
{/* Heroku */}
|
{/* Heroku */}
|
||||||
<AboutPageBrand
|
<AboutPageBrand
|
||||||
src={require('./../../images/branding/heroku/heroku-logo.svg')}
|
src={require('./../../images/branding/heroku/heroku-logo.svg')}
|
||||||
from="left"
|
from="bottom"
|
||||||
to="//heroku.com"
|
to="//heroku.com"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
@ -215,14 +219,14 @@ const AboutPage = (props) => {
|
|||||||
{/* Discord */}
|
{/* Discord */}
|
||||||
<AboutPageBrand
|
<AboutPageBrand
|
||||||
src={ require('./../../images/branding/discord/discord-logo.svg') }
|
src={ require('./../../images/branding/discord/discord-logo.svg') }
|
||||||
from="left"
|
from="right"
|
||||||
to="//discordapp.com"
|
to="//discordapp.com"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
{/* Twitch */}
|
{/* Twitch */}
|
||||||
<AboutPageBrand
|
<AboutPageBrand
|
||||||
src={ require('./../../images/branding/twitch/twitch-logo.svg') }
|
src={ require('./../../images/branding/twitch/twitch-logo.svg') }
|
||||||
from="left"
|
from="right"
|
||||||
to="//twitch.tv"
|
to="//twitch.tv"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
@ -243,54 +247,44 @@ const AboutPage = (props) => {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<ElementScrollFader from="bottom">
|
||||||
<Subtitle className="u-text-center p-about-page__brands-title">
|
<Subtitle className="u-text-center p-about-page__brands-title">
|
||||||
{ Language.get("pages.about.platforms.footer") }
|
{ Language.get("pages.about.platforms.footer") }
|
||||||
</Subtitle>
|
</Subtitle>
|
||||||
|
</ElementScrollFader>
|
||||||
</PageBoundary>
|
</PageBoundary>
|
||||||
</Section>
|
</Section>
|
||||||
|
|
||||||
{/* Systems Admin */}
|
{/* Existing Work */}
|
||||||
<Section className="p-about-page__promo p-about-page__promo-admin">
|
<Section className="p-about-page__promo p-about-page__promo-work">
|
||||||
<PageBoundary>
|
<PageBoundary>
|
||||||
|
{/* Title */}
|
||||||
<SplitSection align="center">
|
<SplitSection align="center">
|
||||||
<Split className="u-text-center" padded>
|
|
||||||
<ElementScrollFader from="left">
|
|
||||||
<Video
|
|
||||||
image={ require('./../../videos/bunny/big_buck_bunny.jpg') }
|
|
||||||
mp4={ require('./../../videos/bunny/big_buck_bunny.mp4') }
|
|
||||||
controls
|
|
||||||
/>
|
|
||||||
</ElementScrollFader>
|
|
||||||
</Split>
|
|
||||||
|
|
||||||
<Split padded>
|
<Split padded>
|
||||||
<ElementScrollFader from="right">
|
<ElementScrollFader from="left">
|
||||||
<ContentBox box>
|
<ContentBox box>
|
||||||
<Title>
|
<Title>Some of my work</Title>
|
||||||
{ Language.get("pages.about.admin.heading") }
|
<Paragraph>
|
||||||
</Title>
|
Interested to see what I can do? Check out some of
|
||||||
{ Language.get("pages.about.admin.paragraph") }
|
my personal favourite projects!
|
||||||
|
</Paragraph>
|
||||||
</ContentBox>
|
</ContentBox>
|
||||||
</ElementScrollFader>
|
</ElementScrollFader>
|
||||||
</Split>
|
</Split>
|
||||||
</SplitSection>
|
|
||||||
</PageBoundary>
|
|
||||||
</Section>
|
|
||||||
|
|
||||||
{/* Media */}
|
|
||||||
<Section className="p-about-page__promo p-about-page__promo-media">
|
|
||||||
<PageBoundary>
|
|
||||||
<SplitSection align="center">
|
|
||||||
|
|
||||||
<Split padded>
|
<Split padded>
|
||||||
<ElementScrollFader from="bottom">
|
{/* Empty Space */
|
||||||
|
|
||||||
</ElementScrollFader>
|
|
||||||
</Split>
|
</Split>
|
||||||
|
</SplitSection>
|
||||||
|
|
||||||
|
<SplitSection align="center">
|
||||||
|
<Split padded>
|
||||||
|
</Split>
|
||||||
</SplitSection>
|
</SplitSection>
|
||||||
</PageBoundary>
|
</PageBoundary>
|
||||||
</Section>
|
</Section>
|
||||||
|
|
||||||
|
|
||||||
</Page>
|
</Page>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
@ -49,13 +49,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
&-admin {
|
&-work {
|
||||||
background-image: url('./../images/patterns/lemon-triangle.svg');
|
background-image: url('./../images/patterns/lemon-triangle.svg');
|
||||||
}
|
}
|
||||||
|
|
||||||
&-media {
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&__brands {
|
&__brands {
|
||||||
@ -96,6 +92,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Media Queries */
|
||||||
@include t-media-query($s-xsmall-up) {
|
@include t-media-query($s-xsmall-up) {
|
||||||
&__brands {
|
&__brands {
|
||||||
&-brand {
|
&-brand {
|
||||||
@ -116,5 +113,4 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user