-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
44 lines (33 loc) · 2.04 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
<!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="Maria Eduarda Noia">
<meta name="description" content="Biografia de Graziela Maciel Barroso">
<link rel="stylesheet" href="https://necolas.github.io/normalize.css/8.0.1/normalize.css">
<link rel="stylesheet" href="css/home.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<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=Alex+Brush&family=Allura&family=Damion&family=Josefin+Sans:wght@300;400&family=Josefin+Slab&family=Libre+Baskerville:wght@700&family=Montserrat:wght@200;400;500&family=Poppins:wght@200;400&family=Roboto+Slab:wght@400;600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css">
<title>Graziela Maciel Barroso - A primeira Dama da Botânica do Brasil</title>
</head>
<body class="body">
<div class="container_total">
<div class="container__imagem-perfil">
<img class="imagem-perfil" src="imagens/perfil-verde.gif" alt="imagem animada de Graziela">
<img class="imagem-perfil-menor" src="imagens/perfil-verde-menor.gif" alt="imagem animada de Graziela">
</div>
<div class="titulo">Graziela Maciel Barroso</div>
<h2 class="resumo">a primeira dama da botânica</h2>
<button class="botao"><a href="home.html"><p class="texto">
saiba mais
</p></a>
</button>
</div>
</body>
<script src="js/script.js" type="text/javascript"></script>
</html>