From f7d0a768b923d60b0a361f5a196994f3d7d45318 Mon Sep 17 00:00:00 2001 From: akshay9085 Date: Thu, 22 Jan 2026 14:55:18 +0530 Subject: [PATCH 1/3] bullet point removed --- src/components/Rules.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Rules.astro b/src/components/Rules.astro index badb03f..446c25b 100644 --- a/src/components/Rules.astro +++ b/src/components/Rules.astro @@ -5,7 +5,7 @@ const rules = [ "The decision of the review committee and organizers in declaring the results will be final. No queries in this regard will be entertained.", "The same person can not participate in more than one team.", "If a person is found participating in more than one team, both teams will be disqualified from the Hackathon.", - "Use ONLY Synfig Studio for creating animations. Create the supporting graphics, audio, etc. using only open source software. You are not allowed to use any proprietary software in your animation in any aspect. If found, you or your team will be disqualified.", + // "Use ONLY Synfig Studio for creating animations. Create the supporting graphics, audio, etc. using only open source software. You are not allowed to use any proprietary software in your animation in any aspect. If found, you or your team will be disqualified.", "The accepted submissions shall be released and published under open source license in the public domain. The copyright should be transferred to the FOSSEE project.", "The team lead will be only one point of contact with the organizers.", "Any participant found to be indulging in any form of malpractice will be immediately disqualified." From 05c8e3f5c1df4cc933cb87e6dc2c25bf330dfed1 Mon Sep 17 00:00:00 2001 From: akshay9085 Date: Thu, 22 Jan 2026 15:03:26 +0530 Subject: [PATCH 2/3] change text color --- src/components/Rules.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Rules.astro b/src/components/Rules.astro index 446c25b..1f8e141 100644 --- a/src/components/Rules.astro +++ b/src/components/Rules.astro @@ -16,7 +16,7 @@ const rules = [
-
    +
      {rules.map((rule) => (
    • {rule} From 834425e19dd16b6593c02add34a92699d8c3b379 Mon Sep 17 00:00:00 2001 From: akshay9085 Date: Thu, 22 Jan 2026 15:13:13 +0530 Subject: [PATCH 3/3] change line height --- src/components/Rules.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Rules.astro b/src/components/Rules.astro index 1f8e141..be04216 100644 --- a/src/components/Rules.astro +++ b/src/components/Rules.astro @@ -16,7 +16,7 @@ const rules = [
      -
        +
          {rules.map((rule) => (
        • {rule}