-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (47 loc) · 1.61 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
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="Repositório" />
<meta property="og:type" content="website" />
<link rel="stylesheet" href="index.css">
<meta name="viewport" content="initial-scale=1.0, user-scalable=no">
<title>Bruno AF</title>
</head>
<style>
@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@700&family=Fira+Code:[email protected]&family=Gowun+Dodum&family=Heebo:[email protected]&display=swap');
</style>
<body>
<div class="content">
<nav>
<ul>
<li>
<h1>Bruno AF, projetos</h1>
</li>
</ul>
</nav>
<main>
<p>
<a href="https://0xc0002.github.io/myWishlist/" target="_blank"> 1. Wishlist de compras
</p>
<p>
<a href="https://0xc0002.github.io/biografiaDedicada/" target="_blank"> 2. Biografia dedicada
</p>
<p>
<a href="https://github.com/0xC0002/gerarRecibosPDF" target="_blank"> 3. Software para gerar recibos em .PDF SQL
</p>
<p>
<a href="https://github.com/0xC0002/Listagem" target="_blank"> 4. Software para listar nomes de arquivos, pastas e subpastas.
</p>
</main>
<footer>
<a>
<div class="center">
<a href="https://github.com/0xC0002" target="_blank">
<img src="./assets/github.png" alt="Imagem do GitHub" />
</div>
</a>
</div>
</body>
</html>