Redesign accomplishment cards + Add necessary translations

Signed-off-by: hossainemruz <hossainemruz@gmail.com>
This commit is contained in:
hossainemruz 2021-03-26 23:40:13 +06:00
parent 904a5c14b0
commit d5c1729c88
17 changed files with 205 additions and 159 deletions

View file

@ -10,7 +10,7 @@
<div class="container">
<div class="row" id="acomplishment-card-holder">
{{ range .certificates }}
{{ range .accomplishments }}
{{ partial "cards/accomplishments" . }}
{{ end }}
</div>