Advertisement
shiosaku

Página html

Sep 16th, 2020
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.86 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="es">
  3. <head>
  4. <meta charset="utf-8">
  5. <link rel="stylesheet" href="css/estilos.css">
  6. <link rel="stylesheet" href="Icon.css">
  7. <title>AlCuMex</title>
  8. <script src="//code.jquery.com/jquery-latest.js"></script>
  9. <script src="javas.js"></script>
  10. </head>
  11. <body>
  12. <header>
  13. <h1>Alianza Cultural México-China</h1>
  14. <div id="reflector1">
  15. <div id="header">
  16. <ul class="nav">
  17. <li><a href = "Inicio.html"><span class = ""><i class = "icon icon-home3"></i></span>Inicio</a>
  18. <img src="Imágenes/Reflector.png" height="50" width="50"></img>
  19. </li>
  20. <li><a href = ""><span class = ""><i class = "icon icon-newspaper"></i></span>Noticias</a>
  21. <img src="Imágenes/Reflector.png" height="50" width="50"></img>
  22. </li>
  23. <li><a href = ""><span class = ""><i class = ""></i></span>Teatro</a>
  24. <ul>
  25. <li><a href = ""><span class = ""><i class = ""></i></span>Noticias</a></li>
  26. <li onclick="mandarTeatro()"><a href = ""><span class = ""><i class = ""></i></span>Cartelera</a></li>
  27. </ul>
  28. <img src="Imágenes/Reflector.png" height="50" width="50"></img>
  29. </li>
  30. <li><a href = ""><span class = ""><i class = ""></i></span>Danza</a>
  31. <ul>
  32. <li><a href = ""><span class = ""><i class = ""></i></span>Noticias</a></li>
  33. <li><a href = ""><span class = ""><i class = ""></i></span>Cartelera</a></li>
  34. </ul>
  35. <img src="Imágenes/Reflector.png" height="50" width="50"></img>
  36. </li>
  37. <li><a href = ""><span class = ""><i class = ""></i></span>Musica</a>
  38. <ul>
  39. <li><a href = ""><span class = ""><i class = ""></i></span>Noticias</a></li>
  40. <li><a href = ""><span class = ""><i class = ""></i></span>Cartelera</a></li>
  41. </ul>
  42. <img src="Imágenes/Reflector.png" height="50" width="50"></img>
  43. </li>
  44. <li><a href = ""><span class = ""><i class = ""></i></span>Literatura</a>
  45. <img src="Imágenes/Reflector.png" height="50" width="50"></img>
  46. </li>
  47. <li><a href = ""><span class = ""><i class = ""></i></span>Cursos</a>
  48. <img src="Imágenes/Reflector.png" height="50" width="50"></img>
  49. </li>
  50. <li><a href = "Contacto.html"><span class = ""><i class = "icon icon-address-book"></i></span>Contacto</a>
  51. <img src="Imágenes/Reflector.png" height="50" width="50"></img>
  52. </li>
  53. <li><a href = "Acercade.html"><span class = ""><i class = "icon icon-address-book"></i></span>Acerca de..</a>
  54. <img src="Imágenes/Reflector.png" height="50" width="50"></img>
  55. </li>
  56. </ul>
  57. </div>
  58. </div>
  59. </header>
  60. <section class = "baner">
  61. <br>
  62. <img src="Imágenes/imagen.jpg" alt="bailarines" height="200" width="1200"></img>
  63. <hr>
  64. </section>
  65. <section class="main">
  66. <section class="noticias" id="mainPage">
  67.  
  68. </section>
  69. <section class="buscador">
  70. <article>
  71. <form action="" method="post" target="_blank">
  72. <p style="text-align: right;">
  73. Búsqueda: <input type="search" name="Busqueda" placeholder="Buscar...">
  74. <input type="submit" value="Buscar">
  75. </p>
  76. </form>
  77. <img src="Imágenes/Reflector2.png" alt="bailarines" height="100" width="100" class="center"></img>
  78. </article>
  79. </section>
  80. </section>
  81. <footer>
  82. <p>Para cualquier aclaracion porfavor comunicarse a <em><a>[email protected]</a></em></p>
  83. </footer>
  84. </body>
  85. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement