@@ -79,31 +79,31 @@ <h3 class="text-2xl font-bold text-gray-800 text-center">
79
79
< li class ="text-center bg-white p-4 rounded-lg shadow ">
80
80
< img
81
81
src ="https://raw.githubusercontent.com/danielcranney/readme-generator/main/public/icons/skills/vuejs-colored.svg "
82
- alt ="React JS "
82
+ alt ="Vue JS "
83
83
class ="w-15 "
84
84
/>
85
85
< p class ="text-gray-600 "> Vue JS</ p >
86
86
</ li >
87
87
< li class ="text-center bg-white p-4 rounded-lg shadow ">
88
88
< img
89
89
src ="https://raw.githubusercontent.com/danielcranney/readme-generator/main/public/icons/skills/nodejs-colored.svg "
90
- alt ="React JS "
90
+ alt ="Node JS "
91
91
class ="w-15 "
92
92
/>
93
93
< p class ="text-gray-600 "> NodeJS</ p >
94
94
</ li >
95
95
< li class ="text-center bg-white p-4 rounded-lg shadow ">
96
96
< img
97
97
src ="https://raw.githubusercontent.com/danielcranney/readme-generator/main/public/icons/skills/mongodb-colored.svg "
98
- alt ="React JS "
98
+ alt ="MongoDB "
99
99
class ="w-15 "
100
100
/>
101
101
< p class ="text-gray-600 "> MongoDB</ p >
102
102
</ li >
103
103
< li class ="text-center bg-white p-4 rounded-lg shadow ">
104
104
< img
105
105
src ="https://raw.githubusercontent.com/danielcranney/readme-generator/main/public/icons/skills/docker-colored.svg "
106
- alt ="React JS "
106
+ alt ="Docker "
107
107
class ="w-15 "
108
108
/>
109
109
< p class ="text-gray-600 "> Docker</ p >
@@ -121,7 +121,7 @@ <h3 class="text-2xl font-bold text-gray-800 text-center">
121
121
href ="https://dev.to/vuelancer "
122
122
> < img
123
123
src ="https://raw.githubusercontent.com/danielcranney/readme-generator/main/public/icons/socials/devdotto.svg "
124
- alt ="Git "
124
+ alt ="DEV "
125
125
class ="w-18 "
126
126
/>
127
127
< p class ="text-gray-600 hover:text-gray-800 "> Dev</ p >
@@ -132,7 +132,7 @@ <h3 class="text-2xl font-bold text-gray-800 text-center">
132
132
href ="https://github.com/selvakumardhivakar "
133
133
> < img
134
134
src ="https://raw.githubusercontent.com/danielcranney/readme-generator/main/public/icons/socials/github.svg "
135
- alt ="Git "
135
+ alt ="GitHub "
136
136
class ="w-10 "
137
137
/>
138
138
< p class ="text-gray-600 hover:text-gray-800 "> Github</ p >
@@ -143,14 +143,22 @@ <h3 class="text-2xl font-bold text-gray-800 text-center">
143
143
href ="https://x.com/vuelancer "
144
144
> < img
145
145
src ="https://raw.githubusercontent.com/danielcranney/readme-generator/main/public/icons/socials/twitter.svg "
146
- alt ="Git "
146
+ alt ="X "
147
147
class ="w-10 "
148
148
/>
149
149
< p class ="text-gray-600 hover:text-gray-800 "> X</ p >
150
150
</ a >
151
151
</ li >
152
152
</ ul >
153
153
</ div >
154
+ < div class ="wrapper py-8 " id ="projects ">
155
+ < h3 class ="text-2xl font-bold text-gray-800 text-center "> Projects</ h3 >
156
+ < ul class ="flex flex-wrap justify-center gap-4 mt-4 ">
157
+ < li class ="text-center bg-white p-4 rounded-lg shadow ">
158
+ < a href ="/ " class ="text-gray-600 "> Portfolio</ p >
159
+ </ li >
160
+ </ ul >
161
+ </ div >
154
162
</ div >
155
163
</ body >
156
164
</ html >
0 commit comments