-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
13 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,29 +52,10 @@ const Index = () => { | |
</p> | ||
<ul> | ||
<li className={`${styles["page-list"]}`}> | ||
<a href={AppRoutes.consult.asPath} | ||
target="_self"> | ||
Consulter et trier les données | ||
</a> | ||
| ||
déjà existantes sur la plateforme (personnes, organisations, équipements, événements et projets) | ||
<RouteLink routeName="consult" label="Consulter et trier les données"/> déjà existantes sur la plateforme (personnes, organisations, équipements, événements et projets) | ||
</li> | ||
<li className={`${styles["page-list"]}`}> | ||
Vous | ||
| ||
<a href={AppRoutes.register.asPath} | ||
target="_self"> | ||
créer un compte | ||
</a> | ||
| ||
ou vous | ||
| ||
<a href={AppRoutes.connection.asPath} | ||
target="_self"> | ||
connecter | ||
</a> | ||
| ||
pour pouvoir à votre tour ajouter ou modifier des données | ||
Vous <RouteLink routeName="register" label="créer un compte"/> ou vous <RouteLink routeName="connection" label="connecter"/> pour pouvoir à votre tour ajouter ou modifier des données | ||
</li> | ||
</ul> | ||
</div> | ||
|
@@ -107,7 +88,7 @@ const Index = () => { | |
</ul> | ||
</div> | ||
</div> | ||
<div className={"row py-2"}> | ||
<div id="gouvernance-des-donnees" className={"row py-2"}> | ||
<div className={"col"}> | ||
<h3>Utilisation et gouvernance des données</h3> | ||
<p> | ||
|
@@ -137,7 +118,7 @@ const Index = () => { | |
<li> | ||
<p className={pClass}> | ||
<strong>Simon Descôteaux –</strong> Product owner <br/> | ||
[email protected]<br/> | ||
[email protected]<br/> | ||
– | ||
</p> | ||
</li> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters