-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Améliorations du composant "Section promotionnelle" #61
Conversation
@@ -158,9 +158,9 @@ | |||
# https://whitenoise.evans.io/en/latest/ | |||
|
|||
STATICFILES_FINDERS = [ | |||
"django.contrib.staticfiles.finders.FileSystemFinder", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
J'ai dû mettre les fichiers dans le même ordre que la doc de django-sass-processor sinon il ne trouvait pas le fichier https://github.com/jrief/django-sass-processor/blob/master/README.md
<div class="cmsfr-hero{% if block.value.large %} cmsfr-hero-large{% endif %}{% if block.value.darken %} cmsfr-hero-dark{% endif %}" | ||
style="background-image: {% if block.value.darken %}linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), {% endif %}url({{ bg_img.url }}); | ||
background-color: {{ block.value.bg_color }}; | ||
"> | ||
<div class="fr-container fr-py-14w"> | ||
<div class="fr-grid-row fr-grid-row--gutters"> | ||
<div class="fr-col fr-col-12 fr-col-md-6"> | ||
<h1>{{ block.value.title }}</h1> | ||
<div class="fr-col fr-col-12{% if not block.value.large %}fr-col-md-6{% endif %}"> | ||
<h1{% if block.value.large%} class="fr-display--sm"{% endif %}>{{ block.value.title }}</h1> | ||
{% if block.value.text %}<p>{{ block.value.text }}</p>{% endif %} | ||
{% if block.value.cta_link and block.value.cta_label %} | ||
<a class="fr-btn fr-btn--primary fr-btn--lg" | ||
<a class="fr-btn {% if block.value.darken %}fr-btn--secondary fr-background-alt--blue-france fr-btn--lg{% else %}fr-btn--primary{% endif %} fr-btn--lg" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bon, je ne connais aucune de ces classes mais j'ai grande confiance !
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tu peux voir le résultat sur la capture d'écran (en mode "assombrir", le bouton est plus pâle sinon ça manque de contraste)
🎯 Objectif
Le composant "Section promotionnelle" a des limitations, qui peuvent être levées en le rendant plus modulaire pour permettre d'obtenir un rendu similaire à celui utilisé sur le site du CNR : https://conseil-refondation.fr/
🔍 Implémentation
🏕 Amélioration continue
🖼️ Images