diff --git a/layouts/partials/sections/about.html b/layouts/partials/sections/about.html new file mode 100644 index 0000000..4cba260 --- /dev/null +++ b/layouts/partials/sections/about.html @@ -0,0 +1,70 @@ +{{ $sectionID := replace (lower .section.name) " " "-" }} +{{ if .section.id }} + {{ $sectionID = .section.id }} +{{ end }} + +{{ $author:= site.Data.author }} +{{ if (index site.Data site.Language.Lang).author }} + {{ $author = (index site.Data site.Language.Lang).author }} +{{ end }} + +
+
+ + + {{ if or (.softSkills) (.badges) }}
{{ else }}
{{ end }} +

{{ $author.name }}

+ {{ if .designation }} +
+ {{ .designation }} + {{ if .company }} + {{ i18n "at"}} {{ .company.name }} + {{ end }} +
+ {{ end }} +

+ {{ .summary | markdownify }} +

+
+ +
+ {{ if .resume }} + + {{ end }} + {{ range .resourceLinks }} + + {{ end }} +
+ +
+
+ {{ range .badges }} + {{ partial "misc/badge.html" . }} + {{ end }} + + + {{ range .softSkills }} + {{ partial "misc/soft-skills.html" . }} + {{ end }} +
+
+
+