1
1
<!DOCTYPE html>
2
2
< html lang ="en ">
3
+
3
4
< head >
4
5
< meta charset ="UTF-8 " />
5
6
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
6
7
< meta name ="monetization " content ="$ilp.uphold.com/24HhrUGG7ekn " />
7
8
< title > selvakumardhivakar</ title >
8
- < script
9
- data-ad-client ="ca-pub-8400941299340017 "
10
- async
11
- src ="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js "
12
- > </ script >
9
+ < script data-ad-client ="ca-pub-8400941299340017 " async src ="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js "> </ script >
13
10
< script src ="https://cdn.tailwindcss.com "> </ script >
14
11
</ head >
15
12
16
- < body class ="bg-slate ">
17
- < div class ="bg-gray -100 py-8 ">
13
+ < body class ="bg-white ">
14
+ < div class ="bg-gradient-to-t from-sky-50 to-sky -100 py-8 ">
18
15
< div class ="container mx-auto px-4 max-w-5xl ">
19
- < header class ="flex justify-between items-center mb-8 ">
20
- < a href ="/ " class ="logo text-2xl font-bold text-gray-800 "> Dhivakar</ a >
21
- < nav class ="flex space-x-4 ">
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 >
18
+
19
+ < nav class ="text-md flex space-x-4 ">
22
20
< a href ="/ " class ="text-gray-600 hover:text-gray-800 "> Home</ a >
23
21
< a href ="#about " class ="text-gray-600 hover:text-gray-800 "> About</ a >
24
- < a
25
- href ="https://www.youtube.com/@vuelancer/videos "
26
- class ="text-gray-600 hover:text-gray-800 "
27
- > Courses</ a
28
- >
22
+ < a href ="https://www.youtube.com/@vuelancer/videos " class ="text-gray-600 hover:text-gray-800 "> Courses</ a >
29
23
</ nav >
30
24
</ header >
31
25
< div class ="hero__content text-center mt-16 ">
32
- < h1 class ="text-4xl font-bold text-gray-800 "> Software developer </ h1 >
33
- < p class ="text-lg text-gray-600 ">
26
+ < h1 class ="text-4xl font-bold text-gray-800 "> Software Developer </ h1 >
27
+ < p class ="text-lg text-gray-600 mt-2 ">
34
28
Full-stack developer with 4+ years of actual experience
35
29
</ p >
36
30
</ div >
@@ -51,7 +45,7 @@ <h2 class="text-2xl font-bold">5000+ followers</h2>
51
45
52
46
< div class ="carousal-container max-w-lg mx-auto mt-8 ">
53
47
< ul class ="carousal flex flex-wrap justify-center gap-8 ">
54
- < li class ="text-center bg-blue -50 p-4 rounded-lg shadow ">
48
+ < li class ="text-center bg-yellow -50 p-4 rounded-lg shadow ">
55
49
< blockquote class ="text-gray-600 ">
56
50
Contributing to the online developer community through my YouTube
57
51
channel, Vuelancer, where I provide tutorials and resources on
@@ -62,90 +56,52 @@ <h2 class="text-2xl font-bold">5000+ followers</h2>
62
56
</ ul >
63
57
</ div >
64
58
65
- < div class ="wrapper py-8 mt-8 ">
59
+ < div class ="wrapper mx-auto max-w-2xl py-8 mt-8 ">
66
60
< h3 class ="text-2xl font-bold text-gray-800 text-center ">
67
61
Technical Stack
68
62
</ h3 >
69
63
< ul class ="technologies flex flex-wrap justify-center gap-4 mt-4 ">
70
64
< li class ="text-center bg-white p-4 rounded-lg shadow ">
71
- < img
72
- src ="https://raw.githubusercontent.com/danielcranney/readme-generator/main/public/icons/skills/react-colored.svg "
73
- alt ="React
74
- JS "
75
- class ="w-15 "
76
- />
65
+ < img src ="https://raw.githubusercontent.com/danielcranney/readme-generator/main/public/icons/skills/react-colored.svg " alt ="React
66
+ JS " class ="w-15 " />
77
67
< p class ="text-gray-600 "> React JS</ p >
78
68
</ li >
79
69
< li class ="text-center bg-white p-4 rounded-lg shadow ">
80
- < img
81
- src ="https://raw.githubusercontent.com/danielcranney/readme-generator/main/public/icons/skills/vuejs-colored.svg "
82
- alt ="Vue JS "
83
- class ="w-15 "
84
- />
70
+ < img src ="https://raw.githubusercontent.com/danielcranney/readme-generator/main/public/icons/skills/vuejs-colored.svg " alt ="Vue JS " class ="w-15 " />
85
71
< p class ="text-gray-600 "> Vue JS</ p >
86
72
</ li >
87
73
< li class ="text-center bg-white p-4 rounded-lg shadow ">
88
- < img
89
- src ="https://raw.githubusercontent.com/danielcranney/readme-generator/main/public/icons/skills/nodejs-colored.svg "
90
- alt ="Node JS "
91
- class ="w-15 "
92
- />
74
+ < img src ="https://raw.githubusercontent.com/danielcranney/readme-generator/main/public/icons/skills/nodejs-colored.svg " alt ="Node JS " class ="w-15 " />
93
75
< p class ="text-gray-600 "> NodeJS</ p >
94
76
</ li >
95
77
< li class ="text-center bg-white p-4 rounded-lg shadow ">
96
- < img
97
- src ="https://raw.githubusercontent.com/danielcranney/readme-generator/main/public/icons/skills/mongodb-colored.svg "
98
- alt ="MongoDB "
99
- class ="w-15 "
100
- />
78
+ < img src ="https://raw.githubusercontent.com/danielcranney/readme-generator/main/public/icons/skills/mongodb-colored.svg " alt ="MongoDB " class ="w-15 " />
101
79
< p class ="text-gray-600 "> MongoDB</ p >
102
80
</ li >
103
81
< li class ="text-center bg-white p-4 rounded-lg shadow ">
104
- < img
105
- src ="https://raw.githubusercontent.com/danielcranney/readme-generator/main/public/icons/skills/docker-colored.svg "
106
- alt ="Docker "
107
- class ="w-15 "
108
- />
82
+ < img src ="https://raw.githubusercontent.com/danielcranney/readme-generator/main/public/icons/skills/docker-colored.svg " alt ="Docker " class ="w-15 " />
109
83
< p class ="text-gray-600 "> Docker</ p >
110
84
</ li >
111
85
</ ul >
112
86
</ div >
113
87
114
88
< div class ="wrapper py-8 " id ="about ">
115
89
< h3 class ="text-2xl font-bold text-gray-800 text-center ">
116
- Wanna connect?
90
+ Social links
117
91
</ h3 >
118
92
< ul class ="social-websites flex flex-wrap justify-center gap-4 mt-4 ">
119
93
< li class ="text-center bg-white p-4 rounded-lg shadow ">
120
- < a
121
- href ="https://dev.to/vuelancer "
122
- > < img
123
- src ="https://raw.githubusercontent.com/danielcranney/readme-generator/main/public/icons/socials/devdotto.svg "
124
- alt ="DEV "
125
- class ="w-18 "
126
- />
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 " />
127
95
< p class ="text-gray-600 hover:text-gray-800 "> Dev</ p >
128
96
</ a >
129
97
</ li >
130
98
< li class ="text-center bg-white p-4 rounded-lg shadow ">
131
- < a
132
- href ="https://github.com/selvakumardhivakar "
133
- > < img
134
- src ="https://raw.githubusercontent.com/danielcranney/readme-generator/main/public/icons/socials/github.svg "
135
- alt ="GitHub "
136
- class ="w-10 "
137
- />
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 " />
138
100
< p class ="text-gray-600 hover:text-gray-800 "> Github</ p >
139
101
</ a >
140
102
</ li >
141
103
< li class ="text-center bg-white p-4 rounded-lg shadow ">
142
- < a
143
- href ="https://x.com/vuelancer "
144
- > < img
145
- src ="https://raw.githubusercontent.com/danielcranney/readme-generator/main/public/icons/socials/twitter.svg "
146
- alt ="X "
147
- class ="w-10 "
148
- />
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 " />
149
105
< p class ="text-gray-600 hover:text-gray-800 "> X</ p >
150
106
</ a >
151
107
</ li >
@@ -154,11 +110,19 @@ <h3 class="text-2xl font-bold text-gray-800 text-center">
154
110
< div class ="wrapper py-8 " id ="projects ">
155
111
< h3 class ="text-2xl font-bold text-gray-800 text-center "> Projects</ h3 >
156
112
< 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 >
113
+ < 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 >
121
+ </ a >
159
122
</ li >
160
123
</ ul >
161
124
</ div >
162
125
</ div >
163
126
</ body >
127
+
164
128
</ html >
0 commit comments