1
1
<!DOCTYPE html>
2
2
< html lang ="en ">
3
-
4
3
< head >
5
4
< meta charset ="UTF-8 " />
6
5
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
7
6
< meta name ="monetization " content ="$ilp.uphold.com/24HhrUGG7ekn " />
8
7
< title > selvakumardhivakar</ title >
9
- < script data-ad-client ="ca-pub-8400941299340017 " async src ="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js "> </ script >
8
+ < script
9
+ data-ad-client ="ca-pub-8400941299340017 "
10
+ async
11
+ src ="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js "
12
+ > </ script >
10
13
< script src ="https://cdn.tailwindcss.com "> </ script >
11
14
</ head >
12
15
13
16
< body class ="bg-white ">
14
17
< div class ="bg-gradient-to-t from-sky-50 to-sky-100 py-8 ">
15
18
< div class ="container mx-auto px-4 max-w-5xl ">
16
- < header class ="flex justify-between items-center mb-8 p-2 bg-green-100 rounded-lg shadow ">
17
- < a href ="/ " class ="sm:text-xl text-md font-bold text-gray-800 "> Dhivakar</ a >
19
+ < header
20
+ class ="flex justify-between items-center mb-8 p-2 bg-green-100 rounded-lg shadow "
21
+ >
22
+ < a href ="/ " class ="sm:text-xl text-md font-bold text-gray-800 "
23
+ > Dhivakar</ a
24
+ >
18
25
19
26
< nav class ="text-md flex space-x-4 ">
20
27
< a href ="/ " class ="text-gray-600 hover:text-gray-800 "> Home</ a >
21
28
< a href ="#about " class ="text-gray-600 hover:text-gray-800 "> About</ a >
22
- < a href ="https://www.youtube.com/@vuelancer/videos " class ="text-gray-600 hover:text-gray-800 "> Courses</ a >
29
+ < a
30
+ href ="https://www.youtube.com/@vuelancer/videos "
31
+ class ="text-gray-600 hover:text-gray-800 "
32
+ > Courses</ a
33
+ >
23
34
</ nav >
24
35
</ header >
25
36
< div class ="hero__content text-center mt-16 ">
@@ -61,25 +72,56 @@ <h3 class="text-2xl font-bold text-gray-800 text-center">
61
72
Technical Stack
62
73
</ h3 >
63
74
< ul class ="technologies flex flex-wrap justify-center gap-4 mt-4 ">
64
- < li class ="text-center bg-white p-4 rounded-lg shadow ">
65
- < img src ="https://raw.githubusercontent.com/danielcranney/readme-generator/main/public/icons/skills/react-colored.svg " alt ="React
66
- JS " class ="w-15 " />
75
+ < li
76
+ class ="text-center bg-indigo-50 p-4 rounded-lg shadow flex flex-col items-center "
77
+ >
78
+ < img
79
+ src ="https://raw.githubusercontent.com/danielcranney/readme-generator/main/public/icons/skills/react-colored.svg "
80
+ alt ="React
81
+ JS "
82
+ class ="size-10 "
83
+ />
67
84
< p class ="text-gray-600 "> React JS</ p >
68
85
</ li >
69
- < li class ="text-center bg-white p-4 rounded-lg shadow ">
70
- < img src ="https://raw.githubusercontent.com/danielcranney/readme-generator/main/public/icons/skills/vuejs-colored.svg " alt ="Vue JS " class ="w-15 " />
86
+ < li
87
+ class ="text-center bg-green-50 p-4 rounded-lg shadow flex flex-col items-center "
88
+ >
89
+ < img
90
+ src ="https://raw.githubusercontent.com/danielcranney/readme-generator/main/public/icons/skills/vuejs-colored.svg "
91
+ alt ="Vue JS "
92
+ class ="size-10 "
93
+ />
71
94
< p class ="text-gray-600 "> Vue JS</ p >
72
95
</ li >
73
- < li class ="text-center bg-white p-4 rounded-lg shadow ">
74
- < img src ="https://raw.githubusercontent.com/danielcranney/readme-generator/main/public/icons/skills/nodejs-colored.svg " alt ="Node JS " class ="w-15 " />
96
+ < li
97
+ class ="text-center bg-emerald-50 p-4 rounded-lg shadow flex flex-col items-center "
98
+ >
99
+ < img
100
+ src ="https://raw.githubusercontent.com/danielcranney/readme-generator/main/public/icons/skills/nodejs-colored.svg "
101
+ alt ="Node
102
+ JS "
103
+ class ="size-10 "
104
+ />
75
105
< p class ="text-gray-600 "> NodeJS</ p >
76
106
</ li >
77
- < li class ="text-center bg-white p-4 rounded-lg shadow ">
78
- < img src ="https://raw.githubusercontent.com/danielcranney/readme-generator/main/public/icons/skills/mongodb-colored.svg " alt ="MongoDB " class ="w-15 " />
107
+ < li
108
+ class ="text-center bg-teal-50 p-4 rounded-lg shadow flex flex-col items-center "
109
+ >
110
+ < img
111
+ src ="https://raw.githubusercontent.com/danielcranney/readme-generator/main/public/icons/skills/mongodb-colored.svg "
112
+ alt ="MongoDB "
113
+ class ="size-10 "
114
+ />
79
115
< p class ="text-gray-600 "> MongoDB</ p >
80
116
</ li >
81
- < li class ="text-center bg-white p-4 rounded-lg shadow ">
82
- < img src ="https://raw.githubusercontent.com/danielcranney/readme-generator/main/public/icons/skills/docker-colored.svg " alt ="Docker " class ="w-15 " />
117
+ < li
118
+ class ="text-center bg-sky-50 p-4 rounded-lg shadow flex flex-col items-center "
119
+ >
120
+ < img
121
+ src ="https://raw.githubusercontent.com/danielcranney/readme-generator/main/public/icons/skills/docker-colored.svg "
122
+ alt ="Docker "
123
+ class ="size-10 "
124
+ />
83
125
< p class ="text-gray-600 "> Docker</ p >
84
126
</ li >
85
127
</ ul >
@@ -90,19 +132,37 @@ <h3 class="text-2xl font-bold text-gray-800 text-center">
90
132
Social links
91
133
</ h3 >
92
134
< ul class ="social-websites flex flex-wrap justify-center gap-4 mt-4 ">
93
- < li class ="text-center bg-white p-4 rounded-lg shadow ">
94
- < a href ="https://dev.to/vuelancer "> < img src ="https://raw.githubusercontent.com/danielcranney/readme-generator/main/public/icons/socials/devdotto.svg " alt ="DEV " class ="w-18 " />
95
- < p class ="text-gray-600 hover:text-gray-800 "> Dev</ p >
135
+ < li
136
+ class ="text-center bg-white p-4 rounded-lg shadow-md flex flex-col items-center "
137
+ >
138
+ < a href ="https://dev.to/vuelancer "
139
+ > < img
140
+ src ="https://raw.githubusercontent.com/danielcranney/readme-generator/main/public/icons/socials/devdotto.svg "
141
+ alt ="DEV "
142
+ class ="size-10 "
143
+ />
96
144
</ a >
97
145
</ li >
98
- < li class ="text-center bg-white p-4 rounded-lg shadow ">
99
- < a href ="https://github.com/selvakumardhivakar "> < img src ="https://raw.githubusercontent.com/danielcranney/readme-generator/main/public/icons/socials/github.svg " alt ="GitHub " class ="w-10 " />
100
- < p class ="text-gray-600 hover:text-gray-800 "> Github</ p >
146
+ < li
147
+ class ="text-center bg-white p-4 rounded-lg shadow-md flex flex-col items-center "
148
+ >
149
+ < a href ="https://github.com/selvakumardhivakar "
150
+ > < img
151
+ src ="https://raw.githubusercontent.com/danielcranney/readme-generator/main/public/icons/socials/github.svg "
152
+ alt ="GitHub "
153
+ class ="size-10 "
154
+ />
101
155
</ a >
102
156
</ li >
103
- < li class ="text-center bg-white p-4 rounded-lg shadow ">
104
- < a href ="https://x.com/vuelancer "> < img src ="https://raw.githubusercontent.com/danielcranney/readme-generator/main/public/icons/socials/twitter.svg " alt ="X " class ="w-10 " />
105
- < p class ="text-gray-600 hover:text-gray-800 "> X</ p >
157
+ < li
158
+ class ="text-center bg-white p-4 rounded-lg shadow-md flex flex-col items-center "
159
+ >
160
+ < a href ="https://x.com/vuelancer "
161
+ > < img
162
+ src ="https://raw.githubusercontent.com/danielcranney/readme-generator/main/public/icons/socials/twitter.svg "
163
+ alt ="X "
164
+ class ="size-10 "
165
+ />
106
166
</ a >
107
167
</ li >
108
168
</ ul >
@@ -111,18 +171,15 @@ <h3 class="text-2xl font-bold text-gray-800 text-center">
111
171
< h3 class ="text-2xl font-bold text-gray-800 text-center "> Projects</ h3 >
112
172
< ul class ="flex flex-wrap justify-center gap-4 mt-4 ">
113
173
< li class ="text-center bg-zinc-50 p-10 rounded-lg shadow ">
114
- < a href ="/ " class =" text-gray-600 ">
115
- < h4 class ="text-md font-semibold text-gray-800 text-center ">
116
- Portfolio
117
- </ h4 >
118
- < p class ="italic text-sm ">
119
- Minimal and Clean Portfolio
120
- </ p >
174
+ < a href ="/ " class ="text-gray-600 ">
175
+ < h4 class ="text-md font-semibold text-gray-800 text-center ">
176
+ Portfolio
177
+ </ h4 >
178
+ < p class ="italic text-sm "> Minimal and Clean Portfolio</ p >
121
179
</ a >
122
180
</ li >
123
181
</ ul >
124
182
</ div >
125
183
</ div >
126
184
</ body >
127
-
128
185
</ html >
0 commit comments