-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (33 loc) · 1.27 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
37
38
39
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Portfólio</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<main><div>
<div class="fb">
<img src="img/woman.png" alt="">
</div>
<h2>Front-end</h2>
<div class="info">
<h3>Sobre</h3>
<hr>
<p>Lorem ipsum, dolor sit amet consectetur adipisicing elit. Placeat eos voluptate fugiat ea voluptatibus nisi. Laboriosam <span> Mariana</span> veritatis excepturi, odit possimus nihil in eveniet dicta aperiam, sed repellendus, tempore praesentium at. Lorem ipsum dolor sit amet consectetur adipisicing elit. aaaaaaaaaaaaaa Natus, provident illo ratione dolore accusantium voluptatum, rem quisquam vero asperiores beatae facilis iusto <span>Junior</span> ipsa laborum, impedit sequi voluptatem maxime nemo officiis. </p>
<div class="icons">
<a href="">
<img src="img/linkedin.png" alt="">
</a>
<a href="">
<img src="img/github.png" alt="">
</a>
</div>
</div>
<div class="footer">
<p>Front-end</p>
</div>
</div></main>
</body>
</html>