From a360b8192a2a0a2d52a55316703b678c76c4f64c Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Sat, 27 Jun 2026 18:00:32 -0500 Subject: [PATCH] fix: complete mobile carousel and social updates --- footer.php | 2 +- static/img/social-facebook.svg | 3 + static/img/social-linkedin.svg | 3 + static/img/social-youtube.svg | 3 + static/js/modules/RecentPostsCarousel.js | 48 ++++++++++ static/js/theme.js | 4 + styles/base/colors.css | 1 + styles/blocks/buttons.css | 6 +- tests/site-a11y.spec.js | 106 +++++++++++++-------- views/blocks/recent-posts/recent-posts.css | 89 +++++++++++++++-- views/blocks/recent-posts/recent-posts.php | 33 ++++++- views/icons/facebook.php | 2 +- views/icons/linkedin.php | 2 +- views/icons/youtube.php | 2 +- 14 files changed, 248 insertions(+), 56 deletions(-) create mode 100644 static/img/social-facebook.svg create mode 100644 static/img/social-linkedin.svg create mode 100644 static/img/social-youtube.svg create mode 100644 static/js/modules/RecentPostsCarousel.js diff --git a/footer.php b/footer.php index 02a60e3..521fd3a 100644 --- a/footer.php +++ b/footer.php @@ -110,7 +110,7 @@ $footerNav = ! empty( $locations['footer_navigation'] ) ?> -