obahareth / awesome-mena-conferences-and-meetups

A list of awesome conferences and meetups in the MENA region.
https://awesome-mena-conferences-and-meetups.netlify.com
MIT License
5 stars 10 forks source link

Prettify website #7

Closed obahareth closed 5 years ago

obahareth commented 5 years ago

This is blocked by #6.

I'm not that great with CSS, but I was thinking of just having two tabs in the main page, "Conferences" and "Meetups", where the default one is "Conferences" and they both just display all conferences and meetups for now (no need for any kind of pagination).

This might be a bit difficult with how I designed the conferences and meetups because they're Gatsby pages and I'm not sure if those are meant to be embeddable, perhaps they should be put into components, but I think we'd need to run the GraphQL queries differently then (perhaps StaticQuery?).

burrelle commented 5 years ago

I'll take a look at this!