Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

content update #20

Merged
merged 2 commits into from
May 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/layouts/nav-links.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{ "label": "About", "href": "/about" },
{ "label": "Theme", "href": "/theme" },
{ "label": "Register", "href": "/register" },

{ "label": "Guidelines", "href": "/guidelines" },
{ "label": "Resources", "href": "/resources" },
{ "label": "Rules", "href": "/rules" },
{ "label": "Webinar", "href": "/webinar" },
Expand Down
42 changes: 41 additions & 1 deletion src/pages/guidelines.astro
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
import Main from '../layouts/main.astro';

---


Expand All @@ -11,7 +12,7 @@ import Main from '../layouts/main.astro';
<img src=""/>
<h1 class="section-title"> Guidelines and Submissions</h1><br />
<div>Submit animation at <a target="_blank" class="hover:text-red-400 text-red-700" href=" https://learn.fossee.in">https://learn.fossee.in</a>.</div>

</div>
<!-- 3/4 Width Column -->
<div class="col-span-3 p-4">
Expand Down Expand Up @@ -69,5 +70,44 @@ import Main from '../layouts/main.astro';


</div>


<div class="container grid grid-cols-1 sm:grid-cols-4 gap-4">
<!-- 1/4 Width Column -->
<div class="items-center justify-center col-span-1 bg-gray-300 p-4" style="text-align: center;">
<img src=""/>
<h1 class="section-title">Evaluation and Winner/Result</h1>
<div>Click here to see
Successful participant and
winner’s list.</div>


</div>
<!-- 3/4 Width Column -->
<div class="col-span-3 p-4">

<h1 class="section-title text-4xl pb-3">Evaluation of animation</h1>
<ul style="list-style: circle;" class="text-xl playfair-display-normal ">
<li>A team can select any one of the subjects listed in the theme of the hackathon &ldquo;Celebrating India&rsquo;s Innovation&rdquo;.</li>
<li>The participants are free to interpret the stories according to the current situations happening across the world.</li>
<li>Submitted animation will go through the Technical judgment panel and eligible animation will go through the next Creative judgment panel.</li>
<li>Final score of selected animation declared as winner and selected for awards.</li>
<li>All the animator&rsquo;s submissions who passed the Technical Judgment will get a Completion certificate for the hackathon.</li>
</ul>
<p>&nbsp;</p>
<h1 class="section-title text-4xl pb-3">Rejection Criteria:</h1>

<ul style="list-style: circle;" class="text-xl playfair-display-normal ">
<li>Using proprietary software to create the animation.</li>
<li>Partial submission of files mentioned in the Submission checklist.</li>
<li>Any form of plagiarism.</li>
<li>Narration in any language other than the scheduled 22 Indian languages.</li>
<li>Content depicting violence/abuse/improper use of illustration/nudity &amp; sexuality/hate towards any specific religion.</li>
</ul>

</div>


</div>
</section>
</Main>
2 changes: 1 addition & 1 deletion src/pages/resources.astro
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import { slide } from 'astro:transitions';
<li class="mb-2">For writing your script, you can learn about storytelling using <a href="https://spoken-tutorial.org/tutorial-search/?search_foss=Communication+Series&search_language=English" target="_blank" class="hover:text-red-400 text-red-700">Communication Spoken Tutorials</a> available in English.</li>
<li class="mb-2">Refer graphics from our <a href="https://focal.fossee.in/" target="_blank" class="hover:text-red-400 text-red-700">FOCAL (free and open source creative art library)</a></span> repository.</li>
<li class="mb-2"><div>Self-learn Blender video editor using Spoken Tutorials. These tutorials are available in English - <a class="hover:text-red-400 text-red-700" href="https://spoken-tutorial.org/tutorial-search/?search_foss=Video+Editing+using+Blender&amp;search_language=English" target="_blank">click here</a></div></li>
<li class="mb-2"><p>Download Blender by visiting the following link <a href="https://www.blender.org/download/">https://www.blender.org/</a></p></li>
<li class="mb-2"><p>Download Blender by visiting the following link - <a class="hover:text-red-400 text-red-700" target="_blank" href="https://www.blender.org/download/">blender</a></p></li>
</ul>
</div>
</div>
Expand Down