From 6e41689c068b96cc1b853ec6110838fbb2c68cc4 Mon Sep 17 00:00:00 2001 From: Reyhan Date: Mon, 18 Oct 2021 23:46:10 +0530 Subject: [PATCH] Fixed section landing position on navigation #154 (#436) * Fixed alignment issue in tables under education(#233) * Fixed section landing position on navigation Co-authored-by: Emruz Hossain --- layouts/partials/sections/accomplishments.html | 5 +++-- layouts/partials/sections/achievements.html | 5 +++-- layouts/partials/sections/education.html | 5 +++-- layouts/partials/sections/experiences.html | 8 +++++--- layouts/partials/sections/recent-posts.html | 5 +++-- layouts/partials/sections/skills.html | 5 +++-- static/css/sections/accomplishments.css | 6 ++++++ static/css/sections/achievements.css | 6 ++++++ static/css/sections/education.css | 6 ++++++ static/css/sections/experiences.css | 6 ++++++ static/css/sections/recent-posts.css | 6 ++++++ static/css/sections/skills.css | 6 ++++++ 12 files changed, 56 insertions(+), 13 deletions(-) diff --git a/layouts/partials/sections/accomplishments.html b/layouts/partials/sections/accomplishments.html index 9024222..8dee8a6 100644 --- a/layouts/partials/sections/accomplishments.html +++ b/layouts/partials/sections/accomplishments.html @@ -3,9 +3,10 @@ {{ $sectionID = .section.id }} {{ end }} -
+
{{ if not (.section.hideTitle) }} -

{{ .section.name }}

+

+ {{ .section.name }}

{{ end }}
diff --git a/layouts/partials/sections/achievements.html b/layouts/partials/sections/achievements.html index 9744fc7..927fdc8 100644 --- a/layouts/partials/sections/achievements.html +++ b/layouts/partials/sections/achievements.html @@ -3,9 +3,10 @@ {{ $sectionID = .section.id }} {{ end }} -
+
{{ if not (.section.hideTitle) }} -

{{ .section.name }}

+

+ {{ .section.name }}

{{ end }}