import React, { Fragment } from 'react'; import { LanguageTools } from './Language'; import Policy from './policy-english'; export default { "site": { "name": "domsPlace", "title": "domsPlace - Personal Site of Dominic Masters", "titleTemplate": "%s - domsPlace" }, "navbar": { "home": "Home", "blog": "Blog", "contact": "Contact" }, "footer": { "links": { "home": "Home", "contact": "Contact Me", "privacy": "Privacy Policy" } }, "blog": { "article": { "readMore": "Read More" } }, "pages": { "home": { "banner": { "title": "About Dominic Masters", "subtitle": "Developer, Nerd, Occasionally Funny." }, "video": { "heading": "Learn about me", "paragraph": "Watch this short video about me, made by.. me!" }, "programming": { "heading": "Programmer", "paragraph": () => { return (

I am a programmer, it's my job, as well as my passion. I have been doing programming in some form for as long as I can remember, and continue to learn and enhance my knowledge in the field.

With over { new Date().getFullYear() - 2004 } years of experience, and countless lines of code written, there isn't much I can't develop. Whether you're looking to build a web project, create a game engine, convert data from one format to another, or maintain an old legacy system, I can do it all.

); } }, "platforms": { "heading": "Platforms I work with", "footer": "... And many more!", "shopify": "Shopify", "react": "React", "monogame": "MonoGame", "nodejs": "NodeJS", "csharp": "C#", "php": "PHP", "java": "Java", "neto": "neto", "pgsql": "PostgreSQL", "mysql": "MySQL", "heroku": "Heroku", "opengl": "OpenGL", "discord": "Discord", "twitch": "Twitch", "twitter": "Twitter", "googlecloud": "Google Cloud Platform" }, "work": { "heading": "Some of my work", "paragraph": "Interested to see what I can do? Check out some of my personal favourite projects that I have built!", "kopa": { "heading": "KOPA Life", "description": () => { return (

KOPA Life is a modern modular furniture designer in Australia. Since 2016 they have created many modern design pieces, including their signature KUBE, a modular couch available in removable and attachable components.

The website features a modern minimalistic design, with a focus on great imagery, and a fully fledged in-site 3D Couch builder, which allows you to design your perfect couch and hit one button to purchase the couch you've designed.

I built this website using the Shopify Slate framework, as well as an internal custom framework I built while working at Process Creative

); } }, "smai": { "heading": "SMAI", "description": () => { return (

Sport Master Athletics International (SMAI) are producers and sellers of athletic and martial art goods. They have been operating since 1985 and have grown to now sell over 3000 different products.

I have worked on both their front-end website and design, as well as creating many custom integrations, and primarily an integration with the StarTrack courier service to offer live rates for their website shipping. This project was completed while I was working at Process Creative

); } }, "cocksox": { "heading": "Cocksox", "description": () => { return (

Cocksox is a male fashion focused underwear company, with a sexy product requiring an equally sexy site to boast its pride.

Requiring a strong and versitile mobile browsing experience, as well as many fast and easy to use filtering systems to help search through their range to find the perfect fit for each pair of underpants. I built on Shopify while working at Process Creative

); } }, "ozhair": { "heading": "Oz Hair & Beauty", "description": () => { return (

Oz Hair and Beauty is an online hair and beauty retail store from Sydney, Australia with a focus on selling the best brands at an affordable price.

With a large inventory and constantly changing marketing campaigns, the website was built by to be fast, easily filtered and searched, and flexible enough to feature any single group of products at a given time. This was another project I worked on while performing my daily job at Process Creative

); } }, "footer": "Want to get in touch?", "footerButton": "Contact Me" } }, "contact": { "title": "Contact Me", "heading": "Contact Me", "paragraph": "\ Want to get in touch with me? Fill out this easy form and I should be \ in touch shortly to chat! More of a phone person? Leave a number \ and we can chat.\ ", "name": { "label": "Name", "placeholder": "Enter your name." }, "email": { "label": "Email Address", "placeholder": "Email Address." }, "message": { "label": "Message", "placeholder": "Message." }, "send": "Send", "reset": "Reset", "error": "An error has occured!", "success": { "heading": "Message sent!", "paragraph": "Your email was sent! I should respond shortly, thanks for your patience!" } }, "privacy": { "title": "Privacy Policy", "heading": "Privacy Policy", "policy": Policy }, "error": { "title": "Uh-Oh!", "body": "An error occured! Try again later." }, "loading": { "title": "Please Wait..." }, "blog": { "title": "Blog" } }, "modal": { "close": "Close" }, "window": { "address": "Address:" } }