From c78e51874c2f2ff52982ea52dd3a4abb96bf2c35 Mon Sep 17 00:00:00 2001 From: A1Gard Date: Sat, 19 Oct 2024 04:21:33 +0330 Subject: [PATCH] added Farhad theme part --- .../FarhadSocial/FarhadSocial.blade.php | 17 +++++ .../floats/FarhadSocial/FarhadSocial.js | 0 .../floats/FarhadSocial/FarhadSocial.json | 10 +++ .../floats/FarhadSocial/FarhadSocial.php | 21 ++++++ .../floats/FarhadSocial/FarhadSocial.scss | 67 +++++++++++++++++++ 5 files changed, 115 insertions(+) create mode 100644 resources/views/segments/floats/FarhadSocial/FarhadSocial.blade.php create mode 100644 resources/views/segments/floats/FarhadSocial/FarhadSocial.js create mode 100644 resources/views/segments/floats/FarhadSocial/FarhadSocial.json create mode 100644 resources/views/segments/floats/FarhadSocial/FarhadSocial.php create mode 100644 resources/views/segments/floats/FarhadSocial/FarhadSocial.scss diff --git a/resources/views/segments/floats/FarhadSocial/FarhadSocial.blade.php b/resources/views/segments/floats/FarhadSocial/FarhadSocial.blade.php new file mode 100644 index 0000000..98bf5db --- /dev/null +++ b/resources/views/segments/floats/FarhadSocial/FarhadSocial.blade.php @@ -0,0 +1,17 @@ +
+
+ +
+
+ + + + @foreach(getSettingsGroup('social_')??[] as $k => $social) + + + + @endforeach +
+
diff --git a/resources/views/segments/floats/FarhadSocial/FarhadSocial.js b/resources/views/segments/floats/FarhadSocial/FarhadSocial.js new file mode 100644 index 0000000..e69de29 diff --git a/resources/views/segments/floats/FarhadSocial/FarhadSocial.json b/resources/views/segments/floats/FarhadSocial/FarhadSocial.json new file mode 100644 index 0000000..ecec719 --- /dev/null +++ b/resources/views/segments/floats/FarhadSocial/FarhadSocial.json @@ -0,0 +1,10 @@ +{ + "name": "FarhadSocial", + "version": "1.0", + "author": "xStack", + "email": "xshop@xstack.ir", + "license": "GPL-3.0-or-later", + "url": "https:\/\/xstack.ir", + "author_url": "https:\/\/4xmen.ir", + "packages": [] +} \ No newline at end of file diff --git a/resources/views/segments/floats/FarhadSocial/FarhadSocial.php b/resources/views/segments/floats/FarhadSocial/FarhadSocial.php new file mode 100644 index 0000000..067471e --- /dev/null +++ b/resources/views/segments/floats/FarhadSocial/FarhadSocial.php @@ -0,0 +1,21 @@ +