Skip to content

Commit

Permalink
refacto(ui-landing): change psy space buttons / headings (#118)
Browse files Browse the repository at this point in the history
* refacto(ui-landing): change psy space buttons / headings

* refacto(ui-landing): change 2 buttons to primary style

* Update views/landing.ejs

Co-authored-by: Estelle Comment <estelle.comment@beta.gouv.fr>

* review: less headings - yellow for primary  buttons

Co-authored-by: Estelle Comment <estelle.comment@beta.gouv.fr>
  • Loading branch information
polomarcus and estellecomment authored Mar 24, 2021
1 parent 8fd2ae7 commit 09e150a
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions views/landing.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<div class="rf-container-fluid">
<div class="rf-grid-row rf-grid-row--center rf-grid-row--gutter bg-fond-alternatif">
<div class="rf-col rf-col-xs-10 rf-col-md-8 rf-my-4w">
<h2>Je suis étudiant, étudiante</h2>
<h2 id="je-suis-etudiant">Je suis étudiant, étudiante</h2>
<div class="rf-pb-2w">
<p>
Tous les étudiants du supérieur sont éligibles (universités, écoles publiques et privées, BTS, ...), de toutes les nationalités.
Expand Down Expand Up @@ -102,7 +102,7 @@
<div class="rf-container-fluid">
<div class="rf-grid-row rf-grid-row--center rf-grid-row--gutter">
<div class="rf-col rf-col-xs-10 rf-col-md-8 rf-my-4w">
<h2>Je suis psychologue</h2>
<h2 id="je-suis-psychologue">Je suis psychologue</h2>
<div class="rf-pb-5w">
<p>
Vous souhaitez participer au programme d'accompagnement psychologique des étudiants ? Merci !
Expand All @@ -112,17 +112,21 @@
Une université vous contactera ensuite pour établir une convention.
Cette convention garantira le remboursement de l'ensemble des consultations que vous réaliserez dans le cadre de ce dispositif.
</p>
<p>
<a class="rf-btn rf-btn--secondary" href="/faq#psy">
Consulter la foire aux questions
</a>
</p>
<% if (formUrl) { %>
<p>
Vous êtes prêts à commencer ?
</p>
<a class="rf-btn rf-btn--alt" href="<%= formUrl %>" target="_blank" rel="noopener noreferrer">Participer au dispositif</a>
<p>
<a class="rf-btn rf-btn--alt" href="/faq#psy">En savoir plus</a>
Vous voulez devenir psychologue partenaire du dispositif ?
</p>
<a class="rf-btn rf-btn--alt" href="<%= formUrl %>" target="_blank" rel="noopener noreferrer">
Commencer mon inscription
</a>
<% if (featurePsyPages) { %>
<p>Vous avez déjà reçu la validation suite à la démarche ?</p>
<a class="rf-btn rf-btn--alt" href="/psychologue/login">Connectez vous pour déclarer vos séances</a>
<a class="rf-btn rf-btn--alt" href="/psychologue/login">Déclarer mes séances</a>
<% } %>
<% } else { %>
<p>
Expand Down

0 comments on commit 09e150a

Please sign in to comment.