Support adding verifiable Certification
badges in about section (#307)
* Fix link to email address See https://github.com/hossainemruz/toha/issues/7 * ✨ provide ability to show certification badges in about section Signed-off-by: jbleduigou <jb.leduigou@gmail.com> * Merge certifications and sofkSkills under "badges" generic title Signed-off-by: hossainemruz <hossainemruz@gmail.com> Co-authored-by: Emruz Hossain <hossainemruz@gmail.com>
This commit is contained in:
parent
c3405ba75b
commit
466580b57b
3 changed files with 41 additions and 0 deletions
|
@ -48,6 +48,11 @@
|
|||
<!-- soft skills circular-progressbar -->
|
||||
<div class="col-sm-6 pt-5 pl-md-4 pl-sm-3 pt-sm-0">
|
||||
<div class="row">
|
||||
{{ range .badges }}
|
||||
{{ partial "misc/badge.html" . }}
|
||||
{{ end }}
|
||||
<!-- TODO: Remove this part in version v4+ -->
|
||||
<!-- Keep backward compatibility with old configuration -->
|
||||
{{ range .softSkills }}
|
||||
{{ partial "misc/soft-skills.html" . }}
|
||||
{{ end }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue