Skip to content

Conversation

IamLRBA
Copy link
Contributor

@IamLRBA IamLRBA commented Aug 19, 2025

Summary

This PR addresses #32 by replacing the emoji icons in the specialties section with styled Font Awesome icons.
The update improves design consistency, accessibility, and maintainability.

Changes Made

  • HTML
    • Replaced 💻 with <i class="fas fa-laptop-code icon-laptop"></i>
    • Replaced ⚡ with <i class="fas fa-bolt icon-bolt"></i>
  • CSS
    • Added base styles for .specialties i (spacing, alignment, sizing).
    • Added color classes:
      • .icon-laptop { color: rgb(159, 228, 255); }
      • .icon-bolt { color: rgb(201, 11, 201); }

Screenshots

Before

  • Emojis (💻, ⚡) used for section headings.
About PWC

After
About PWC 2

Closes

@DJ-BBot @rbarker-dev @andrewb1269hg

@IamLRBA
Copy link
Contributor Author

IamLRBA commented Sep 21, 2025

Hello, @DJ-BBot, @rbarker-dev, @andrewb1269hg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant