2727 </ div >
2828</ header >
2929
30- <!-- hover navigation section -->
31- < section id = "hover-navigation ">
32- < nav class ="menu-001 ">
33- < ul >
34- < li > < a href ="#home-section "> Home</ a > </ li >
35- < li > < a href ="#about-section "> About</ a > </ li >
36- < li > < a href ="#faq-section "> FAQ</ a > </ li >
37- < li > < a href ="#sponsor-section "> Sponsors</ a > </ li >
38- < li > < a href ="#contact-section "> Contact</ a > </ li >
39- </ ul >
40- </ nav >
41- </ section >
42- <!-- navigation section ends here -->
43-
4430< section id = "home-section " class = "home-section home section ">
4531 < h1 > Techspardha'17</ h1 >
4632 < div class = "titleWrapper ">
@@ -354,18 +340,18 @@ <h1 class = "heading">Contact Us</h1>
354340 </ div >
355341 < div id = "contact-right-section ">
356342 < section class = "wipe-right mini-section email-section ">
357- < span > Our email address ( Feel free to ask anything! We do reply :) </ span > < br /> < br />
343+ < span > Our email address</ span > < br /> < br />
358344359345 </ section >
360346 < section class = "wipe-down mini-section coordinator-section ">
361- < span > Contact our Coordinators ( Let's Talk :P ) </ span > < br /> < br />
347+ < span > Contact our Coordinators</ span > < br /> < br />
362348 < span > Abhishek Goswami : 9991016038</ span > < br />
363349 < span > Jatin Miglani: 9991016038</ span > < br />
364350 < span > Abhinandan Sharma: 9996999065</ span >
365351 </ section >
366352 < section class = "wipe-left mini-section location-section ">
367353 < span >
368- Directions to reach us < br /> ( Google baba Zindabad! You are smart :P ) < br /> < br />
354+ Directions to reach us < br /> < br /> < br />
369355 National Institute of Technology, Kurukshetra< br />
370356 Thanesar, Haryana< br />
371357 136119
@@ -387,31 +373,6 @@ <h1>brought to you with <span>love</span> by the team of Hack@NITKKR
387373< script src = "js/background/typing_effect.js "> </ script >
388374< script src = "js/title/title.js "> </ script >
389375< script src = "js/FAQ.js "> </ script >
390- < script >
391- $ ( ".menu-001 a" ) . each ( function ( ) {
392- var item = $ ( this ) . html ( ) ;
393- $ ( this ) . append ( '<span class="hover">' + item + '</span>' ) ;
394- } ) ;
395-
396- var classes = [ "mobile" , "tablet" , "laptop" ] ;
397- var i = 0 ;
398-
399- $ ( '#morph' ) . addClass ( classes [ i ] ) ;
400- i ++
401-
402- function morph ( ) {
403- $ ( '#morph' ) . removeClass ( ) ;
404- $ ( '#morph' ) . addClass ( classes [ i ] ) ;
405- if ( i > classes . length - 2 ) {
406- i = 0 ;
407- // console.log(i);
408- } else {
409- i ++ ;
410- // console.log(i);
411- } ;
412- } ;
413- setInterval ( morph , 2000 ) ;
414- </ script >
415- <!-- script ends here -->
376+ < script src = "js/about/index.js "> </ script >
416377</ body >
417378</ html >
0 commit comments