ecoquants / findinghal

white abalone recovery & community engagement
http://findinghal.org
MIT License
0 stars 0 forks source link

buttonize Submit form with bootstrap 4 #5

Closed bbest closed 3 years ago

bbest commented 3 years ago

Want the submit link to look like:

image

Reference for creating buttons in Bootstrap:

Want to use the latest Bootstrap 4 for things like cards, which can be implemented with bslib, otherwise Rmarkdown defaults to Bootstrap 3.

bbest commented 3 years ago

Fixed with commit:

bbest commented 3 years ago

To implement, update _site.yml with:

output:
  html_document:
  # requires bslib R package to be installed
    theme:
      version: 4
      bootswatch: cerulean