From 724218ec8da3cfdd37d1e18e6a28b43b9597d84d Mon Sep 17 00:00:00 2001 From: Dominic Masters Date: Fri, 22 Jun 2018 18:27:04 +1000 Subject: [PATCH] Adjusted entry fades --- public/page/about/AboutPage.jsx | 88 +++++++++++++--------------- public/styles/pages/_about-page.scss | 8 +-- 2 files changed, 43 insertions(+), 53 deletions(-) diff --git a/public/page/about/AboutPage.jsx b/public/page/about/AboutPage.jsx index ad76f69..d8883fa 100644 --- a/public/page/about/AboutPage.jsx +++ b/public/page/about/AboutPage.jsx @@ -67,8 +67,10 @@ const AboutPage = (props) => { > - { Language.get("pages.about.banner.title") } - { Language.get("pages.about.banner.subtitle") } + + { Language.get("pages.about.banner.title") } + { Language.get("pages.about.banner.subtitle") } + @@ -124,9 +126,11 @@ const AboutPage = (props) => { {/* Platforms */}
- - { Language.get("pages.about.platforms.heading") } - + + + { Language.get("pages.about.platforms.heading") } + +
{/* Shopify */} @@ -145,63 +149,63 @@ const AboutPage = (props) => { {/* MonoGame */} {/* PGSQL */} {/* NodeJS */} {/* C# */} {/* PHP */} {/* Java */} {/* neto */} {/* MySQL */} {/* Heroku */} @@ -215,14 +219,14 @@ const AboutPage = (props) => { {/* Discord */} {/* Twitch */} @@ -243,54 +247,44 @@ const AboutPage = (props) => { />
- - { Language.get("pages.about.platforms.footer") } - + + + { Language.get("pages.about.platforms.footer") } + +
- {/* Systems Admin */} -
+ {/* Existing Work */} +
+ {/* Title */} - - - - - - + - - { Language.get("pages.about.admin.heading") } - - { Language.get("pages.about.admin.paragraph") } + Some of my work + + Interested to see what I can do? Check out some of + my personal favourite projects! + - - -
- - {/* Media */} -
- - - - - + {/* Empty Space */ + + + +
+ + ); } diff --git a/public/styles/pages/_about-page.scss b/public/styles/pages/_about-page.scss index b627342..4f7c6d3 100644 --- a/public/styles/pages/_about-page.scss +++ b/public/styles/pages/_about-page.scss @@ -49,13 +49,9 @@ } - &-admin { + &-work { background-image: url('./../images/patterns/lemon-triangle.svg'); } - - &-media { - - } } &__brands { @@ -96,6 +92,7 @@ } } + /* Media Queries */ @include t-media-query($s-xsmall-up) { &__brands { &-brand { @@ -116,5 +113,4 @@ } } } - }