-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
36 lines (34 loc) · 1.19 KB
/
index.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
<!doctype html>
<html lang="pt-br">
<head>
<meta charset="UTF-8" />
<title>Sobre Ulisses</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
<link rel="stylesheet" href="css/style.css">
</head>
<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>Ulisses D. Silva</h1></a>
<p>Essa página fala um pouco sobre mim</p>
<i class="fa fa-instagram"></i>
<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>
</div>
</body>
</html>