Skip to content

Commit 9897eeb

Browse files
authoredNov 11, 2024
Merge pull request #2 from SivaSabariGanesan/main
Added image
2 parents f9d23e9 + 268bd13 commit 9897eeb

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed
 
6.29 MB
Binary file not shown.
13.9 MB
Binary file not shown.

‎rec-devs-frontend/src/pages/Gallery/Gallery.jsx

+7
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import img4 from '/assets/g4.jpg'
99
import img5 from '/assets/g5.jpg'
1010
import img6 from '/assets/g6.jpg'
1111
import img7 from '/assets/g7.jpg'
12+
import img8 from '/assets/Devfest.webp'
1213

1314
export default function Gallery() {
1415
useEffect(() => {
@@ -25,10 +26,16 @@ export default function Gallery() {
2526
<div className="section-explainer">
2627
<span>Moments to Remember</span>
2728
</div>
29+
2830
<div className="gallery-cards-container">
31+
32+
<div data-aos="zoom-in" className="gallery-image-container">
33+
<img src='assets/g8.webp' className="gallery-image" />
34+
</div>
2935
<div data-aos="zoom-in" className="gallery-image-container">
3036
<img src='assets/6.webp' className="gallery-image" />
3137
</div>
38+
3239
<div data-aos="zoom-in" className="gallery-image-container">
3340
<img src={img2} className="gallery-image" />
3441
</div>

0 commit comments

Comments
 (0)