diff options
author | nikitasable96 | 2025-07-04 11:45:29 +0530 |
---|---|---|
committer | nikitasable96 | 2025-07-04 11:45:29 +0530 |
commit | b1070851b78ef2a9c7390f4d9975d8e1dce30f27 (patch) | |
tree | 7478f034f0ab8f95ceef9c938c727e35c7cf0600 | |
parent | 0e87c3d81e90b2a1b09eb66bbbb1cd1d8829154f (diff) | |
download | animate2025-b1070851b78ef2a9c7390f4d9975d8e1dce30f27.tar.gz animate2025-b1070851b78ef2a9c7390f4d9975d8e1dce30f27.tar.bz2 animate2025-b1070851b78ef2a9c7390f4d9975d8e1dce30f27.zip |
modified guidelines.astro
-rw-r--r-- | src/pages/guidelines.astro | 44 |
1 files changed, 21 insertions, 23 deletions
diff --git a/src/pages/guidelines.astro b/src/pages/guidelines.astro index 367d255..4f13353 100644 --- a/src/pages/guidelines.astro +++ b/src/pages/guidelines.astro @@ -4,31 +4,30 @@ import Main from '../layouts/main.astro'; <Main> <section id="guidelines" class="px-6 py-10 text-black text-base font-[Montserrat], sans-serif"> - <div class="max-w-4xl mx-auto"> - <h1 class="text-4xl mb-6 border-[#1f2937] pb-2">Guidelines of Submission</h1> + <div class="max-w-4xl mx-auto [&_h1]:text-4xl [&_h2]:text-2xl [&_h3]:text-2xl [&_p]:text-xl [&_li]:text-xl"> + <h1 class="mb-6 border-[#1f2937] pb-2">Guidelines of Submission</h1> - <!-- <h2 class="text-2xl font-semibold mt-6 mb-2">Guidelines of Submission</h2> --> - - <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="mt-4 mb-1">Categories</h3> + <p class="mb-2"> + Participants must choose either the <span class="text-purple-700">Blender 3D</span> or + <span class="text-purple-700">Synfig Studio 2D</span> category during registration. + </p> - <h3 class="text-2xl mb-1">Deliverables</h3> - <ul class="list-disc list-inside mb-4"> - <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> + <h3 class="mb-1">Deliverables</h3> + <ul class=" text-xl list-disc list-inside mb-2"> + <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> </ul> - <h3 class="text-2xl mb-1">Evaluation Criteria</h3> - <br /> - <div class="mb-4"> - <p class="font-medium ">3D Category:</p> - <ul class="list-disc list-inside ml-4"> + <h3 class="mb-1">Evaluation Criteria</h3> + <div class="mb-2"> + <p class="font-semibold">3D Category:</p> + <ul class="list-disc list-inside ml-4 mb-4"> <li>Modeling and Animation Quality: 40%</li> <li>Texturing and Lighting: 30%</li> <li>Creativity and Storytelling: 30%</li> </ul> - <br /> - <p class="font-medium font:semibold mt-2">2D Category:</p> + <p class="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> @@ -36,15 +35,14 @@ import Main from '../layouts/main.astro'; </ul> </div> - <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="mb-1">Team Size</h3> + <p class="mb-2">Teams can have 1–5 members, with one lead who represents the team.</p> - <h3 class="text-2xl mb-1">Submission</h3> + <h3 class="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. + Provide a shared Google Drive folder + (named after the team) containing both the rendered video (MP4) and the project source files. </p> - - </div> </section> </Main> |