-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
24 lines (23 loc) · 1.19 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
<!DOCTYPE html>
<html lang="pt-br" class="home">
<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>Pedro (Versão Quase Ilimitada)</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" type="text/css" href="https://unpkg.com/balloon-css/balloon.min.css">
</head>
<body>
<header class="inicio">
<img class="logo" src="img/foto-do-mininu.jpg" alt="logo">
<div>
<a href="projetos/projetos.html"><button class="cor" aria-label="Passa aqui pra dar uma olhada" data-balloon-pos="down">Projetos</button></a>
</div>
</header>
<div class="conteudo">
<h1>Bem-vindos aos projetos dos quais eu me orgulho (ou deveria me orgulhar)</h1>
<h2>Os projetos criados nesta pagina (provavelmente acessada por você no <a href="https://github.com/PedroJuri">GitHub</a>), são para que sejam amostrados ao publico, tanto para portfólio meu, quanto para inspirações que venho a ter.</h2>
</div>
</body>
</html>