-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.html
52 lines (46 loc) · 1.06 KB
/
home.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
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="estilos.css">
<title>Document</title>
</head>
<body>
<header>
<div class="nav">
<a href="home.html">Home</a>
<a href="portfolio.html">Portfólio</a>
<a href="contato.html">Contato</a>
</div>
</header>
<div>
<img src="indice.png">
</div>
<div class="container">
<h2>Gleice Elen</h2>
<h3>Desenvolvedora Web</h3>
<h3>Skills</h3>
<div class="grid">
<div class="grid-items">
<div>
Java
</div>
<div>
Spring
</div>
<div>
Html5
</div>
<div>
Css3
</div>
<div>
JavaScript
</div>
</div>
</div>
</div>
<footer class="imagem">
</footer>
</body>
</html>