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 1e55059 commit 4abcc8f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
5 changes: 2 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,6 @@ <h2 class="w3-border-bottom w3-border-amber anim2" style="border-width: 2.5px !i
</div>

<hr>
<br>
<form action="https://formspree.io/f/mknyokgb" method="POST">
<h4 class="my-4 touch" style="color: rgb(15, 0, 224);">Get In Touch</h4>
<div class="mb-3 reveal4">
Expand All @@ -731,7 +730,7 @@ <h4 class="my-4 touch" style="color: rgb(15, 0, 224);">Get In Touch</h4>

<!--FOOTER-->
<!-- Footer. This section contains an ad for W3Schools Spaces. You can leave it to support us. -->
<footer class="w3-container w3-border-top w3-center w3-margin-top-4 reveal">
<footer class="w3-container w3-border-top w3-center w3-margin-top-4 fix4">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
Expand All @@ -744,7 +743,7 @@ <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: 2700, delay: 170 });
ScrollReveal().reveal('.fix2', { origin: 'left', distance: '2px', duration: 2700, delay: 170 });
ScrollReveal().reveal('.fix3', { origin: 'right', distance: '2px', duration: 2700, delay: 170 });
ScrollReveal().reveal('.fix4', { origin: 'bottom', distance: '20px', duration: 2700, delay: 170 });
ScrollReveal().reveal('.reveal', { origin: 'top', distance: '20px', duration: 2700, delay: 170 });
ScrollReveal().reveal('.reveal2', { origin: 'left', distance: '2px', duration: 2700, delay: 170 });
ScrollReveal().reveal('.reveal3', { origin: 'right', distance: '2px', duration: 2700, delay: 170 });
ScrollReveal().reveal('.reveal4', { origin: 'bottom', distance: '28px', duration: 2700, delay: 780 });
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 });
}

0 comments on commit 4abcc8f

Please sign in to comment.