Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Kanha412 committed Aug 20, 2023
1 parent 4abcc8f commit 54016ac
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -735,6 +735,7 @@ <h4 class="my-4 touch" style="color: rgb(15, 0, 224);">Get In Touch</h4>
<div class="row">
<div class="col-md-12 text-center">
<p class="animate-charcter">Created With ❤ &nbsp;<i>By Kanha Gupta</i></p>
<p></p>
</div>
</div>
</div>
Expand All @@ -743,7 +744,6 @@ <h4 class="my-4 touch" style="color: rgb(15, 0, 224);">Get In Touch</h4>
<!--END OF CV SECTION-->
</section>
</section>
<br>

<script src="https://unpkg.com/scrollreveal"></script>
<script>
Expand Down
16 changes: 8 additions & 8 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -436,12 +436,12 @@ if (width > 600) {
}
else
{
ScrollReveal().reveal('.fix', { origin: 'top', distance: '20px', duration: 2200, delay: 150 });
ScrollReveal().reveal('.fix2', { origin: 'left', distance: '2px', duration: 2200, delay: 150 });
ScrollReveal().reveal('.fix3', { origin: 'right', distance: '2px', duration: 2200, delay: 150 });
ScrollReveal().reveal('.fix4', { origin: 'bottom', distance: '20px', duration: 2200, delay: 150 });
ScrollReveal().reveal('.reveal', { origin: 'top', distance: '20px', duration: 2200, delay: 150 });
ScrollReveal().reveal('.reveal2', { origin: 'left', distance: '2px', duration: 2200, delay: 150 });
ScrollReveal().reveal('.reveal3', { origin: 'right', distance: '2px', duration: 2200, delay: 150 });
ScrollReveal().reveal('.reveal4', { origin: 'bottom', distance: '28px', duration: 2200, delay: 150 });
ScrollReveal().reveal('.fix', { origin: 'top', distance: '20px', duration: 2000, delay: 120 });
ScrollReveal().reveal('.fix2', { origin: 'left', distance: '2px', duration: 2000, delay: 120 });
ScrollReveal().reveal('.fix3', { origin: 'right', distance: '2px', duration: 2000, delay: 120 });
ScrollReveal().reveal('.fix4', { origin: 'bottom', distance: '20px', duration: 2000, delay: 120 });
ScrollReveal().reveal('.reveal', { origin: 'top', distance: '20px', duration: 2000, delay: 120 });
ScrollReveal().reveal('.reveal2', { origin: 'left', distance: '2px', duration: 2000, delay: 120 });
ScrollReveal().reveal('.reveal3', { origin: 'right', distance: '2px', duration: 2000, delay: 120 });
ScrollReveal().reveal('.reveal4', { origin: 'bottom', distance: '20px', duration: 2000, delay: 120 });
}

0 comments on commit 54016ac

Please sign in to comment.