100100 .founder-badge {
101101 background : linear-gradient (135deg , # f59e0b, # d97706 );
102102 }
103+
104+ .active-contributor-badge {
105+ background : linear-gradient (135deg , # 35a807, # 06d945 );
106+ }
103107 </ style >
104108</ head >
105109< body class ="bg-zinc-900 font-sans text-zinc-100 ">
@@ -306,17 +310,20 @@ <h4 class="font-medium text-zinc-100 text-sm mb-1">pilot2254</h4>
306310 </ a >
307311 </ div >
308312
309- <!-- Contributors -->
313+ <!-- Active Contributors -->
310314
311315 < div class ="text-center group ">
312316 < div class ="relative inline-block mb-3 ">
313317 < img src ="https://github.com/maty7253.png "
314318 alt ="maty7253 "
315319 class ="contributor-avatar w-16 h-16 rounded-full border-2 border-zinc-600 mx-auto "
316320 loading ="lazy ">
321+ < div class ="active-contributor-badge absolute -top-1 -right-1 w-6 h-6 rounded-full flex items-center justify-center ">
322+ < i class ="fas fa-crown text-white text-xs "> </ i >
323+ </ div >
317324 </ div >
318325 < h4 class ="font-medium text-zinc-100 text-sm mb-1 "> maty7253</ h4 >
319- < p class ="text-xs text-green-400 mb-2 "> Active Contributor</ p >
326+ < p class ="text-xs text-green-400 font-medium mb-2 "> Active Contributor</ p >
320327 < a href ="https://github.com/maty7253 "
321328 class ="text-zinc-400 hover:text-blue-400 transition-colors ">
322329 < i class ="fab fa-github text-sm "> </ i >
@@ -329,15 +336,20 @@ <h4 class="font-medium text-zinc-100 text-sm mb-1">maty7253</h4>
329336 alt ="kayley-skylover "
330337 class ="contributor-avatar w-16 h-16 rounded-full border-2 border-zinc-600 mx-auto "
331338 loading ="lazy ">
339+ < div class ="active-contributor-badge absolute -top-1 -right-1 w-6 h-6 rounded-full flex items-center justify-center ">
340+ < i class ="fas fa-crown text-white text-xs "> </ i >
341+ </ div >
332342 </ div >
333343 < h4 class ="font-medium text-zinc-100 text-sm mb-1 "> kayley-skylover</ h4 >
334- < p class ="text-xs text-green-400 mb-2 "> Active Contributor</ p >
344+ < p class ="text-xs text-green-400 font-medium mb-2 "> Active Contributor</ p >
335345 < a href ="https://github.com/kayley-skylover "
336346 class ="text-zinc-400 hover:text-blue-400 transition-colors ">
337347 < i class ="fab fa-github text-sm "> </ i >
338348 </ a >
339349 </ div >
340350
351+ <!-- Remaining Contributors -->
352+
341353 < div class ="text-center group ">
342354 < div class ="relative inline-block mb-3 ">
343355 < img src ="https://github.com/MarPalko.png "
0 commit comments