diff --git a/.nvmrc b/.nvmrc
new file mode 100644
index 0000000..45a4fb7
--- /dev/null
+++ b/.nvmrc
@@ -0,0 +1 @@
+8
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/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
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 😉
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
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: