Overview
This section includes:- Social media icon links
- Copyright text
- Centered layout
- Hover animations
File Location
Structure
Social Media Links
Icon: LinkedIn logo
Accessibility:
aria-label="LinkedIn", aria-hidden="true" on SVG
Behance
Icon: Behance logo
Note: The aria-label says “GitHub” but should be “Behance” (likely a typo)
Styling
Footer Container
Social Icons Container
Individual Icons
- Circular background (50% border-radius)
- Light background color
- Centered content
- Smooth transitions
Hover Effects
- Background darkens slightly
- Icon scales up 10%
SVG Icon Styling
Copyright Text
- Small font size (0.8rem)
- Centered alignment
- Max width for readability
- Subtle grey color
Accessibility
ARIA Roles and Labels
role="list"on container indicates a list of itemsrole="listitem"on each link for proper semanticsaria-labelon links provides descriptive text for screen readersaria-hidden="true"on SVGs hides decorative icons from screen readers
Link Security
noopener- Prevents new page from accessingwindow.openernoreferrer- Prevents referrer information from being sent
Keyboard Navigation
All social icons are fully keyboard accessible as native<a> elements.
Customization
Update Social Links
Replace the href values:Update Copyright Year
Fix Behance Aria-Label
The second icon should have the correct label:Adding New Social Icons
To add another social platform:- Duplicate an existing link
- Update the
hrefto the new social profile - Update the
aria-labelto match the platform - Replace the SVG with the appropriate icon
- Ensure
aria-hidden="true"is on the SVG
Icon Sources
The SVG icons appear to be from Tabler Icons:- Consistent stroke width (1.5)
- Rounded line caps and joins
- 24x24 viewBox
Layout Position
The footer is placed at the bottom of the page after all main sections. It’s a direct child of the main layout.Related Sections
- Contact Section - Primary contact methods
- Hero Section - LinkedIn CTA button