Rédactionnel chapeau page d'accueil

This commit is contained in:
Colin Maudry
2026-07-19 13:30:59 +02:00
parent 41738b60ef
commit b265930e6f
+14 -6
View File
@@ -56,17 +56,25 @@ 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",
className="text-center",
style={ style={
"fontWeight": 600, "fontWeight": 600,
"maxWidth": "700px", "fontSize": "1.5rem",
"margin": "4rem auto 1.5rem",
"color": "var(--primary-color-text)", "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",
style={
"maxWidth": "750px",
"fontSize": "1.5rem",
"margin": "6rem auto 1.5rem",
},
),
dbc.Row( dbc.Row(
[ [
dbc.Col( dbc.Col(