27
27
</ div >
28
28
</ header >
29
29
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
-
44
30
< section id = "home-section " class = "home-section home section ">
45
31
< h1 > Techspardha'17</ h1 >
46
32
< div class = "titleWrapper ">
@@ -354,18 +340,18 @@ <h1 class = "heading">Contact Us</h1>
354
340
</ div >
355
341
< div id = "contact-right-section ">
356
342
< 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 />
358
344
359
345
</ section >
360
346
< 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 />
362
348
< span > Abhishek Goswami : 9991016038</ span > < br />
363
349
< span > Jatin Miglani: 9991016038</ span > < br />
364
350
< span > Abhinandan Sharma: 9996999065</ span >
365
351
</ section >
366
352
< section class = "wipe-left mini-section location-section ">
367
353
< span >
368
- Directions to reach us < br /> ( Google baba Zindabad! You are smart :P ) < br /> < br />
354
+ Directions to reach us < br /> < br /> < br />
369
355
National Institute of Technology, Kurukshetra< br />
370
356
Thanesar, Haryana< br />
371
357
136119
@@ -387,31 +373,6 @@ <h1>brought to you with <span>love</span> by the team of Hack@NITKKR
387
373
< script src = "js/background/typing_effect.js "> </ script >
388
374
< script src = "js/title/title.js "> </ script >
389
375
< 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 >
416
377
</ body >
417
378
</ html >
0 commit comments