From 11e3d60859eca276240b2e73fea76b4b88f678e6 Mon Sep 17 00:00:00 2001 From: Dominic Masters Date: Mon, 28 May 2018 01:17:05 +1000 Subject: [PATCH] Tesitng a new backgroud design --- public/background/Background.jsx | 6 + public/footer/Footer.jsx | 17 +- public/images/2400x1200.png | Bin 0 -> 13501 bytes public/images/palm.svg | 466 +++++++++++++++++++++++++ public/page/home/Homepage.jsx | 5 +- public/section/image/ImageSection.jsx | 4 +- public/styles/components/_footer.scss | 21 +- public/styles/index.scss | 1 + public/styles/objects/_app.scss | 2 +- public/styles/objects/_background.scss | 12 +- public/styles/objects/_navbar.scss | 2 +- public/styles/tools/_box-shadow.scss | 8 + 12 files changed, 521 insertions(+), 23 deletions(-) create mode 100644 public/images/2400x1200.png create mode 100644 public/images/palm.svg diff --git a/public/background/Background.jsx b/public/background/Background.jsx index 4cba093..2878d32 100644 --- a/public/background/Background.jsx +++ b/public/background/Background.jsx @@ -29,6 +29,12 @@ export default function(props) { let inners = []; if(style == "twilight") { + inners.push( + + ); inners.push(
); } diff --git a/public/footer/Footer.jsx b/public/footer/Footer.jsx index fc996b2..146208b 100644 --- a/public/footer/Footer.jsx +++ b/public/footer/Footer.jsx @@ -26,7 +26,11 @@ import { PageBoundary } from './../page/Page'; const FooterLink = function(props) { return ( - Link + + + Link + + ); } @@ -40,15 +44,18 @@ class Footer extends React.Component {