-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (33 loc) · 1.48 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
<!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="style.css">
</head>
<body>
<header class="cabecalho">
<nav class="cabecalho__menu">
<a class="cabelaho__menu__link">Home</a>
<a class="cabecalho__menu__link">Sobre mim</a>
</nav>
</header>
<main class="Apresentacao">
<section class="aprensentacao__conteudo">
<h1><strong class="printf-titulo">printf</strong><span class="subtitulo-do-hello-its-brenda">("Hello! it's Brenda!");
</span><strong class="descricao-cargo"> <P><span class="Cor-Im">Software Engineer</span> Student!</P></strong></h1>
<P><span class="descricao-apresentacao-conteudo">>/ Front-end developer specializing in React, HTML and CSS. Let's talk?</P>
<div class="apresentacao__links">
<a class="apresentacao__links__link" href="https://www.linkedin.com/in/brenda-beatriz/">Linkedin</a>
<a class="apresentacao__links__link" href="https://github.com/Brwnds">GitHub</a>
</div>
</section>
<img src="profile.jpg" alt="Foto de perfil - sobre mim" class="profile-img">
</main>
<footer class="rodape">
<p>Desenvolvido por Brenda Beatriz.</p>
</footer>
</body>
</html>