-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresultado.html
More file actions
39 lines (35 loc) · 1.27 KB
/
resultado.html
File metadata and controls
39 lines (35 loc) · 1.27 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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="./css/resultado.css">
<script src="./javascript/resultado.js"></script>
<title>Resultado - devTec</title>
</head>
<body>
<div class="formatacao">
<section class="conteudo">
<div class="titulo">
<img class="icon-de-festa" src="./images/icon/party-popper.png" alt="icon-de-festa">
<h1 id="nome-perfil"></h1>
<img class="icon-de-festa" src="./images/icon/party-popper.png" alt="icon-de-festa">
</div>
<div class="conteudo-perfil" id="conteudo-perfil">
</div>
<div>
<img src="./images/icon/desenvolvedor-de-software.png" alt="icon-perfil" id="icone-perfil">
</div>
<div class="caminhos-perfil">
<label>Caminhos interessantes para seu perfil:</label>
<div class="recomendacao-perfil">
<ul id="lista-profissoes">
</ul>
</div>
</div>
<div class="div-botao">
<button onclick="voltar()" class="botao-avancar">Voltar para o inicio</button>
</div>
</section>
</div>
</body>
</html>