Avests Gallery

Gallery

How to Add New Images

Copy and paste this template to add new gallery items. Just change the image source, title, description, and date.

<div class="gallery-item">
    <img src="your-image.png" alt="Description">
    <div class="gallery-caption">
        <h3>Your Title Here</h3>
        <p>Your description or caption here</p>
        <div class="gallery-date">12/11/2025</div>
    </div>
</div>