Skip to content

Commit

Permalink
Use Bootstrap Progress for Skills
Browse files Browse the repository at this point in the history
  • Loading branch information
yousinix committed May 5, 2021
1 parent a2e2893 commit 097cc33
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 26 deletions.
12 changes: 8 additions & 4 deletions _includes/about/skills.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,14 @@ <h2 class="mb-3">{{ include.title }}</h2>
</div>
</div>

<div class="skill-bar mb-4 bg-themed">
<div class="progress bg-{{ skill.color | default: "primary" }} wow animated slideInLeft"
data-wow-delay="{{ forloop.index | divided_by: 20.0 }}" style="width: {{ skill.percentage }}%;">
</div>
<div class="progress mb-4 bg-themed" style="height: 8px;">
<div class="progress-bar bg-{{ skill.color | default: "primary" }} wow animated slideInLeft"
data-wow-delay="{{ forloop.index | divided_by: 20.0 }}"
role="progressbar"
style="width: {{ skill.percentage }}%;"
aria-valuenow="{{ skill.percentage }}"
aria-valuemin="0"
aria-valuemax="100" />
</div>

{% endfor %}
Expand Down
21 changes: 0 additions & 21 deletions _sass/_skills.scss

This file was deleted.

1 change: 0 additions & 1 deletion _sass/portfolYOU.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@
"landing",
"navbar",
"projects",
"skills",
"timeline",
"dark";

0 comments on commit 097cc33

Please sign in to comment.