From 23dac279632d35626cd2552dc617befedf82445c Mon Sep 17 00:00:00 2001 From: shockrah Date: Sun, 24 Oct 2021 19:41:36 -0700 Subject: [PATCH] + Responsive imge * Fade in for background * Better headline placement + Navbar ready for sections --- config.toml | 3 +- static/images/favicon.png | 3 + themes/resume/layouts/index.html | 40 +++++++----- themes/resume/layouts/partials/head.html | 1 + themes/resume/static/css/style.css | 80 ++++++++++-------------- 5 files changed, 64 insertions(+), 63 deletions(-) create mode 100644 static/images/favicon.png diff --git a/config.toml b/config.toml index 04d42e3..4f68d7d 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,5 @@ baseURL = "https://shockrah.gitlab.io" +title = "Hi I'm Shockrah" languageCode = "en-us" theme = "resume" @@ -8,7 +9,7 @@ unsafe= true [params] name = "Alejandro" - description = "A summary of my past and present works" + description = "I make candy and code" title = "My personal portfolio" author = "Alejandro Santillana" diff --git a/static/images/favicon.png b/static/images/favicon.png new file mode 100644 index 0000000..7f7ba29 --- /dev/null +++ b/static/images/favicon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65e3d28b356de7fe1e34bfef3bb6e7886f022dfb26a8ea03e67fef934c257da9 +size 38245 diff --git a/themes/resume/layouts/index.html b/themes/resume/layouts/index.html index 41a7208..3ce11a9 100644 --- a/themes/resume/layouts/index.html +++ b/themes/resume/layouts/index.html @@ -2,23 +2,31 @@ {{ partial "head.html" . }} -