omarbajouk commited on
Commit
0406053
·
verified ·
1 Parent(s): 56ea4f9

Update src/graphics.py

Browse files
Files changed (1) hide show
  1. 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 • SERVICE PUBLIC", f_small)
93
- draw_text_shadow(draw, (W//2-280, H-72), "📞 0800 35 550 🌐 cpasbru.irisnet.be", 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
 
 
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