1
- < div class ="w-60 pt-8 h-screen shadow-md bg-white px-1 ">
1
+ < div class ="w-60 pt-8 min- h-screen bg-white px-1 ">
2
2
< ul class ="relative ">
3
- < li class ="relative ">
4
- < a class ="flex items-center text-sm py-4 px-6 h-12 overflow-hidden text-gray-700 text-ellipsis whitespace-nowrap rounded hover:text-gray-900 hover:bg-gray-100 transition duration-300 ease-in-out " href =" #! " data-mdb-ripple ="true " data-mdb-ripple-color ="dark "> Basic Info</ a >
3
+ < li (click) =" navclick('basic-info') " class ="relative ">
4
+ < a class ="flex items-center text-sm py-4 px-6 h-12 overflow-hidden text-gray-700 text-ellipsis whitespace-nowrap rounded hover:text-gray-900 hover:bg-gray-100 transition duration-300 ease-in-out " data-mdb-ripple ="true " data-mdb-ripple-color ="dark "> Basic Info</ a >
5
5
</ li >
6
- < li class ="relative ">
7
- < a class ="flex items-center text-sm py-4 px-6 h-12 overflow-hidden text-gray-700 text-ellipsis whitespace-nowrap rounded hover:text-gray-900 hover:bg-gray-100 transition duration-300 ease-in-out " href =" #! " data-mdb-ripple ="true " data-mdb-ripple-color ="dark "> Accounts</ a >
6
+ < li (click) =" navclick('user-accounts') " class ="relative ">
7
+ < a class ="flex items-center text-sm py-4 px-6 h-12 overflow-hidden text-gray-700 text-ellipsis whitespace-nowrap rounded hover:text-gray-900 hover:bg-gray-100 transition duration-300 ease-in-out " data-mdb-ripple ="true " data-mdb-ripple-color ="dark "> Accounts</ a >
8
8
</ li >
9
- < li class ="relative ">
10
- < a class ="flex items-center text-sm py-4 px-6 h-12 overflow-hidden text-gray-700 text-ellipsis whitespace-nowrap rounded hover:text-gray-900 hover:bg-gray-100 transition duration-300 ease-in-out " href =" #! " data-mdb-ripple ="true " data-mdb-ripple-color ="dark "> Education</ a >
9
+ < li (click) =" navclick('educations') " class ="relative ">
10
+ < a class ="flex items-center text-sm py-4 px-6 h-12 overflow-hidden text-gray-700 text-ellipsis whitespace-nowrap rounded hover:text-gray-900 hover:bg-gray-100 transition duration-300 ease-in-out " data-mdb-ripple ="true " data-mdb-ripple-color ="dark "> Education</ a >
11
11
</ li >
12
- < li class ="relative ">
13
- < a class ="flex items-center text-sm py-4 px-6 h-12 overflow-hidden text-gray-700 text-ellipsis whitespace-nowrap rounded hover:text-gray-900 hover:bg-gray-100 transition duration-300 ease-in-out " href =" #! " data-mdb-ripple ="true " data-mdb-ripple-color ="dark "> Experience</ a >
12
+ < li (click) =" navclick('experiences') " class ="relative ">
13
+ < a class ="flex items-center text-sm py-4 px-6 h-12 overflow-hidden text-gray-700 text-ellipsis whitespace-nowrap rounded hover:text-gray-900 hover:bg-gray-100 transition duration-300 ease-in-out " data-mdb-ripple ="true " data-mdb-ripple-color ="dark "> Experience</ a >
14
14
</ li >
15
- < li class ="relative ">
16
- < a class ="flex items-center text-sm py-4 px-6 h-12 overflow-hidden text-gray-700 text-ellipsis whitespace-nowrap rounded hover:text-gray-900 hover:bg-gray-100 transition duration-300 ease-in-out " href =" #! " data-mdb-ripple ="true " data-mdb-ripple-color ="dark "> Projects</ a >
15
+ < li (click) =" navclick('projects') " class ="relative ">
16
+ < a class ="flex items-center text-sm py-4 px-6 h-12 overflow-hidden text-gray-700 text-ellipsis whitespace-nowrap rounded hover:text-gray-900 hover:bg-gray-100 transition duration-300 ease-in-out " data-mdb-ripple ="true " data-mdb-ripple-color ="dark "> Projects</ a >
17
17
</ li >
18
- < li class ="relative ">
19
- < a class ="flex items-center text-sm py-4 px-6 h-12 overflow-hidden text-gray-700 text-ellipsis whitespace-nowrap rounded hover:text-gray-900 hover:bg-gray-100 transition duration-300 ease-in-out " href =" #! " data-mdb-ripple ="true " data-mdb-ripple-color ="dark "> Reach Me</ a >
18
+ < li (click) =" navclick('contact') " class ="relative ">
19
+ < a class ="flex items-center text-sm py-4 px-6 h-12 overflow-hidden text-gray-700 text-ellipsis whitespace-nowrap rounded hover:text-gray-900 hover:bg-gray-100 transition duration-300 ease-in-out " data-mdb-ripple ="true " data-mdb-ripple-color ="dark "> Reach Me</ a >
20
20
</ li >
21
21
</ ul >
22
22
</ div >
0 commit comments