Skip to content

Commit 18155c4

Browse files
pilot2254maty7253kayley-skyloverMarPalkoODLD25
committed
Added section for contributors
Co-Authored-By: Michal Flaška <109202734+pilot2254@users.noreply.github.com> Co-Authored-By: Matyáš Hájek <193633524+maty7253@users.noreply.github.com> Co-Authored-By: Kayley Hájek <196565001+kayley-skylover@users.noreply.github.com> Co-Authored-By: Martin Paluš <187184644+MarPalko@users.noreply.github.com> Co-Authored-By: ODLD25 <135359655+odld25@users.noreply.github.com> Co-Authored-By: eugeniy3339 <122208682+eugeniy3339@users.noreply.github.com> Co-Authored-By: Pavol-Panisz <55918712+pavol-panisz@users.noreply.github.com> Co-Authored-By: Pavol Panisz <185524544+pavolp-skyro@users.noreply.github.com>
1 parent ed2d6a8 commit 18155c4

File tree

1 file changed

+164
-2
lines changed

1 file changed

+164
-2
lines changed

website/index.html

Lines changed: 164 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,19 @@
8787
::-webkit-scrollbar-thumb:hover {
8888
background: #71717a;
8989
}
90+
91+
.contributor-avatar {
92+
transition: all 0.3s ease;
93+
}
94+
95+
.contributor-avatar:hover {
96+
transform: scale(1.1);
97+
filter: brightness(1.2);
98+
}
99+
100+
.founder-badge {
101+
background: linear-gradient(135deg, #f59e0b, #d97706);
102+
}
90103
</style>
91104
</head>
92105
<body class="bg-zinc-900 font-sans text-zinc-100">
@@ -262,6 +275,155 @@ <h4 class="font-semibold text-zinc-100 mb-2">Attach and Configure</h4>
262275
</div>
263276
</section>
264277

278+
<section class="bg-zinc-800 rounded-xl p-8 shadow-sm border border-zinc-700 mb-16">
279+
<div class="text-center mb-8">
280+
<h3 class="text-2xl font-semibold text-zinc-100 mb-4 flex items-center justify-center">
281+
<i class="fas fa-users text-purple-400 mr-3"></i>
282+
Contributors
283+
</h3>
284+
<p class="text-zinc-300 max-w-2xl mx-auto">
285+
Amazing developers who have contributed to making this project better for the Unity community.
286+
</p>
287+
</div>
288+
289+
<div class="grid grid-cols-2 md:grid-cols-4 lg:grid-cols-5 gap-6">
290+
<!-- Founder -->
291+
<div class="text-center group">
292+
<div class="relative inline-block mb-3">
293+
<img src="https://github.com/pilot2254.png"
294+
alt="pilot2254"
295+
class="contributor-avatar w-16 h-16 rounded-full border-2 border-zinc-600 mx-auto"
296+
loading="lazy">
297+
<div class="founder-badge absolute -top-1 -right-1 w-6 h-6 rounded-full flex items-center justify-center">
298+
<i class="fas fa-crown text-white text-xs"></i>
299+
</div>
300+
</div>
301+
<h4 class="font-medium text-zinc-100 text-sm mb-1">pilot2254</h4>
302+
<p class="text-xs text-amber-400 font-medium mb-2">Founder</p>
303+
<a href="https://github.com/pilot2254"
304+
class="text-zinc-400 hover:text-blue-400 transition-colors">
305+
<i class="fab fa-github text-sm"></i>
306+
</a>
307+
</div>
308+
309+
<!-- Contributors -->
310+
311+
<div class="text-center group">
312+
<div class="relative inline-block mb-3">
313+
<img src="https://github.com/maty7253.png"
314+
alt="maty7253"
315+
class="contributor-avatar w-16 h-16 rounded-full border-2 border-zinc-600 mx-auto"
316+
loading="lazy">
317+
</div>
318+
<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>
320+
<a href="https://github.com/maty7253"
321+
class="text-zinc-400 hover:text-blue-400 transition-colors">
322+
<i class="fab fa-github text-sm"></i>
323+
</a>
324+
</div>
325+
326+
<div class="text-center group">
327+
<div class="relative inline-block mb-3">
328+
<img src="https://github.com/kayley-skylover.png"
329+
alt="kayley-skylover"
330+
class="contributor-avatar w-16 h-16 rounded-full border-2 border-zinc-600 mx-auto"
331+
loading="lazy">
332+
</div>
333+
<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>
335+
<a href="https://github.com/kayley-skylover"
336+
class="text-zinc-400 hover:text-blue-400 transition-colors">
337+
<i class="fab fa-github text-sm"></i>
338+
</a>
339+
</div>
340+
341+
<div class="text-center group">
342+
<div class="relative inline-block mb-3">
343+
<img src="https://github.com/MarPalko.png"
344+
alt="MarPalko"
345+
class="contributor-avatar w-16 h-16 rounded-full border-2 border-zinc-600 mx-auto"
346+
loading="lazy">
347+
</div>
348+
<h4 class="font-medium text-zinc-100 text-sm mb-1">MarPalko</h4>
349+
<p class="text-xs text-zinc-400 mb-2">Contributor</p>
350+
<a href="https://github.com/MarPalko"
351+
class="text-zinc-400 hover:text-blue-400 transition-colors">
352+
<i class="fab fa-github text-sm"></i>
353+
</a>
354+
</div>
355+
356+
<div class="text-center group">
357+
<div class="relative inline-block mb-3">
358+
<img src="https://github.com/ODLD25.png"
359+
alt="ODLD25"
360+
class="contributor-avatar w-16 h-16 rounded-full border-2 border-zinc-600 mx-auto"
361+
loading="lazy">
362+
</div>
363+
<h4 class="font-medium text-zinc-100 text-sm mb-1">ODLD25</h4>
364+
<p class="text-xs text-zinc-400 mb-2">Contributor</p>
365+
<a href="https://github.com/ODLD25"
366+
class="text-zinc-400 hover:text-blue-400 transition-colors">
367+
<i class="fab fa-github text-sm"></i>
368+
</a>
369+
</div>
370+
371+
<div class="text-center group">
372+
<div class="relative inline-block mb-3">
373+
<img src="https://github.com/eugeniy3339.png"
374+
alt="eugeniy3339"
375+
class="contributor-avatar w-16 h-16 rounded-full border-2 border-zinc-600 mx-auto"
376+
loading="lazy">
377+
</div>
378+
<h4 class="font-medium text-zinc-100 text-sm mb-1">eugeniy3339</h4>
379+
<p class="text-xs text-zinc-400 mb-2">Contributor</p>
380+
<a href="https://github.com/eugeniy3339"
381+
class="text-zinc-400 hover:text-blue-400 transition-colors">
382+
<i class="fab fa-github text-sm"></i>
383+
</a>
384+
</div>
385+
386+
<div class="text-center group">
387+
<div class="relative inline-block mb-3">
388+
<img src="https://github.com/Pavol-Panisz.png"
389+
alt="Pavol-Panisz"
390+
class="contributor-avatar w-16 h-16 rounded-full border-2 border-zinc-600 mx-auto"
391+
loading="lazy">
392+
</div>
393+
<h4 class="font-medium text-zinc-100 text-sm mb-1">Pavol-Panisz</h4>
394+
<p class="text-xs text-zinc-400 mb-2">Contributor</p>
395+
<a href="https://github.com/Pavol-Panisz"
396+
class="text-zinc-400 hover:text-blue-400 transition-colors">
397+
<i class="fab fa-github text-sm"></i>
398+
</a>
399+
</div>
400+
401+
<div class="text-center group">
402+
<div class="relative inline-block mb-3">
403+
<img src="https://github.com/pavolp-skyro.png"
404+
alt="pavolp-skyro"
405+
class="contributor-avatar w-16 h-16 rounded-full border-2 border-zinc-600 mx-auto"
406+
loading="lazy">
407+
</div>
408+
<h4 class="font-medium text-zinc-100 text-sm mb-1">pavolp-skyro</h4>
409+
<p class="text-xs text-zinc-400 mb-2">Contributor</p>
410+
<a href="https://github.com/pavolp-skyro"
411+
class="text-zinc-400 hover:text-blue-400 transition-colors">
412+
<i class="fab fa-github text-sm"></i>
413+
</a>
414+
</div>
415+
</div>
416+
417+
<div class="text-center mt-8 pt-6 border-t border-zinc-700">
418+
<p class="text-zinc-400 text-sm mb-4">Want to see your avatar here?</p>
419+
<a href="https://github.com/pilot2254/reusable-unity-scripts/blob/main/CONTRIBUTING.md"
420+
class="inline-flex items-center space-x-2 text-blue-400 hover:text-blue-300 font-medium">
421+
<i class="fas fa-plus-circle"></i>
422+
<span>Contribute to the project</span>
423+
</a>
424+
</div>
425+
</section>
426+
265427
<section class="text-center">
266428
<h3 class="text-2xl font-semibold text-zinc-100 mb-4">Contribute</h3>
267429
<p class="text-zinc-300 mb-6 max-w-2xl mx-auto">
@@ -286,7 +448,7 @@ <h3 class="text-2xl font-semibold text-zinc-100 mb-4">Contribute</h3>
286448
<div class="max-w-6xl mx-auto px-4 py-8">
287449
<div class="flex items-center justify-between">
288450
<p class="text-zinc-300">
289-
Licensed under <a href="https://github.com/pilot2254/reusable-unity-scripts/blob/main/LICENSE" class="text-blue-400 hover:underline">MIT License</a>
451+
Licensed under the <a href="https://github.com/pilot2254/reusable-unity-scripts/blob/main/LICENSE" class="text-blue-400 hover:underline">MIT License</a>.
290452
</p>
291453
<div class="flex items-center space-x-4">
292454
<a href="https://github.com/pilot2254" class="text-zinc-300 hover:text-zinc-100">
@@ -298,4 +460,4 @@ <h3 class="text-2xl font-semibold text-zinc-100 mb-4">Contribute</h3>
298460
</div>
299461
</footer>
300462
</body>
301-
</html>
463+
</html>

0 commit comments

Comments
 (0)