diff --git a/src/assets/resume.pdf b/src/assets/resume.pdf new file mode 100644 index 0000000..eaeeb6e Binary files /dev/null and b/src/assets/resume.pdf differ diff --git a/src/assets/stylesheet.css b/src/assets/stylesheet.css index 16c9cb8..4cf0775 100644 --- a/src/assets/stylesheet.css +++ b/src/assets/stylesheet.css @@ -254,6 +254,51 @@ a { overflow: hidden; } +.popup { + position: fixed; + top: 0; + right: 0; + left: 0; + bottom: 0; + z-index: 10; + transform: translateX(-100vw); + opacity: 0; + transition: opacity .35s; +} +.popup.open { + transform: translateX(0); + opacity: 1; +} +#about { + background: linear-gradient(-20deg, rgba(251, 181, 217, 0) 50%, rgba(250, 206, 190, 1)), linear-gradient(20deg, #92E8FD, #FCBADB); +} +.about-close { + position: absolute; + top: 0; + right: 1rem; + color: white; +} +.about-image { + width: 185px; + margin: 1rem auto; + display: block; + border-radius: 50%; + box-shadow: 0 5px 15px rgba(0,0,0,.4); +} +.about-links { + list-style-type: none; + font-size: 2rem; + line-height: 4rem; +} +.about-links a { + text-decoration: none; + display: flex; + align-items: center; +} +.about-links svg { + margin-right: 1rem; +} + .footer { font-size: 75%; margin-top: 3rem; diff --git a/src/icons/close.svg b/src/icons/close.svg new file mode 100644 index 0000000..280c4d0 --- /dev/null +++ b/src/icons/close.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/email.svg b/src/icons/email.svg new file mode 100644 index 0000000..8c0134d --- /dev/null +++ b/src/icons/email.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/instagram.svg b/src/icons/instagram.svg new file mode 100644 index 0000000..d4ada7a --- /dev/null +++ b/src/icons/instagram.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/src/icons/unsplash.svg b/src/icons/unsplash.svg new file mode 100644 index 0000000..200f918 --- /dev/null +++ b/src/icons/unsplash.svg @@ -0,0 +1 @@ +Unsplashed logo: symbol of a camera diff --git a/src/icons/writing.svg b/src/icons/writing.svg new file mode 100644 index 0000000..a0fc0b0 --- /dev/null +++ b/src/icons/writing.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/templates/index.hbs b/src/templates/index.hbs index c18a678..e51f008 100644 --- a/src/templates/index.hbs +++ b/src/templates/index.hbs @@ -7,32 +7,35 @@ - +
- + + + About Jo Wroten
+

Canine pretending to be a web engineer

- Joe Wroten + Jo Wroten

- + diff --git a/src/templates/interior.hbs b/src/templates/interior.hbs index e370d9c..1aaf46a 100644 --- a/src/templates/interior.hbs +++ b/src/templates/interior.hbs @@ -8,7 +8,7 @@ - + @@ -21,8 +21,8 @@ - - About Joe Wroten + + About Jo Wroten
@@ -34,6 +34,9 @@
+
diff --git a/src/templates/partials/about.hbs b/src/templates/partials/about.hbs new file mode 100644 index 0000000..e8e8729 --- /dev/null +++ b/src/templates/partials/about.hbs @@ -0,0 +1,52 @@ + diff --git a/src/templates/partials/example.hbs b/src/templates/partials/example.hbs deleted file mode 100644 index 257cc56..0000000 --- a/src/templates/partials/example.hbs +++ /dev/null @@ -1 +0,0 @@ -foo diff --git a/src/templates/partials/footer.hbs b/src/templates/partials/footer.hbs index 5c36e0c..ec05aaa 100644 --- a/src/templates/partials/footer.hbs +++ b/src/templates/partials/footer.hbs @@ -1,5 +1,5 @@