-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (42 loc) · 1.77 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
40
41
42
43
44
45
46
47
<!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>Portifólio</title>
<link rel="shortcut icon" href="imagens/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="estilos/geral.css">
<link rel="stylesheet" href="estilos/media-queries.css">
</head>
<body>
<header>
<h1>LAO DEV</h1>
<p>Lucas Apolinario de Oliveira</p>
<nav>
<a href="index.html">Home</a>
<a href="paginas/projects.html">Projects</a>
<a href="paginas/about.html">About me</a>
</nav>
</header>
<main>
<section class="texto" >
<img id="foto" src="imagens/fotoHOME.png" alt="">
<h2>Bem-vindo( )</h2>
<p>Desenvolvi esse portifólio para ser um portal onde você consiga me conhecer, e quem sabe, trabalharmos juntos em algum dia! </p>
</section>
<section class="texto">
<h2>Contact </h2>
<p>Por enquanto, as unicas formas de contato estão abaixo, basta clicar sobre a imagem:</p>
<section class="logos">
<a href="https://www.instagram.com/mkt_lucasads/" target="_blank"><img src="imagens/logo-instagram.jpg" alt=""></a>
<a href="https://www.linkedin.com/in/lucas-apolin%C3%A1rio-a62558238/" target="_blank"><img src="imagens/linkedin3.png" alt=""></a>
<a href="https://github.com/Apolinari0" target="_blank"><img src="imagens/logo-github.jpg" alt=""></a>
</section>
</section>
</main>
<footer>
<h3>Todos os direitos reservados ©</h3>
</footer>
</body>
</html>