-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmenu.php
21 lines (20 loc) · 1.01 KB
/
menu.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<header id="cabecalho">
<hgroup>
<br/>
<br/>
<h1>E. M. AMÉRICA RIBEIRO LOPES</h1>
<h2>HISTÓRIA, TRADIÇÃO E INOVAÇÃO!</h2>
</hgroup>
<img id="icone" src= <?php echo $foto; ?> />
<nav id="menu">
<h1>Menu Principal</h1>
<ul onmouseout="mudaFoto('<?php echo $pagina; ?> ')">
<li onmouseover="mudaFoto('home')" ><a href="index.php">Início<a></li>
<li onmouseover="mudaFoto('instituicao')" ><a href="instituicao.php">Instituição</a></li>
<li onmouseover="mudaFoto('facebook')"><a href="https://www.facebook.com/america.lopes.39545" target="_blank">Redes Sociais</a></li>
<li onmouseover="mudaFoto('calendario')"><a href="calendario.php">Calendário</a></li>
<li onmouseover="mudaFoto('aluno')"><a href="/escolar" target="_blank">Portal do Aluno</a></li>
<li onmouseover="mudaFoto('contato')"><a href="fale-conosco.php">Fale conosco</a></li>
</ul>
</nav>
</header>