-
Notifications
You must be signed in to change notification settings - Fork 0
/
artigos.html
50 lines (45 loc) · 1.78 KB
/
artigos.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
<!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> Artigos</title>
</head>
<body class="flex">
<header>
<div> <h1>O artista da floresta Hélio Melo</h1>
</div>
</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 class="local"href="artigos.html">Artigos</a>
<a 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> Artigos</h2>
<iframe src="https://onedrive.live.com/embed?cid=ECDDA94248AF2BE6&resid=ECDDA94248AF2BE6%2118893&authkey=AOxyE-NPwRBK7-4&em=2" width="476" height="650" frameborder="0" scrolling="no"></iframe>
</section>
<section class="cartao"> <iframe src="https://onedrive.live.com/embed?cid=ECDDA94248AF2BE6&resid=ECDDA94248AF2BE6%2126310&authkey=ACGexqA2257n9kk&em=2" width="476" height="650" frameborder="0" scrolling="no"></iframe>
</section>
</main>
<footer>
<small>Rossini de Araujo Castro</small>
</footer>
</body>
</html>