Skip to content

Commit 286e338

Browse files
committed
added tilt.js
1 parent 1c658f0 commit 286e338

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

index.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109

110110
<main class="mdl-layout__content">
111111
<div class="nwoc-landing-header">
112-
<img class="nwoc-big-logo" src="./images/nwoc-logo.png" />
112+
<img class="nwoc-big-logo js-tilt" data-tilt src="./images/nwoc-logo.png" />
113113
<div class="nwoc-slogan">
114114
<p>NWoC (NJACK Winter of Code) is a program by NJACK (The Official Computer Science Club of IIT Patna) that
115115
helps students understand the paradigm of Open Source contribution and gives them real world software
@@ -519,4 +519,12 @@ <h4>Tell your friends about NWoC</h4>
519519
}());
520520
</script>
521521

522+
<script src="https://cdnjs.cloudflare.com/ajax/libs/tilt.js/1.2.1/tilt.jquery.min.js"></script>
523+
<script>
524+
$('.js-tilt').tilt({
525+
scale: 1.2,
526+
glare: true,
527+
maxGlare: 1
528+
})
529+
</script>
522530
</html>

0 commit comments

Comments
 (0)