From 7e183d2cbaffd95594c635647bea4e8af1bec41d Mon Sep 17 00:00:00 2001 From: jbleduigou Date: Tue, 11 May 2021 21:43:59 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20provide=20ability=20to=20show=20cer?= =?UTF-8?q?tification=20badges=20in=20about=20section?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: jbleduigou --- layouts/partials/misc/certifications.html | 8 ++++++++ layouts/partials/sections/about.html | 3 +++ 2 files changed, 11 insertions(+) create mode 100644 layouts/partials/misc/certifications.html diff --git a/layouts/partials/misc/certifications.html b/layouts/partials/misc/certifications.html new file mode 100644 index 0000000..f81f7a4 --- /dev/null +++ b/layouts/partials/misc/certifications.html @@ -0,0 +1,8 @@ +
+
+ + {{ .name }} + +
+
+ diff --git a/layouts/partials/sections/about.html b/layouts/partials/sections/about.html index 2999b99..c6a6ca8 100644 --- a/layouts/partials/sections/about.html +++ b/layouts/partials/sections/about.html @@ -48,6 +48,9 @@
+ {{ range .certifications }} + {{ partial "misc/certifications.html" . }} + {{ end }} {{ range .softSkills }} {{ partial "misc/soft-skills.html" . }} {{ end }}