This commit introduces a completely redesigned sponsor list page. The previous two-column layout is replaced with a modern, single-column auto-scrolling list that unifies all sponsors. A dynamic canvas animation has been added to the background for a more engaging visual experience. Previous versions of the page have been archived. This update also includes data corrections for sponsor names and minor fixes to the related PPT assets.
36 lines
1.1 KiB
JSON
36 lines
1.1 KiB
JSON
{
|
||
"manifest": "./templates/manifest.json",
|
||
"slides": [
|
||
{
|
||
"type": "cover",
|
||
"template": "cover",
|
||
"background": "./images/Background.jpg"
|
||
},
|
||
{
|
||
"type": "speech",
|
||
"template": "speech",
|
||
"data": {
|
||
"name": "林添顺",
|
||
"nameEn": "YB Ling Tian Soon (Ah Soon)",
|
||
"title": "柔佛州州议员兼州行政议员",
|
||
"avatar": "images/林添顺.jpg",
|
||
"bio": "马华公会(MCA)领袖,现任柔佛州永平区州议员兼州行政议会卫生及环境委员会主席。青年政治人物,积极推动民生与公共服务改善,关注教育、环境及社区发展。"
|
||
},
|
||
"background": "./images/blank.jpg",
|
||
"overrideCss": "overrides/zhanghua.css"
|
||
},
|
||
{
|
||
"type": "speech",
|
||
"template": "speech",
|
||
"data": {
|
||
"name": "嘉宾姓名",
|
||
"title": "职位 / 头衔",
|
||
"avatar": "images/关圣公致辞2.jpg",
|
||
"bio": "嘉宾介绍"
|
||
},
|
||
"background": "./images/blank.jpg",
|
||
"overrideCss": "overrides/limei.css"
|
||
}
|
||
]
|
||
}
|