From 93fa9dbfbc60b4f868ca8b32628221d662dbfb9a Mon Sep 17 00:00:00 2001 From: Eric Jinks Date: Thu, 2 Nov 2017 08:29:11 +1000 Subject: [PATCH 1/5] Add Kawaii to --- src/views/NoMatch.js | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/src/views/NoMatch.js b/src/views/NoMatch.js index 606eb8e..395788b 100644 --- a/src/views/NoMatch.js +++ b/src/views/NoMatch.js @@ -1,15 +1,25 @@ import React from 'react' import Helmet from 'react-helmet' +import { KawaiiPlanet } from 'react-kawaii' import Page from '../components/Page' import PageHeader from '../components/PageHeader' -import { Section, Container } from '../components/common' +import { Section, Container, Flex } from '../components/common' +import { color } from '../globalStyles' export default () => ( -
- -

404 – Page Not Found ⛈

+
+ + + + +

404 – Page Not Found

From 354ac0e586ccce714f3f31bdbccbb0a7c357b7c4 Mon Sep 17 00:00:00 2001 From: Eric Jinks Date: Thu, 2 Nov 2017 08:33:21 +1000 Subject: [PATCH 2/5] Add missing dep --- package.json | 1 + yarn.lock | 11 +++++++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1b3272d..e7e3435 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,7 @@ "react": "^16.0.0", "react-dom": "^16.0.0", "react-helmet": "^5.1.3", + "react-kawaii": "^0.1.6", "react-markdown": "^2.5.0", "react-router-dom": "^4.1.1", "react-snapshot": "^1.1.0", diff --git a/yarn.lock b/yarn.lock index 2fbe66c..5dd1894 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5533,7 +5533,7 @@ react-dev-utils@^4.2.1: strip-ansi "3.0.1" text-table "0.2.0" -react-dom@^15.3.0: +react-dom@^15.3.0, react-dom@^15.3.1: version "15.6.2" resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-15.6.2.tgz#41cfadf693b757faf2708443a1d1fd5a02bef730" dependencies: @@ -5564,6 +5564,13 @@ react-helmet@^5.1.3: prop-types "^15.5.4" react-side-effect "^1.1.0" +react-kawaii@^0.1.6: + version "0.1.6" + resolved "https://registry.yarnpkg.com/react-kawaii/-/react-kawaii-0.1.6.tgz#07008c37d4cbfc06af5c0581ed7c402fc00ef597" + dependencies: + react "^15.3.1" + react-dom "^15.3.1" + react-markdown@^2.5.0: version "2.5.0" resolved "https://registry.yarnpkg.com/react-markdown/-/react-markdown-2.5.0.tgz#b1c61904fee5895886803bd9df7db23c3dc3a89e" @@ -5659,7 +5666,7 @@ react-snapshot@^1.1.0: react "^15.3.0" react-dom "^15.3.0" -react@^15.3.0: +react@^15.3.0, react@^15.3.1: version "15.6.2" resolved "https://registry.yarnpkg.com/react/-/react-15.6.2.tgz#dba0434ab439cfe82f108f0f511663908179aa72" dependencies: From f73c74fc552f51b9092ecfa0252610c20c187469 Mon Sep 17 00:00:00 2001 From: Eric Jinks Date: Thu, 2 Nov 2017 08:35:28 +1000 Subject: [PATCH 3/5] Add .nvmrc --- .nvmrc | 1 + 1 file changed, 1 insertion(+) create mode 100644 .nvmrc diff --git a/.nvmrc b/.nvmrc new file mode 100644 index 0000000..45a4fb7 --- /dev/null +++ b/.nvmrc @@ -0,0 +1 @@ +8 From 86c95daa759ccefb07357856af60e287475699a9 Mon Sep 17 00:00:00 2001 From: Eric Jinks Date: Thu, 2 Nov 2017 08:36:56 +1000 Subject: [PATCH 4/5] Fix Typo --- src/views/Contact.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Contact.js b/src/views/Contact.js index 89cafe5..e34a9c9 100644 --- a/src/views/Contact.js +++ b/src/views/Contact.js @@ -33,7 +33,7 @@ export default ({ title }) => ( Note: these will only work when deployed on Netlify
- Also, these forms is active and I will receive submissions 😉 + Also, they are active and I will receive submissions 😉
From 09ab04fb491b5dc68b5b6f874d04db6510fd475d Mon Sep 17 00:00:00 2001 From: Eric Jinks Date: Fri, 3 Nov 2017 14:43:12 +1000 Subject: [PATCH 5/5] Add HSTS --- public/_headers | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 public/_headers diff --git a/public/_headers b/public/_headers new file mode 100644 index 0000000..bbaa003 --- /dev/null +++ b/public/_headers @@ -0,0 +1,2 @@ +/* + Strict-Transport-Security: max-age=63072000; includeSubDomains; preload