index.html atualizado

This commit is contained in:
2026-05-07 02:09:32 +01:00
parent 215403aebc
commit a91bdbaa0c

View File

@@ -4,48 +4,19 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Página de Perfil</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
background-color: #f4f4f4;
}
header {
background-color: #333;
color: white;
padding: 15px;
text-align: center;
font-size: 120%;
}
nav {
background-color: #555;
padding: 10px;
text-align: center;
}
nav a {
color: white;
margin: 0 10px;
text-decoration: none;
font-weight: bold;
}
address,
section {
padding: 20px;
margin: 15px;
background-color: white;
border-radius: 8px;
}
footer {
text-align: center;
padding: 10px;
background-color: #333;
color: white;
}
</style>
<!-- Styles -->
<link rel="stylesheet" href="profile-styles.css" />
<!-- Favicon -->
<link rel="icon" href="favicon.ico" />
<link rel="shortcut icon" href="favicon.svg" type="image/svg" />
</head>
<body>
<header>
<h1>Perfil de Luís Carlos Alves</h1>
<div class="logo">📇</div>
<div class="content">
<h1>Página de Perfil</h1>
</div>
</header>
<nav>
@@ -55,20 +26,92 @@
<a href="#contactos">Contactos</a>
</nav>
<section id="identificacao">
<h2>Identificação</h2>
<p>Nome: Luís Carlos Alves</p>
<p>Idade: 52 anos</p>
<p>Localização: Castelo Branco, Portugal</p>
<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="habilitacoes">
<h2>Habilitações</h2>
<ul>
<li>Ensino Secundário</li>
<li>UC00622-Criar aplicações em HTML5</li>
<li>HTML, CSS e JavaScript</li>
</ul>
<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">
@@ -95,8 +138,8 @@
<address id="contactos">
<h2>Contactos</h2>
<p>Email: <a href="mailto:alves.lcc@hotmail.com">alves.lcc@hotmail.com</a></p>
<p>Telefone: <a href="tel:+351966334455">966 334 455</a></p>
<p>Gitea: <a href="https://git.pinhalfer.pt/alves.lcc">git.pinhalfer.pt/alves.lcc</a></p>
<p>Telefone: <a href="tel:+351966330454">966 330 454</a></p>
<p></p>
</address>
<footer>