diff --git a/README.md b/README.md index 82ed2c9..02ebfad 100644 --- a/README.md +++ b/README.md @@ -122,6 +122,12 @@ populate[liens_youtube_concert]=true | A| B| C| | A| B| C| + +API pour avoir la page Les Missions +https://bo.orchestre-ile.com/api/mission?locale=fr-FR&populate=image_illustration_header +https://bo.orchestre-ile.com/api/mission?locale=fr-FR&populate=* + + ## SAISIE DU CONTENU ### slug - concert diff --git a/app/assets/img/illustrations/orchestre_1.jpg b/app/assets/img/illustrations/orchestre_1.jpg new file mode 100644 index 0000000..4a6b5ec Binary files /dev/null and b/app/assets/img/illustrations/orchestre_1.jpg differ diff --git a/app/assets/img/illustrations/orchestre_2.webp b/app/assets/img/illustrations/orchestre_2.webp new file mode 100644 index 0000000..d0c1b70 Binary files /dev/null and b/app/assets/img/illustrations/orchestre_2.webp differ diff --git a/app/assets/scss/component/_header_nav.scss b/app/assets/scss/component/_header_nav.scss index 1314181..78210ea 100644 --- a/app/assets/scss/component/_header_nav.scss +++ b/app/assets/scss/component/_header_nav.scss @@ -48,7 +48,7 @@ padding-right: 16px; padding-bottom: 5px; text-align: left; - background-color: rgba(255, 255, 255, 0.95); + background-color: var(--c-surface); border-radius: 3px; .header_nav_topbar_submenu_item { @@ -169,6 +169,19 @@ //font-family: 'brandontext_regular'; font-family: var(--font-roboto); + // wght Graisse + // YTLC Hauteur miniscule + // YTUC Hauteur majuscule + // YTAS Hauteur des hampes ascendantes + // YTDE Hauteur des hampes descendantes + // wdth largeur horizontale des lettres + font-variation-settings: + "wdth" 41, + "wght" 662, + "YTLC" 570, + "YTUC" 760, + "YTAS" 794, + "YTDE" -275; @include media_queries.media_min(tablet_600) { font-size: 18px; @@ -255,13 +268,15 @@ padding-right: 12px; padding-bottom: 10px; text-align: left; - background-color: rgba(255, 255, 255, 0.97); + background-color: var(--c-surface); border-radius: 3px; .header_nav_sub_menu_item { list-style: circle; //font-family: 'brandontext_regular'; font-family: var(--font-roboto); + font-variation-settings: + "wdth" 41, "wght" 552, "YTLC" 570, "YTUC" 760, "YTAS" 794, "YTDE" -275; @media (min-width: 0px) { font-size: 16px; } @@ -422,6 +437,13 @@ margin-top: 47px; font-family: var(--font-roboto); + font-variation-settings: + "wdth" 41, + "wght" 662, + "YTLC" 570, + "YTUC" 760, + "YTAS" 794, + "YTDE" -275; padding-bottom: 10px; padding-right: 10px; @@ -489,6 +511,8 @@ list-style: none; //font-family: 'brandontext_regular'; font-family: var(--font-roboto); + font-variation-settings: + "wdth" 41, "wght" 552, "YTLC" 570, "YTUC" 760, "YTAS" 794, "YTDE" -275; font-size: 18px; padding-bottom: 4px; list-style: circle; diff --git a/app/components/BannierePros.vue b/app/components/BannierePros.vue index fad92ed..eb8e3a1 100644 --- a/app/components/BannierePros.vue +++ b/app/components/BannierePros.vue @@ -78,7 +78,7 @@ } @media (min-width: 500px) { .banniere_pros_wp { - grid-template-columns: 150px 270px 40px 40px; + grid-template-columns: 150px 250px 35px 35px; grid-template-rows: auto; //justify-content: center; align-items: center; diff --git a/app/components/Breadcrumb.vue b/app/components/Breadcrumb.vue index 1bd33c3..0130bc4 100644 --- a/app/components/Breadcrumb.vue +++ b/app/components/Breadcrumb.vue @@ -118,13 +118,13 @@ position: relative; z-index: 1; @media (min-width: 0px) { - padding-left: 20px; + padding-left: 10px; } @media (min-width: 600px) { - padding-left: 20px; + padding-left: 0px; } @media (min-width: 700px) { - padding-left: 20px; + padding-left: 0px; } } .breadcrumb__list { diff --git a/app/components/SquareCard.vue b/app/components/SquareCardBlocText.vue similarity index 100% rename from app/components/SquareCard.vue rename to app/components/SquareCardBlocText.vue diff --git a/app/components/SquareCardList.vue b/app/components/SquareCardBlocTextList.vue similarity index 100% rename from app/components/SquareCardList.vue rename to app/components/SquareCardBlocTextList.vue diff --git a/app/components/header/HeaderNav.vue b/app/components/header/HeaderNav.vue index d9f7067..81a394a 100644 --- a/app/components/header/HeaderNav.vue +++ b/app/components/header/HeaderNav.vue @@ -57,7 +57,7 @@