From 48b9b6ce8a7d61c3aa94d10941601a57bdd73217 Mon Sep 17 00:00:00 2001 From: Serghei Cebotari Date: Sat, 2 Dec 2023 23:21:28 +0300 Subject: Update styles --- layouts/partials/sections/contacts.html | 4 ++-- layouts/partials/sections/education.html | 4 ++-- layouts/partials/sections/experience.html | 4 ++-- layouts/partials/sections/projects.html | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) (limited to 'layouts/partials/sections') diff --git a/layouts/partials/sections/contacts.html b/layouts/partials/sections/contacts.html index b87b8cb..7647243 100644 --- a/layouts/partials/sections/contacts.html +++ b/layouts/partials/sections/contacts.html @@ -1,6 +1,6 @@ -
+

{{ .Site.Params.Name }}

-
+
{{ with .Site.Params.Phone }} {{ . }} | {{ end }} diff --git a/layouts/partials/sections/education.html b/layouts/partials/sections/education.html index f32f6ba..4ea693d 100644 --- a/layouts/partials/sections/education.html +++ b/layouts/partials/sections/education.html @@ -5,12 +5,12 @@ {{ range sort (.Pages) "Params.end_date" "desc" }} {{ .Title }} - {{ with .Params.location}}{{ . }}{{ end }} + {{ with .Params.location}}{{ . }}{{ end }} {{ with .Params.degree}}{{ . }}{{ end }} - + {{ with .Params.start_date }}{{ time.Format "Jan 2006" . }}{{ end }} – {{ with .Params.end_date }}{{ time.Format "Jan 2006" . }}{{ else }}{{ "Present" }}{{ end }} diff --git a/layouts/partials/sections/experience.html b/layouts/partials/sections/experience.html index 5e25f37..c975051 100644 --- a/layouts/partials/sections/experience.html +++ b/layouts/partials/sections/experience.html @@ -5,14 +5,14 @@ {{ .Title }} - + {{ with .Params.start_date }}{{ time.Format "Jan 2006" . }}{{ end }} – {{ with .Params.end_date }}{{ time.Format "Jan 2006" . }}{{ else }}{{ "Present" }}{{ end }} {{with .Params.workplace}}{{ . }}{{ end }} - {{ with .Params.location}}{{ . }}{{ end }} + {{ with .Params.location}}{{ . }}{{ end }} diff --git a/layouts/partials/sections/projects.html b/layouts/partials/sections/projects.html index ab4b497..88cf5ea 100644 --- a/layouts/partials/sections/projects.html +++ b/layouts/partials/sections/projects.html @@ -7,7 +7,7 @@ {{ .Title }} | {{ range $i, $e := .Params.tags -}}{{- if $i -}}, {{ end -}}{{ . }}{{- end -}} - + {{ with .Params.start_date }}{{ time.Format "Jan 2006" . }}{{ end }} – {{ with .Params.end_date }}{{ time.Format "Jan 2006" . }}{{ else }}{{ "Present" }}{{ end }} -- cgit v1.2.3