File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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]
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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 ' ;
4949loadYear ( initial ) ;
5050buttons . forEach ( btn => btn . addEventListener ( 'click' , ( ) => {
5151 const year = btn . dataset . year ;
You can’t perform that action at this time.
0 commit comments