Updated the site styling to be a bit easier ont he eyes.

This commit is contained in:
2021-09-01 18:16:29 -07:00
parent 51dfc3484c
commit ad86009756
3 changed files with 525 additions and 2 deletions

226
dist/index.html vendored Normal file
View File

@ -0,0 +1,226 @@
<!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 ~ 2021 - 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>

295
dist/privacy.html vendored Normal file
View File

@ -0,0 +1,295 @@
<!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">
<h1>Privacy Policy</h1>
<p>Effective date: June 27, 2018</p>
<p>
domsPlace ("us", "we", or "our") operates
the <a href="//domsplace.com">https://domsplace.com</a> website (the
"Service").
</p>
<p>
This page informs you of our policies regarding the collection, use, and
disclosure of personal data when you use our Service and the choices you
have associated with that data.
</p>
<p>
We use your data to provide and improve the Service. By using the
Service, you agree to the collection and use of information in
accordance with this policy. Unless otherwise defined in this Privacy
Policy, terms used in this Privacy Policy have the same meanings as in
our Terms and Conditions, accessible from <a href="//domsplace.com">
https://domsplace.com
</a>
</p>
<div class="o-break"></div>
<h2>Information Collection And Use</h2>
<p>
We collect several different types of information for various purposes
to provide and improve our Service to you.
</p>
<h3>Types of Data Collected</h3>
<h4>Personal Data</h4>
<p>
While using our Service, we may ask you to provide us with certain
personally identifiable information that can be used to contact or
identify you ("Personal Data"). Personally identifiable information may
include, but is not limited to:
</p>
<ul>
<li>Email address</li>
<li>First name and last name</li>
<li>Phone number</li>
<li>Cookies and Usage Data</li>
</ul>
<h4>Usage Data</h4>
<p>
We may also collect information how the Service is accessed and used =
("Usage Data"). This Usage Data may include information such as your
computer's Internet Protocol address (e.g. IP address), browser type,
browser version, the pages of our Service that you visit, the time and
date of your visit, the time spent on those pages, unique device
identifiers and other diagnostic data.
</p>
<h4>Tracking & Cookies Data</h4>
<p>
We use cookies and similar tracking technologies to track the activity
on our Service and hold certain information.
</p>
<p>
Cookies are files with small amount of data which may include an
anonymous unique identifier. Cookies are sent to your browser from a
website and stored on your device. Tracking technologies also used are
beacons, tags, and scripts to collect and track information and to
improve and analyze our Service.
</p>
<p>
You can instruct your browser to refuse all cookies or to indicate when
a cookie is being sent. However, if you do not accept cookies, you may
not be able to use some portions of our Service.
</p>
<p>Examples of Cookies we use:</p>
<ul>
<li><strong>Session Cookies.</strong> We use Session Cookies to operate our Service.</li>
<li><strong>Preference Cookies.</strong> We use Preference Cookies to remember your preferences and various settings.</li>
<li><strong>Security Cookies.</strong> We use Security Cookies for security purposes.</li>
</ul>
<div class="o-break"></div>
<h2>Use of Data</h2>
<p>domsPlace uses the collected data for various purposes:</p>
<ul>
<li>To provide and maintain the Service</li>
<li>To notify you about changes to our Service</li>
<li>To allow you to participate in interactive features of our Service when you choose to do so</li>
<li>To provide customer care and support</li>
<li>To provide analysis or valuable information so that we can improve the Service</li>
<li>To monitor the usage of the Service</li>
<li>To detect, prevent and address technical issues</li>
</ul>
<div class="o-break"></div>
<h2>Transfer Of Data</h2>
<p>Your information, including Personal Data, may be transferred to — and maintained on — computers located outside of your state, province, country or other governmental jurisdiction where the data protection laws may differ than those from your jurisdiction.</p>
<p>If you are located outside Australia and choose to provide information to us, please note that we transfer the data, including Personal Data, to Australia and process it there.</p>
<p>Your consent to this Privacy Policy followed by your submission of such information represents your agreement to that transfer.</p>
<p>domsPlace will take all steps reasonably necessary to ensure that your data is treated securely and in accordance with this Privacy Policy and no transfer of your Personal Data will take place to an organization or a country unless there are adequate controls in place including the security of your data and other personal information.</p>
<div class="o-break"></div>
<h2>Disclosure Of Data</h2>
<h3>Legal Requirements</h3>
<p>domsPlace may disclose your Personal Data in the good faith belief that such action is necessary to:</p>
<ul>
<li>To comply with a legal obligation</li>
<li>To protect and defend the rights or property of domsPlace</li>
<li>To prevent or investigate possible wrongdoing in connection with the Service</li>
<li>To protect the personal safety of users of the Service or the public</li>
<li>To protect against legal liability</li>
</ul>
<div class="o-break"></div>
<h2>Security Of Data</h2>
<p>The security of your data is important to us, but remember that no method of transmission over the Internet, or method of electronic storage is 100% secure. While we strive to use commercially acceptable means to protect your Personal Data, we cannot guarantee its absolute security.</p>
<div class="o-break"></div>
<h2>Service Providers</h2>
<p>We may employ third party companies and individuals to facilitate our Service ("Service Providers"), to provide the Service on our behalf, to perform Service-related services or to assist us in analyzing how our Service is used.</p>
<p>These third parties have access to your Personal Data only to perform these tasks on our behalf and are obligated not to disclose or use it for any other purpose.</p>
<h3>Analytics</h3>
<p>We may use third-party Service Providers to monitor and analyze the use of our Service.</p>
<ul>
<li>
<p><strong>Google Analytics</strong></p>
<p>Google Analytics is a web analytics service offered by Google that tracks and reports website traffic. Google uses the data collected to track and monitor the use of our Service. This data is shared with other Google services. Google may use the collected data to contextualize and personalize the ads of its own advertising network.</p>
<p>You can opt-out of having made your activity on the Service available to Google Analytics by installing the Google Analytics opt-out browser add-on. The add-on prevents the Google Analytics JavaScript (ga.js, analytics.js, and dc.js) from sharing information with Google Analytics about visits activity.</p>
<p>For more information on the privacy practices of Google, please visit the Google Privacy & Terms web page: <a href="https://policies.google.com/privacy?hl=en" target="_blank" rel="noopener">https://policies.google.com/privacy?hl=en</a>
</p>
</li>
</ul>
<div class="o-break"></div>
<h2>Links To Other Sites</h2>
<p>Our Service may contain links to other sites that are not operated by us. If you click on a third party link, you will be directed to that third party's site. We strongly advise you to review the Privacy Policy of every site you visit.</p>
<p>We have no control over and assume no responsibility for the content, privacy policies or practices of any third party sites or services.</p>
<div class="o-break"></div>
<h2>Children's Privacy</h2>
<p>Our Service does not address anyone under the age of 18 ("Children").</p>
<p>We do not knowingly collect personally identifiable information from anyone under the age of 18. If you are a parent or guardian and you are aware that your Children has provided us with Personal Data, please contact us. If we become aware that we have collected Personal Data from children without verification of parental consent, we take steps to remove that information from our servers.</p>
<div class="o-break"></div>
<h2>Changes To This Privacy Policy</h2>
<p>We may update our Privacy Policy from time to time. We will notify you of any changes by posting the new Privacy Policy on this page.</p>
<p>We will let you know via email and/or a prominent notice on our Service, prior to the change becoming effective and update the "effective date" at the top of this Privacy Policy.</p>
<p>You are advised to review this Privacy Policy periodically for any changes. Changes to this Privacy Policy are effective when they are posted on this page.</p>
</main>
<footer class="c-footer">
<p>2012 ~ 2021 - 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>

View File

@ -7,9 +7,11 @@ html,body {
margin: 0; margin: 0;
padding: 0; padding: 0;
font-size: 16px; font-size: 16px;
line-height: 1.6;
background: #000; background: #000;
color: #FFF; color: #DDD;
font-family: monospace; font-family: Arial, Helvetica, sans-serif;
} }
a { a {