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