diff --git a/src/layouts/nav-links.json b/src/layouts/nav-links.json index f488466..fbe4089 100644 --- a/src/layouts/nav-links.json +++ b/src/layouts/nav-links.json @@ -3,9 +3,9 @@ { "label": "About", "href": "/about" }, { "label": "Theme", "href": "/theme" }, {"label": "Results", "href": "/results"}, + {"label": "Awards", "href": "/awards"}, { "label": "Resources", "href": "/resources" }, { "label": "Rules", "href": "/rules" }, - { "label": "Webinar", "href": "/webinar" }, { "label": "Partners", "href": "/partners" }, { "label": "Contact", "href": "/contact" }, {"label": "FAQs", "href": "/contact#faq"} diff --git a/src/pages/awards.astro b/src/pages/awards.astro new file mode 100644 index 0000000..f8dccde --- /dev/null +++ b/src/pages/awards.astro @@ -0,0 +1,44 @@ +--- +import Main from '../layouts/main.astro'; + +--- + +
+
+ +

Awards and Certificates

+

The teams shall get the following prize money:

+
+
+
    +
  1. First Prize: Rs. 10,000
  2. +
  3. Second Prize: Rs. 5,000
  4. +
  5. Third Prize: Rs. 3,000
  6. +
+
+
+

Under Special Categories, the team shall get:

+
    +
  1. Best School Submission: Rs. 2,000
  2. +
  3. Regional Language: Rs. 2,000
  4. +
  5. Environmental Relevance: Rs. 2,000
  6. +
  7. Social Relevance: Rs. 2,000
  8. +
  9. Innovation: Rs. 2,000
  10. +
+
Consolation Prize: Rs. 1,000
+
 
+
+
The prize money will be credited online to each Team Lead's account.
+
All the team members under the Winners and Special categories will be awarded with a Certificate of Achievement during the closing ceremony.
+
+
 
+ +
 
+
Good submission: Certificates of Appreciation.
+
+
+
 
+
All team members under the Consolation and Good Submission categories will be awarded with a Certificate of Appreciation during the closing ceremony.
+ +
+
\ No newline at end of file