Skip to content

Commit

Permalink
aos init
Browse files Browse the repository at this point in the history
  • Loading branch information
JadlionHD committed Dec 9, 2023
1 parent a31605a commit 0587eae
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

<div class="about">
<div class="container-md" style="margin-top: 120px">
<h4>Hello everyone</h4>
<h4 data-aos="fade-up-right">Hello everyone</h4>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Suscipit doloremque, magnam
eveniet consectetur repudiandae illo dolorem nemo perspiciatis, doloribus ab minima
Expand All @@ -55,5 +55,9 @@ <h4>Hello everyone</h4>

<script src="resources/vendor/aos.js"></script>
<script src="resources/vendor/bootstrap.bundle.min.js"></script>

<script>
AOS.init();
</script>
</body>
</html>

0 comments on commit 0587eae

Please sign in to comment.