-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (33 loc) · 1.91 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
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<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=Quicksand:[email protected]&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css">
<link rel="shortcut icon" href="logo-linktree.png">
<link rel="stylesheet" href="style.css">
<title>linktree | Alessandra</title>
</head>
<body>
<div class="container">
<h2 class="titulo"> Olá! Meu nome é Alessandra </h2>
<div class="pulsar">
<img src="imagens/foto.jpg" width="100px"> <br>
</div>
<h3 class="tracking-in-expand-fwd-bottom "> < Desenvolvedora FrontEnd /> </h3>
<div class="buttons">
<button class="contato" onclick="window.location.href='https://www.linkedin.com/in/devalessandrasantana/;'" > <i class="bi bi-linkedin"></i> Linkedin </button>
<button class="contato" onclick="window.location.href='https://github.com/AlessandraSantanna';" > <i class="bi bi-github"></i> GitHub </button>
<button class="contato" onclick="window.location.href='https://www.instagram.com/alessandrasantanadev/';"> <i class="bi bi-instagram"></i> Instagram</button>
<button class="contato" onclick="window.location.href='https://portfolioalessandra.netlify.app/';"> <i class="bi bi-journal-richtext"></i> Portfólio</button>
</div>
</div>
<footer>
© Alessandra Santana 2024 - Todos os direitos reservados.
<!-- Rodapé da página -->
</footer>
</body>
</html>