Skip to content

Commit

Permalink
optimised
Browse files Browse the repository at this point in the history
  • Loading branch information
akashrchandran committed Nov 8, 2023
1 parent a42abf8 commit 49b9c54
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -695,6 +695,13 @@ <h2>Hire Me.</h2>
</div>
</div>
</section>
<!-- For Typing animation -->
<script src="https://cdn.jsdelivr.net/npm/typed.js@2.0.12"></script>
<!-- JQuery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<!-- Custom scripts -->
<script src="assets/js/script.js" async></script>
<script src="assets/js/github.js" async></script>
<!-- Google analytics -->
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-9K7W7483CC"></script>
Expand All @@ -712,13 +719,6 @@ <h2>Hire Me.</h2>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.min.js"
integrity="sha384-cVKIPhGWiC2Al4u+LWgxfKTRIcfu0JTxR+EQDz/bgldoEyl4H0zUF0QKbrJ0EcQF"
crossorigin="anonymous"></script>
<!-- For Typing animation -->
<script src="https://cdn.jsdelivr.net/npm/typed.js@2.0.12"></script>
<!-- JQuery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<!-- Custom scripts -->
<script src="assets/js/script.js" defer async></script>
<script src="assets/js/github.js"defer async></script>
</body>

</html>

0 comments on commit 49b9c54

Please sign in to comment.