Skip to content

Commit 6b975a8

Browse files
committed
fix_linting
1 parent d5876e8 commit 6b975a8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

website/templates/contributors.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,13 @@ <h2 class="text-3xl md:text-5xl lg:text-6xl font-bold mt-2 text-gray-700">Member
4343
<div class="h-1 w-4 bg-gray-200 rounded-full"></div>
4444
</div>
4545
</section>
46-
<!-- Contributors Grid -->
4746
<section class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 2xl:grid-cols-4 gap-8 p-4">
4847
{% for contributor in contributors %}
4948
<a href="{% url 'contributors' %}?contributor={{ contributor.id }}"
5049
class="group relative bg-white rounded-2xl shadow-md hover:shadow-xl transform hover:-translate-y-1 transition-all duration-300 overflow-hidden">
5150
<div class="h-full flex flex-col">
5251
<div class="h-24 bg-gradient-to-r from-[#e74c3c]/10 to-red-100/20 relative overflow-hidden">
53-
<div class="absolute inset-0 bg-[url('data:image/svg+xml,%3Csvg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" xmlns=\"http://www.w3.org/2000/svg\"%3E%3Cg fill=\"%23e74c3c\" fill-opacity=\"0.05\" fill-rule=\"evenodd\"%3E%3Ccircle cx=\"3\" cy=\"3\" r=\"3\"/%3E%3Ccircle cx=\"13\" cy=\"13\" r=\"3\"/%3E%3C/g%3E%3C/svg%3E')] opacity-30">
52+
<div class="absolute inset-0 bg-[url('data:image/svg+xml,%3Csvg width=\" 20 " height " 20 " viewBox " 0 0 20 20 " xmlns " http://www.w3.org/2000/svg " 3E 3Cg fill " 23e74c3c " fill-opacity " 0.05 " fill-rule " evenodd " 3E 3Ccircle cx " 3 " cy " 3 " r " 3 " / 3E 3Ccircle cx " 13 " cy " 13 " r " 3 " / 3E 3C/g 3E 3C/svg 3E ' opacity-30 ">
5453
</div>
5554
</div>
5655
<div class="relative -mt-12 flex justify-center">

0 commit comments

Comments
 (0)