diff --git a/src/assets/stylesheet.css b/src/assets/stylesheet.css index 55ff1c4..02929c3 100644 --- a/src/assets/stylesheet.css +++ b/src/assets/stylesheet.css @@ -7,7 +7,7 @@ html, body { } svg { - fill: white; + fill: currentColor; max-width: 100%; max-height: 100%; height: 1em; @@ -81,6 +81,32 @@ a { background: #F0FFED; } +.index-top { + color: #5B7189; + margin-bottom: 2.5rem; +} + +.index-top-info { + display: flex; +} + +.index-top em { + color: #B8CCE3; + font-style: normal; +} + +.index .name { + font-size: 20px; + flex-grow: 1; +} + +.index .intro { + font-size: 59px; + line-height: 45px; + margin-bottom: 5px; + text-transform: uppercase; +} + .index .tag { margin-bottom: 1rem; } diff --git a/src/icons/resume.svg b/src/icons/resume.svg new file mode 100644 index 0000000..5a360da --- /dev/null +++ b/src/icons/resume.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/templates/index.hbs b/src/templates/index.hbs index cc2028a..548cb7c 100644 --- a/src/templates/index.hbs +++ b/src/templates/index.hbs @@ -13,6 +13,29 @@ +
+ +
+
+

+ Canine pretending to be a web engineer +

+
+

+ Joe Wroten +

+
+ + + + + + Resume + + +
+
+