on scroll reveal

This commit is contained in:
gurusabarish
2021-06-03 14:13:19 +05:30
parent e7426eb34a
commit 63454f7c31
14 changed files with 114 additions and 91 deletions
+4 -3
View File
@@ -1,4 +1,4 @@
<div id="about" class="pt-3">
<div id="about" class="pt-3" data-aos="fade-down" data-aos-easing="linear" data-aos-duration="600" data-aos-once="true">
<div class="container-fluid">
<div class="text-light text-center h3">About Me</div>
<div class="row justify-content-center about">
@@ -26,11 +26,12 @@
{{ .name }}
</div>
<div class="progress mb-4">
<div class="progress-bar" role="progressbar" style="width: {{ .percentage }}%;" aria-valuemin="0" aria-valuemax="100"></div>
<div class="progress-bar" role="progressbar" style="width: {{ .percentage }}%;" aria-valuemin="0"
aria-valuemax="100"></div>
</div>
{{ end }}
</div>
</div>
</div>
</div>
</div>