-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
53 lines (47 loc) · 2.16 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-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Portfolio - Lucas Campardo</title>
<!-- <link rel="stylesheet" href="https://use.fontawesome.com/releases/v6.5.1/css/all.css">-->
<link rel="stylesheet" href="css/header.css">
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="css/footer.css">
</head>
<body>
<header>
<div class="header__title">
<a class="link" href="index.html">Início</a>
<a class="link" href="about.html">Sobre mim</a>
</div>
<div class="header__btn">
<a href="" class="btnCV" target="_blank">Baixar Currículo</a>
</div>
</header>
<main>
<div class="page_container">
<div class="container">
<div class="container__content">
<h1>Bem-vindo(a) ao meu portfolio</h1>
<p class="name">Meu nome é Lucas Campardo</p>
<div class="content">
<p class="para__content">Sou <strong><span class="paragraph__role">desenvolvedor front-end</span></strong> em formação, procurando por oportunidades para <span>agregar valor</span> ao seu <span>produto</span> e à sua <span>equipe</span></p>
<p class="para__content">Tenho conhecimento em <strong><span>HTML, CSS e JavaScript</span></strong>, estou mantendo um foco maior na base do desenvolvimento web para compreender melhor como é o ambiente onde o desenvolver front-end deve ter certa expertise.</p>
</div>
<div class="container__btn">
<a href="https://www.linkedin.com/in/lucascampardo" class="btn" target="_blank">LinkedIn</a>
<a href="https://www.github.com/lucascampardo" class="btn" target="_blank">GitHub</a>
</div>
</div>
</div>
</div>
</main>
<footer>
<div class="whodev">
<p>Desenvolvido por Lucas Campardo</p>
</div>
</footer>
</body>
</html>