Skip to content

Commit

Permalink
Merge pull request #20 from akshay9085/main
Browse files Browse the repository at this point in the history
content update
  • Loading branch information
akshay9085 committed May 3, 2024
2 parents bb66b59 + 3e2cb83 commit 71bbd4d
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 3 deletions.
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

0 comments on commit 71bbd4d

Please sign in to comment.