Replace the current social media icons in the footer with Font Awesome icons, using either a CDN link or by downloading the Font Awesome library directly. Implement a custom hover effect where icons turn white with an orange background.
Current State
The footer contains custom icons for Instagram, Twitter (X), LinkedIn, and Facebook.
Tasks
[x] Decide on implementation method:
Option A: Use Font Awesome CDN
Option B: Download Font Awesome library and host it locally
[x] Implement chosen method (see implementation steps below)
[x] Replace current icon images with Font Awesome icons:
Description
Replace the current social media icons in the footer with Font Awesome icons, using either a CDN link or by downloading the Font Awesome library directly. Implement a custom hover effect where icons turn white with an orange background.
Current State
The footer contains custom icons for Instagram, Twitter (X), LinkedIn, and Facebook.
Tasks
fa-instagram
fa-x-twitter
fa-linkedin-in
fa-facebook-f
Common Steps (after choosing A or B)
Replace the current icon HTML with Font Awesome classes:
Add CSS for styling and the new hover effect:
Acceptance Criteria