Welcome to mirror list, hosted at ThFree Co, Russian Federation.

skill.html « partials « layouts - github.com/darshanbaral/sada.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fb20a4b37dba9794de7832c2e4658a34e1b119e1 (plain)
1
2
3
4
5
6
7
8
<h3><i class="fas {{ .Site.Params.skills.icon }}"></i> {{ .Site.Params.skills.title }}</h3>
{{ range .Site.Params.skills.list }}
<div class="rounded w-100 bg-secondary mt-4">
    <div class="card bg-success" style="width: {{ .skillrating }}%;">
        <code class="text-white ml-2">{{ .skill }}</code>
    </div>
</div>
{{ end }}