Skip to content

Commit 2de28f2

Browse files
chore: changed def to b23
1 parent c2a74cd commit 2de28f2

3 files changed

Lines changed: 16 additions & 12 deletions

File tree

src/data/team/b23.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,5 +149,20 @@
149149
"url": "https://www.linkedin.com/in/anand-das-570a5a286"
150150
}
151151
]
152+
},
153+
{
154+
"name": "Jagadeesh Mummana",
155+
"photo": "assets/images/logo.webp",
156+
"role": "Team Member",
157+
"socials": [
158+
{
159+
"platform": "linkedin",
160+
"url": "https://www.linkedin.com/in/jagadeesh-mummana/"
161+
},
162+
{
163+
"platform": "site",
164+
"url": "https://mummanajagadeesh.github.io/"
165+
}
166+
]
152167
}
153168
]

src/data/team/b24.json

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -120,17 +120,6 @@
120120
}
121121
]
122122
},
123-
{
124-
"name": "Thareesh Prabakaran",
125-
"photo": "assets/images/team/b24/thareesh-prabakaran.webp",
126-
"role": "Team Member",
127-
"socials": [
128-
{
129-
"platform": "linkedin",
130-
"url": "https://www.linkedin.com/in/thareesh-prabakaran"
131-
}
132-
]
133-
},
134123
{
135124
"name": "Senthinathan PL",
136125
"photo": "assets/images/team/b24/senthilnathan-pl.webp",

src/scripts/team.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ async function loadYear(year) {
4545
grid.innerHTML = "Could not load " + year + ".json";
4646
}
4747
}
48-
const initial = getQueryParam('year') || 'b22';
48+
const initial = getQueryParam('year') || 'b23';
4949
loadYear(initial);
5050
buttons.forEach(btn => btn.addEventListener('click', () => {
5151
const year = btn.dataset.year;

0 commit comments

Comments
 (0)