diff --git a/src/app/core/components/home/home.component.html b/src/app/core/components/home/home.component.html index e1c317e3..0b7dc37a 100644 --- a/src/app/core/components/home/home.component.html +++ b/src/app/core/components/home/home.component.html @@ -33,7 +33,6 @@ src="{{ environment.appLanding }}" alt="{{ environment.appTitle }}" /> - @@ -41,6 +40,9 @@

Titre h1

Titre h2

Titre h3

+

Titre h4

+
Titre h5
+
Titre h6
@@ -93,28 +95,29 @@ - -
-
- -
-
- - -
-
-

- Ce que l'on peut faire sur cette démo: -

-
    -
  • - ☑️ Créer un nouveau sondage -
  • -
  • - ☑️ accéder à un sondage existant en tant que visiteur, ajouter une réponse (StackOfVote) - et un commentaire. -
  • -
  • - ☑️ - lire la documentation -
  • -
-

- Ce qu'on ne peut pas encore faire: -

-
    -
  • - 🚴‍️ mettre à jour son vote à un sondage -
  • -
  • - 🚴‍ modifier un de ses sondages existants par un lien d'administration -
  • -
  • - 🚴‍ recevoir immédiatement les emails. Ceux ci nécessitent un vidage du spool d'emails - du backend sur demande (mesure anti spam). -
  • -
-
-
+ +
- -
+ + + + + + + +
+
+ +
+ +
+
+

+ Ce que l'on peut faire sur cette démo: +

+
    +
  • + ☑️ Créer un nouveau sondage +
  • +
  • + ☑️ accéder à un sondage existant en tant que visiteur, ajouter une réponse (StackOfVote) et un + commentaire. +
  • +
  • + ☑️ + lire la documentation +
  • +
+

+ Ce qu'on ne peut pas encore faire: +

+
    +
  • + 🚴‍️ mettre à jour son vote à un sondage +
  • +
  • + 🚴‍ modifier un de ses sondages existants par un lien d'administration +
  • +
  • + 🚴‍ recevoir immédiatement les emails. Ceux ci nécessitent un vidage du spool d'emails du backend + sur demande (mesure anti spam). +
  • +
+
+
+
diff --git a/src/app/features/shared/components/choice-button-dinum/choice-button-dinum.component.scss b/src/app/features/shared/components/choice-button-dinum/choice-button-dinum.component.scss index b19ccda8..4bde2213 100644 --- a/src/app/features/shared/components/choice-button-dinum/choice-button-dinum.component.scss +++ b/src/app/features/shared/components/choice-button-dinum/choice-button-dinum.component.scss @@ -8,6 +8,8 @@ min-width: 107px; min-height: 83px; padding: 8px 0 16px; + color: $primary-color; + .button-description { margin-top: 8px; font-weight: 700;