harvard-lil / h2o

H2O is a web app for creating and reading open educational resources, primarily in the legal field
https://opencasebook.org
GNU Affero General Public License v3.0
36 stars 30 forks source link

Copyright messaging #1852

Closed lizadaly closed 1 year ago

lizadaly commented 1 year ago

One main thing and one small thing:

Copyright messages

image

The message appears at the bottom of all the casebook pages, except the credits page where it appears inline:

image

otherwise:

image

Adds the copyright messaging we discussed to the credits page and the footer of the book pages.

Verified notice

Also while I was there I fixed the display of the verified professor checkbox, which was inconsistent and too close to the name on a few pages.

Before

image

After

image

Finally, one .verified class definition seemed to be globally-scoped when it was intended to apply only to the dashboard page. I moved it to the proper scope because it was getting applied in the wrong contexts and colliding with per-page definitions.