Deploying to gh-pages from @ YourWishes/domsPlace@db73dfa11c 🚀
This commit is contained in:
11
index.html
11
index.html
@ -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
|
||||
|
@ -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; }
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user