Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 2, 2026

Description

Adds a row of social media icons (Newsletter, GitHub, X) positioned above the copyright section in the footer with actual URLs and Font Awesome 6.5.1 icons.

Changes

  • _includes/footer.html: Added footer-social-icons div with three Font Awesome 6.5.1 icon links (envelope, github, x-twitter) between footer columns and copyright
  • _sass/_layout.scss: Added styles for centered horizontal layout with 15px spacing, hover/focus states, and color transitions
  • Merged from main: Updated to use Font Awesome 6.5.1 from CDN

Implementation Details

Checklist

  • Changes follow existing footer styling patterns
  • HTML validated
  • Security scan passed
  • Code review feedback addressed
  • Merged latest from main branch
  • Updated to Font Awesome 6.5.1 icons with latest X icon

Screenshot

Footer with Social Icons

Original prompt

This section details on the original issue you should resolve

<issue_title>Footer Content Updates</issue_title>
<issue_description>Add a row of Social Icons / Links just above the copyright section.

  1. Link to MailChimp Newsletter
  2. Link to GitHub Account
  3. Link to X Account
  4. All links should be on one row</issue_description>

<agent_instructions>If you don't know the links, just make the urls "example.com"</agent_instructions>

Comments on the Issue (you are @copilot in this section)


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI and others added 2 commits January 2, 2026 20:00
Co-authored-by: ckenst <6896787+ckenst@users.noreply.github.com>
Co-authored-by: ckenst <6896787+ckenst@users.noreply.github.com>
Copilot AI changed the title [WIP] Add social icons and links to footer Add social media icons row to footer Jan 2, 2026
Copilot AI requested a review from ckenst January 2, 2026 20:03
@ckenst ckenst marked this pull request as ready for review January 5, 2026 19:51
@ckenst
Copy link
Member

ckenst commented Jan 5, 2026

@copilot let's make a few changes:

  1. Get the latest from main
  2. Use the latest X icon for Twitter/X from font-awesome (this already exists in the repo)
  3. Join our newsletter link: https://testingconferences.us11.list-manage.com/subscribe?u=2a811daec24cc97909dfdf01d&id=88f87313fc
  4. GitHub link: https://github.com/TestingConferences/testingconferences.github.io
  5. Twitter/X link: https://x.com/testconferences

Copy link
Contributor Author

Copilot AI commented Jan 5, 2026

@copilot let's make a few changes:

  1. Get the latest from main
    ...

Done! Changes made in commit 544d306:

  1. ✅ Merged latest from main branch
  2. ✅ Updated to Font Awesome 6.5.1 with the latest X icon (fa-brands fa-x-twitter)
  3. ✅ Updated newsletter link to https://testingconferences.us11.list-manage.com/subscribe?u=2a811daec24cc97909dfdf01d&id=88f87313fc
  4. ✅ Updated GitHub link to https://github.com/TestingConferences/testingconferences.github.io
  5. ✅ Updated X link to https://x.com/testconferences

Updated Footer

@ckenst ckenst merged commit 3bf4719 into main Jan 5, 2026
2 checks passed
@ckenst ckenst deleted the copilot/update-footer-social-icons branch January 5, 2026 20:05
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.

Footer Content Updates

2 participants