From d76cae659f419f62175a6f657b4d0dd06feaf671 Mon Sep 17 00:00:00 2001 From: shockrah Date: Wed, 20 Sep 2023 00:06:46 -0700 Subject: [PATCH] Revamping socials and stuff --- .../temper/layouts/partials/education.html | 22 ------------------- .../temper/layouts/partials/experience.html | 18 --------------- .../temper/layouts/partials/socials.html | 15 +++---------- main-site/themes/temper/static/css/style.css | 2 +- 4 files changed, 4 insertions(+), 53 deletions(-) delete mode 100644 main-site/themes/temper/layouts/partials/education.html delete mode 100644 main-site/themes/temper/layouts/partials/experience.html diff --git a/main-site/themes/temper/layouts/partials/education.html b/main-site/themes/temper/layouts/partials/education.html deleted file mode 100644 index 733109c..0000000 --- a/main-site/themes/temper/layouts/partials/education.html +++ /dev/null @@ -1,22 +0,0 @@ -{{ with .Site.GetPage "/education" }} -

{{.Title}}

-
- -
-{{ end }} - diff --git a/main-site/themes/temper/layouts/partials/experience.html b/main-site/themes/temper/layouts/partials/experience.html deleted file mode 100644 index b71b407..0000000 --- a/main-site/themes/temper/layouts/partials/experience.html +++ /dev/null @@ -1,18 +0,0 @@ -{{ with .Site.GetPage "/experience"}} -

{{.Title}}

-
- -
-{{ end }} diff --git a/main-site/themes/temper/layouts/partials/socials.html b/main-site/themes/temper/layouts/partials/socials.html index a46dbb5..899eec0 100644 --- a/main-site/themes/temper/layouts/partials/socials.html +++ b/main-site/themes/temper/layouts/partials/socials.html @@ -1,21 +1,12 @@ -{{ if .Site.Params.Gitlab }} -{{ end }} -{{ if .Site.Params.Linkedin }} - - - -{{ end }} -{{ if .Site.Params.Twitch }} -{{ end }} -{{ if .Site.Params.Mastodon }} -{{ end }} - + + + diff --git a/main-site/themes/temper/static/css/style.css b/main-site/themes/temper/static/css/style.css index 043570d..b792b51 100644 --- a/main-site/themes/temper/static/css/style.css +++ b/main-site/themes/temper/static/css/style.css @@ -67,7 +67,7 @@ html { .headline { position: absolute; - bottom: 10%; + top: 10%; left: 50%; transform: translate(-50%, -50%); }