File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -262,7 +262,7 @@ class KeynoteSpeakersPage extends HTMLElement {
262262 toggle . addEventListener ( 'click' , ( ) => {
263263 const bioContainer = toggle . previousElementSibling ;
264264 bioContainer . classList . toggle ( 'open' ) ;
265- toggle . textContent = bioContainer . classList . contains ( 'open' ) ? 'Read Less' : 'Read More ' ;
265+ toggle . textContent = bioContainer . classList . contains ( 'open' ) ? 'Read Less' : 'Read Bio ' ;
266266 } ) ;
267267 } ) ;
268268 }
Original file line number Diff line number Diff line change @@ -35,8 +35,14 @@ class SponsorsPage extends HTMLElement {
3535 img : "./img/CoE_Marble_pozitiv_horizontalni.png" ,
3636 alt : "MarbleLogo" ,
3737 sponsor_name : "Marble" ,
38- sponsor_title : "entre of Excellence in Maritime Robotics and Technologies"
39- }
38+ sponsor_title : "Centre of Excellence in Maritime Robotics and Technologies"
39+ } ,
40+ {
41+ img : "./img/merci.jpg" ,
42+ alt : "merciLogo" ,
43+ sponsor_name : "merci" ,
44+ sponsor_title : "Mediterranean Sea Research Center of Israel"
45+ }
4046 ]
4147
4248 /*
You can’t perform that action at this time.
0 commit comments