Advertisement
Guest User

web

a guest
Oct 31st, 2018
1,022
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.47 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3.  
  4. <head>
  5. <meta charset="UTF-8">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <meta http-equiv="X-UA-Compatible" content="ie=edge">
  8. <title>My website</title>
  9. </head>
  10.  
  11. <body>
  12.  
  13. <header>
  14. <a id="logo" href="#" title="Home"><img src="https://placeimg.com/100/50/any" alt="Nome Azienda"></a>
  15.  
  16. <nav id="site-menu">
  17. <ul>
  18. <li>
  19. <a href="#">Home</a>
  20. </li>
  21. <li>
  22. <a href="#">News</a>
  23. </li>
  24. <li>
  25. <a href="#">Offerte</a>
  26. </li>
  27. <li>
  28. <a href="#">Contatti</a>
  29. </li>
  30. </ul>
  31. </nav>
  32.  
  33. <input type="search" name="ricerca" id="ricerca" placeholder="Cerca nel sito...">
  34. </header>
  35.  
  36.  
  37. <main>
  38. <section id="slider">
  39. <article class="slide">
  40. <img src="https://placeimg.com/1000/400/people" alt="Prodotto numero 1">
  41. <h1>Super prodotto del momento!</h1>
  42. <a href="#">Vedi subito</a>
  43. </article>
  44. <!--<article class="slide">
  45. <img src="https://placeimg.com/1000/400/people" alt="Prodotto numero 2">
  46. <h1>Altro prodotto del momento!</h1>
  47. <a href="#">Vedi subito</a>
  48. </article>-->
  49. </section>
  50.  
  51. <section id="collezione">
  52. <h1>Collezione autunno/inverno 2018</h1>
  53. <section class="collezione-item collezione-item-donna">
  54. <h1>Donna</h1>
  55. <article>
  56. <a href="#" title="Scarpe...">
  57. <h1>Scarpe</h1>
  58. <img src="https://placeimg.com/300/200/tech" alt="Scarpe">
  59. </a>
  60. </article>
  61. <article>
  62. <a href="#" title="Cappello...">
  63. <h1>Cappello</h1>
  64. <img src="https://placeimg.com/300/200/nature" alt="Cappello">
  65. </a>
  66. </article>
  67. <article>
  68. <a href="#" title="Sciarpa...">
  69. <h1>Sciarpa</h1>
  70. <img src="https://placeimg.com/300/200/people" alt="Sciarpa">
  71. </a>
  72. </article>
  73. <article>
  74. <a href="#" title="Maglione...">
  75. <h1>Maglione</h1>
  76. <img src="https://placeimg.com/300/200/architecture" alt="Maglione">
  77. </a>
  78. </article>
  79. </section>
  80. <section class="collezione-item collezione-item-uomo">
  81. <h1>Uomo</h1>
  82. <article>
  83. <a href="#" title="Scarpe...">
  84. <h1>Scarpe</h1>
  85. <img src="https://placeimg.com/300/200/people" alt="Scarpe">
  86. </a>
  87. </article>
  88. <article>
  89. <a href="#" title="Cappello...">
  90. <h1>Cappello</h1>
  91. <img src="https://placeimg.com/300/200/tech" alt="Cappello">
  92. </a>
  93. </article>
  94. <article>
  95. <a href="#" title="Sciarpa...">
  96. <h1>Sciarpa</h1>
  97. <img src="https://placeimg.com/300/200/nature" alt="Sciarpa">
  98. </a>
  99. </article>
  100. <article>
  101. <a href="#" title="Maglione...">
  102. <h1>Maglione</h1>
  103. <img src="https://placeimg.com/300/200/architecture" alt="Maglione">
  104. </a>
  105. </article>
  106. </section>
  107. </section>
  108. </main>
  109.  
  110. <section id="promozioni">
  111. <a href="#">
  112. <!--<img src="./img/promozioni_bg.jpg" alt="Le nostre promozioni">-->
  113. <h1>Vedi le nostre promozioni</h1>
  114. </a>
  115. </section>
  116.  
  117. <section id="newsletter">
  118. <h1>Resta aggiornato!</h1>
  119. <p>Iscriviti alla newsletter:</p>
  120. <form action="#">
  121. <label for="email">Email</label>
  122. <input type="email" name="email" id="email" placeholder="es: mario.rossi@email.it">
  123. <input type="submit" value="Invia">
  124. </form>
  125. </section>
  126.  
  127.  
  128. <aside>
  129. <section id="prodotti-piu-venduti">
  130. <h1>Prodotti più venduti</h1>
  131. <article>
  132. <a href="#">Prodotto 1</a>
  133. </article>
  134. <article>
  135. <a href="#">Prodotto 2</a>
  136. </article>
  137. <article>
  138. <a href="#">Prodotto 3</a>
  139. </article>
  140.  
  141. <a href="#">Vai alla pagina</a>
  142. </section>
  143.  
  144. <section id="social-images">
  145. <h1>Immagini dai social</h1>
  146. <img src="./img/social1.jpg" alt="Social img 1">
  147. <img src="./img/social2.jpg" alt="Social img 2">
  148. <img src="./img/social3.jpg" alt="Social img 3">
  149. <img src="./img/social4.jpg" alt="Social img 4">
  150. </section>
  151. </aside>
  152.  
  153. <footer>
  154. <section id="footer-contacts">
  155. <p>Indirizzo: <a href="#" title="Vedi mappa" target="_blank">Via tal dei tali 12, Roma</a></p>
  156. <p>Email: <a href="mailto:info@email.it">info@email.it</a></p>
  157. <p>Tel: <a href="tel:+39334455">+39 33 44 55</a></p>
  158. </section>
  159. <section id="footer-menu">
  160. <nav>
  161. <ul>
  162. <li>
  163. <a href="#">Home</a>
  164. </li>
  165. <li>
  166. <a href="#">News</a>
  167. </li>
  168. <li>
  169. <a href="#">Offerte</a>
  170. </li>
  171. <li>
  172. <a href="#">Contatti</a>
  173. </li>
  174. <li>
  175. <a href="#">Privacy</a>
  176. </li>
  177. </ul>
  178. </nav>
  179. </section>
  180. <section id="footer-social">
  181. <a href="#" title="Facebook" target="_blank">Facebook</a>
  182. <a href="#" title="Instagram" target="_blank">Instagram</a>
  183. <a href="#" title="Twitter" target="_blank">Twitter</a>
  184. </section>
  185. <section id="footer-end">
  186. <p>&copy; 2018 Nome azienda s.r.l. - P.IVA 12345678901 - Tutti i diritti sono riservati</p>
  187. </section>
  188. </footer>
  189.  
  190. </body>
  191.  
  192. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement