use smaller thumbnails for photography preview,

move gallery common css to gallery.css
This commit is contained in:
2024-12-12 07:35:39 +00:00
parent d47c30846d
commit 28a7630c9f
17 changed files with 36 additions and 45 deletions

View File

@@ -39,7 +39,7 @@
<main>
<div id="galleries-container">
<figure class="overlay-container gallery">
<img src="/resources/photography/nature/1.jpg" alt="" class="image">
<img src="/resources/photography/nature/1-thumb.jpg" alt="" class="image">
<figcaption class="overlay-mask">
<a href="/photography/nature.html" class="overlay-content">
<h2>Nature</h2>
@@ -48,7 +48,7 @@
</figcaption>
</figure>
<figure class="overlay-container gallery">
<img src="/resources/photography/nature2/1.jpg" alt="" class="image">
<img src="/resources/photography/nature2/1-thumb.jpg" alt="" class="image">
<figcaption class="overlay-mask">
<a href="/photography/nature2.html" class="overlay-content">
<h2>Nature 2</h2>