-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
48 lines (42 loc) · 1.9 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
<!DOCTYPE html>
<html lang="Pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Projeto apresentação Alura</title>
<link rel="stylesheet" href="design.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="./sobre_mim.html"> Sobre mim</a>
</nav>
</header>
<main class="apresentacao">
<section class="apresentacao_conteudo">
<h1 class="apresentacao_conteudo_titulo">Eleve seu negócio a outro nível <strong
class="titulo-destaque">Conquiste suas metas!</strong></h1>
<p class="apresentacao_conteudo_paragrafo">Olá! Sou Samuel Carlos, gestor de tráfego. Ajudo empresas e
negócios locais a <strong>atrair e RETER </strong> clientes e
consequentemente ter mais vendas. Vamos conversar?</p>
<div class="apresentacao_links">
<h2 class="apresentacao_links_subtitulo">Acesse minhas redes:</h2>
<a class="apresentacao_links_botao" target="_blank"
href="https://www.linkedin.com/in/samuel-carlos-830117222/">
<img class="icon_linkedin" src="./icon_linkedin.svg" alt="Logo do Linkledin">
<strong>Linkledin</strong>
</a>
<a class="apresentacao_links_botao" target="_blank" href="https://github.com/zero0101011">
<img class="icon_github" src="github.svg" alt="logo do GitHub">
<strong>GitHub</strong>
</a>
</div>
</section>
<img src="./pixelcut-export (1).png" alt="Foto de Samuel Carlos">
</main>
<footer class="footer">
<p>Desenvolvido por Samuca 😉 </p>
</footer>
</body>
</html>