From 8f6903da26475195201f2e321eae0de696c480b9 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Thu, 19 Jun 2025 16:09:24 +0200 Subject: [PATCH] FEATURE Introducing social networks links and icons --- .../img/icons/carhop-social-facebook.svg | 16 +++++ .../img/icons/carhop-social-instagram.svg | 20 +++++++ resources/img/icons/carhop-social-tiktok.svg | 16 +++++ resources/img/icons/carhop-social-youtube.svg | 16 +++++ template-parts/footer.php | 59 ++++++++++++------- 5 files changed, 106 insertions(+), 21 deletions(-) create mode 100644 resources/img/icons/carhop-social-facebook.svg create mode 100644 resources/img/icons/carhop-social-instagram.svg create mode 100644 resources/img/icons/carhop-social-tiktok.svg create mode 100644 resources/img/icons/carhop-social-youtube.svg diff --git a/resources/img/icons/carhop-social-facebook.svg b/resources/img/icons/carhop-social-facebook.svg new file mode 100644 index 0000000..f0fc609 --- /dev/null +++ b/resources/img/icons/carhop-social-facebook.svg @@ -0,0 +1,16 @@ + + + + + + + + \ No newline at end of file diff --git a/resources/img/icons/carhop-social-instagram.svg b/resources/img/icons/carhop-social-instagram.svg new file mode 100644 index 0000000..b9de5aa --- /dev/null +++ b/resources/img/icons/carhop-social-instagram.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/resources/img/icons/carhop-social-tiktok.svg b/resources/img/icons/carhop-social-tiktok.svg new file mode 100644 index 0000000..0e47e8b --- /dev/null +++ b/resources/img/icons/carhop-social-tiktok.svg @@ -0,0 +1,16 @@ + + + + + + + + \ No newline at end of file diff --git a/resources/img/icons/carhop-social-youtube.svg b/resources/img/icons/carhop-social-youtube.svg new file mode 100644 index 0000000..ffa4cf2 --- /dev/null +++ b/resources/img/icons/carhop-social-youtube.svg @@ -0,0 +1,16 @@ + + + + + + + + \ No newline at end of file diff --git a/template-parts/footer.php b/template-parts/footer.php index 4253c13..fa3e108 100644 --- a/template-parts/footer.php +++ b/template-parts/footer.php @@ -21,37 +21,37 @@ \ No newline at end of file