wnbrb / wnb-rb-site

The website of WNB.rb, a virtual community for women and non-binary Rubyists.
https://wnb-rb.dev
25 stars 41 forks source link

Add links to speaker on meetup page #227

Closed auliafaizahr closed 1 month ago

auliafaizahr commented 4 months ago

We should send traffic to our incredible meetup speakers via links to their Twitter, GitHub, LinkedIn, and personal websites!

  • [x] Add a column/columns to our speakers table where we can store links to their Twitter, GitHub, LinkedIn, and personal website.

    • I'm open to more types of links as well
    • Maybe we could make this a jsonb column for flexibility?
  • [ ] Modify the meetup page to display these links for each speaker if they are available.

As in issue description, we need to add columns to speakers table(which already done), so here I modify the meetup page to display these links for each speaker if they are available, actually Im not really sure which icon should we use for "website" and "other", hence I use globe as website and link for other, need your feedback on this (the social media is based on speaker model), so it shows like this :

image

actually not all links will displayed, just some available links but I put an example that showing all links available to show all icons we use. Feedback needed, thankyou :D

luciagirasoles commented 4 months ago

Let's fix the conflict also

luciagirasoles commented 1 month ago

It was solved in another PR