Sessão 6

This commit is contained in:
2026-05-15 19:41:45 +01:00
parent a91bdbaa0c
commit 2e1869f552
2 changed files with 126 additions and 123 deletions

View File

@@ -25,116 +25,116 @@
<a href="#interesses">Interesses</a>
<a href="#contactos">Contactos</a>
</nav>
<main>
<section id="identificacao" style="display: flex">
<div style="flex-grow: 2">
<h2>Identificação</h2>
<p>Nome: Luís Carlos Alves</p>
<p>Idade: 52 anos</p>
<p>Localização: Castelo Branco, Portugal</p>
</div>
<img style="transform: rotateY(180deg); margin: 0.5rem" width="300em" src="images/profile.webp" />
</section>
<section id="identificacao" style="display: flex">
<div style="flex-grow: 2">
<h2>Identificação</h2>
<p>Nome: Luís Carlos Alves</p>
<p>Idade: 52 anos</p>
<p>Localização: Castelo Branco, Portugal</p>
</div>
<img style="transform: rotateY(180deg); margin: 0.5rem" width="300em" src="images/profile.webp" />
</section>
<section id="formacao">
<h2>Calendário da Formação</h2>
<table class="schedule" style="margin: 1em auto">
<colgroup>
<col width="1.2em" />
<col width="320em" />
<col width="150em" span="3" />
</colgroup>
<thead>
<tr>
<th>Sessão</th>
<th>Data</th>
<th>Início</th>
<th>Termino</th>
<th>Duração</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>quarta, 15 de abril de 2026</td>
<td>19:30</td>
<td>22:30</td>
<td>03h00</td>
</tr>
<tr>
<td>2</td>
<td>quarta, 22 de abril de 2026</td>
<td>19:30</td>
<td>22:30</td>
<td>03h00</td>
</tr>
<tr>
<td>3</td>
<td>quarta, 29 de abril de 2026</td>
<td>19:30</td>
<td>22:30</td>
<td>03h00</td>
</tr>
<tr>
<td>4</td>
<td>segunda, 4 de maio de 2026</td>
<td>19:30</td>
<td>22:30</td>
<td>03h00</td>
</tr>
<tr>
<td>6</td>
<td>quarta, 6 de maio de 2026</td>
<td>19:30</td>
<td>22:30</td>
<td>03h00</td>
</tr>
<tr>
<td>6</td>
<td>segunda, 11 de maio de 2026</td>
<td>19:30</td>
<td>22:30</td>
<td>03h00</td>
</tr>
<tr>
<td>7</td>
<td>quarta, 13 de maio de 2026</td>
<td>19:30</td>
<td>22:30</td>
<td>03h00</td>
</tr>
<tr>
<td>8</td>
<td>segunda, 18 de maio de 2026</td>
<td>19:30</td>
<td>23:30</td>
<td>04h00</td>
</tr>
</tbody>
</table>
</section>
<section id="interesses">
<h2>Interesses</h2>
<ul>
<li>Sistemas de ficheiros</li>
<li>Contentores linux</li>
<li>Virtualização</li>
<li>Redes Informáticas</li>
</ul>
<h2>Controlos de Média</h2>
<h3>Áudio</h3>
<audio controls>
<source src="media/audio.aac" type="audio/aac" />
O seu navegador não suporta áudio.
</audio>
<h3>Vídeo</h3>
<video controls width="600" poster="media/video.webp">
<source src="media/video.mp4" type="video/mp4" />
O seu navegador não suporta vídeo.
</video>
</section>
<section id="formacao">
<h2>Calendário da Formação</h2>
<table class="schedule" style="margin: 1em auto">
<colgroup>
<col width="1.2em" />
<col width="320em" />
<col width="150em" span="3" />
</colgroup>
<thead>
<tr>
<th>Sessão</th>
<th>Data</th>
<th>Início</th>
<th>Termino</th>
<th>Duração</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>quarta, 15 de abril de 2026</td>
<td>19:30</td>
<td>22:30</td>
<td>03h00</td>
</tr>
<tr>
<td>2</td>
<td>quarta, 22 de abril de 2026</td>
<td>19:30</td>
<td>22:30</td>
<td>03h00</td>
</tr>
<tr>
<td>3</td>
<td>quarta, 29 de abril de 2026</td>
<td>19:30</td>
<td>22:30</td>
<td>03h00</td>
</tr>
<tr>
<td>4</td>
<td>segunda, 4 de maio de 2026</td>
<td>19:30</td>
<td>22:30</td>
<td>03h00</td>
</tr>
<tr>
<td>6</td>
<td>quarta, 6 de maio de 2026</td>
<td>19:30</td>
<td>22:30</td>
<td>03h00</td>
</tr>
<tr>
<td>6</td>
<td>segunda, 11 de maio de 2026</td>
<td>19:30</td>
<td>22:30</td>
<td>03h00</td>
</tr>
<tr>
<td>7</td>
<td>quarta, 13 de maio de 2026</td>
<td>19:30</td>
<td>22:30</td>
<td>03h00</td>
</tr>
<tr>
<td>8</td>
<td>segunda, 18 de maio de 2026</td>
<td>19:30</td>
<td>23:30</td>
<td>04h00</td>
</tr>
</tbody>
</table>
</section>
<section id="interesses">
<h2>Interesses</h2>
<ul>
<li>Sistemas de ficheiros</li>
<li>Contentores linux</li>
<li>Virtualização</li>
<li>Redes Informáticas</li>
</ul>
<h2>Controlos de Média</h2>
<h3>Áudio</h3>
<audio controls>
<source src="media/audio.aac" type="audio/aac" />
O seu navegador não suporta áudio.
</audio>
<h3>Vídeo</h3>
<video controls width="600" poster="media/video.webp">
<source src="media/video.mp4" type="video/mp4" />
O seu navegador não suporta vídeo.
</video>
</section>
</main>
<address id="contactos">
<h2>Contactos</h2>
<p>Email: <a href="mailto:alves.lcc@hotmail.com">alves.lcc@hotmail.com</a></p>