Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="es">
- <head>
- <meta charset="utf-8">
- <link rel="stylesheet" href="css/estilos.css">
- <link rel="stylesheet" href="Icon.css">
- <title>AlCuMex</title>
- <script src="//code.jquery.com/jquery-latest.js"></script>
- <script src="javas.js"></script>
- </head>
- <body>
- <header>
- <h1>Alianza Cultural México-China</h1>
- <div id="reflector1">
- <div id="header">
- <ul class="nav">
- <li><a href = "Inicio.html"><span class = ""><i class = "icon icon-home3"></i></span>Inicio</a>
- <img src="Imágenes/Reflector.png" height="50" width="50"></img>
- </li>
- <li><a href = ""><span class = ""><i class = "icon icon-newspaper"></i></span>Noticias</a>
- <img src="Imágenes/Reflector.png" height="50" width="50"></img>
- </li>
- <li><a href = ""><span class = ""><i class = ""></i></span>Teatro</a>
- <ul>
- <li><a href = ""><span class = ""><i class = ""></i></span>Noticias</a></li>
- <li onclick="mandarTeatro()"><a href = ""><span class = ""><i class = ""></i></span>Cartelera</a></li>
- </ul>
- <img src="Imágenes/Reflector.png" height="50" width="50"></img>
- </li>
- <li><a href = ""><span class = ""><i class = ""></i></span>Danza</a>
- <ul>
- <li><a href = ""><span class = ""><i class = ""></i></span>Noticias</a></li>
- <li><a href = ""><span class = ""><i class = ""></i></span>Cartelera</a></li>
- </ul>
- <img src="Imágenes/Reflector.png" height="50" width="50"></img>
- </li>
- <li><a href = ""><span class = ""><i class = ""></i></span>Musica</a>
- <ul>
- <li><a href = ""><span class = ""><i class = ""></i></span>Noticias</a></li>
- <li><a href = ""><span class = ""><i class = ""></i></span>Cartelera</a></li>
- </ul>
- <img src="Imágenes/Reflector.png" height="50" width="50"></img>
- </li>
- <li><a href = ""><span class = ""><i class = ""></i></span>Literatura</a>
- <img src="Imágenes/Reflector.png" height="50" width="50"></img>
- </li>
- <li><a href = ""><span class = ""><i class = ""></i></span>Cursos</a>
- <img src="Imágenes/Reflector.png" height="50" width="50"></img>
- </li>
- <li><a href = "Contacto.html"><span class = ""><i class = "icon icon-address-book"></i></span>Contacto</a>
- <img src="Imágenes/Reflector.png" height="50" width="50"></img>
- </li>
- <li><a href = "Acercade.html"><span class = ""><i class = "icon icon-address-book"></i></span>Acerca de..</a>
- <img src="Imágenes/Reflector.png" height="50" width="50"></img>
- </li>
- </ul>
- </div>
- </div>
- </header>
- <section class = "baner">
- <br>
- <img src="Imágenes/imagen.jpg" alt="bailarines" height="200" width="1200"></img>
- <hr>
- </section>
- <section class="main">
- <section class="noticias" id="mainPage">
- </section>
- <section class="buscador">
- <article>
- <form action="" method="post" target="_blank">
- <p style="text-align: right;">
- Búsqueda: <input type="search" name="Busqueda" placeholder="Buscar...">
- <input type="submit" value="Buscar">
- </p>
- </form>
- <img src="Imágenes/Reflector2.png" alt="bailarines" height="100" width="100" class="center"></img>
- </article>
- </section>
- </section>
- <footer>
- <p>Para cualquier aclaracion porfavor comunicarse a <em><a>[email protected]</a></em></p>
- </footer>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement