Added privacy policy page...

This commit is contained in:
2018-06-28 07:07:33 +10:00
parent 0599576c44
commit 4a2981cc37
6 changed files with 257 additions and 3 deletions

View File

@ -1,6 +1,8 @@
import React, { Fragment } from 'react';
import { LanguageTools } from './Language';
import Policy from './policy-english';
module.exports = {
"site": {
"name": "domsPlace"
@ -13,7 +15,9 @@ module.exports = {
},
"pages": {
"about": {
"title": "About Me",
"banner": {
"title": "About Dominic Masters",
"subtitle": "Developer, Nerd, Occasionally Funny."
@ -109,6 +113,7 @@ module.exports = {
},
"contact": {
"title": "Contact Me",
"name": {
"label": "Name",
"placeholder": "Enter your name."
@ -126,6 +131,12 @@ module.exports = {
"send": "Send",
"reset": "Reset"
},
"privacy": {
"title": "Privacy Policy",
"heading": "Privacy Policy",
"policy": Policy
}
},