index.html 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>CSSBox Example Page</title>
  5. <link rel="stylesheet" href="cssbox.css" />
  6. </head>
  7. <body>
  8. <h1>This is an example page for CSSBox, available on <a href="https://notabug.org/SylvieLorxu/CSSBox">NotABug</a> and <a href="https://github.com/TheLastProject/CSSBox">GitHub</a>.</h1>
  9. <h2>All images on this example page are from <a href="https://unsplash.com/" target="_blank">Unsplash</a>, available under <a href="http://creativecommons.org/publicdomain/zero/1.0/" target="_blank">Creative Commons Zero 1.0</a>.</h2>
  10. <div class="cssbox">
  11. <a id="image1" href="#image1"><img class="cssbox_thumb" src="example_images/eBDdgbM5dSo.jpeg" height="300" width="300" />
  12. <span class="cssbox_full"><img src="example_images/eBDdgbM5dSo.jpeg" /></span>
  13. </a>
  14. <a class="cssbox_close" href="#void"></a>
  15. <a class="cssbox_next" href="#image2">&gt;</a>
  16. <p><a href="https://unsplash.com/photos/eBDdgbM5dSo" target="_blank">Image by Paul Jarvis</a></p>
  17. </div>
  18. <div class="cssbox">
  19. <a id="image2" href="#image2"><img class="cssbox_thumb" src="example_images/UklXbPE-Hos.jpeg" height="300" width="300" />
  20. <span class="cssbox_full"><img src="example_images/UklXbPE-Hos.jpeg" /></span>
  21. </a>
  22. <a class="cssbox_close" href="#void"></a>
  23. <a class="cssbox_prev" href="#image1">&lt;</a>
  24. <a class="cssbox_next" href="#image3">&gt;</a>
  25. <p><a href="https://unsplash.com/photos/UklXbPE-Hos" target="_blank">Image by Joseph Barrientos</a></p>
  26. </div>
  27. <div class="cssbox">
  28. <a id="image3" href="#image3"><img class="cssbox_thumb" src="example_images/2W5LoumSdfw.jpeg" height="300" width="300" />
  29. <span class="cssbox_full"><img src="example_images/2W5LoumSdfw.jpeg" /></span>
  30. </a>
  31. <a class="cssbox_close" href="#void"></a>
  32. <a class="cssbox_prev" href="#image2">&lt;</a>
  33. <p><a href="https://unsplash.com/photos/2W5LoumSdfw" target="_blank">Image by Sebastian Gabriel</a></p>
  34. </div>
  35. </body>
  36. </html>