Skip to content
Merged
Show file tree
Hide file tree
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
27 changes: 15 additions & 12 deletions src/config/gallary.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
import img2026_1 from "../assets/2026.jpg";
import img2026_2 from "../assets/2026 (2).jpg";

const images = [
{
id: 101,
src: img2026_1,
alt: "Gallery Image 2026 1",
year: 2026,
},
{
id: 102,
src: img2026_2,
alt: "Gallery Image 2026 2",
year: 2026,
},
{
id: 0,
src: "https://res.cloudinary.com/dbnfkkfov/image/upload/v1759606221/WhatsApp_Image_2025-10-04_at_20.38.01_n5yqjt.jpg",
Expand Down Expand Up @@ -161,12 +176,6 @@ const images = [
alt: "Gallery Image 26",
year: 2025,
},
{
id: 27,
src: "https://res.cloudinary.com/dsjxx976j/image/upload/v1756627317/asme126_eqyzzs.jpg",
alt: "ASME Image 1",
year: "others",
},
{
id: 28,
src: "https://res.cloudinary.com/dsjxx976j/image/upload/v1756627315/asme132_vzqgiw.jpg",
Expand Down Expand Up @@ -353,12 +362,6 @@ const images = [
alt: "ASME Image 32",
year: "others",
},
{
id: 59,
src: "https://res.cloudinary.com/dsjxx976j/image/upload/v1756627213/asme1_ksyaia.jpg",
alt: "ASME Image 33",
year: "others",
},
];

export default images;
4 changes: 2 additions & 2 deletions src/config/teammate.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const teamMembers = [
{
name: "Aayush Barik",
title: "Vice President",
img: "https://res.cloudinary.com/ddoeahbpv/image/upload/Aayush_Barik_Vice_President_klgnid.jpg",
img: "https://res.cloudinary.com/dm406z4pf/image/upload/v1785069742/Aayush_Barik_Vice_President_2_wbg5bq.jpg",
description: "2",
team: "Executive Body",
linkedin: "https://www.linkedin.com/in/aayush-barik-668843339/",
Expand Down Expand Up @@ -139,7 +139,7 @@ const teamMembers = [
{
name: "Yegnesh Sagar",
title: "Captain",
img: "https://res.cloudinary.com/ddoeahbpv/image/upload/images_1_ujpf6e.jpg",
img: "https://res.cloudinary.com/dm406z4pf/image/upload/v1785069027/1784538371641_vmsozp.png",
description: "18",
team: "Team Bluebird",
linkedin: "https://www.linkedin.com/in/yegnesh-sagar-89778b348/",
Expand Down
Loading
Loading