From 48117f0deaf318298947c9f5a6fe447572ba2353 Mon Sep 17 00:00:00 2001 From: Serghei Cebotari Date: Thu, 30 Nov 2023 00:06:46 +0300 Subject: Add education content --- layouts/partials/body/education.html | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) (limited to 'layouts/partials/body') diff --git a/layouts/partials/body/education.html b/layouts/partials/body/education.html index cacd0db..f32f6ba 100644 --- a/layouts/partials/body/education.html +++ b/layouts/partials/body/education.html @@ -1,23 +1,21 @@ +{{ with .Site.GetPage "/education" }}

Education

+ {{ range sort (.Pages) "Params.end_date" "desc" }} - - + + - + - - - - - - - - - + {{ end }} -
Southwestern UniversityGeorgetown, TX{{ .Title }}{{ with .Params.location}}{{ . }}{{ end }}
Bachelor of Arts in Computer Science, Minor in - Business + {{ with .Params.degree}}{{ . }}{{ end }} + + {{ with .Params.start_date }}{{ time.Format "Jan 2006" . }}{{ end }} – + {{ with .Params.end_date }}{{ time.Format "Jan 2006" . }}{{ else }}{{ "Present" }}{{ end }} Aug. 2018 – May 2021
Blinn CollegeBryan, TX
Associate’s in Liberal ArtsAug. 2014 – May 2018
\ No newline at end of file + +{{ end }} \ No newline at end of file -- cgit v1.2.3