all repos — dias-sem-demissoes @ 96ee3be6afa5f8587e73c96428667232c7119bdf

Um serviço público.

Added Pedro Magalhães Ribeiro

Sorry for the lateness, was unsure this one qualified
Gil Poiares-Oliveira gil@giloliveira.net
Sun, 15 Jan 2023 21:15:55 +0000
commit

96ee3be6afa5f8587e73c96428667232c7119bdf

parent

2216243f52e4ff3df683730ecefdc4eaa0637cd7

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

jump to
M index.htmlindex.html

@@ -58,11 +58,16 @@ <th>Membro(a)</th>

<th>Cargo</th> <th>Demissão</th> </tr> - <tr> - <td>Carla Alves</td> - <td>Secretária de Estado da Agricultura</td> - <td>5 de janeiro de 2023</rd> - </tr> + <tr> + <td>Pedro Magalhães Ribeiro</td> + <td>Assessor do Gabinete do Primeiro-Ministro</td> + <td>12 de janeiro de 2023</rd> + </tr> + <tr> + <td>Carla Alves</td> + <td>Secretária de Estado da Agricultura</td> + <td>5 de janeiro de 2023</rd> + </tr> <tr> <td>Pedro Nuno Santos</td> <td>Ministro das Infraestruturas</td>

@@ -123,7 +128,7 @@ </div>

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