Adding contact page.

This commit is contained in:
2018-05-13 14:44:00 +10:00
parent dd9ac5f2f0
commit 466bdee08c
9 changed files with 182 additions and 3 deletions

View File

@ -4,10 +4,31 @@ module.exports = {
"site": {
"name": "domsPlace"
},
"navbar": {
"home": "Home",
"about": "About",
"contact": "Contact"
},
"pages": {
"contact": {
"name": {
"label": "Name",
"placeholder": "Enter your name."
},
"email": {
"label": "Email Address",
"placeholder": "Enter your email address."
},
"message": {
"label": "Message",
"placeholder": "Enter your message."
},
"send": "Send"
}
}
}