From 87d982ed3460a61e62d2267fb68774a807e358c8 Mon Sep 17 00:00:00 2001 From: Valentin Date: Tue, 4 Jul 2023 02:30:06 +0200 Subject: [PATCH] unfuck tableau --- index.php | 23 ++++++++++++++++ resources/views/index.blade.php | 33 ++++++++++------------- resources/views/layouts/app.blade.php | 2 +- resources/views/sections/header.blade.php | 4 +-- tailwind.config.js | 4 +-- theme.json | 11 +++++--- 6 files changed, 50 insertions(+), 27 deletions(-) diff --git a/index.php b/index.php index 86a7cce..301bcfc 100644 --- a/index.php +++ b/index.php @@ -14,6 +14,29 @@ render(); ?> + + diff --git a/resources/views/index.blade.php b/resources/views/index.blade.php index d41c538..91f2c1b 100644 --- a/resources/views/index.blade.php +++ b/resources/views/index.blade.php @@ -14,22 +14,17 @@ } -
Ceci est du texte avec la police Authentic Sans 90
-
Ceci est du texte avec la police Authentic Sans 60
-
Ceci est du texte avec la police Caslon normal
-
Ceci est du texte avec la police Caslon italique
- - +
- - - - - - + + + + + + - + 'post', @@ -43,12 +38,12 @@ if ($query->have_posts()) : while ($query->have_posts()) : $query->the_post(); ?> - - - - - - + + + + + + +
@yield('content')
diff --git a/resources/views/sections/header.blade.php b/resources/views/sections/header.blade.php index b32ebef..66c8f44 100644 --- a/resources/views/sections/header.blade.php +++ b/resources/views/sections/header.blade.php @@ -1,5 +1,5 @@ -
- +
+ Partition
Le Livre d'Image diff --git a/tailwind.config.js b/tailwind.config.js index 9438589..d07b397 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -17,8 +17,8 @@ const config = { 'caslon': ['Libre_Caslon', 'serif'], }, fontSize: { - sm: ['14px', '20px'], - base: '16px', + sm: '18px', + base: '15px', lg: '24px', xl: '35px', } diff --git a/theme.json b/theme.json index 9f5fdd4..889b981 100644 --- a/theme.json +++ b/theme.json @@ -1306,6 +1306,11 @@ "slug": "authentic", "fontFamily": "Authentic_Sans,sans-serif" }, + { + "name": "Authentic_Sans_60", + "slug": "authentic-60", + "fontFamily": "Authentic_Sans_60,sans-serif" + }, { "name": "Libre_Caslon", "slug": "caslon", @@ -1321,17 +1326,17 @@ { "name": "sm", "slug": "sm", - "size": "14px" + "size": "18px" }, { "name": "base", "slug": "base", - "size": "16px" + "size": "15px" }, { "name": "lg", "slug": "lg", - "size": "20px" + "size": "24px" }, { "name": "xl",
ImagesVoix Off et InBande SonEcrits
ImagesVoix Off et InBande SonÉcrits
{{ get_post_meta(get_the_ID(), 'Minutage', true) }}{{ get_post_meta(get_the_ID(), 'Images', true) }}{{ get_post_meta(get_the_ID(), 'VoixOffIn', true) }}{{ get_post_meta(get_the_ID(), 'BandeSon', true) }}{{ get_post_meta(get_the_ID(), 'Ecrits', true) }}
{{ get_post_meta(get_the_ID(), 'Minutage', true) }}{{ get_post_meta(get_the_ID(), 'Images', true) }}{{ get_post_meta(get_the_ID(), 'VoixOffIn', true) }}{{ get_post_meta(get_the_ID(), 'BandeSon', true) }}{{ get_post_meta(get_the_ID(), 'Ecrits', true) }}