thegazelle-ad / gazelle-server

Server for front-end and editor tools of The Gazelle
MIT License
19 stars 8 forks source link

Introduce card-based layout #133

Open zanemountcastle opened 7 years ago

zanemountcastle commented 7 years ago

In web design, "cards" are a way to display content as distinct items on a page. They help with information architecture and segment a page as a visible hierarchy.

This issue will be simply a CSS update of the major components displayed as individual units (Article, Author, etc.).

Google has been a pioneer in card-based layouts and it has taken hold across many major websites. For more information, see here: https://material.io/guidelines/components/cards.html

zanemountcastle commented 7 years ago

This issue is complimented by #138. Card based layouts lend themselves well to skeleton screens.