domsPlace/index.html

226 lines
5.3 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<!--
Copyright (c) 2021 Dominic Masters
This software is released under the MIT License.
https://opensource.org/licenses/MIT
-->
<head>
<title>domsPlace, Personal Website of Technical Lead Dominic Masters</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Personal website of Technical Lead, Dominic Masters, eCommerce Senior Full-Stack Developer using modern web technologies.">
<style type="text/css">/* Elements */
* {
box-sizing: border-box;
}
html,body {
margin: 0;
padding: 0;
font-size: 16px;
line-height: 1.6;
background: #000;
color: #DDD;
font-family: Arial, Helvetica, sans-serif;
}
a {
color: #56C0F1;
text-decoration: underline;
}
a:visited,a:active { color: #D84DAC; }
a:hover { text-decoration: none; }
/* Objects */
.o-break {
padding: 3rem 0;
}
/* Components */
.c-header {
text-align: center;
padding: 4rem 1rem;
font-weight: bold;
max-width: 800px;
margin: auto;
}
.c-header__title {
font-size: 1.5rem;
}
.c-header__title-link {
color: inherit;
text-decoration: none;
}
.c-header__title-link:visited,.c-header__title-link:active {
color: inherit;
}
.c-header__subtitle {
font-style: italic;
}
.c-main {
max-width: 800px;
margin: auto;
padding: 0 1em;
}
.c-footer {
text-align: center;
padding: 12rem 1rem 10rem;
font-weight: bold;
max-width: 800px;
margin: auto;
}
.c-footer__link + .c-footer__link {
margin-left: 0.5rem;
}
</style>
</head>
<body>
<header class="c-header">
<p class="c-header__title">
<a href="/" class="c-header__title-link">
domsPlace, Personal website of Dominic Masters.
</a>
</p>
<p class="c-header__subtitle">
Wow, I can't believe it's not React!
</p>
</header>
<main class="c-main">
<section>
<h1>Dominic Masters</h1>
<h2>Developer, Nerd, Occasionally Funny.</h2>
<p>
Australian-American nerd with a passion for all things computing, coffee and
video games. Currently residing in Los Angeles, California.
</p>
<p>
Programming since before the internet was cool.
</p>
</section>
<div class="o-break"></div>
<section>
<h2>Programming Technical Lead</h2>
<p>
I am a programmer born and bred. Developing since I was old enough to
type on a keyboard and continue to refine my skills more and more
every day. Backed by 14 years of experience and countless lines of code
committed.
</p>
<p>
Background with more anagrams than a bureaucrat, here are some of the
highlights only;
<ul>
<li>eCommerce ( Shopify, Magento, WooCommerce, neto )</li>
<li>Traditional Web ( HTML, CSS, JS )</li>
<li>Modern Web ( ES6, TS, GraphQL )</li>
<li>Server Side ( NodeJS, PHP, .NET )</li>
<li>Client Side ( C/C++, Java )</li>
<li>Database Side ( SQL, NoSQL )</li>
<li>Frameworks ( React, Web Components )</li>
<li>Antiques ( Lua, jQuery, SOAPXML )</li>
<li>Flashy ( OpenGL, Vulkan, Unity )</li>
<li>Boring ( Google Data Studio )</li>
<li>Servers ( AWS, CloudFlare, Heroku, Azure )</li>
<li>Every "API"</li>
<li>Ask me for a comprehensive list.</li>
</ul>
</p>
</section>
<div class="o-break"></div>
<section>
<h2>Shopify Expert</h2>
<p>
I'm currently working full-time as a Technical Lead working with the
Shopify Plus platform. I have been working with the platform
every day for over 4 years, and enjoy working with it immensely.
</p>
<p>
Working with Liquid, REST and GraphQL App Development and general
Shopify consulting. I have had the privilage of working with countless
Shopify Plus clients.
</p>
<p>
Despite Shopify's reputation, I have been able to make it do tricks
thought impossible. I find working with Shopify's unique quirks very
rewarding, and continuously find ways to surprise everyone, including
myself.
</p>
</section>
<div class="o-break"></div>
<section>
<h2>Personal</h2>
<p>
I spend most of my spare time considering programming concepts, and
take a very pragmatic approach to planning software development. I
enjoy unpacking what programming itself means and entails to come up
with new paradigms to use in my job.
</p>
<p>
I also have an appreciation for the raw power of technology and making
something beautiful and intricate out of the minimal amount of tools.
Hence this website appearing so basic.
</p>
<p>
I also enjoy video games and antique electronics. I still own four old
CRT Monitors that I love and use as my primary video game displays.
</p>
</section>
<div class="o-break"></div>
<section>
<h2>Social</h2>
<p>
I don't do social media often, however you can find me below.
For business enquiries contact I suggest LinkedIn.
</p>
<p><a href="//www.linkedin.com/in/dominic-masters-86732678/">LinkedIn</a></p>
<p><a href="//github.com/YourWishes">GitHub</a></p>
</section>
</main>
<footer class="c-footer">
<p>2012 ~ 2022 - Dominic Masters</p>
<p>
<a href="/" class="c-footer__link">Home</a>
<a href="/privacy" class="c-footer__link">Privacy Policy</a>
</p>
</footer>
</body>
</html>