Skip to content

Commit

Permalink
Merge pull request #127 from marizvi/master
Browse files Browse the repository at this point in the history
3D effect added to mission logo
  • Loading branch information
manankohlii committed Jun 26, 2021
2 parents f0246ce + b571296 commit bc5036b
Show file tree
Hide file tree
Showing 2 changed files with 515 additions and 0 deletions.
7 changes: 7 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,13 @@
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-gtEjrD/SeCtmISkJkNUaaKMoLD0//ElJ19smozuHV6z3Iehds+3Ulb9Bn9Plx0x4" crossorigin="anonymous"></script>
<script src="js/main.js"></script>
<script src="js/vanilla-tilt.js"></script>
<script>
VanillaTilt.init(document.querySelectorAll(".mission_patch"), {
max: 25,
speed: 400
});
</script>
</main>
</body>
</html>
Loading

0 comments on commit bc5036b

Please sign in to comment.