-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
48 lines (46 loc) · 1.95 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
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Opa, bom dia, essa é a landing page que mostra meus projetos e stacks de programação">
<title>Pedro Liima</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<header class="header">
<nav class="header-nav">
<a href="#" class="header-nav-item">Início</a>
<a href="#" class="header-nav-item">Tutorial</a>
<a href="#" class="header-nav-item">Open Source</a>
<a href="#" class="header-nav-item">Comandos</a>
</nav>
</header>
<main class="main">
<section class="main-session">
<div class="main-session-write">
<h1 class="main-session-write-title">Pedro Liima</h1>
<h2 class="main-session-write-sub-title">Developer Back-End</h2>
<a href="https://github.com/peeliima" target="_blank">
<button class="main-session-write-button">
<img class="github-logo" src="src/images/github-logo.png">
<img class="github-icon" src="src/images/github-icon.png">
</button>
</a>
</div>
<img class="main-session-image" src="src/images/bale.svg">
</section>
<section class="second-session">
<h3 class="second-session-title">O que ela faz por você?</h3>
<p class="second-session-paragraph">Opa, bom dia</p>
<p class="second-session-paragraph">Opa, bom dia 2</p>
<p class="second-session-paragraph">Opa, bom dia 3</p>
</section>
</main>
<footer class="footer">
<a href="https://www.instagram.com/peeliima/" target="_blank">
<img class="footer-image" src="src/images/instagram.png">
</a>
</footer>
</body>
</html>