-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (25 loc) · 855 Bytes
/
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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Carlos Eduardo</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div>
<header>
<h1>Carlos Eduardo</h1>
</header>
<main>
<img src="./img/Foto 3x4.jpg" alt="Image" height="400">
</main>
<footer>
<a href="#"><img src="./img/icons8-facebook.svg" alt="" height="50"</a>
<a href="#"><img src="./img/icons8-instagram.svg" alt="" height="50"</a>
<a href="https://github.com/ceoliveira92"><img src="./img/icons8-github.svg" alt="" height="50"</a>
<a href="#"><img src="./img/icons8-linkedin.svg" alt="" height="50"</a>
</footer>
</div>
</body>
</html>