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

SVG Sprite Creation #50

Open
Alexandrbig1 opened this issue Sep 30, 2024 · 2 comments
Open

SVG Sprite Creation #50

Alexandrbig1 opened this issue Sep 30, 2024 · 2 comments
Assignees
Labels
hacktoberfest This label marks contributions eligible for Hacktoberfest rewards during the open-source celebration

Comments

@Alexandrbig1
Copy link
Collaborator

Alexandrbig1 commented Sep 30, 2024

Description:
Create an SVG sprite containing all project icons to optimize loading and improve performance.

Acceptance Criteria:

  • All individual SVG icons must be combined into a single SVG sprite.
  • The icons should be used via the <use> element referencing the sprite.
  • The sprite should include all icons used on the site, including those for navigation, social media, and other interface elements.

Technical Details:

  • Collect all individual SVG files used throughout the site.
  • Create one sprite file containing these SVG icons.
  • Ensure correct usage of the sprite and proper rendering of each icon in the project.
@Alexandrbig1 Alexandrbig1 added the hacktoberfest This label marks contributions eligible for Hacktoberfest rewards during the open-source celebration label Sep 30, 2024
@Gauravtb2253
Copy link
Contributor

I would like to work on this
Please assign it to me

Thank you

@Alexandrbig1
Copy link
Collaborator Author

Got it, assigned! Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest This label marks contributions eligible for Hacktoberfest rewards during the open-source celebration
Projects
Development

No branches or pull requests

2 participants