mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
148 lines
3.4 KiB
HTML
148 lines
3.4 KiB
HTML
<!DOCTYPE html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<style>
|
|
* {
|
|
font-family: arial;
|
|
}
|
|
|
|
body {
|
|
background-color: #f5f7fb;
|
|
padding: 35px;
|
|
}
|
|
|
|
|
|
table {
|
|
border-collapse: collapse;
|
|
}
|
|
|
|
|
|
thead {
|
|
background: #ECECEC;
|
|
}
|
|
|
|
thead tr th {
|
|
padding: 4px;
|
|
color: rgb(27, 27, 27);
|
|
text-align: center;
|
|
}
|
|
|
|
tbody tr td {
|
|
padding: 4px;
|
|
color: #292929;
|
|
width: 33.3333%;
|
|
}
|
|
|
|
|
|
table, th, td {
|
|
border: 1px solid #DDDDDD;
|
|
}
|
|
|
|
|
|
.header {
|
|
padding: 30px 30px 0px 30px;
|
|
background-color: white !important;
|
|
margin: auto 0px;
|
|
margin: 0px auto;
|
|
}
|
|
main {
|
|
background-color: white !important;
|
|
width: 680px;
|
|
margin: 0px auto;
|
|
box-shadow: 0px 0px 100px #e8e8e8;
|
|
}
|
|
footer {
|
|
width: 680px;
|
|
margin: 0px auto;
|
|
}
|
|
|
|
hr {
|
|
border: 1px solid #DDDDDD;
|
|
margin: 20px 0;
|
|
}
|
|
|
|
.m-auto { margin: 0px auto; }
|
|
.px-40 { padding: 0px 40px; }
|
|
.pb-40 { padding-bottom: 40px; }
|
|
.pa-40 { padding: 40px; }
|
|
.pa-30 { padding: 30px; }
|
|
.pa-15 { padding: 15px; }
|
|
|
|
.f-22 { font-size: 22px; }
|
|
.f-13 { font-size: 13px;}
|
|
.f-weight-600 { font-weight: 600; }
|
|
.ma-15 { margin: 15px; }
|
|
.text-center { text-align:center }
|
|
.width-100 { width: 100%; }
|
|
|
|
.text-gray { color: rgb(169, 169, 169); }
|
|
.link-color { color:rgb(0, 0, 255); }
|
|
|
|
</style>
|
|
</head>
|
|
<body>
|
|
|
|
<main >
|
|
|
|
<div class="header" class="pa-40">
|
|
<img class="pa-15 m-auto" src="https://gwjkdh.stripocdn.email/content/guids/videoImgGuid/images/governo_de_angola_horizontal_logo_MH1.png" style="display:block; border:0; text-decoration:none;" alt="Logo" title="Logo" width="160" height="136">
|
|
<p class="f-22 ma-15 text-center"><b>República De Angola</b></p>
|
|
<p class="f-22 ma-15 text-center"><b>Gabinete do Presidente da República</b></p>
|
|
<p class="f-22 ma-15 text-center"><b>Convite para reunião</b></p>
|
|
</div>
|
|
|
|
<hr/>
|
|
<div class="pa-40">
|
|
<p class="f-weight-600 text-center" >Agenda da semana</p>
|
|
<table class="width-100">
|
|
<thead>
|
|
<tr>
|
|
<th>
|
|
Localiizasção
|
|
</th>
|
|
<th>
|
|
Data
|
|
</th>
|
|
<th>
|
|
Assunto
|
|
</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td >Palácio Presidencial de</td>
|
|
<td >15 de Julho de 2024 19:00</td>
|
|
<td >Luanda</td>
|
|
</tr>
|
|
<tr>
|
|
<td >Palácio Presidencial de</td>
|
|
<td >15 de Julho de 2024 19:00</td>
|
|
<td >Luanda</td>
|
|
</tr>
|
|
<tr>
|
|
<td >Palácio Presidencial de</td>
|
|
<td >15 de Julho de 2024 19:00</td>
|
|
<td >Luanda</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
|
|
|
|
<hr/>
|
|
<div class="px-40 pb-40">
|
|
<div>
|
|
<p class="text-gray f-13 d-block ">Importante</p>
|
|
<span class="d-block ">Caso tenha recebido esta mensagem por engano, por favor informe por o e-mail:</span>
|
|
<span class="d-block link-color" > <u>notificacoes@oapr.gov.ao</u> </span>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
</main>
|
|
<footer>
|
|
<p> <b>Gabinete Digital - Uma iniciativa do Presidente da República</b></p>
|
|
</footer>
|
|
</body>
|