-
Notifications
You must be signed in to change notification settings - Fork 0
/
galeria.php
89 lines (88 loc) · 3.27 KB
/
galeria.php
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>.....::EduTuto::...</title>
<style type="text/css">
<!--
body,td,th {
font-family: Comic Sans MS, cursive;
font-size: 10px;
}
.center {
text-align: center;
}
.center {
font-size: 36px;
text-align: left;
color: #00C;
}
.center em {
font-size: 16px;
font-family: "Arial Black", Gadget, sans-serif;
color: #000;
}
body p {
text-align: center;
}
.ll {
text-align: left;
}
-->
</style>
<link href="style/estilos.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="style/animated-menu.css"/>
<script type="text/javascript" src="codes/funcs.js"></script>
<script type="text/javascript" src="codes/jquery-1.5.js"></script>
<script type="text/javascript" src="codes/jquery.easing.1.3.js"></script>
<script type="text/javascript" src="codes/animated-menu.js"></script>
</head>
<body>
<div id="pagina">
<div id="box">
<div id="box2">
<div id="topo">
<BR /> <BR /> <BR /> <BR /> <BR /> <BR /> <BR /> <BR /> <BR /> <br />
</div>
<div id="menu">
<?php require "menu.php" ?>
</div>
<div id="centro">
<div align="center" style="font-size:20px" >
<strong>Videos</strong><br/>
<a href="http://www.youtube.com/watch?v=5G3Q432G6qo" target="_blank"><strong>Aprendendo Números de Forma Divertida (em Vídeo)</strong></a>
<br />
</div>
<div align="center" style="font-size:20px">
<a href="http://youtu.be/37pz0FmRc3M" target="_blank"><strong>Aprendendo Números de Forma Divertida 1 (em Vídeo Espanhol)</strong></a>
<br />
</div>
<div align="center" style="font-size:20px">
<a href="http://youtu.be/p2W22ufrI30" target="_blank"><strong>Aprendendo Números de Forma Divertida 2 (em Vídeo Espanhol)</strong></a>
<br /> <br /><strong>Sites e Downloads</strong>
</div>
<div align="center" style="font-size:20px">
<a href="http://www.mediafire.com/?ztny1yowymt" target="_blank"><strong>Aprendendo Números Software (Link p/Download)</strong></a>
<br />
</div>
<div align="center" style="font-size:20px">
<a href="http://www.tremencantado.com.br/diversos/escola/numeros/numeros.htm" target="_blank"><strong>Aprendendo Números Site</strong></a>
<br /> <br /><strong>Dicas de Livros</strong>
</div>
<div align="center" style="font-size:20px">
<a href="http://www.livrariasaraiva.com.br/produto/2858712" target="_blank"><strong>Aprendendo a Escrever os Números - Col. A Casa do Mickey Mouse</strong></a>
<br />
</div>
<div align="center" style="font-size:20px">
<a href="http://www.americanas.com.br/produto/6984932/livros/infantojuvenil/infantojuvenil/livro-aprendendo-caligrafia-numeros-volume-3" target="_blank"><strong>Livro - Aprendendo Caligrafia - Números - Volume 3 - Bicho Esperto</strong></a>
<br />
</div></div>
<div id="Rodape">
<p><br /><strong><i>Rua 24 de Maio, 141-Centro-Osório/RS (3ºAndar, Laboratório 8)<br />
<i><strong>Fone / Fax.: +55(51)3663-1763 - E-mail.: <a href="mailto:edututo@facos.com.br">edututo@facos.com.br</a> </strong> </i></p></p>
</div>
</div>
</div>
</div>
</body>
</html>