-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Description
Currently, the specialties section uses the emojis (💻, ⚡) to represent different categories. While functional, emojis lack consistency, accessibility, and modern design appeal.
Screenshot:
Problem
- Emojis do not match the style of the rest of the site.
- Limited scalability for future additions (no consistent icon set).
- No ability to style them (colors, sizes) in a maintainable way.
Proposed Solution
- Replace emojis with Font Awesome icons.
- Use
fa-laptop-code
(💻 replacement) for Open Source Contributions. - Use
fa-bolt
(⚡ replacement) for DevOps & CI/CD Solutions.
- Use
- Apply consistent styling with CSS classes.
- Assign distinct colors to each icon:
fa-laptop-code
→ sky bluefa-bolt
→ purple
Additional Notes
We are already loading Font Awesome v5.15.3 via CDN, so no extra dependencies are required.
@DJ-BBot @rbarker-dev @andrewb1269hg I shall create a PR with screenhots showing the proposed solution alongside the original.
Thanks!
rbarker-dev
Metadata
Metadata
Assignees
Labels
No labels