Skip to content

Commit

Permalink
Fixed issue incubateind#8
Browse files Browse the repository at this point in the history
  • Loading branch information
Raghav-99 committed May 15, 2021
1 parent ab3aa5f commit 5a81b9a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -534,21 +534,21 @@ <h2 class="section-title">Our <span>Skill</span></h2>
<h5>Strategy &amp; Analysis <span class="pull-right">88%</span></h5>
<div class="progress" style="opacity: 1; left: 0px;">
<!-- FIX THA PROGRESS BAR -->
<div class="progress-bar" role="progressbar" data-width="87" style="width: 10%;"></div>
<div class="progress-bar" role="progressbar" data-width="87" style="width: 88%;"></div>
</div>
</div>
<div class="progress-box">
<h5>Eeconomic growth <span class="pull-right">95%</span></h5>
<div class="progress" style="opacity: 1; left: 0px;">
<!-- FIX THA PROGRESS BAR -->
<div class="progress-bar" role="progressbar" data-width="96" style="width: 6%;"></div>
<div class="progress-bar" role="progressbar" data-width="96" style="width: 95%;"></div>
</div>
</div>
<div class="progress-box">
<h5>Achieves goals <span class="pull-right">70%</span></h5>
<div class="progress" style="opacity: 1; left: 0px;">
<!-- FIX THA PROGRESS BAR -->
<div class="progress-bar" role="progressbar" data-width="52" style="width: 2%;"></div>
<div class="progress-bar" role="progressbar" data-width="52" style="width: 70%;"></div>
</div>
</div>
<!-- End Progressbar -->
Expand Down

0 comments on commit 5a81b9a

Please sign in to comment.