diff --git a/index-mobile.html b/index-mobile.html index 285b32c..2fb76c9 100644 --- a/index-mobile.html +++ b/index-mobile.html @@ -1,12 +1,41 @@ - Greg Shuflin - Software Developer + Greg Shuflin — Software Developer +
+
+

Greg Shuflin — Software Developer

+
+ +
+

SSH public key: + ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBYZzw9jdXezBuENVPZ+p3FipNN2gT9BUo7nlCTIqLhE +

+
+
+ Self-photo +
+
+
diff --git a/style-mobile.css b/style-mobile.css index e69de29..3869ca1 100644 --- a/style-mobile.css +++ b/style-mobile.css @@ -0,0 +1,54 @@ +* { + padding: 0; + margin: 0; + box-sizing: border-box; +} + +body { + background-color:#2B2B4D; + color: white; + font-family: "Fira Sans", sans-serif; + display: flex; + flex-wrap: wrap; + justify-content: center; +} + +header { + text-align: center; + width:100%; +} +header .links { + width: 80%; + text-align: start; + padding-left: 10%; + padding-top: 1em; +} + +a { + color: #f74848; + font-weight:bolder; +} +a:visited { + color:#f74848; +} +a.codeLink { + color:#31E631; + font-weight:normal; +} +a.emailLink { + color:#31E631; + font-family: "monospace"; + text-decoration: none; +} + +.photo img { + width: 100%; + +} + +/* Desktop */ +@media only screen and (min-width: 961px) { + + +} +