✨ provide ability to show certification badges in about section
Signed-off-by: jbleduigou <jb.leduigou@gmail.com>
This commit is contained in:
parent
89a3334d16
commit
7e183d2cba
2 changed files with 11 additions and 0 deletions
8
layouts/partials/misc/certifications.html
Normal file
8
layouts/partials/misc/certifications.html
Normal file
|
@ -0,0 +1,8 @@
|
|||
<div class="col-6 col-lg-4 p-2">
|
||||
<div class="">
|
||||
<a href="{{ .url }}" target="_blank" >
|
||||
<img src="{{ .badge }}" alt="{{ .name }}" />
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -48,6 +48,9 @@
|
|||
<!-- soft skills circular-progressbar -->
|
||||
<div class="col-sm-6 pt-5 pl-md-4 pl-sm-3 pt-sm-0">
|
||||
<div class="row">
|
||||
{{ range .certifications }}
|
||||
{{ partial "misc/certifications.html" . }}
|
||||
{{ end }}
|
||||
{{ range .softSkills }}
|
||||
{{ partial "misc/soft-skills.html" . }}
|
||||
{{ end }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue