From 39680753947f51f6215779267aad3dfb16111634 Mon Sep 17 00:00:00 2001 From: Dominic Masters Date: Tue, 5 Jun 2018 08:17:56 +1000 Subject: [PATCH] Testing some designs --- public/App.jsx | 2 +- public/background/Background.jsx | 10 - public/footer/Footer.jsx | 3 + public/images/2400x1200.png | Bin 13501 -> 6453 bytes public/images/banners/homepage/palms.svg | 694 ++++++++++++++++ public/images/floppy.svg | 95 +++ public/images/hills.svg | 1 + public/images/pattern_poly.svg | 826 +++++++++++++++++++ public/input/Input.jsx | 5 +- public/page/PageBoundary.jsx | 6 +- public/page/contact/ContactPage.jsx | 23 +- public/page/home/Homepage.jsx | 6 +- public/section/layout/ClearSection.jsx | 31 + public/styles/components/_clear-section.scss | 13 + public/styles/components/_footer.scss | 17 +- public/styles/components/_page.scss | 5 + public/styles/index.scss | 2 + public/styles/objects/_background.scss | 25 - public/styles/objects/_navbar.scss | 4 +- public/styles/pages/_contact-page.scss | 23 + 20 files changed, 1730 insertions(+), 61 deletions(-) create mode 100644 public/images/banners/homepage/palms.svg create mode 100644 public/images/floppy.svg create mode 100644 public/images/hills.svg create mode 100644 public/images/pattern_poly.svg create mode 100644 public/section/layout/ClearSection.jsx create mode 100644 public/styles/components/_clear-section.scss create mode 100644 public/styles/pages/_contact-page.scss diff --git a/public/App.jsx b/public/App.jsx index 53aedd0..067f9c5 100644 --- a/public/App.jsx +++ b/public/App.jsx @@ -40,7 +40,7 @@ class App extends React.Component { return (
- +
diff --git a/public/background/Background.jsx b/public/background/Background.jsx index 2878d32..ef1a760 100644 --- a/public/background/Background.jsx +++ b/public/background/Background.jsx @@ -28,16 +28,6 @@ export default function(props) { let styleClassPrefix = "o-background--style-"+style; let inners = []; - if(style == "twilight") { - inners.push( - - ); - inners.push(
); - } - return (
diff --git a/public/footer/Footer.jsx b/public/footer/Footer.jsx index 146208b..d974bca 100644 --- a/public/footer/Footer.jsx +++ b/public/footer/Footer.jsx @@ -42,6 +42,9 @@ class Footer extends React.Component { render() { return (