Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.16 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width-device-width">
  6. <link rel="stylesheet" type="text/css" href="css/style.css">
  7. <title>Peepcity</title>
  8. </head>
  9. <body>
  10. <header class="header">
  11. <a href="#" title="Go to Home Page"><img src="img/logo.png" alt="Logo" class="page-logo"></a>
  12. <nav class="page-nav">
  13. <ul>
  14. <li><a href="#" title="Go to Home Page">Home</a></li>
  15. <li><a href="#" title="Peeps Albums">Albums</a></li>
  16. <li><a href="#" title="Curiosities about Peep">Curiosities</a></li>
  17. <li><a href="#" title="Contact Page Author">Contact</a></li>
  18. </ul>
  19. <button type="button" title="Open menu" class="hamburger">
  20. <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" preserveAspectRatio="xMidYMid" width="35" height="12" viewBox="0 0 35 12" class="hamburger-icon">
  21. <path d="M-0.000,12.000 L-0.000,8.000 L35.000,8.000 L35.000,12.000 L-0.000,12.000 ZM-0.000,0.000 L35.000,0.000 L35.000,4.000 L-0.000,4.000 L-0.000,0.000 Z"/>
  22. </svg>
  23. <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" preserveAspectRatio="xMidYMid" width="28.312" height="27.594" viewBox="0 0 28.312 27.594" class="close-icon">
  24. <path d="M28.298,2.831 L16.984,14.145 L27.591,24.751 L24.763,27.580 L14.156,16.973 L3.549,27.580 L0.721,24.751 L11.328,14.145 L0.014,2.831 L2.842,0.003 L14.156,11.316 L25.470,0.003 L28.298,2.831 Z"/>
  25. </svg>
  26. </button>
  27. </nav>
  28. </header>
  29. <main>
  30. <article class="article">
  31. <header class="article-header">
  32. <img class="header-background" alt="background">
  33. <img class="header-cover-photo" alt="Cover photo">
  34. <h2>Lil Peep</h2>
  35. <p class="cover-photo-description">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
  36. </header>
  37. <div class="article-content">
  38. <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
  39. </div>
  40. <aside class="article-sidebar">
  41. <figure class="article-picture">
  42. <img alt="Peeps concert">
  43. <figcaption class="caption">Lil Peeps last concert</figcaption>
  44. </figure>
  45. </aside>
  46. <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
  47. </article>
  48. </main>
  49. <footer class="footer">
  50. <nav class="footer-nav">
  51. <ul>
  52. <li><a href="#" title="Go to Home Page">Home</a></li>
  53. <li><a href="#" title="Peeps Albums">Albums</a></li>
  54. <li><a href="#" title="Curiosities about Peep">Curiosities</a></li>
  55. <li><a href="#" title="Contact Page Author">Contact</a></li>
  56. </ul>
  57. </nav>
  58. <nav class="social-media">
  59. <ul>
  60. <li><a href="#" title="Peeps Fb fanpage"><img alt="facebook"></a></li>
  61. <li><a href="#" title="Peeps Instagram"><img alt="Instagram"></a></li>
  62. <li><a href="#" title="Peeps Twitter"><img alt="Twitter"></a></li>
  63. </ul>
  64. </nav>
  65. <p>Created by Lorem Ipsum</p>
  66. </footer>
  67. </body>
  68. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement