-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #29 from akshay9085/main
new page
- Loading branch information
Showing
2 changed files
with
45 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
--- | ||
import Main from '../layouts/main.astro'; | ||
--- | ||
|
||
<Main title="Awards"> | ||
<div class="mt-5 pt-5"> | ||
|
||
<div> <h1 class="justify-end text-4xl my-3">Awards and Certificates</h1></div> | ||
<div><h2 class="text-pretty md:text-xl text-sm playfair-display-normal">The teams shall get the following prize money:</h2></div> | ||
<div class="text-pretty md:text-xl text-sm playfair-display-normal"> | ||
<div> | ||
<ol class="list-decimal pl-5 mb-6"> | ||
<li>First Prize: <span class="text-green-600">Rs. 10,000</span></li> | ||
<li>Second Prize: <span class="text-green-600">Rs. 5,000</span></li> | ||
<li>Third Prize: <span class="text-green-600">Rs. 3,000</span></li> | ||
</ol> | ||
</div> | ||
<div> | ||
<div><h2 class="text-xl">Under Special Categories, the team shall get:</h2></div> | ||
<ol class="list-decimal pl-5 mb-6"> | ||
<li>Best School Submission: <span class="text-green-600">Rs. 2,000</span></li> | ||
<li>Regional Language: <span class="text-green-600">Rs. 2,000</span></li> | ||
<li>Environmental Relevance: <span class="text-green-600">Rs. 2,000</span></li> | ||
<li>Social Relevance: <span class="text-green-600">Rs. 2,000</span></li> | ||
<li>Innovation: <span class="text-green-600">Rs. 2,000</span></li> | ||
</ol> | ||
<div>Consolation Prize: <span class="text-green-600">Rs. 1,000</span></div> | ||
<div> </div> | ||
<div> | ||
<div>The prize money will be credited online to each Team Lead's account.</div> | ||
<div>All the team members under the <strong>Winners and Special categories</strong> will be awarded with a <strong>Certificate of Achievement </strong>during the closing ceremony.</div> | ||
</div> | ||
<div> </div> | ||
|
||
<div> </div> | ||
<div>Good submission: Certificates of Appreciation.</div> | ||
</div> | ||
</div> | ||
<div> </div> | ||
<div class="text-pretty md:text-xl text-sm playfair-display-normal">All team members under the <strong>Consolation and Good Submission categories </strong>will be awarded with a <strong>Certificate of Appreciation</strong> during the closing ceremony.</div> | ||
|
||
</div> | ||
</Main> |