From 7c3102f67c55fc0c1130b6e7fab900a60d1a1609 Mon Sep 17 00:00:00 2001 From: Chaithra S Date: Fri, 27 Mar 2026 21:42:50 +0530 Subject: [PATCH] updated dk24 logo and alignment of logos --- apps/web/public/Consortium Logo.svg | 36 ++++++++++++++++++++ apps/web/src/components/CompletionScreen.tsx | 26 +++++++------- apps/web/src/components/Footer.tsx | 14 ++++---- apps/web/src/components/LoginScreen.tsx | 27 ++++----------- apps/web/src/components/ProgressScreen.tsx | 10 +++--- apps/web/src/components/RatingScreen.tsx | 29 +++++++--------- 6 files changed, 76 insertions(+), 66 deletions(-) create mode 100644 apps/web/public/Consortium Logo.svg diff --git a/apps/web/public/Consortium Logo.svg b/apps/web/public/Consortium Logo.svg new file mode 100644 index 0000000..0a02c31 --- /dev/null +++ b/apps/web/public/Consortium Logo.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/apps/web/src/components/CompletionScreen.tsx b/apps/web/src/components/CompletionScreen.tsx index 7d862ef..4f1f32c 100644 --- a/apps/web/src/components/CompletionScreen.tsx +++ b/apps/web/src/components/CompletionScreen.tsx @@ -35,7 +35,7 @@ export default function CompletionScreen({ Fiza @@ -124,19 +124,17 @@ export default function CompletionScreen({ Powered By -
- DK24 -
-
+ href="https://dk24.org/" + target="_blank" + rel="noopener noreferrer" + className="flex items-center justify-center gap-3 hover:opacity-80 transition-opacity" + > + DK24 + {/* In Collaboration Section */} diff --git a/apps/web/src/components/Footer.tsx b/apps/web/src/components/Footer.tsx index 6ad373e..78a7439 100644 --- a/apps/web/src/components/Footer.tsx +++ b/apps/web/src/components/Footer.tsx @@ -28,15 +28,13 @@ export default function Footer({ href="https://dk24.org/" target="_blank" rel="noopener noreferrer" - className="flex items-center justify-center cursor-pointer hover:opacity-80 transition" + className="flex items-center justify-center gap-1.5 hover:opacity-80 transition-opacity mt-auto" > -
- DK24 -
+ DK24 diff --git a/apps/web/src/components/LoginScreen.tsx b/apps/web/src/components/LoginScreen.tsx index 5f0ce01..a4b61a4 100644 --- a/apps/web/src/components/LoginScreen.tsx +++ b/apps/web/src/components/LoginScreen.tsx @@ -11,35 +11,20 @@ export default function LoginScreen({ onStart }: LoginScreenProps) { className="h-[100dvh] relative select-none overflow-hidden flex flex-col bg-cover bg-center bg-no-repeat" style={{ backgroundImage: "url('/bg.webp')" }} > - {/* ── TOP LOGOS ── */} -
- +
Nitte - +
- +
Fiza - -
- + className="h-60 sm:h-80 w-auto object-contain drop-shadow-[0_0_15px_rgba(255,255,255,0.1)] translate-x-4 -translate-y-24 sm:translate-x-8 sm:-translate-y-28" /> +
{/* ── LOGO ── */} diff --git a/apps/web/src/components/ProgressScreen.tsx b/apps/web/src/components/ProgressScreen.tsx index 12264da..671766e 100644 --- a/apps/web/src/components/ProgressScreen.tsx +++ b/apps/web/src/components/ProgressScreen.tsx @@ -55,7 +55,7 @@ export default function ProgressScreen({ Fiza
@@ -171,13 +171,11 @@ export default function ProgressScreen({ rel="noopener noreferrer" className="flex items-center justify-center gap-3 hover:opacity-80 transition-opacity" > -
- DK24 -
diff --git a/apps/web/src/components/RatingScreen.tsx b/apps/web/src/components/RatingScreen.tsx index 532c5ae..be8e189 100644 --- a/apps/web/src/components/RatingScreen.tsx +++ b/apps/web/src/components/RatingScreen.tsx @@ -55,7 +55,7 @@ export default function RatingScreen({ stallData, onSubmitSuccess }: RatingScree Fiza @@ -199,22 +199,17 @@ export default function RatingScreen({ stallData, onSubmitSuccess }: RatingScree Powered By -
- DK24 -
- - - -
+ href="https://dk24.org/" + target="_blank" + rel="noopener noreferrer" + className="flex items-center justify-center gap-3 hover:opacity-80 transition-opacity" + > + DK24 + {/* In Collaboration Section */}