Photography


SUBMITTED BY: Electricityplug22

DATE: Aug. 11, 2020, 4:07 a.m.

FORMAT: Text only

SIZE: 2.4 kB

HITS: 452

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <title>W3.CSS Template</title>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1">
  6. <link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
  7. <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway">
  8. <style>
  9. body,h1,h2,h3,h4,h5 {font-family: "Raleway", sans-serif}
  10. .w3-third img{margin-bottom: -6px; opacity: 0.8; cursor: pointer}
  11. .w3-third img:hover{opacity: 1}
  12. </style>
  13. <body class="w3-light-grey w3-content" style="max-width:1600px">
  14. <!-- Sidebar/menu -->
  15. <nav class="w3-sidebar w3-bar-block w3-white w3-animate-left w3-text-grey w3-collapse w3-top w3-center" style="z-index:3;width:300px;font-weight:bold" id="mySidebar"><br>
  16. <h3 class="w3-padding-64 w3-center"><b>SOME<br>NAME</b></h3>
  17. <a href="javascript:void(0)" onclick="w3_close()" class="w3-bar-item w3-button w3-padding w3-hide-large">CLOSE</a>
  18. <a href="#" onclick="w3_close()" class="w3-bar-item w3-button">PORTFOLIO</a>
  19. <a href="#about" onclick="w3_close()" class="w3-bar-item w3-button">ABOUT ME</a>
  20. <a href="#contact" onclick="w3_close()" class="w3-bar-item w3-button">CONTACT</a>
  21. </nav>
  22. <!-- Top menu on small screens -->
  23. <header class="w3-container w3-top w3-hide-large w3-white w3-xlarge w3-padding-16">
  24. <span class="w3-left w3-padding">SOME NAME</span>
  25. <a href="javascript:void(0)" class="w3-right w3-button w3-white" onclick="w3_open()">☰</a>
  26. </header>
  27. <!-- Overlay effect when opening sidebar on small screens -->
  28. <div class="w3-overlay w3-hide-large w3-animate-opacity" onclick="w3_close()" style="cursor:pointer" title="close side menu" id="myOverlay"></div>
  29. <!-- !PAGE CONTENT! -->
  30. <div class="w3-main" style="margin-left:300px">
  31. <!-- Push down content on small screens -->
  32. <div class="w3-hide-large" style="margin-top:83px"></div>
  33. <!-- Photo grid -->
  34. <div class="w3-row">
  35. <div class="w3-third">
  36. <img src="/w3images/natureboy.jpg" style="width:100%" onclick="onClick(this)" alt="A boy surrounded by beautiful nature">
  37. <img src="/w3images/girl_mountain.jpg" style="width:100%" onclick="onClick(this)" alt="What a beautiful scenery this sunset">
  38. <img src="/w3images/girl.jpg" style="width:100%" onclick="onClick(this)" alt="The Beach. Me. Alone. Beautiful">
  39. </div>
  40. <div class="w3-third">

comments powered by Disqus