-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (39 loc) · 2.02 KB
/
index.html
File metadata and controls
42 lines (39 loc) · 2.02 KB
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 http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" : initial-scale="1,maximum-scale=1,minimum-scale=1">
<title>Portifolio</title>
<link rel="stylesheet" href="style.css">
<script src="script.js"></script>
</head>
<body>
<header class="cabecalho">
<nav class="cabecalho__navbar">
<a class="cabecalho__navbar__link" href="index.html">Home</a>
<a class="cabecalho__navbar__link" href="aboutme.html">Sobre Mim</a>
<a class="cabecalho__navbar__link" href="form.html">Fale Comigo</a>
<a class="cabecalho__navbar__link" href="Ecomerce.html">E-commerce</a>
</nav>
</header>
<main class="apresentacao">
<section class="apresentacao__conteudo">
<h1 class="apresentacao__conteudo__titulo">Eleve o seu nível <strong
class="titulo-destaque">com um Front-end de qualidade!
</strong></h1>
<p class="apresentacao__conteudo__texto">Olá! Sou Brendo Garcia da Silva e Odeio Front-end.<br></br>
Adoro Java e outras linguguem back-end, conheço um pouco de banco de dados e seus modelos pricipalmente o Mysql. Sempre tento aprende coisa novas a todo momento como blockchain e suas tecnologias.</p>
<div class="apresentacao__botoes">
<h2 class="apresentacao__botoes__subtitulo">Acesse minhas Redes:</h2>
<a class="apresentacao__botao_link" href="www.linkedin.com/in/brendo-garcia-da-silva-a642091a2"> <img class="icongit" src="imgs/linkedin.png" alt="icon-linkdin">Linkedin</a>
<a class="apresentacao__botao_link" href="https://github.com/BrendoGarcia"> <img class="icongit" src="imgs/github.png" alt="icon-github">GitHub</a>
</div>
</section>
<img class="minhafoto" src="imgs/images.jpg" alt="minhafoto">
</main>
<footer class="rodape">
<p class="teste">Desenvolvido por Brendo Produções</p>
</footer>
</body>
</html>