-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
77 lines (69 loc) · 3.45 KB
/
Copy pathindex.html
File metadata and controls
77 lines (69 loc) · 3.45 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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Minha página</title>
<link rel="stylesheet" href="../HZC/assets/css/reset.css">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
<script src="HZC/index.js"></script>
</head>
<body>
<header class="cabecalho">
<nav>
<a href="./index.html" class="menu-lateral__link">Inicio</a>
<a href="./barbeariaAlura/index.html" class="menu-lateral__link">BarbeariaAlura</a>
<a href="./HZC/Index.html" class="menu-lateral__link">HZC</a>
<a href="./aluraplus/index.html" class="menu-lateral__link">Alura plus</a>
</nav>
</header>
<div class="bio center">
<img class="avatar center" src="http://vidadiaria.com.br/images/2017/educacao/agosto/estudante3.jpg">
<h1>Luciana Cominato Rocha</h1>
<h2>Estudante</h2>
<p>Brasileira, solteira, 44 anos - Rio de Janeiro - RJ<p>
<div class="container">
<div class="row">
<div class="col-xs-6 col-sm-3">
<a href="https://www.facebook.com/" target="_blank">
<i class="fab fa-facebook"></i></a>
</div>
<div class="col-xs-6 col-sm-3">
<a href="https://www.google.com/" target="_blank">
<i class="fab fa-google"></i></a>
</div>
<div class="col-xs-6 col-sm-3">
<a href="https://www.twitter.com/" target="_blank">
<i class="fab fa-twitter-square"></i></a>
</div>
<div class="col-xs-6 col-sm-3">
<a href="https://www.github.com/" target="_blank">
<i class="fab fa-github"></i></a>
</div>
</div>
<div class="content">
<p><b>Email:</b> lucianacominato@gmail.com</p>
<p><b>Phone:</b> (+55)21-980338558</p>
<h3>Experiência</h3>
<p><i>2013/06 ~ Atual</i> Compra e venda de cartas no Magic Online</p>
<h3>Educação</h3>
<p> Superior incompleto em Engenharia - PUC-RJ turma 93/1 </p>
<p> Superior incompleto em Medicina = UFRJ turma 2000/2 </p>
<h3>Habilidades</h3>
<ul class="habilidades">
<li>HTML5 / CSS3</li>
<li>Fazer café</li>
<li>Fazer strogonoff</li>
</ul>
<h3>Interesses<h3>
<ul class="interesses">
<li>Jogar Magic the Gathering,videogame </li>
<li>Apertar doguinhos</li>
</ul>
</div>
</div>
</body>
</html>