csvconf / csvconf.com

A community conference for data makers everywhere, again!
https://csvconf.com
MIT License
89 stars 44 forks source link

make session links clickable #105

Closed chris48s closed 4 years ago

chris48s commented 4 years ago

currently the session links are plaintext

serahkiburu commented 4 years ago

thanks for this PR, @chris48s. This is slightly more complicated as we are reading session links on the page from this csv file and serving them on this page. Happy to review and merge if you have some time to dedicate to making it work. Thanks again!

chris48s commented 4 years ago

Indeed. This PR updates 2020_schedule.csv. speakers.html then picks up the change (as with your <br> tags, I've just embedded HTML in the CSV).

What else do you think needs doing?

Before

GIFrecord_2020-05-12_182901


After

GIFrecord_2020-05-12_183206

serahkiburu commented 4 years ago

ace, thanks @chris48s 🙌