Rédactionnel chapeau page d'accueil
This commit is contained in:
+15
-7
@@ -56,15 +56,23 @@ home_intro = html.Div(
|
|||||||
style={"maxWidth": "900px", "marginTop": "1rem"},
|
style={"maxWidth": "900px", "marginTop": "1rem"},
|
||||||
children=[
|
children=[
|
||||||
html.P(
|
html.P(
|
||||||
"colibre ouvre les données des marchés publics français à toutes et "
|
[
|
||||||
"tous : recherchez, filtrez, cartographiez, exportez. Gratuitement "
|
html.Span(
|
||||||
"et sans compte.",
|
"colibre",
|
||||||
|
style={
|
||||||
|
"fontWeight": 600,
|
||||||
|
"fontSize": "1.5rem",
|
||||||
|
"color": "var(--primary-color-text)",
|
||||||
|
},
|
||||||
|
),
|
||||||
|
" ouvre les données des marchés publics français à toutes et "
|
||||||
|
"tous : recherchez, filtrez, cartographiez, téléchargez.",
|
||||||
|
],
|
||||||
className="text-center",
|
className="text-center",
|
||||||
style={
|
style={
|
||||||
"fontWeight": 600,
|
"maxWidth": "750px",
|
||||||
"maxWidth": "700px",
|
"fontSize": "1.5rem",
|
||||||
"margin": "4rem auto 1.5rem",
|
"margin": "6rem auto 1.5rem",
|
||||||
"color": "var(--primary-color-text)",
|
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
dbc.Row(
|
dbc.Row(
|
||||||
|
|||||||
Reference in New Issue
Block a user