UWCubeSat / hsl-website

Website hosted at huskysat.org
MIT License
5 stars 2 forks source link

Refactor cards to work without JS #11

Open AlnisS opened 1 year ago

AlnisS commented 1 year ago

Currently the cards are built out of JSON, but we could refactor them to be more xml-ey with custom elements, e.g.:

<member>
    <img ...>
    <name ...>
    ...
</member>

This means a bit more typing to create a member, but much cleaner from a code perspective and works for noscript/nojs users.