@@ -2,22 +2,41 @@ import ReactMarkdown from 'react-markdown'
2
2
import content from 'Content/trottinettes.md'
3
3
4
4
export default ( ) => (
5
- < div css = "max-width: 800px; margin: 0 auto" >
6
- < h1 > Challenge national des trottinettes</ h1 >
7
- < p > Rejoignez-nous ! </ p >
8
- < div css = "display: flex; justify-content: space-evenly" >
9
- < a href = "https://forum.fabmob.io/c/nos-communs/2nde-vie-des-trottinettes/32" >
10
- < button > Participez sur le forum</ button >
11
- </ a >
12
- < a href = "https://wiki.lafabriquedesmobilites.fr/wiki/Accueil" >
13
- < button > Découvrez les communs</ button >
14
- </ a >
15
- </ div >
16
- < img src = "https://forum.fabmob.io/uploads/default/original/1X/a9144b5024349ce536194e005cbb889db9c116c7.jpeg" />
17
- < a href = "#infos" >
18
- < button > Plus d'infos ⬇️</ button >
19
- </ a >
20
- < div id = "infos" >
5
+ < div css = "max-width: 90%;margin: 0 auto" >
6
+ < header
7
+ css = { `
8
+ display: flex;
9
+ flex-wrap: wrap;
10
+ flex-direction: row-reverse;
11
+ justify-content: center;
12
+
13
+ align-items: center;
14
+ margin: 0 auto;
15
+ max-width: 100%;
16
+ > img {
17
+ margin: 0 2rem;
18
+ }
19
+ ` }
20
+ >
21
+ < img
22
+ css = "max-height: 35vh"
23
+ src = "https://forum.fabmob.io/uploads/default/original/1X/a9144b5024349ce536194e005cbb889db9c116c7.jpeg"
24
+ />
25
+ < div >
26
+ < h1 > Challenge national des trottinettes</ h1 >
27
+ < p > Rejoignez-nous ! </ p >
28
+ < div css = "display: flex; justify-content: space-evenly" >
29
+ < a href = "https://forum.fabmob.io/c/nos-communs/2nde-vie-des-trottinettes/32" >
30
+ < button > Participez sur le forum</ button >
31
+ </ a >
32
+ < a href = "https://wiki.lafabriquedesmobilites.fr/wiki/Accueil" >
33
+ < button > Découvrez les communs</ button >
34
+ </ a >
35
+ </ div >
36
+ < a href = "#infos" > Plus d'infos ⬇️</ a >
37
+ </ div >
38
+ </ header >
39
+ < div id = "infos" css = "max-width: 700px; margin: 6rem auto" >
21
40
< ReactMarkdown source = { content } />
22
41
</ div >
23
42
</ div >
0 commit comments