diff --git a/resources/css/pages/single-auteurs.css b/resources/css/pages/single-auteurs.css index 4c414dd..c02d973 100644 --- a/resources/css/pages/single-auteurs.css +++ b/resources/css/pages/single-auteurs.css @@ -6,8 +6,21 @@ } &__header { - @apply grid grid-cols-2 gap-2 items-center justify-center py-12; + @apply grid grid-cols-2 gap-2 gap-x-8 items-center justify-center py-12; grid-template-columns: auto 1fr; } + &__comities-list { + @apply flex flex-wrap gap-2 items-center col-span-2 text-primary font-normal pt-4; + } + &__comity { + @apply text-lg fjalla uppercase; + + + .page--single-auteurs__comity { + @apply before:content-['|'] before:mx-2 before:text-primary; + } + } + &__comities-list-title { + @apply text-base font-normal text-neutral-400; + } } diff --git a/single-auteurs.php b/single-auteurs.php index ccd605e..52446ed 100644 --- a/single-auteurs.php +++ b/single-auteurs.php @@ -6,6 +6,8 @@ $description = get_field('description', $author_id); $profilePicture = get_field('profile_thumbnail', $author_id); $profilePictureUrl = $profilePicture['url'] ?? ''; $profilePictureAlt = $profilePicture['alt'] ?? ''; +$comity = get_field('comity', $author_id); + ?> @@ -19,6 +21,7 @@ $profilePictureAlt = $profilePicture['alt'] ?? '';

+
<?php echo $profilePictureAlt; ?> @@ -28,7 +31,28 @@ $profilePictureAlt = $profilePicture['alt'] ?? '';
-

+
+

+ +

+ + membre de : + + + + + + + +

+ + + +