-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
32 lines (29 loc) · 1.34 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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Olivelton Santos | Desenvolvedor Front-end</title>
<link rel="shortcut icon" href="imagens/faviconavatar.png" type="image/x-icon">
<link rel="stylesheet" href="estilos/style.css">
</head>
<body>
<section>
<header>
<img src="imagens/olivelton-santos-desenvolvedor-front-end.jpg" alt="Olivelton Santos">
<h3>Olivelton Santos</h3>
<p>Desenvolvedor Front-End</p>
</header>
<main>
<a href="https://olivelton.com" target="_blank">Portfólio</a>
<a href="https://olivelton.com/blog/criacao-de-sites-em-divinopolis-mg/" target="_blank">Serviços</a>
<a href="https://api.whatsapp.com/send?phone=5537997790303" target="_blank">WhatsApp</a>
<a href="https://github.com/oliveltonsantos" target="_blank">GitHub</a>
<a href="https://www.linkedin.com/in/oliveltonsantos" target="_blank">LinkedIn</a>
<a href="https://www.youtube.com/@navegandoemc0d1gos" target="_blank">YouTube</a>
<a href="https://inglescompensadores.com.br" target="_blank">Inglês com Pensadores</a>
</main>
</section>
</body>
</html>