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.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/layouts/partials/skill.html b/layouts/partials/skill.html
new file mode 100644
index 0000000..fb20a4b
--- /dev/null
+++ b/layouts/partials/skill.html
@@ -0,0 +1,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 }} \ No newline at end of file