File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -36,11 +36,11 @@ <h1>Programmer Gaurav</h1>
3636 </ div >
3737 < nav >
3838 < ul >
39- < li > < a href ="# "> Home</ a > </ li >
40- < li > < a href ="#work "> Work</ a > </ li >
41- < li > < a href ="#skills "> Skills</ a > </ li >
42- < li > < a href ="#about "> About</ a > </ li >
43- < li > < a href ="#contact "> Contact</ a > </ li >
39+ < li class =" navopt " > < a href ="# "> Home</ a > </ li >
40+ < li class =" navopt " > < a href ="#work "> Work</ a > </ li >
41+ < li class =" navopt " > < a href ="#skills "> Skills</ a > </ li >
42+ < li class =" navopt " > < a href ="#about "> About</ a > </ li >
43+ < li class =" navopt " > < a href ="#footer "> Contact</ a > </ li >
4444 </ ul >
4545 </ nav >
4646 < div class ="toggle ">
@@ -141,7 +141,7 @@ <h2>Certifications</h2>
141141 </ div >
142142 <!-- My Achivements Ends -->
143143 <!-- Footer Start -->
144- < div class ="footer text-center p-5 ">
144+ < div id =" footer " class ="footer text-center p-5 ">
145145 < h3 class ="text-light "> Programmer Gaurav</ h3 >
146146 < a target ="blank " href ="https://www.facebook.com/profile.php?id=100026746380141 "> < i class ="fan fab fa-facebook-f "> </ i > </ a >
147147 < a target ="blank " href ="https://www.instagram.com/programmergaurav/ " > < i class ="fab fan fa-instagram "> </ i > </ a >
Original file line number Diff line number Diff line change @@ -66,6 +66,9 @@ $(document).ready(function() {
6666 $ ( '.toggle' ) . click ( function ( ) {
6767 $ ( 'nav' ) . toggleClass ( 'menu' )
6868 } ) ;
69+ $ ( '.navopt' ) . click ( function ( ) {
70+ $ ( 'nav' ) . toggleClass ( 'menu' )
71+ } ) ;
6972} ) ;
7073var typed = new Typed ( "#typed" , {
7174 stringsElement : '#typed-strings' ,
You can’t perform that action at this time.
0 commit comments