diff options
author | nikitasable96 | 2025-07-03 16:31:33 +0530 |
---|---|---|
committer | nikitasable96 | 2025-07-03 16:31:33 +0530 |
commit | c0c4b079e308fcbf21062add674277d36584fac0 (patch) | |
tree | b773e83e24fe9c4234480ce237e8d03c9436ebfa | |
parent | c708f5b01529e2077d8a78e2166c4436ef28b7f6 (diff) | |
download | animate2025-c0c4b079e308fcbf21062add674277d36584fac0.tar.gz animate2025-c0c4b079e308fcbf21062add674277d36584fac0.tar.bz2 animate2025-c0c4b079e308fcbf21062add674277d36584fac0.zip |
Last date of registration added
-rw-r--r-- | src/layouts/layout.astro | 8 | ||||
-rw-r--r-- | src/pages/guidelines.astro | 20 |
2 files changed, 19 insertions, 9 deletions
diff --git a/src/layouts/layout.astro b/src/layouts/layout.astro index a63ca16..15eb912 100644 --- a/src/layouts/layout.astro +++ b/src/layouts/layout.astro @@ -106,6 +106,14 @@ import iit from '../images/IITB-logo.png'; </div> </div> </div> + <div class="w-full flex justify-center items-center py-4"> + <p class="text-yellow-300 text-center font-semibold text-base font-[Montserrat], sans-serif"> + Last date of registration and <br /> + submission: + <span class=" text-xl md:text-2xl font-bold mb-3 animate-pulse text-white font-xl">18 JULY 2025</span> + </p> + </div> + </div> diff --git a/src/pages/guidelines.astro b/src/pages/guidelines.astro index ce5b829..367d255 100644 --- a/src/pages/guidelines.astro +++ b/src/pages/guidelines.astro @@ -9,24 +9,26 @@ import Main from '../layouts/main.astro'; <!-- <h2 class="text-2xl font-semibold mt-6 mb-2">Guidelines of Submission</h2> --> - <h3 class="text-xl font-semibold mt-4 mb-1">Categories</h3> + <h3 class="text-2xl mt-4 mb-1">Categories</h3> <p class="mb-4">Participants must choose either the <span class="text-xl text-purple-700">Blender 3D</span> or <span class="text-xl text-purple-700">Synfig Studio 2D</span> category during registration.</p> - <h3 class="text-xl font-semibold mb-1">Deliverables</h3> + <h3 class="text-2xl mb-1">Deliverables</h3> <ul class="list-disc list-inside mb-4"> - <li><strong>Blender 3D:</strong> A 3D-rendered animation (60–180 seconds) along with source files (.blend).</li> - <li><strong>Synfig Studio 2D:</strong> A 2D animation (60–180 seconds) with source files (.sif/.sifz).</li> + <li>Blender 3D: A 3D-rendered animation (60–180 seconds) along with source files (.blend).</li> + <li>Synfig Studio 2D: A 2D animation (60–180 seconds) with source files (.sif/.sifz).</li> </ul> - <h3 class="text-xl font-semibold mb-1">Evaluation Criteria</h3> + <h3 class="text-2xl mb-1">Evaluation Criteria</h3> + <br /> <div class="mb-4"> - <p class="font-medium">3D Category:</p> + <p class="font-medium ">3D Category:</p> <ul class="list-disc list-inside ml-4"> <li>Modeling and Animation Quality: 40%</li> <li>Texturing and Lighting: 30%</li> <li>Creativity and Storytelling: 30%</li> </ul> - <p class="font-medium mt-2">2D Category:</p> + <br /> + <p class="font-medium font:semibold mt-2">2D Category:</p> <ul class="list-disc list-inside ml-4"> <li>Animation Smoothness: 40%</li> <li>Art and Visual Style: 30%</li> @@ -34,10 +36,10 @@ import Main from '../layouts/main.astro'; </ul> </div> - <h3 class="text-xl font-semibold mb-1">Team Size</h3> + <h3 class="text-2xl mb-1">Team Size</h3> <p class="mb-4">Teams can have 1–5 members, with one lead who represents the team.</p> - <h3 class="text-xl font-semibold mb-1">Submission</h3> + <h3 class="text-2xl mb-1">Submission</h3> <p class="mb-2"> Provide a shared Google Drive folder (named after the team) containing both the rendered video (MP4) and the project source files. </p> |