Use the following embed code to have this build a roster of people from any properly-formatted spreadsheet (sample), to work on your website:
<iframe id="people-list"
src="https://civictechto.github.io/people-list-parser/embed.html?status=active&style=grid"
data-gsheet-url="https://docs.google.com/spreadsheets/d/1LCVxEXuv70R-NozOwhNxZFtTZUmn1FLMPVD5wgIor9o/edit#gid=642523045"
data-gsheet-checkin-url="https://docs.google.com/spreadsheets/d/1LCVxEXuv70R-NozOwhNxZFtTZUmn1FLMPVD5wgIor9o/edit#gid=1061878392"
allowfullscreen></iframe>
Options for data-style
data attribute can be grid
or table
. (Default: grid
)
If you wish to inherit styles from the parent page, append this javascript to the bottom of the page:
<script src="https://civictechto.github.io/people-list-parser/embed_style_helper.js"></script>