
-
+
- + + + Jo@Wroten.me + + +
- + + + Resume + + +
- + + + Writing + + +
- + + + Instagram + + +
- + + + Unsplash + + +
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 @@ + 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 @@ - +