-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathminiWiki.html
35 lines (30 loc) · 1.19 KB
/
miniWiki.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html lang="ptbr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Thayná Simões</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<img src="minhaFoto.jpg" alt="" width="200">
<a href="https://www.google.com/maps/place/Diadema,+SP/@-23.6983542,-46.6546309,13z/data=!3m1!4b1!4m6!3m5!1s0x94ce445de3962263:0x9ca2ba904b9421db!8m2!3d-23.6879922!4d-46.6251796!16zL20vMDJtbjZo?entry=ttu">Minha cidade - Diadema - SP</a>
<h1>Thayná Simões</h1>
<p>Tenho 20 anos, estudante de Desenvolvimento de Sistemas pela ETEC Juscelino Kubitcheck, gosto muito de aprender coisas novas, de tocar violão e ler livros de romance.</p>
<h2>Filmes Favoritos</h2>
<ul>
<li>O profissional</li>
<li>Barbie: Escola de Princesas</li>
<li>Por Lugares Incríveis</li>
</ul>
<h2>Músicas Favoritas</h2>
<ul>
<li>Opção - Isa Salles</li>
<li>Cry Baby - The Neighbourhood</li>
<li>The Less I Know Better - Tame Impala</li>
</ul>
<footer>
<center>Desafio Alunos Vai na Web - Módulo 1</center>
</footer>
</body>
</html>