File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments