@@ -119,43 +119,43 @@ <h1 class="text-sky-200 pt-5 text-6xl">About me:</h1>
119
119
<!-- <p class="text-sky-600 text-xl px-4 lg:px-14">Programming Languages:</p> -->
120
120
< div class ="flex flex-wrap gap-2 px-4 lg:px-14 ">
121
121
122
- < span class ="bg-sky-300 px-2 py-1 text-lg lg:text-xl rounded-lg whitespace-nowrap "> C++</ span >
123
- < span class ="bg-yellow-300 px-2 py-1 text-lg lg:text-xl rounded-lg whitespace-nowrap "> Javascript</ span >
124
- < span class ="bg-sky-500 px-2 py-1 text-lg lg:text-xl rounded-lg whitespace-nowrap "> Golang</ span >
125
- < span class ="bg-gray-500 px-2 py-1 text-lg lg:text-xl rounded-lg whitespace-nowrap "> Python</ span >
126
- < span class ="bg-red-500 px-2 py-1 text-lg lg:text-xl rounded-lg whitespace-nowrap "> Kotlin</ span >
127
- < span class ="bg-gray-400 px-2 py-1 text-lg lg:text-xl rounded-lg whitespace-nowrap "> MarkDown</ span >
122
+ < span class ="bg-sky-300 px-2 py-1 text-base lg:text-xl rounded-lg "> C++</ span >
123
+ < span class ="bg-yellow-300 px-2 py-1 text-base lg:text-xl rounded-lg "> Javascript</ span >
124
+ < span class ="bg-sky-500 px-2 py-1 text-base lg:text-xl rounded-lg "> Golang</ span >
125
+ < span class ="bg-gray-500 px-2 py-1 text-base lg:text-xl rounded-lg "> Python</ span >
126
+ < span class ="bg-red-500 px-2 py-1 text-base lg:text-xl rounded-lg "> Kotlin</ span >
127
+ < span class ="bg-gray-400 px-2 py-1 text-base lg:text-xl rounded-lg "> MarkDown</ span >
128
128
</ div >
129
129
<!-- <p class="text-red-400 text-xl px-4 lg:px-14">Database</p> -->
130
130
< div class ="flex flex-wrap gap-2 px-4 lg:px-14 ">
131
- < span class ="bg-green-800 px-2 py-1 text-lg lg:text-xl rounded-lg whitespace-nowrap "> MongoDB</ span >
132
- < span class ="bg-sky-300 px-2 py-1 text-lg lg:text-xl rounded-lg whitespace-nowrap "> PostgreSQL</ span >
133
- < span class ="bg-sky-800 px-2 py-1 text-lg lg:text-xl rounded-lg whitespace-nowrap "> Docker</ span >
134
- < span class ="bg-sky-300 px-2 py-1 text-lg lg:text-xl rounded-lg whitespace-nowrap "> Postman</ span >
135
- < span class ="bg-sky-900 px-2 py-1 text-lg lg:text-xl rounded-lg whitespace-nowrap "> Ubuntu</ span >
136
- < span class ="bg-sky-300 px-2 py-1 text-lg lg:text-xl rounded-lg whitespace-nowrap "> Bash/Powershell</ span >
137
- < span class ="bg-red-300 px-2 py-1 text-lg lg:text-xl rounded-lg whitespace-nowrap "> Sqlite</ span >
131
+ < span class ="bg-green-800 px-2 py-1 text-base lg:text-xl rounded-lg "> MongoDB</ span >
132
+ < span class ="bg-sky-300 px-2 py-1 text-base lg:text-xl rounded-lg "> PostgreSQL</ span >
133
+ < span class ="bg-sky-800 px-2 py-1 text-base lg:text-xl rounded-lg "> Docker</ span >
134
+ < span class ="bg-sky-300 px-2 py-1 text-base lg:text-xl rounded-lg "> Postman</ span >
135
+ < span class ="bg-sky-900 px-2 py-1 text-base lg:text-xl rounded-lg "> Ubuntu</ span >
136
+ < span class ="bg-sky-300 px-2 py-1 text-base lg:text-xl rounded-lg "> Bash/Powershell</ span >
137
+ < span class ="bg-red-300 px-2 py-1 text-base lg:text-xl rounded-lg "> Sqlite</ span >
138
138
139
139
</ div >
140
140
<!-- <p class="text-red-400 text-xl px-4 lg:px-14">Frameworks:</p> -->
141
141
< div class ="flex flex-wrap gap-2 px-4 lg:px-14 ">
142
- < span class ="bg-sky-600 px-2 py-1 text-lg lg:text-xl rounded-lg whitespace-nowrap "> React</ span >
143
- < span class ="bg-sky-200 px-2 py-1 text-lg lg:text-xl rounded-lg whitespace-nowrap "> Django</ span >
144
- < span class ="bg-gray-800 px-2 py-1 text-lg lg:text-xl rounded-lg whitespace-nowrap "> NextJs</ span >
145
- < span class ="bg-green-800 px-2 py-1 text-lg lg:text-xl rounded-lg whitespace-nowrap "> SpringBoot</ span >
146
- < span class ="bg-sky-400 px-2 py-1 text-lg lg:text-xl rounded-lg whitespace-nowrap "> Raylib</ span >
147
- < span class ="bg-red-400 px-2 py-1 text-lg lg:text-xl rounded-lg whitespace-nowrap "> AWS</ span >
148
- < span class ="bg-gray-600 px-2 py-1 text-lg lg:text-xl rounded-lg whitespace-nowrap "> Vercel</ span >
149
- < span class ="bg-sky-400 px-2 py-1 text-lg lg:text-xl rounded-lg whitespace-nowrap "> Cloudinary</ span >
150
- < span class ="bg-red-300 px-2 py-1 text-lg lg:text-xl rounded-lg whitespace-nowrap "> Git</ span >
151
- < span class ="bg-green-900 px-2 py-1 text-lg lg:text-xl rounded-lg whitespace-nowrap "> GitHub</ span >
142
+ < span class ="bg-sky-600 px-2 py-1 text-base lg:text-xl rounded-lg "> React</ span >
143
+ < span class ="bg-sky-200 px-2 py-1 text-base lg:text-xl rounded-lg "> Django</ span >
144
+ < span class ="bg-gray-500 px-2 py-1 text-base lg:text-xl rounded-lg "> NextJs</ span >
145
+ < span class ="bg-green-800 px-2 py-1 text-base lg:text-xl rounded-lg "> SpringBoot</ span >
146
+ < span class ="bg-sky-400 px-2 py-1 text-base lg:text-xl rounded-lg "> Raylib</ span >
147
+ < span class ="bg-red-400 px-2 py-1 text-base lg:text-xl rounded-lg "> AWS</ span >
148
+ < span class ="bg-gray-600 px-2 py-1 text-base lg:text-xl rounded-lg "> Vercel</ span >
149
+ < span class ="bg-sky-400 px-2 py-1 text-base lg:text-xl rounded-lg "> Cloudinary</ span >
150
+ < span class ="bg-red-300 px-2 py-1 text-base lg:text-xl rounded-lg "> Git</ span >
151
+ < span class ="bg-green-900 px-2 py-1 text-base lg:text-xl rounded-lg "> GitHub</ span >
152
152
</ div >
153
153
< div class ="flex flex-wrap gap-2 px-4 lg:px-14 ">
154
- < span class ="bg-sky-200 px-2 py-1 text-lg lg:text-xl rounded-lg whitespace-nowrap "> Visual Studio</ span >
155
- < span class ="bg-gray-800 px-2 py-1 text-lg lg:text-xl rounded-lg whitespace-nowrap "> Android Studio</ span >
156
- < span class ="bg-sky-600 px-2 py-1 text-lg lg:text-xl rounded-lg whitespace-nowrap "> VS Code</ span >
157
- < span class ="bg-green-800 px-2 py-1 text-lg lg:text-xl rounded-lg whitespace-nowrap "> IntelliJ IDEA</ span >
158
- < span class ="bg-sky-400 px-2 py-1 text-lg lg:text-xl rounded-lg whitespace-nowrap "> OpenGL</ span >
154
+ < span class ="bg-sky-200 px-2 py-1 text-base lg:text-xl rounded-lg "> Visual Studio</ span >
155
+ < span class ="bg-gray-800 px-2 py-1 text-base lg:text-xl rounded-lg "> Android Studio</ span >
156
+ < span class ="bg-sky-600 px-2 py-1 text-base lg:text-xl rounded-lg "> VS Code</ span >
157
+ < span class ="bg-green-800 px-2 py-1 text-base lg:text-xl rounded-lg "> IntelliJ IDEA</ span >
158
+ < span class ="bg-sky-400 px-2 py-1 text-base lg:text-xl rounded-lg "> OpenGL</ span >
159
159
</ div >
160
160
</ div >
161
161
</ div >
0 commit comments