-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
47 lines (40 loc) · 1.8 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
<!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>Lukas Ramyses</title>
<link rel="stylesheet" href="/assets/css/reset.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Fira+Code:wght@300;400;500&family=Oswald&family=Press+Start+2P&family=Roboto:wght@700;900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/assets/css/style.css">
<link rel="stylesheet" href="/assets/css/componentes/header.css">
<link rel="stylesheet" href="/assets/css/componentes/actions.css">
<link rel="stylesheet" href="/assets/css/componentes/subtitle.css">
<link rel="stylesheet" href="/assets/css/componentes/title.css">
<link rel="stylesheet" href="/assets/css/componentes/box.css">
<link rel="stylesheet" href="/assets/css/componentes/button.css">
</head>
<body>
<header class="header">
<h1 id="logo">Lukas Ramyses</h1>
<nav class="navigation">
<a class="action" href="" lang="en">Skills</a>
<a class="action" href="">Projetos</a>
<a class="action" href="">Sobre</a>
<a class="action" href="">Contatos</a>
<a class="button" href="" lang="en">Download CV</a>
</nav>
</header>
<main>
<div class="box">
<h1 class="title">Lukas Ramyses</h1> <!-- heading 1 -->
<h2 class="subtitle">Front End Developer</h2>
</div>
<a class="button" href="" lang="en">Download CV</a>
<a class="button" href="">Contatos</a>
</main>
</body>
</html>