Skip to content

Commit 26a770c

Browse files
Update index.html
1 parent 7ec07c8 commit 26a770c

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

index.html

+15-7
Original file line numberDiff line numberDiff line change
@@ -79,31 +79,31 @@ <h3 class="text-2xl font-bold text-gray-800 text-center">
7979
<li class="text-center bg-white p-4 rounded-lg shadow">
8080
<img
8181
src="https://raw.githubusercontent.com/danielcranney/readme-generator/main/public/icons/skills/vuejs-colored.svg"
82-
alt="React JS"
82+
alt="Vue JS"
8383
class="w-15"
8484
/>
8585
<p class="text-gray-600">Vue JS</p>
8686
</li>
8787
<li class="text-center bg-white p-4 rounded-lg shadow">
8888
<img
8989
src="https://raw.githubusercontent.com/danielcranney/readme-generator/main/public/icons/skills/nodejs-colored.svg"
90-
alt="React JS"
90+
alt="Node JS"
9191
class="w-15"
9292
/>
9393
<p class="text-gray-600">NodeJS</p>
9494
</li>
9595
<li class="text-center bg-white p-4 rounded-lg shadow">
9696
<img
9797
src="https://raw.githubusercontent.com/danielcranney/readme-generator/main/public/icons/skills/mongodb-colored.svg"
98-
alt="React JS"
98+
alt="MongoDB"
9999
class="w-15"
100100
/>
101101
<p class="text-gray-600">MongoDB</p>
102102
</li>
103103
<li class="text-center bg-white p-4 rounded-lg shadow">
104104
<img
105105
src="https://raw.githubusercontent.com/danielcranney/readme-generator/main/public/icons/skills/docker-colored.svg"
106-
alt="React JS"
106+
alt="Docker"
107107
class="w-15"
108108
/>
109109
<p class="text-gray-600">Docker</p>
@@ -121,7 +121,7 @@ <h3 class="text-2xl font-bold text-gray-800 text-center">
121121
href="https://dev.to/vuelancer"
122122
><img
123123
src="https://raw.githubusercontent.com/danielcranney/readme-generator/main/public/icons/socials/devdotto.svg"
124-
alt="Git"
124+
alt="DEV"
125125
class="w-18"
126126
/>
127127
<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">
132132
href="https://github.com/selvakumardhivakar"
133133
><img
134134
src="https://raw.githubusercontent.com/danielcranney/readme-generator/main/public/icons/socials/github.svg"
135-
alt="Git"
135+
alt="GitHub"
136136
class="w-10"
137137
/>
138138
<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">
143143
href="https://x.com/vuelancer"
144144
><img
145145
src="https://raw.githubusercontent.com/danielcranney/readme-generator/main/public/icons/socials/twitter.svg"
146-
alt="Git"
146+
alt="X"
147147
class="w-10"
148148
/>
149149
<p class="text-gray-600 hover:text-gray-800">X</p>
150150
</a>
151151
</li>
152152
</ul>
153153
</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>
154162
</div>
155163
</body>
156164
</html>

0 commit comments

Comments
 (0)