-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (32 loc) · 1.37 KB
/
Copy pathindex.html
File metadata and controls
40 lines (32 loc) · 1.37 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
36
37
38
39
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Site do gugu</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=Libertinus+Serif+Display&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<header>
<img src="img/gustavo.png" alt="euuuuuuuu">
<h1>Gustavo Santos</h1>
<h2>estudante do senac, cursando técnico informática</h2>
</header>
<main>
<a href="https://github.com/gusantoss11">repositorio github</a>
<a href="https://www.tiktok.com/@guxtaaa_7">meu tiktok</a>
</main>
<footer>
<a href="https://github.com/gusantoss11"><img src="icons/github.png" alt="github"></a>
<a href="https://www.linkedin.com/in/gustavo-santos-154199336/="><img src="icons/linkedin.png"
alt="linkedin"></a>
<a href="https://www.instagram.com/guxtaaa.nk/"><img src="icons/instagram.png" alt="instagram"></a>
</footer>
</div>
</body>
</html>