Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate current best practices for dealing with social media icons #3

Open
fwextensions opened this issue Jan 19, 2024 · 5 comments
Assignees
Labels
good first issue Good for newcomers

Comments

@fwextensions
Copy link
Contributor

fwextensions commented Jan 19, 2024

Is there a clean set of monochrome social media logos out there? Probably should be SVG images.

@fwextensions fwextensions added the good first issue Good for newcomers label Jan 19, 2024
@javtran javtran self-assigned this Jan 24, 2024
@javtran javtran moved this from Todo to In Progress in SF Civic Tech Website 2024 Jan 24, 2024
@javtran
Copy link
Collaborator

javtran commented Jan 25, 2024

https://fontawesome.com/

  • Has the option to install the library and use as a class utility
  • Or we download individual SVGs from their site and import into our public folder

@javtran
Copy link
Collaborator

javtran commented Jan 25, 2024

https://www.svgrepo.com/
https://feathericons.com/

These two are just sites with lots of icons for us to download as SVGs

@javtran
Copy link
Collaborator

javtran commented Jan 25, 2024

https://mui.com/material-ui/material-icons/

Download as library and import icons as a component.

@fwextensions
Copy link
Contributor Author

@nickvisut there's also this package for managing SVG icons in Astro: https://www.astroicon.dev/getting-started/

It makes it easy to add icons from sets on this site without having to download them individually: https://icon-sets.iconify.design/

https://www.astroicon.dev/guides/customization/#open-source-icon-sets

@nickvisut
Copy link
Collaborator

nickvisut commented Jan 27, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
Status: In Progress
Development

No branches or pull requests

3 participants