-
Notifications
You must be signed in to change notification settings - Fork 0
/
contatos.html
53 lines (46 loc) · 2.04 KB
/
contatos.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
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html lang="pt" dir="ltr">
<head><!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-172840907-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-172840907-1');
</script>
<style>
@import url('https://fonts.googleapis.com/css2?family=Cuprum&family=Oxygen:wght@300&display=swap');
</style>
<link rel="stylesheet" href="home.css">
<meta charset="utf-8">
<title> Contatos</title>
</head>
<body>
<header>
<h1>O artista da floresta Hélio Melo</h1>
</header>
<nav>
<a href="index.html">Início</a>
<a href="hma.html">Ambiente Amazônico</a>
<a href="obras.html">Seres fabulosos</a>
<a href="seringueiro.html">Seringueiro</a>
<a href="exposiçoes.html">Exposições</a>
<a href="artigos.html">Artigos</a>
<a class="local"href="contatos.html">Contatos</a>
<a href="sobre.html">Sobre</a>
<a href="quintadolivro.html">Quinta do Livro</a>
</nav>
<main id="caixa">
<section class="cartao">
<h2>Fale Conosco</h2>
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSfcCRg2w3O-Hbnmycz3jzrUQ_v4m4XuQMgWyIUEciI_gMLD1g/viewform?embedded=true" width="640" height="1184" frameborder="0" marginheight="0" marginwidth="0">Carregando…</iframe>
</section>
<section class="cartao"><section class="cartao"> <img src="rossini41.jpg" alt="Fotografia"><h6><b>Figura 35</b> - Detalhe da mão do autor <b>Rossini Castro</b> autografando o livro <i> Ambiente Amazônico: A arte vivencial do artista Hélio Melo</i>. São Paulo-SP, Universidade Presbiteriana Mackenzie.</h6>
<img src="rossinibanner2.jpg" alt="Fotografia"><h6><b>Figura 36 - Banner de divulgação do lançamento do livro <i> Ambiente Amazônico: A arte vivencial do artista Hélio Melo</i> de <b> Rossini de Araujo Castro</b>.</h6>
</section>
</main>
<footer>
<small>Rossini de Araujo Castro</small>
</footer>
</body>
</html>