LunchDevCommunity / community-calendar

📅 Community calendar for our Discord server, built with love and Eleventy.
https://events.lunch.dev
15 stars 12 forks source link

No link to the GitHub repo on website homepage #94

Closed ajcwebdev closed 3 years ago

ajcwebdev commented 3 years ago

When visiting individual event pages there is a helpful link to the GitHub repo, but just from the home page it's not clear where to go if you wanted to find other places connected to events.lunch.dev. Would be useful to pop in links to the Discord as well.

BenDMyers commented 3 years ago

This was technically resolved with #95, which added a page footer. However, I don't know if we want to explore any ways to make this link more prominent, since today you have to scroll through all past events to get to the footer.

@ajcwebdev @chantastic Thoughts?

chantastic commented 3 years ago

@BenDMyers this is a really good question. Here are two immediate options that come to mind:

  1. make the footer sticky. negative: this is fairly uncommon for public pages. positive: always easy to get to.

  2. reduce the quantity of previous events we show.

we've talked in other threads about ways to achieve #2

I like the idea of fleshing out #2

Any other considerations we should make?