-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
53 lines (46 loc) · 2.26 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
<!DOCTYPE html>
<html lang="pt-b">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles\style.css">
<title>Portifolio</title>
</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>
</nav>
</header>
<main class="apresentacao">
<section class="aparesentacao__conteudo">
<h1 class="aparesentacao__conteudo__titulo">Eleve seu negócio digital a outro nível <strong
class="destaqueTitulo">com um Front-end de qualidade!</strong></h1>
<p class="aparesentacao__conteudo__texto">Olá! Sou Joana Santos, desenvolvedora Front-end com especialidade
em <strong class="destaqueLinguagem">React</strong>, <strong class="destaqueLinguagem">HTML </strong> e
<strong class="destaqueLinguagem">CSS</strong>. Ajudo pequenos negócios e designers a colocarem em
prática boas ideias. Vamos conversar?</p>
<div class="aparesentacao__botoes">
<h2 class="aparesentacao__botoes__subtitulo">Acesse Minhas Redes:</h2>
<a class="aparesentacao__botoes_link" href="https://www.instagram.com/luizoka_/">
<img class="aparesentacao__botoes_link__img" src="assets\instagram (1).png" alt="imagemInstagram">
Instagram
</a>
<a class="aparesentacao__botoes_link" href="https://twitter.com/luizoka_03">
<img class="aparesentacao__botoes_link__img" src="assets\twitter (1).png" alt="imagemTwitter">
twitter
</a>
<a class="aparesentacao__botoes_link " href="https://github.com/Luizoka">
<img class="aparesentacao__botoes_link__img" src="assets\github-logo (1).png" alt="imagemGithub">
GitHub
</a>
</div>
</section>
<img class="foto" src="assets\Imagem.png" alt="Foto">
</main>
<footer class="rodape">
<p>Desenvolvido por Luizoka.</p>
</footer>
</body>
</html>