dallassoftwaredevelopers / DSDsite

An Open Source Website For Dallas Software Developers Meetup Group
http://www.dallassoftwaredevelopers.org
MIT License
37 stars 40 forks source link

chore: create the join or discord and other social links section (WEB-34) #83

Closed tk1ng closed 7 months ago

tk1ng commented 7 months ago

This adds the Discord and social links section to site:

CleanShot 2024-04-11 at 01 53 48@2x

To build this out, the following components were created:

SocialSection - container for section and media + copy

SocialLinks - renders social icon images and associated links

Based on Figma, it appears this section is hidden in the mobile view so conditional rendering is set for the component.

Resolves issue #72