summaryrefslogtreecommitdiff
path: root/src/components/layout/nav-links.json
blob: f696f1da8ea2bf9ace25f66269e60c9d24020946 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[
 
    { "label": "About", "href": "/#about" },
 
    { "label": "Results", "href": "/results" },
    {"label": "Problem Statement", "href": "/problem-statement"},
    {"label": "Register", "href": "/#register"},
    {"label": "Evaluation criteria", "href": "/evaluation"},
  
    { "label": "Resources", "href": "/resources" },

    { "label": "Contact", "href": "/#contact" }
  
  ]