Move raw html to jekyll
completed by: Namanyay
mentors: Aruna Herath
We have a lot of repeated html code inside our index.html file. We can use a templating language and load information of mentors and students from data files of json format.
We could use jekyll which the github pages supports for this.
Move students' and mentors' details to json files and write liquid templates to load them in the html.