From 19403eb4c8ae8268463e8920730a3a5232806868 Mon Sep 17 00:00:00 2001 From: Josevi Canet Date: Fri, 14 Jun 2024 15:48:06 +0200 Subject: [PATCH] first version --- .idea/inspectionProfiles/Project_Default.xml | 56 +++++++++ .idea/php.xml | 37 ++++++ .idea/valier.iml | 24 +++- composer.json | 3 +- tailwind/custom/base.css | 3 +- tailwind/custom/components/components.css | 99 ++++++++++++++- tailwind/tailwind.config.js | 6 +- .../assets/fonts/Cinzel-VariableFont_wght.ttf | Bin 0 -> 124700 bytes .../PlayfairDisplay-VariableFont_wght.ttf | Bin 0 -> 301576 bytes theme/functions.php | 91 ++++++++------ theme/template-parts/content/content-page.php | 39 +----- .../template-parts/layout/footer-content.php | 51 ++++---- .../template-parts/layout/header-content.php | 42 +------ theme/template-parts/layout/header-home.php | 29 +++++ theme/template-parts/layout/header-page.php | 25 ++++ theme/theme.json | 113 ++++++++++++++++-- 16 files changed, 453 insertions(+), 165 deletions(-) create mode 100644 theme/assets/fonts/Cinzel-VariableFont_wght.ttf create mode 100644 theme/assets/fonts/PlayfairDisplay-VariableFont_wght.ttf create mode 100644 theme/template-parts/layout/header-home.php create mode 100644 theme/template-parts/layout/header-page.php diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml index 03d9549..2326b28 100644 --- a/.idea/inspectionProfiles/Project_Default.xml +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -2,5 +2,61 @@ \ No newline at end of file diff --git a/.idea/php.xml b/.idea/php.xml index f324872..33cc9b7 100644 --- a/.idea/php.xml +++ b/.idea/php.xml @@ -7,12 +7,49 @@