Skip to content

Commit 41df2fd

Browse files
committed
add sponser logo
1 parent 44cad6c commit 41df2fd

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

KeynoteSpeakersPage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

SponsorsPage.js

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff 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
/*

img/merci.jpg

486 KB
Loading

0 commit comments

Comments
 (0)