|
4 | 4 | <section
|
5 | 5 | class="min-h-svh w-full flex flex-col bg-neutral-950 justify-center items-center px-4 py-4 relative overflow-hidden z-10">
|
6 | 6 | <div class="stars top-0"></div>
|
7 |
| - <div class="relative text-center w-full flex justify-between items-center sm:items-start flex-col py-5 sm:py-12 px-3 sm:px-2 min-h-svh gap-5"> |
| 7 | + <div |
| 8 | + class="relative text-center w-full flex justify-between items-center sm:items-start flex-col py-5 sm:py-12 px-3 sm:px-2 min-h-svh gap-5"> |
8 | 9 | <div class="flex flex-col items-center sm:items-start gap-2 sm:gap-5">
|
9 | 10 | <div class="flex flex-col justify-center items-center sm:items-start gap-1 sm:gap-5">
|
10 | 11 | <span class="text-2xl sm:text-3xl text-gray-300/60">Hi I'm </span>
|
|
195 | 196 | </section>
|
196 | 197 | <section class="min-h-svh w-full flex flex-col bg-neutral-950 justify-center items-center px-4 py-4 relative">
|
197 | 198 | <div class="stars top-0"></div>
|
198 |
| - <div> |
199 |
| - Cooming Soon... |
| 199 | + <div class="min-h-svh w-full flex flex-col justify-around items-center"> |
| 200 | + <div> |
| 201 | + <h3 class="text-2xl sm:text-3xl uppercase text-center">Technical Skills</h3> |
| 202 | + <ul class="grid grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-2 md:gap-5 justify-items-center mt-4"> |
| 203 | + <li class="bg-[#e34c26] rounded-md px-3 py-0.5">HTML</li> |
| 204 | + <li class="bg-[#264de4] rounded-md px-3 py-0.5">CSS</li> |
| 205 | + <li class="bg-[#f0db4f] text-black rounded-md px-3 py-0.5">Javascript</li> |
| 206 | + <li class="bg-[#06B6D4] text-black rounded-md px-3 py-0.5">Tailwind CSS</li> |
| 207 | + <li class="bg-[#563d7c] rounded-md px-3 py-0.5">Bootstrap</li> |
| 208 | + <li class="bg-[#CD6799] text-black rounded-md px-3 py-0.5">Sass</li> |
| 209 | + <li class="bg-[#0078d7] rounded-md px-3 py-0.5">Less</li> |
| 210 | + <li class="bg-[#41D1FF] text-black rounded-md px-3 py-0.5">Vite</li> |
| 211 | + <li class="bg-[#41B883] text-black rounded-md px-3 py-0.5">VueJS</li> |
| 212 | + <li class="bg-[#00DC82] text-black rounded-md px-3 py-0.5">NuxtJS</li> |
| 213 | + <li class="bg-[#7BC6FF] text-black rounded-md px-3 py-0.5">VuetifyJS</li> |
| 214 | + <li class="bg-[#0ae448] text-black rounded-md px-3 py-0.5">Gsap</li> |
| 215 | + <li class="bg-[#8993be] text-black rounded-md px-3 py-0.5">PHP</li> |
| 216 | + <li class="bg-[#00749C] rounded-md px-3 py-0.5">Wordpress</li> |
| 217 | + <li class="bg-gradient-to-l from-[#DD2C00] to-[#FF9100] rounded-md px-3 py-0.5">Firebase</li> |
| 218 | + <li class="bg-[#4285F4] rounded-md px-3 py-0.5">Google Console</li> |
| 219 | + <li class="bg-[#F1502F] rounded-md px-3 py-0.5">Git</li> |
| 220 | + <li class="bg-[#042B59] rounded-md px-3 py-0.5">Dart (Basic)</li> |
| 221 | + <li class="bg-gradient-to-r from-[#306998] to-[#ffde57] text-black rounded-md px-3 py-0.5">Python (Basic)</li> |
| 222 | + <li class="bg-[#F7931E] text-black rounded-md px-3 py-0.5">Linux</li> |
| 223 | + <li class="bg-[#00a4ef] text-black rounded-md px-3 py-0.5">Windows</li> |
| 224 | + </ul> |
| 225 | + </div> |
| 226 | + <div> |
| 227 | + <h3 class="text-2xl sm:text-3xl uppercase text-center">Personal Skills</h3> |
| 228 | + <ul class="grid grid-cols-1 sm:grid-cols-2 gap-2 md:gap-5 justify-items-center mt-4"> |
| 229 | + <li class="bg-[#f58b34] text-black rounded-md px-3 py-0.5">MIT App Inventor</li> |
| 230 | + <li class="bg-[#3ddc84] text-black rounded-md px-3 py-0.5">Custom Rom</li> |
| 231 | + <li class="bg-white text-black rounded-md px-3 py-0.5">Persian (Native)</li> |
| 232 | + <li class="bg-white text-black rounded-md px-3 py-0.5">English</li> |
| 233 | + </ul> |
| 234 | + </div> |
200 | 235 | </div>
|
201 | 236 | </section>
|
202 | 237 | </div>
|
|
0 commit comments