alan-turing-institute / COVID-19_PSTC

Pandemic Symptom Tracker Calendar open code /Symptom tracker open code repository
https://alan-turing-institute.github.io/COVID-19_PSTC/
MIT License
8 stars 5 forks source link

Create website to accompany the git hub repository using github pages #3

Open obisargoni opened 4 years ago

obisargoni commented 4 years ago

Might not be necessary at this stage but could be useful in future.

We are currently collating information using markdown files in this repository. We access and view these files through github.

Github Pages is a way to host a website that can present this information in a way that avoids directing people the the whole repository. Can instead just present selected information (for example the project aims, useful links etc).

Attached is html file showing what a v simple home page would look like. Links would direct user to other pages. Could navigate between them easily.

home-page-example_files.zip

tomalrussell commented 4 years ago

I've set up the GitHub pages site at https://alan-turing-institute.github.io/COVID-19_PSTC/

This is using the built in Jekyll rendering engine to turn markdown into html pages.

Please do tidy up text and adjust styles if you have ideas :+1:

obisargoni commented 4 years ago

Nice one. Yes I'll take a look, happy to take on maintaining/updating if that's helpful