OpenSTL / CMR-Client

0 stars 5 forks source link

Get the page closer to the census page #4

Closed pubby closed 4 years ago

pubby commented 4 years ago

Makes the sections have a zebra-striped look rather than a box-shadow "card" look. Deletes old unused CSS/code. Fixes a typo which prevented the project from building.

The final design is still up in the air, obviously. This is just the first step.

I changed top-level functions to be of function foo syntax instead of const foo = () ( the latter is easier to code search and easier for JS newbies to grok). But I don't have a strong opinion over this and I don't mind changing it back.

Closes #3