From edb1bea5439aa5cc1627074d4ef1cf876d54d4fb Mon Sep 17 00:00:00 2001 From: nikitasable96 Date: Thu, 17 Jul 2025 11:36:11 +0530 Subject: Changes in the guidelines and make it submission page --- src/layouts/nav-links.json | 2 +- src/pages/eligibility.astro | 2 +- src/pages/guidelines.astro | 64 ----------------------------------------- src/pages/partners.astro | 2 +- src/pages/register.astro | 2 +- src/pages/submission.astro | 69 +++++++++++++++++++++++++++++++++++++++++++++ 6 files changed, 73 insertions(+), 68 deletions(-) delete mode 100644 src/pages/guidelines.astro create mode 100644 src/pages/submission.astro diff --git a/src/layouts/nav-links.json b/src/layouts/nav-links.json index cd90340..c26a706 100644 --- a/src/layouts/nav-links.json +++ b/src/layouts/nav-links.json @@ -5,7 +5,7 @@ {"label": "Awards", "href": "/awards"}, { "label": "Resources", "href": "/resources" }, { "label": "Rules", "href": "/rules" }, - { "label": "Guidelines", "href": "/guidelines"}, + { "label": "Submission", "href": "/submission"}, { "label": "Partners", "href": "/partners" }, { "label": "Contact", "href": "/contact" }, {"label": "FAQs", "href": "/contact#faq"} diff --git a/src/pages/eligibility.astro b/src/pages/eligibility.astro index 07e9005..6520000 100644 --- a/src/pages/eligibility.astro +++ b/src/pages/eligibility.astro @@ -25,7 +25,7 @@ import { slide } from 'astro:transitions';
-
    +
    • The hackathon is open to all.
    • Participate as an individual or as a team (max. 4 members).
    • High school/college students, faculty, professionals (animators, designers etc.) from any field who are interested in creating animations.
    • diff --git a/src/pages/guidelines.astro b/src/pages/guidelines.astro deleted file mode 100644 index 6e33d73..0000000 --- a/src/pages/guidelines.astro +++ /dev/null @@ -1,64 +0,0 @@ ---- -import Main from '../layouts/main.astro'; ---- - -
      -
      -
      -

      Guidelines of Submission

      - -

      Categories

      -

      - Participants must choose either the Blender 3D or - Synfig Studio 2D category during registration. -

      - -

      Deliverables

      -
        -
      • Blender 3D: A 3D-rendered animation (60–180 seconds) along with source files (.blend).
      • -
      • Synfig Studio 2D: A 2D animation (60–180 seconds) with source files (.sif/.sifz).
      • -
      - -

      Evaluation Criteria

      -
      -

      3D Category:

      -
        -
      • Modeling and Animation Quality: 40%
      • -
      • Texturing and Lighting: 30%
      • -
      • Creativity and Storytelling: 30%
      • -
      -

      2D Category:

      -
        -
      • Animation Smoothness: 40%
      • -
      • Art and Visual Style: 30%
      • -
      • Creativity and Storytelling: 30%
      • -
      -
      - -

      Team Size

      -

      Teams can have 1–5 members, with one lead who represents the team.

      - - -
      -
      -

      Submission

      -

      - Provide a shared Google Drive folder (named after the team) containing both the rendered video (MP4) and the project source files. -

      -

      - on the following email : - contact-focal@fossee.in -

      -
      -
      - - -
      -
      -
      diff --git a/src/pages/partners.astro b/src/pages/partners.astro index a278202..a46199f 100644 --- a/src/pages/partners.astro +++ b/src/pages/partners.astro @@ -15,7 +15,7 @@ import newlogo from '../images/WWI New Logo (Black).png';
      -

      Knowledge Partner: Design Led Innovation Program, Srishti Manipal Institute, MAHE - Bangalore

      +

      Knowledge Partner: Design Led Innovation Program, Srishti Manipal Institute, MAHE - Bangalore

      diff --git a/src/pages/register.astro b/src/pages/register.astro index 5777484..4844889 100644 --- a/src/pages/register.astro +++ b/src/pages/register.astro @@ -28,7 +28,7 @@ import qrcode from '../images/updatedQR.png';

      Read before registration

        -
      • Participate as an individual or as a team (max. 4 members).
      • +
      • Participate as an individual or as a team (max. 5 members).
      • Ideally, a team can consist of individuals like: Synfig Studio user / animator / graphic designer / story narrator / video editor / etc.
      • diff --git a/src/pages/submission.astro b/src/pages/submission.astro new file mode 100644 index 0000000..2e0681a --- /dev/null +++ b/src/pages/submission.astro @@ -0,0 +1,69 @@ +--- +import Main from '../layouts/main.astro'; +--- + +
        +
        +
        +

        Guidelines for Submission

        + + + +

        File formats to be submitted

        +
          +
        • Blender 3D: A 3D-rendered animation (60–180 seconds) along with source files (.blend).
        • +
        • Synfig Studio 2D: A 2D animation (60–180 seconds) with source files (.sif/.sifz).
        • +
        • + File formats are as follows: .blend, .sifz, and supportive files like .svg, .avi, .mp4, + .png,  .jpg, font files (.ttf), etc. +
        • + +
        + +

        Evaluation Criteria

        +
        +

        3D Category:

        +
          +
        • Modeling and Animation Quality: 40%
        • +
        • Texturing and Lighting: 30%
        • +
        • Creativity and Storytelling: 30%
        • +
        +

        2D Category:

        +
          +
        • Animation Smoothness: 40%
        • +
        • Art and Visual Style: 30%
        • +
        • Creativity and Storytelling: 30%
        • +
        +
        + +

        Team Size

        +

        Teams can have 1–5 members, with one lead who represents the team.

        + + +
        +
        +

        Submission

        +

        + Provide a shared Google Drive folder (named after the team) containing both the rendered video (MP4) and the project source files. +

        +

        + on the following email : + contact-focal@fossee.in +

        +
        +
        + + +
        +
        +
        -- cgit