Spaces:
Sleeping
Sleeping
Update src/graphics.py
Browse files- src/graphics.py +2 -2
src/graphics.py
CHANGED
|
@@ -89,8 +89,8 @@ def make_background(titre, sous_titre, texte_ecran, theme, logo_path, logo_pos,
|
|
| 89 |
draw.rectangle([(0, 0), (W, 96)], fill=secondary)
|
| 90 |
draw.rectangle([(0, H-96), (W, H)], fill=secondary)
|
| 91 |
|
| 92 |
-
draw_text_shadow(draw, (MARGIN_X, 30), "CPAS BRUXELLES •
|
| 93 |
-
draw_text_shadow(draw, (W//2-280, H-72), "📞
|
| 94 |
draw_text_shadow(draw, (MARGIN_X, SAFE_Y_TOP), titre, f_title)
|
| 95 |
draw_text_shadow(draw, (MARGIN_X, SAFE_Y_TOP + 100), sous_titre, f_sub)
|
| 96 |
|
|
|
|
| 89 |
draw.rectangle([(0, 0), (W, 96)], fill=secondary)
|
| 90 |
draw.rectangle([(0, H-96), (W, H)], fill=secondary)
|
| 91 |
|
| 92 |
+
draw_text_shadow(draw, (MARGIN_X, 30), "CPAS BRUXELLES • Département d'Action Sociale", f_small)
|
| 93 |
+
draw_text_shadow(draw, (W//2-280, H-72), "📞 02/543.61.11 • Respect, Inclusion, Solidarité, Innovation et Engagement", f_small)
|
| 94 |
draw_text_shadow(draw, (MARGIN_X, SAFE_Y_TOP), titre, f_title)
|
| 95 |
draw_text_shadow(draw, (MARGIN_X, SAFE_Y_TOP + 100), sous_titre, f_sub)
|
| 96 |
|