summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorakshay2025-07-10 15:01:21 +0530
committerGitHub2025-07-10 15:01:21 +0530
commit80bdafafb9da63abe124a14c0b88282599c5ff36 (patch)
treeb45c27a2cc0b6f6ffefed35c6a5ca79ef67ec6cb
parent0e87c3d81e90b2a1b09eb66bbbb1cd1d8829154f (diff)
parent6e03568584c3f5113b25e389a22353a17dd8ec78 (diff)
downloadanimate2025-80bdafafb9da63abe124a14c0b88282599c5ff36.tar.gz
animate2025-80bdafafb9da63abe124a14c0b88282599c5ff36.tar.bz2
animate2025-80bdafafb9da63abe124a14c0b88282599c5ff36.zip
Merge pull request #10 from nikitasabale96/main
modified guidelines.astro
-rw-r--r--src/pages/awards.astro2
-rw-r--r--src/pages/guidelines.astro44
2 files changed, 23 insertions, 23 deletions
diff --git a/src/pages/awards.astro b/src/pages/awards.astro
index e1f290a..6594c79 100644
--- a/src/pages/awards.astro
+++ b/src/pages/awards.astro
@@ -9,6 +9,8 @@ import Main from '../layouts/main.astro';
<div> <h1 class="justify-end text-4xl my-3">Awards and Certificates</h1></div>
<div><h2 class="text-pretty md:text-xl text-base font-[Montserrat], sans-serif">Top winners will be receive certificates, exciting goodies, and the work will showcased on FOSSEE webpage. All good submissions will receive digital certificates.
</h2></div>
+ <br />
+ <p><span style="color: #7836b4ff;"><strong>"The participants stand a chance to win up to Rs. 50,000. "</strong></span></p>
<!-- <div class="text-pretty md:text-xl text-sm playfair-display-normal">
<div>
<ol class="list-decimal pl-5 mb-6">
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>