2019-11-06 16:18:55 +00:00
|
|
|
|
2019-11-03 18:18:08 +00:00
|
|
|
<aside class="resume-aside col-12 col-lg-4 col-xl-3 px-lg-4 pb-lg-4">
|
|
|
|
|
|
|
|
|
|
|
|
{{ if .Site.Params.education.enable }}
|
|
|
|
{{ partial "education.html" . }}
|
|
|
|
{{ end }}
|
|
|
|
|
|
|
|
{{ if .Site.Params.awards.enable }}
|
|
|
|
{{ partial "awards.html" . }}
|
|
|
|
{{ end }}
|
|
|
|
|
2019-11-03 22:55:39 +00:00
|
|
|
{{ if .Site.Params.skills.enable }}
|
|
|
|
{{ partial "skills.html" . }}
|
|
|
|
{{ end }}
|
|
|
|
|
2019-11-03 18:18:08 +00:00
|
|
|
{{ if .Site.Params.languages.enable }}
|
|
|
|
{{ partial "languages.html" . }}
|
|
|
|
{{ end }}
|
|
|
|
|
|
|
|
{{ if .Site.Params.interests.enable }}
|
|
|
|
{{ partial "interests.html" . }}
|
|
|
|
{{ end }}
|
|
|
|
|
|
|
|
</aside><!--//resume-aside-->
|