-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
28 lines (25 loc) · 1.17 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
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- displays site properly based on user's device -->
<link rel="stylesheet" href="./src/css/style.css">
<link rel="stylesheet" href="./src/css/responsive.css">
<link rel="icon" type="image/png" sizes="32x32" href="./assets/images/favicon-32x32.png">
<title>Lucas Pacheco | Links e Projetos</title>
</head>
<body>
<main class="profile-card">
<img src="./assets/images/avatar-lucas.jpg" alt="Picture of Lucas">
<h1 class="name">Lucas Pacheco</h2>
<p class="city">Recife, Pernambuco</p>
<p class="description">"Estudante Front e Back-End no caminho para o Fullstack"</p>
<div class="profile-links">
<a class="link" href="https://github.com/CordeiroLucas" target="_blank">GitHub</a>
<a class="link" href="https://www.linkedin.com/in/lucasc-pacheco/" target="_blank">LinkedIn</a>
<a class="link" href="https://www.frontendmentor.io/profile/CordeiroLucas" target="_blank">Frontend Mentor</a>
<a class="link" href="./src/pages/projetos.html">Melhores Projetos</a>
</div>
</main>
</body>
</html>