-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
56 lines (50 loc) · 2.09 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
48
49
50
51
52
53
54
55
56
<!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>Portifolio</title>
<link rel="stylesheet" href="./estilos/style.css">
</head>
<body>
<header class="cabecalho">
<nav class="cabecalho__menu">
<a class="cabecalho__menu__link" href="index.html">Home</a>
<a class="cabecalho__menu__link" href="about.html">Sobre Mim</a>
<a class="cabecalho__menu__link" href="curriculo.html">Curriculo</a>
<a class="cabecalho__menu__link" href="projetos.html">Meus Projetos</a>
<a class="cabecalho__menu__link" href="contato.html">Contato</a>
</nav>
</header>
<main class="apresentacao">
<section class="apresentacao__conteudo">
<h1 class="apresentacao__conteudo__titulo">Eleve seu negócio digital a outro nível <strong
class="titulo-destaque"> com um Back-end de qualidade!</strong></h1>
<p class="apresentacao__conteudo__texto">Olá! Sou Adriano Sousa, desenvolvedor <span> Back-and
</span> em <span> Java </span> com especialidade em <strong class="texto_linguagens">Java, Spring Boot, Mysql, React,
HTML e CSS, .</strong>
</p>
<div class="redes_sociais">
<h2 class="subtitulo_link">Acesse minhas redes</h2>
<a class="links_redes" href="http://instagram.com/adriz1n_">
<img src="./assets/instagram.png" alt="instagram">
Instagram
</a>
<a class="links_redes" href="https://github.com/AdrianoSousa23">
<img src="./assets/github.png" alt="github">
GitHub
</a>
<a class="links_redes" href="https://www.linkedin.com/in/adriano-sousa-ads/">
<img src="./assets/linkedin.png" alt="linkdin">
Linkdin
</a>
</div>
</section>
<img class="imagem" src="Imagem.png" alt="Foto">
</main>
<footer class="rodape">
<p>Desenvolvido Por Adriano Sousa</p>
</footer>
</body>
</html>