Skip to content

se2022/coffee-chats

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To preview on a local server

  1. Install jekyll
  2. Run jekyll serve and go to localhost:4000

How to setup

  1. Add/replace data.tsv with mentor response data containing only the columns with information you want to display.
  2. Modify script.js to map the columns to the desired mentor fields (eg: assign column 1 in data.tsv to mentor names).

Note: It is easy to modify what is displayed by changing in script.js: 1) how the mentor data is mapped and 2) the html template used to display each mentor.

Releases

No releases published

Packages

No packages published

Languages

  • HTML 51.3%
  • JavaScript 27.2%
  • CSS 21.5%