Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Ritika8081 #476

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions gallery.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ <h2>Gallery</h2>

<!-- Gallery Section -->

<div class="container">
<div class="container bg-opacity-10">

<div class="gallery-menu mt-2 mb-4">
<div class="gallery-menu mt-2 mb-4 object-fit:scale-down">
<!-- Add New Events Here -->
<button class="btn btn-outline-dark active" data-filter="*">All</button>
<button class="btn btn-outline-dark" data-filter=".event1">Event 1</button>
Expand All @@ -98,10 +98,10 @@ <h2>Gallery</h2>
<button class="btn btn-outline-dark" data-filter=".event5">Event 5</button>
</div>

<div class="gallery-item row">
<div class="gallery-item row fa-arrow-up-wide-short ">
<!-- Add Event Pic Here | Add data-filter value in class | Add image title -->

<div class="item event1 col-lg-3 col-md-4 col-6 col-sm">
<div class="item event1 col-lg-3 col-md-4 col-6 col-sm ">
<a href="assets\img\events\DSC06217" class="fancylight popup-btn"
data-fancybox-group="light" title="image title">
<img class="img-fluid" src="assets\img\events\DSC06217.JPG" alt="" loading="lazy">
Expand Down