-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathINDEX.HTML
42 lines (41 loc) · 1.85 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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portifolio</title>
<link rel="stylesheet" href="./style/style.css">
</head>
<body>
<header class="cabecalho">
<nav class="cabecalho_menu">
<a class="cabecalho_link" href="INDEX.HTML">Home </a>
<a class="cabecalho_link " href="about.html">Sobre mim </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="destaque"> com um Front-end de qualidade!</strong>
</h1>
<p class="apresentacao_conteudo_texto"><strong class="gaabs">Olá! Gabriel Moreira</strong>, desenvolvedor Front-end com especialidade em React,
HTML e CSS. Ajudo pequenos negócios e designers a colocarem em prática boas ideias. Vamos conversar?</p>
<div class="apresentacao_links">
<h2 class="apresentacao_links_subtitulo">Acesse minhas redes:</h2>
<a class="apresentacao__links__link" href="https://instagram.com/moreira_castro_">
<img src="instagram.png">
INSTAGRAM</a>
<A class="apresentacao__links__link" href="HTTPS://github.com/GABRIELMC148">
<img src="github.png">
GITHUB</A>
<a class="apresentacao__links__link" href="">
<img src="linkedin.png">
LINKEDIN</a>
</div>
</section>
<img class="apresentacao_imagem" src="Imagem (1).png" alt="foto programador">
</main>
<footer class="rodape"><p>Desenvolvedor Gabriel Castro</p>
</footer>
</body>
</html>