2018-03-12 12:27:00 +11:00

174 lines
5.5 KiB
JavaScript

import React from 'react';
module.exports = {
"about": {
"titles": {
"me": "About Me",
"programming": "Programming",
"apis": "APIs, Libraries, Tools and Platforms"
},
"descriptions": {
"welcome": "Hello! My name is Dominic \"YourWishes\" Masters, and welcome to my little place on the web!",
"me": "I am a 23 year old programmer from Sydney, Australia. I have " +
"been programming , and generally working with computers and other " +
"technology for as long as I can remember.",
"programming": "Programming is my passion, and I continue to develop my " +
"skillset every day. I am fluent in many computing technologies and "+
"languages. Below are just some of the languages I'm fluent in."
},
"C#": {
"name": "C#",
"description": "I have been working with C# since late 2012, starting " +
"with libraries like XNA and .NET."
},
"Java": {
"name": "Java",
"description": "I have been using Java since late 2011 as an introduction " +
"into OOP and Desktop Software writing."
},
"Javascript": {
"name": "Javascript",
"description": "I have been using Javascript for various projects since " +
"around 2009."
},
"HTML": {
"name": "HTML/CSS",
"description": "I have been using and playing with HTML for websites since " +
"around 2006 as one of my first steps into programming."
},
"PHP": {
"name": "PHP",
"description": "I have been using PHP as a server language since 2011, " +
"although lately I tend to favour libraries such as node for this."
},
"VB": {
"name": "VB",
"description": "While an underappreciated language I have used VB for " +
"university projects and system scripting since 2010."
},
"SQL": {
"name": "SQL",
"description": "I have used SQL Servers for various projects since 2011 " +
"mostly with MySQL or PGSQL."
},
"Lua": {
"name": "Lua",
"description": "While rarely used anymore I have used Lua for scripting " +
"and game development since late 2009."
},
"ActionScript": {
"name": "ActionScript",
"description": "My first taste of programming, I have been using ActionScript " +
"in all it's flavours since early 2005, starting with some Flash Animations and " +
"developing into game programming."
},
"Ruby": {
"name": "Ruby",
"description": "Not one of my strongest languages, I have used Ruby for "+
"Shopify, an eCommerce platform since 2017."
},
"Python": {
"name": "Python",
"description": "Another language I'm not super fluent in, however I have "+
"used it for scripts and for personal projects since 2015."
},
"GL": {
"name": "GL",
"description": "I have been working with various Graphics Libaries, incuding "+
"OpenGL, LWJGL, JOGL, XNA, MonoGame, Unity C#, WebGL and Playstation " +
"Mobile SDK in various forms since early 2009."
},
"Node": {
"name": "Node",
"description": "I write software, servers and scripts in Node, it is " +
"becoming my most used platform to develop for. I have been using Node " +
" since early 2014."
},
"React": {
"name": "React & Redux",
"description": "Since 2015 I have been writing apps using the React, " +
"Redux and JSX frameworks."
},
"Shopify": {
"name": "Shopify",
"description": "I have been working with Shopify as part of my daily job " +
"since October of 2017. Utilizing Shopify's Liquid Markup, as well as " +
"the Shopify API's for app development."
},
"neto": {
"name": "neto",
"description": "I have worked with the neto eCommerce platform since mid "+
"2015, as well as their b@se templating language."
},
"jQuery": {
"name": "jQuery",
"description": "Many websites I have developed have utilized the jQuery " +
"library, since late 2009. Despite is fading popularity I still use it " +
"from time to time, however tend to drop it in favour of native JS."
},
"NodeCG": {
"name": "NodeCG",
"description": "Being an avid content creator for livestreams and videos, " +
"I have extensive experince with the NodeCG Stream Graphics Library."
},
"PhoneGap": {
"name": "PhoneGap/Cordova",
"description": "I have written ReactJS apps for mobile devices using Adobe's " +
"PhoneGap tools built ontop of Apache's Cordova software."
},
"Other": {
"name": "Other Tools",
"description": "SCSS, LESS, JOGL, Webpack, Express, Babel, Grunt, JSON, " +
"XML, YML, Typescript, ECMAScript, FFMPEG, Google API, Heroku, YouTube, " +
"Twitch.TV, OAUTH2, VirtueMart, Joomla, WordPress, Craft CMS, opus, " +
"SourceMod, Twitter Bootstrap, Bukkit, BTC Markets, ITCSS, BEM, " +
"ionic, PHPBB, Xenforo, WebSockets, Twitter, Facebook, Instagram, " +
"eBay, PayPal & more."
}
},
"contact": {
"form": {
"title": "Contact",
"info": "Want to contact me and other lorem ipsum dolor sit amet.",
"name": {
"label": "Name",
"placeholder": "Enter your name."
},
"email": {
"label": "Email",
"placeholder": "Enter your email address.",
},
"message": {
"label": "Message",
"placeholder": "Enter your message here."
},
"submit": "Send"
}
}
}