summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorakshay2025-07-04 10:47:07 +0530
committerGitHub2025-07-04 10:47:07 +0530
commit0e87c3d81e90b2a1b09eb66bbbb1cd1d8829154f (patch)
treeb773e83e24fe9c4234480ce237e8d03c9436ebfa
parent8ee10bf508076d60f34cb8f4631c12b3f7f4a6a9 (diff)
parentc0c4b079e308fcbf21062add674277d36584fac0 (diff)
downloadanimate2025-0e87c3d81e90b2a1b09eb66bbbb1cd1d8829154f.tar.gz
animate2025-0e87c3d81e90b2a1b09eb66bbbb1cd1d8829154f.tar.bz2
animate2025-0e87c3d81e90b2a1b09eb66bbbb1cd1d8829154f.zip
Merge pull request #9 from nikitasabale96/main
Added guidelines and new partner image
-rw-r--r--src/images/WWI New Logo (Black).pngbin0 -> 247707 bytes
-rw-r--r--src/images/WWI New Logo (White).pngbin0 -> 273653 bytes
-rw-r--r--src/layouts/layout.astro8
-rw-r--r--src/layouts/nav-links.json1
-rw-r--r--src/pages/guidelines.astro50
-rw-r--r--src/pages/partners.astro115
6 files changed, 110 insertions, 64 deletions
diff --git a/src/images/WWI New Logo (Black).png b/src/images/WWI New Logo (Black).png
new file mode 100644
index 0000000..c0011d9
--- /dev/null
+++ b/src/images/WWI New Logo (Black).png
Binary files differ
diff --git a/src/images/WWI New Logo (White).png b/src/images/WWI New Logo (White).png
new file mode 100644
index 0000000..4c45950
--- /dev/null
+++ b/src/images/WWI New Logo (White).png
Binary files differ
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/layouts/nav-links.json b/src/layouts/nav-links.json
index ff38cef..cd90340 100644
--- a/src/layouts/nav-links.json
+++ b/src/layouts/nav-links.json
@@ -5,6 +5,7 @@
{"label": "Awards", "href": "/awards"},
{ "label": "Resources", "href": "/resources" },
{ "label": "Rules", "href": "/rules" },
+ { "label": "Guidelines", "href": "/guidelines"},
{ "label": "Partners", "href": "/partners" },
{ "label": "Contact", "href": "/contact" },
{"label": "FAQs", "href": "/contact#faq"}
diff --git a/src/pages/guidelines.astro b/src/pages/guidelines.astro
new file mode 100644
index 0000000..367d255
--- /dev/null
+++ b/src/pages/guidelines.astro
@@ -0,0 +1,50 @@
+---
+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>
+
+ <!-- <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="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>
+ </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">
+ <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>
+ <ul class="list-disc list-inside ml-4">
+ <li>Animation Smoothness: 40%</li>
+ <li>Art and Visual Style: 30%</li>
+ <li>Creativity and Storytelling: 30%</li>
+ </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="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>
+
+
+ </div>
+ </section>
+</Main>
diff --git a/src/pages/partners.astro b/src/pages/partners.astro
index 7eb7d55..a278202 100644
--- a/src/pages/partners.astro
+++ b/src/pages/partners.astro
@@ -9,12 +9,13 @@ import spoken from '../images/spoken.png';
import srishti from '../images/srishti-manipal-logo.png';
import manipal from '../images/manipal-logo.png';
import mbc from '../images/manipal-bangalore-camp.png';
+import newlogo from '../images/WWI New Logo (Black).png';
---
<Main>
<section id="partner">
<div class="flex items-center justify-center mb-2 mt-4">
- <h1 class="justify-end text-4xl">Knowledge Partner: <span class="text-lg justify-center">Design Led Innovation Program, Srishti Manipal Institute, MAHE - Bangalore</span></h1>
+ <h1 class="justify-end text-3xl">Knowledge Partner: <span class="text-lg justify-center">Design Led Innovation Program, Srishti Manipal Institute, MAHE - Bangalore</span></h1>
</div>
<!-- First Row -->
<div class="border-4 border-[#1f2937] rounded-t-[18px] border-b-[23px] rounded-b-lg p-4 text-white" style="border: ;">
@@ -66,8 +67,8 @@ import mbc from '../images/manipal-bangalore-camp.png';
<div class="text-red-300">
<a href="https://www.whistlingwoods.net/" target="_blank" class="flex-1 border-indigo-600 items-center justify-center rounded-md overflow-hidden">
- <img class="logos" src={ww.src} alt="regi" decoding="async" width="200px" /> -->
- <!-- <img src="../images/register.png" alt="Image 1" class="w-1/4 w-25"> -->
+ <img class="logos" src={ww.src} alt="regi" decoding="async" width="200px" />
+ <img src="../images/register.png" alt="Image 1" class="w-1/4 w-25"> -->
<!-- </a></div> -->
@@ -94,74 +95,60 @@ import mbc from '../images/manipal-bangalore-camp.png';
<!-- </div> -->
<!-- </div> -->
<!-- </div> -->
- <!-- Second partners -->
+ <!-- Second partners
<div class="grid grid-cols-2 gap-4 mt-4 mb-2">
<div class="flex items-center justify-center">
<h1 class="justify-end text-4xl">Resource Partner</h1>
</div>
- <div class="flex items-center justify-center">
- <h1 class="justify-end text-4xl">Learning Partner</h1>
- </div>
- </div>
-
- <div class="grid grid-cols-2 gap-4">
- <div class="border-4 border-[#1f2937] rounded-t-[18px] border-b-[23px] rounded-b-lg p-4 text-white" style="border: ;">
- <!-- Your content for the first row goes here -->
- <!-- <p>Partners </p> -->
- <div class="grid gap-4 sm:grid-cols-1 grid-cols-1 place-items-center items-center justify-center">
-
- <!-- <div class="text-red-300">
- <a href="https://www.iitb.ac.in/" target="_blank" class="flex-1 border-indigo-600 items-center justify-center rounded-md overflow-hidden">
-
- <img class="logos" src={iitb.src} alt="regi" decoding="async" />
-
-
-
- </a></div> -->
- <!-- <div class="text-red-300">
- <a href="https://fossee.in" target="_blank" class="flex-1 border-indigo-600 items-center justify-center rounded-md overflow-hidden">
-
- <img class="logos" src={fossee.src} alt="regi" decoding="async" />
-
-
-
- </a></div> -->
-
- <div class="text-red-300">
- <a href="https://focal.fossee.in" target="_blank" class="flex-1 border-indigo-600 items-center justify-center rounded-md overflow-hidden">
-
- <img class="logos" src={focal.src} alt="regi" decoding="async" />
- <!-- <img src="../images/register.png" alt="Image 1" class="w-1/4 w-25"> -->
-
-
- </a></div>
- <div class="hidden sm:block"></div>
-
- </div>
-
+
+ Section Titles -->
+<div class="grid grid-cols-3 gap-4 mt-4 mb-2">
+ <div class="flex items-center justify-center">
+ <h1 class="text-2xl text-center">Resource Partner</h1>
+ </div>
+ <div class="flex items-center justify-center">
+ <h1 class="text-2xl text-center">Execution Partner</h1>
+ </div>
+ <div class="flex items-center justify-center">
+ <h1 class="text-2xl text-center">Learning Partner</h1>
+ </div>
+</div>
+<!-- Partner Logos (Same border as old code, single row) -->
+<div class="grid grid-cols-3 gap-4">
+ <!-- Resource Partner -->
+ <div class="border-4 border-[#1f2937] rounded-t-[18px] border-b-[23px] rounded-b-lg p-4 text-white">
+ <div class="grid place-items-center items-center justify-center">
+ <div class="text-red-300">
+ <a href="https://focal.fossee.in" target="_blank" class="flex-1 border-indigo-600 items-center justify-center rounded-md overflow-hidden">
+ <img class="logos" src={focal.src} alt="Focal Resource Partner" decoding="async" />
+ </a>
+ </div>
</div>
-
- <!-- First Row -->
- <div class="border-4 border-[#1f2937] rounded-t-[18px] border-b-[23px] rounded-b-lg p-4 text-white" style="border: ;">
- <!-- Your content for the first row goes here -->
- <!-- <p>Partners </p> -->
- <div class="grid gap-4 sm:grid-cols-1 grid-cols-1 place-items-center items-center justify-center">
- <div class="text-red-300">
- <a href="https://spoken-tutorial.org/" target="_blank" class="flex-1 border-indigo-600 items-center justify-center rounded-md overflow-hidden">
-
- <img class="logos" src={spoken.src} alt="regi" decoding="async" />
- <!-- <img src="../images/register.png" alt="Image 1" class="w-1/4 w-25"> -->
-
-
- </a></div>
-
-
-
- </div>
-
-</div>
+ </div>
+
+ <!-- Execution Partner -->
+ <div class="border-4 border-[#1f2937] rounded-t-[18px] border-b-[23px] rounded-b-lg p-4 text-white">
+ <div class="grid place-items-center items-center justify-center">
+ <div class="text-red-300">
+ <a href="https://www.whistlingwoods.net/" target="_blank" class="flex-1 border-indigo-600 items-center justify-center rounded-md overflow-hidden">
+ <img class="logos" src={newlogo.src} alt="Whistling Woods International" decoding="async" />
+ </a>
</div>
+ </div>
+ </div>
+
+ <!-- Learning Partner -->
+ <div class="border-4 border-[#1f2937] rounded-t-[18px] border-b-[23px] rounded-b-lg p-4 text-white">
+ <div class="grid place-items-center items-center justify-center">
+ <div class="text-red-300">
+ <a href="https://spoken-tutorial.org/" target="_blank" class="flex-1 border-indigo-600 items-center justify-center rounded-md overflow-hidden">
+ <img class="logos" src={spoken.src} alt="Spoken Tutorial" decoding="async" />
+ </a>
+ </div>
+ </div>
+ </div>
+</div>
</section>