all repos — dias-sem-demissoes @ 1e2e35eebe28e7c6de8bbe9152488cf6dd5e1ce3

Um serviço público.

New resignation: Marco Capitão Ferreira
Gil Poiares-Oliveira gil@poiares-oliveira.com
Sun, 09 Jul 2023 14:01:12 +0100
commit

1e2e35eebe28e7c6de8bbe9152488cf6dd5e1ce3

parent

3ae3be32a8bf7e70b202c58ad46e0801c833c5ab

1 files changed, 6 insertions(+), 1 deletions(-)

jump to
M index.htmlindex.html

@@ -60,6 +60,11 @@ <th>Cargo</th>

<th>Demissão</th> </tr> <tr> + <td>Marco Capitão Ferreira</td> + <td>Secretário de Estado da Defesa</td> + <td>7 de julho de 2023</td> + </tr> + <tr> <td><s>João Galamba</s></td> <td><s>Ministro das Infraestruturas</td></s> <td><s>2 de maio de 2023</s><a href="#note-1"><sup>1</sup></a></td>

@@ -144,7 +149,7 @@ </p>

</main> <script> - const lastResignation = new Date("2023-05-02"); + const lastResignation = new Date("2023-06-07"); const govStart = new Date("2022-03-30"); const currentTime = new Date();