-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
94 lines (80 loc) · 3.06 KB
/
index.html
File metadata and controls
94 lines (80 loc) · 3.06 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Workshop Reprograma</title>
<link rel="stylesheet" href="CSS/estilo.css">
</head>
<!--
O CODIGO COMEÇA DENTRO DO BODY
-->
<body>
<header>
<h1>Olá, eu sou Tammy Teixeira!</h1><br>
<p>Conheça mais sobre mim</p>
<button>Veja mais sobre mim</button>
</header>
<div class="sobre">
<h2>Um pouco mais sobre mim</h2><br>
<p>Eu sou Tammy Teixeira, sou do sul do Rio de Janeiro e atualmente moro em Pirenópolis, no interior de Goiás, em busca de uma vida melhor.</p>
<p>Sempre dediquei ao turismo, pela paixao em conhecer pessoas de todos os cantos, costumes e culturas, além dos idiomas.</p>
<p>Com facil habilidade de comunicacao veio junto o interesse pelos trabalhos através da internet, onde descobri a paixao pela tecnologia.</p><br>
<section>
<div>
<div class="habilidades">
<h3>Minhas habilidades</h3>
<ul>
<li>Computação</li>
<li>Excel</li>
<li>Idiomas</li>
</ul>
</div>
</div>
<div>
<div class="qualidades">
<h3>Minhas qualidades</h3>
<ul>
<li>Criatividade</li>
<li>Comprometimento</li>
<li>Respeito</li>
</ul>
</div>
</div>
</section>
</div>
</div>
<div class="curriculo">
<button>Veja meu CV</button><br>
<a href="./curriculo.docx" download="curriculo">Download </a>
</div>
<footer>
<div class="redes-sociais">
<section>
<div>
<a href="https://www.facebook.com/tammy.teixeira.5/" target="_blank"><img src="./IMG/facebook.png" alt="icone facebook"></a>
<h4>Facebook</h4>
<p>Tammy Teixeira</p>
</div>
<div>
<a href="https://www.linkedin.com/in/tammy-teixeira-496ab9ba/" target="_blank"><img src="./IMG/in.png" alt="icone linkedin"></a>
<h4>Linkedin</h4>
<p>tammyteixeira</p>
</div>
<div>
<a href="https://twitter.com/i/flow/login?input_flow_data=%7B%22requested_variant%22%3A%22eyJsYW5nIjoicHQifQ%3D%3D%22%7D"target="_blank"><img src="./IMG/twitter.png" alt="icone twitter"></a>
<h4>Twitter</h4>
<p>tammydbt</p>
</div>
<div>
<a href="https://github.com/TmTeixeira" target="_blank"><img src="./IMG/github.png" alt="icone github"></a>
<h4>Github</h4>
<p>TmTeixeira</p>
</div>
</section>
</div>
<p>Copyright 2023</p>
</footer>
</body>
</html>