-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (30 loc) · 1.1 KB
/
index.html
File metadata and controls
35 lines (30 loc) · 1.1 KB
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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Centro de Projetos</title>
<link rel="stylesheet" href="CenterArquivos/style-center.css">
</head>
<body>
<header>
<h1>Centro de Projetos</h1>
<img class="coverImage" src="CenterArquivos/image.png"
alt="Uma imagem que representa uma Árvore da Programação, onde a tecnologia é tratada de forma orgânica e artística.">
</header>
<main>
<h1 id="tituloProjetos">-------------------Meus Projetos-------------------</h1>
<div id="projetos">
<div id="projetos-container"></div>
</div>
</main>
<footer>
<p>© 2026 Guilherme Antonio Mantoanelli (Guiboom) — Projeto educacional e portfólio pessoal.</p>
<nav class="footer-links">
<a href="index.html">Início</a>
<a href="https://github.com/Guiboom" target="_blank">GitHub</a>
</nav>
</footer>
<script src="CenterArquivos/script-center.js"></script>
</body>
</html>