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" }}
-
-
-{{ 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"}}
-
-
-{{ 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%);
}