Advertisement
Guest User

Untitled

a guest
Oct 27th, 2016
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.03 KB | None | 0 0
  1. <DOCTYPE html>
  2. <html>
  3. <head>
  4. <link rel="stylesheet" href="css/normalize.css">
  5. <link href="https://fonts.googleapis.com/css?family=Lobster" rel="stylesheet">
  6. <link href="https://fonts.googleapis.com/css?family=Trirong" rel="stylesheet">
  7. <link rel="stylesheet" href="css/main.css">
  8. <title> Fulanos | Photography </title>
  9. </head>
  10. <body>
  11. <header>
  12. <a href="index.html" id="logo">
  13. <h1>Fulano's</h1>
  14. <h2>Photography</h2>
  15. </a>
  16. <nav>
  17. <ul>
  18. <li><a href="index.html" class="selected">Portfolio </a></li>
  19. <li><a href="about.html">About</a></li>
  20. <li><a href="contact.html">Contact</a></li>
  21. </ul>
  22. </nav>
  23. </header>
  24. <div id="wrapper">
  25. <section>
  26. <ul id="gallery">
  27. <li>
  28. <a href="img/numbers-01.jpg">
  29. <img src="img/numbers-01.jpg" alt="">
  30. <p>I Like</p>
  31. </a>
  32. </li>
  33. <li>
  34. <a href="img/numbers-02.jpg">
  35. <img src="img/numbers-02.jpg" alt="">
  36. <p>Big</p>
  37. </a>
  38. </li>
  39. <li>
  40. <a href="img/numbers-06.jpg">
  41. <img src="img/numbers-06.jpg" alt="">
  42. <p>Butts</p>
  43. </a>
  44. </li>
  45. <li>
  46. <a href="img/numbers-09.jpg">
  47. <img src="img/numbers-09.jpg" alt="">
  48. <p>And</p>
  49. </a>
  50. </li>
  51. <li>
  52. <a href="img/numbers-12.jpg">
  53. <img src="img/numbers-12.jpg" alt="">
  54. <p>i can not lie</p>
  55. </a>
  56. </li>
  57. </ul>
  58. </section>
  59. <footer>
  60. <a href="https://twitter.com/"><img src="img/twitter-wrap.png" alt="twitter logo" class="social-icon"></a>
  61. <a href="https://facebook.com/"> <img src="img/facebook-wrap.png" alt="facebook logo" class="social-icon"></a>
  62. <p>&copy; 2016 Jean Romero.</p>
  63. </footer>
  64. </div>
  65. </body>
  66. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement