-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinteresses.html
41 lines (39 loc) · 1.29 KB
/
interesses.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
41
<!doctype html>
<html lang="pt-br">
<head>
<meta charset="UTF-8" />
<title>Interesses</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
<link rel="stylesheet" href="css/style.css">
<body>
<div id="fundo-externo">
<div id="fundo">
<img src="./img/basketball.jpg" alt="" class="foto">
<img src="./img/code.jpg" alt="" class="foto">
<img src="./img/fe.jpg" alt="" class="foto">
<img src="./img/music.jpg" alt="" class="foto">
<img src="./img/onePiece.jpg" alt="" class="foto">
</div>
</div>
<div id="conteudo">
<a href="index.html"><h1>Interesses</h1></a>
<p>Planos Profissionais</p>
<nav id='menu'>
<ul>
<li><a href="historico.html">Historico</a></li>
<li><a href="contato.html">Contato</a></li>
<li><a href="interesses.html">Interesses</a></li>
<li><a href="redesSociais.html">Redes Sociais</a></li>
</ul>
</nav>
<section>
<h2>Desenvolvedor Web</h2>
<p>
Objetivo de atuar no mercado com o desenvolvimento de
software para web e me especializar em engenharia de software
futuramente
</p>
</section>
</div>
</body>
</html>