0) {
this.selectedImageIndex = (this.selectedImageIndex + 1) % this.images.length;
}
},
prevImage() {
if (this.images && this.images.length > 0) {
this.selectedImageIndex = (this.selectedImageIndex - 1 + this.images.length) % this.images.length;
}
},
openGallery(galleryId) {
this.activeGalleryId = this.activeGalleryId === galleryId ? null : galleryId;
}
}">
Our Gallery
Capturing moments, creating memories
Explore our collection of memorable experiences and achievements
TVET Placement 2022-2023
TVET Placement 2022-2023
10 photos
Click to view
TVET Placement 2022-2023
TVET Placement 2022-2023
10 photos
1
2
3
4
5
6
7
8
9
10
/