-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
40 lines (34 loc) · 1.02 KB
/
about.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
37
38
39
40
<!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" />
<link rel="stylesheet" href="css/about.css" />
<title>Document</title>
</head>
<body>
<section>
<div class="direta">
<div class="nav">
<ul>
<li><a href="index.html">Home</a> </li>
<li><a href="about.html">Sobre</a> </li>
<li><a href="training.html">Formação e Habilidades</a> </li>
<li><a href="project.html">Projetos</a> </li>
<li><a href="experience.html">Experiência Profissional</a></li>
<li><a href="contate.html">Contato</a></li>
</ul>
</div>
</div>
<div class="esquerda">
<div class="sobre-text">
<h1 id="h1">Apresentação</h1>
<img id="img-Foto" src="image/minhaFoto2.jpg" alt="" />
<p id="text"></p>
</div>
</section>
</body>
<script src="./script/about.js">
</script>
</html>