-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (33 loc) · 1.42 KB
/
index.html
File metadata and controls
33 lines (33 loc) · 1.42 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
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Murilo Corsulini">
<meta name="copyright" content="Murilo Corsulini">
<meta name="theme-color" content="#07111f">
<meta name="color-scheme" content="dark">
<meta name="robots" content="index, follow">
<meta
name="description"
content="Portfólio de Murilo de Oliveira Corsulini, estudante de Desenvolvimento de Sistemas com foco em informática prática, manutenção e tecnologia."
>
<title>Murilo Corsulini | Portfólio</title>
<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=Plus+Jakarta+Sans:wght@400;500;700;800&family=Space+Grotesk:wght@500;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
</head>
<body data-page="home">
<div class="spotlight" aria-hidden="true"></div>
<div class="site-shell">
<header class="site-header" data-site-header></header>
<main class="page-root" data-page-root>
<noscript class="noscript-banner">Ative o JavaScript para visualizar este portfólio completo.</noscript>
</main>
<footer class="site-footer" data-site-footer></footer>
</div>
<script src="content.js"></script>
<script src="script.js"></script>
</body>
</html>