create event from gabinete

This commit is contained in:
Peter Maquiran
2024-07-04 16:33:45 +01:00
parent 0e12b5de5e
commit 06417ead0f
22 changed files with 881 additions and 311 deletions
+68 -60
View File
@@ -7,9 +7,10 @@
font-family: arial;
}
body {
.body {
background-color: #f5f7fb;
padding: 35px;
margin: 0px;
}
@@ -46,13 +47,13 @@
margin: auto 0px;
margin: 0px auto;
}
main {
.main {
background-color: white !important;
width: 680px;
margin: 0px auto;
box-shadow: 0px 0px 100px #e8e8e8;
}
footer {
.footer {
width: 680px;
margin: 0px auto;
}
@@ -63,6 +64,9 @@
}
.m-auto { margin: 0px auto; }
.d-block { display: block; }
.d-flex { display: flex;}
.px-40 { padding: 0px 40px; }
.pb-40 { padding-bottom: 40px; }
.pa-40 { padding: 40px; }
@@ -79,69 +83,73 @@
.text-gray { color: rgb(169, 169, 169); }
.link-color { color:rgb(0, 0, 255); }
</style>
</head>
<body>
<div class="body">
<div class="main" >
<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&ccedil;&atilde;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 class="header" class="pa-40">
<img class="pa-15 m-auto d-flex" 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&ccedil;&atilde;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>
</div>
<div class="footer">
<p>&nbsp;&nbsp;&nbsp;<b>Gabinete Digital - Uma iniciativa do Presidente da República</b></p>
</div>
</div>
</main>
<footer>
<p>&nbsp;&nbsp;&nbsp;<b>Gabinete Digital - Uma iniciativa do Presidente da República</b></p>
</footer>
</body>