Deploying to gh-pages from @ YourWishes/domsPlace@db73dfa11c 🚀

This commit is contained in:
2021-03-16 12:29:23 +00:00
parent cf1d9bbc1f
commit f2abe32044
2 changed files with 13 additions and 7 deletions

View File

@ -11,7 +11,7 @@
<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, maximum-scale=1.0, user-scalable=no" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<style type="text/css">/* Elements */
* {
@ -27,8 +27,11 @@ html,body {
font-family: monospace;
}
a { color: #00F; text-decoration: underline; }
a:visited,a:active { color: #C0F; }
a {
color: #56C0F1;
text-decoration: underline;
}
a:visited,a:active { color: #D84DAC; }
a:hover { text-decoration: none; }
@ -101,7 +104,7 @@ a:hover { text-decoration: none; }
<main class="c-main">
<section>
<h1>Dominic Masters</h1>
<h3>Developer, Nerd, Occasionally Funny.</h3>
<h2>Developer, Nerd, Occasionally Funny.</h2>
<p>
Australian nerd with a passion for all things computing, coffee and

View File

@ -11,7 +11,7 @@
<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, maximum-scale=1.0, user-scalable=no" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<style type="text/css">/* Elements */
* {
@ -27,8 +27,11 @@ html,body {
font-family: monospace;
}
a { color: #00F; text-decoration: underline; }
a:visited,a:active { color: #C0F; }
a {
color: #56C0F1;
text-decoration: underline;
}
a:visited,a:active { color: #D84DAC; }
a:hover { text-decoration: none; }