-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (32 loc) · 1.15 KB
/
index.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
36
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<img src="TATIANE 2.jpeg" alt="tati" width="500px">
</head>
<body>
<main>
<h1> Sobre mim</h1>
<p>Olá me chamo Tatiane Nascimento, tenho 28 anos e moro no <a href="https://maps.app.goo.gl/H1rBttRyf7mUxikYA">Rio de Janeiro-Rj</a>, capital. Atualmente estou estudando Front-end na Vai na Web e trabalho como Técnica de segurança do trabalho em uma empresa de technologia.<p>
<p> <a href="https://maps.app.goo.gl/H1rBttRyf7mUxikYA">RIO DE JANEIRO</a></p>
<h1>Filmes Favoritos</h1>
<ol>
<li> Por lugares incriveis</li>
<li> Eu sou a lenda</li>
<li> Pantera Negra 2: Wakanda Forever</li>
</ol>
<h1> Músicas Favoritas </h1>
<ul>
<li>Todavia me alegrarei</li>
<li>I am woman</li>
<li>Unstoppable</li>
</ul>
</ol>
</main>
</body>
<footer>
Desafios alunos vai na web - Módulo 1
</footer>
</html>