AI School Kohsar Campus Gallery

Simple gallery — direct open, easy to edit

School Photos

School Videos

School Overview

Add your school video inside the videos folder with name school.mp4.

School Event

Add your event video inside the videos folder with name event.mp4.

How to Add More Photos

Copy this block and paste it again inside the photo section:

<div class="easy-card">
  <img src="your-photo.jpg" alt="Photo">
  <div class="caption">
    <h3>Your Title</h3>
    <p>Short description here.</p>
  </div>
</div>

How to Add More Videos

Copy this block and paste it again inside the video section:

<div class="easy-video-card">
  <video controls>
    <source src="videos/your-video.mp4" type="video/mp4">
  </video>
  <div class="caption">
    <h3>Your Video Title</h3>
    <p>Short description here.</p>
  </div>
</div>