html push
This commit is contained in:
19
index.html
19
index.html
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Página de Apresentação</title>
|
||||
<title>Página de Perfil</title>
|
||||
<style>
|
||||
body {
|
||||
font-family: Arial, sans-serif;
|
||||
@@ -27,6 +27,7 @@
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
}
|
||||
address,
|
||||
section {
|
||||
padding: 20px;
|
||||
margin: 15px;
|
||||
@@ -43,7 +44,7 @@
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<h1>Página de Apresentação</h1>
|
||||
<h1>Página de Perfil</h1>
|
||||
</header>
|
||||
|
||||
<nav>
|
||||
@@ -55,7 +56,7 @@
|
||||
|
||||
<section id="identificacao">
|
||||
<h2>Identificação</h2>
|
||||
<p>Nome: João Silva</p>
|
||||
<p>Nome: Luís Carlos Alves</p>
|
||||
<p>Idade: 25 anos</p>
|
||||
<p>Localização: Portugal</p>
|
||||
</section>
|
||||
@@ -79,15 +80,15 @@
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<section id="contactos">
|
||||
<address id="contactos">
|
||||
<h2>Contactos</h2>
|
||||
<p>Email: joao@email.com</p>
|
||||
<p>Telefone: 912 345 678</p>
|
||||
<p>LinkedIn: linkedin.com/in/joaosilva</p>
|
||||
</section>
|
||||
<p>Email: <a href="mailto:alves.lcc@email.com">alves.lcc@email.com</a></p>
|
||||
<p>Telefone: <a href="tel:+351912345678">912 345 678</a></p>
|
||||
<p>Linkedin: <a href="linkedin.com/in/alves.lcc">linkedin.com/in/alves.lcc</a></p>
|
||||
</address>
|
||||
|
||||
<footer>
|
||||
<p>© 2026 - João Silva</p>
|
||||
<p>© 2026 - Luís Carlos Alves</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user