photogrid.html 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. ---
  2. title: Photogrid
  3. page-header: Photogrid
  4. page-menu: extra.photogrid
  5. page-libs: [fslightbox]
  6. layout: default
  7. permalink: photogrid.html
  8. ---
  9. {% capture svg %}
  10. {% include "ui/svg.html" width=640 height=480 border=true %}
  11. {% endcapture %}
  12. <div class="row g-2 g-md-3">
  13. <div class="col-lg-6">
  14. <div class="row g-2 g-md-3">
  15. <div class="col-12">
  16. <a data-fslightbox="gallery" href="{{ page | relative }}/static/photos/{{ photos[5].file }}">
  17. {% include "ui/photo.html" id=5 class="rounded-3 border" ratio="3x1" %}
  18. </a>
  19. </div>
  20. <div class="col-6">
  21. <a data-fslightbox="gallery" href="{{ page | relative }}/static/photos/{{ photos[6].file }}">
  22. {% include "ui/photo.html" id=6 class="rounded-3 border" ratio="1x1" %}
  23. </a>
  24. </div>
  25. <div class="col-6">
  26. <div class="row g-2 g-md-3">
  27. <div class="col-6">
  28. <a data-fslightbox="gallery" href="{{ page | relative }}/static/photos/{{ photos[7].file }}">
  29. {% include "ui/photo.html" id=7 class="rounded-3 border" ratio="1x1" %}
  30. </a>
  31. </div>
  32. <div class="col-6">
  33. <a data-fslightbox="gallery" href="{{ page | relative }}/static/photos/{{ photos[8].file }}">
  34. {% include "ui/photo.html" id=8 class="rounded-3 border" ratio="1x1" %}
  35. </a>
  36. </div>
  37. <div class="col-6">
  38. <a data-fslightbox="gallery" href="{{ page | relative }}/static/photos/{{ photos[9].file }}">
  39. {% include "ui/photo.html" id=9 class="rounded-3 border" ratio="1x1" %}
  40. </a>
  41. </div>
  42. <div class="col-6">
  43. <a data-fslightbox="gallery" href="{{ page | relative }}/static/photos/{{ photos[10].file }}">
  44. {% include "ui/photo.html" id=10 class="rounded-3 border" ratio="1x1" %}
  45. </a>
  46. </div>
  47. </div>
  48. </div>
  49. <div class="col-12">
  50. <a data-fslightbox="gallery" href="{{ page | relative }}/static/photos/{{ photos[16].file }}">
  51. {% include "ui/photo.html" id=16 class="rounded-3 border" ratio="4x1" %}
  52. </a>
  53. </div>
  54. </div>
  55. </div>
  56. <div class="col-lg-6">
  57. <div class="row g-2 g-md-3">
  58. <div class="col-6">
  59. <div class="row g-2 g-md-3">
  60. <div class="col-6">
  61. <a data-fslightbox="gallery" href="{{ page | relative }}/static/photos/{{ photos[14].file }}">
  62. {% include "ui/photo.html" id=14 class="rounded-3 border" ratio="1x1" %}
  63. </a>
  64. </div>
  65. <div class="col-6">
  66. <a data-fslightbox="gallery" href="{{ page | relative }}/static/photos/{{ photos[15].file }}">
  67. {% include "ui/photo.html" id=15 class="rounded-3 border" ratio="1x1" %}
  68. </a>
  69. </div>
  70. <div class="col-6">
  71. <a data-fslightbox="gallery" href="{{ page | relative }}/static/photos/{{ photos[12].file }}">
  72. {% include "ui/photo.html" id=12 class="rounded-3 border" ratio="1x1" %}
  73. </a>
  74. </div>
  75. <div class="col-6">
  76. <a data-fslightbox="gallery" href="{{ page | relative }}/static/photos/{{ photos[13].file }}">
  77. {% include "ui/photo.html" id=13 class="rounded-3 border" ratio="1x1" %}
  78. </a>
  79. </div>
  80. </div>
  81. </div>
  82. <div class="col-6">
  83. <a data-fslightbox="gallery" href="{{ page | relative }}/static/photos/{{ photos[1].file }}">
  84. {% include "ui/photo.html" id=1 class="rounded-3 border" ratio="1x1" %}
  85. </a>
  86. </div>
  87. <div class="col-12">
  88. <a data-fslightbox="gallery" href="{{ page | relative }}/static/photos/{{ photos[4].file }}">
  89. {% include "ui/photo.html" id=4 class="rounded-3 border" ratio="4x1" %}
  90. </a>
  91. </div>
  92. <div class="col-12">
  93. <a data-fslightbox="gallery" href="{{ page | relative }}/static/photos/{{ photos[17].file }}">
  94. {% include "ui/photo.html" id=17 class="rounded-3 border" ratio="3x1" %}
  95. </a>
  96. </div>
  97. </div>
  98. </div>
  99. </div>