diff --git a/src/App.js b/src/App.js index dc209f8..3b1f7ab 100644 --- a/src/App.js +++ b/src/App.js @@ -15,6 +15,8 @@ function App() { } /> } /> } /> + } /> + } /> } /> diff --git a/src/components/login/Login.js b/src/components/login/Login.js index 0aea18c..4f70a32 100644 --- a/src/components/login/Login.js +++ b/src/components/login/Login.js @@ -40,7 +40,7 @@ export default function Login() { diff --git a/src/components/main/Main.js b/src/components/main/Main.js index ed1e61a..0ae286e 100644 --- a/src/components/main/Main.js +++ b/src/components/main/Main.js @@ -46,24 +46,28 @@ export function MainPage() { -
-

Mes schémas

+
+

Mes Schémas

+
- - {/*
*/} - {/* */} - {/*

Shéma 1

*/} - {/*
*/} - {/*
*/} - {/* */} - {/*

Shéma 2

*/} - {/*
*/} - {/*
*/} - {/* */} - {/*

Shéma 3

*/} - {/*
*/} - + {/*afficher la liste des Schémas*/} +
+ +

Schéma 1

+
+
+ +

Schéma 2

+
+
+ +

Schéma 3

+
+
+ +

Schéma 3

+
diff --git a/src/css/main.css b/src/css/main.css index 991dc5e..8efb2fa 100644 --- a/src/css/main.css +++ b/src/css/main.css @@ -98,35 +98,32 @@ body{ box-shadow: 2px 2px #A7A7A7; } - - -#schema-section { +#schemas-section { display: flex; flex-direction: column; padding: 60px; background-color: #f2f2f2; border-radius: 10px 10px 10px 10px; - margin: 10px; box-shadow: 5px 5px #1B1B1B; + margin: 10px; } -#schema-section h2 { +#schemas-section h2 { text-align: center; font-size: 24px; margin-top: 0; margin-bottom: 5px; } - -#schema-list { +#schemas-list { display: flex; flex-direction: row; flex-wrap: wrap; overflow: hidden; justify-content: center; } -.schema-item { +.schemas-item { padding: 15px 15px 5px; display: flex; flex-direction: column; @@ -141,16 +138,16 @@ body{ box-shadow: 3px 3px #585858; } -.schema-item .schema-name { +.schemas-item .schemas-name { margin-bottom: 3px; } -.schema-name { +.schemas-name { font-size: 18px; margin-top: 10px; } -.schema-item img { +.schemas-item img { border-radius: 15px; width: 100%; height: auto; @@ -160,5 +157,3 @@ body{ box-shadow: 2px 2px #A7A7A7; } - - diff --git a/src/img/Visualiseur.png b/src/img/Visualiseur.png new file mode 100644 index 0000000..e234409 Binary files /dev/null and b/src/img/Visualiseur.png differ