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

github.com/darshanbaral/sada.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/skill.html')
-rw-r--r--layouts/partials/skill.html10
1 files changed, 8 insertions, 2 deletions
diff --git a/layouts/partials/skill.html b/layouts/partials/skill.html
index b63eeb3..e24cc2e 100644
--- a/layouts/partials/skill.html
+++ b/layouts/partials/skill.html
@@ -4,7 +4,13 @@
</h3>
{{ range.Site.Params.skills.list }}
<code>{{ .skill }}</code>
-<div class="rounded w-100 bg-secondary border border-secondary mt-1 mb-3">
- <div class="card bg-success" style="width: {{ .skillrating }}%; height:15px;"></div>
+<div
+ class="w-100 bg-secondary border border-secondary mt-1 mb-3"
+ style="height:15px;"
+>
+ <div
+ class="bg-warning h-100"
+ style="width: {{ .skillrating }}%;"
+ ></div>
</div>
{{ end }}