From 3907a4f239c1a39ef17494cb67e7cc83df37c05a Mon Sep 17 00:00:00 2001 From: Yogesh Jain <54388005+YogeshJain96@users.noreply.github.com> Date: Thu, 16 Jul 2026 01:38:27 +0530 Subject: [PATCH] Add contrib card --- media/commitfest/logo.svg | 1167 +++++++++++++++++ pgcommitfest/commitfest/templates/base.html | 1 + .../commitfest/templates/contrib_card.html | 226 ++++ pgcommitfest/commitfest/views.py | 141 ++ pgcommitfest/urls.py | 4 + 5 files changed, 1539 insertions(+) create mode 100644 media/commitfest/logo.svg create mode 100644 pgcommitfest/commitfest/templates/contrib_card.html diff --git a/media/commitfest/logo.svg b/media/commitfest/logo.svg new file mode 100644 index 00000000..878ab283 --- /dev/null +++ b/media/commitfest/logo.svg @@ -0,0 +1,1167 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/pgcommitfest/commitfest/templates/base.html b/pgcommitfest/commitfest/templates/base.html index bbd76210..7ed988a6 100644 --- a/pgcommitfest/commitfest/templates/base.html +++ b/pgcommitfest/commitfest/templates/base.html @@ -52,6 +52,7 @@