This commit is contained in:
齐斌 2025-05-31 01:12:18 +08:00
parent c987f08490
commit f5c213eac8
3 changed files with 15 additions and 12 deletions

View File

@ -39,6 +39,7 @@
<h1 style="font-size: 18px" class=""> <h1 style="font-size: 18px" class="">
{{ item.title }} {{ item.title }}
</h1> </h1>
<text> {{ item.date }}</text>
</div> </div>
</div> </div>
<div class="mt-auto"> <div class="mt-auto">
@ -86,28 +87,28 @@ const state = reactive({
description: description:
"Defines the purpose, composition, and responsibilities of the Audit Committee in overseeing financial reporting and disclosure.", "Defines the purpose, composition, and responsibilities of the Audit Committee in overseeing financial reporting and disclosure.",
url: quarterlyPdfone, url: quarterlyPdfone,
date: "Last updated: March 2025", date: "May 30, 2025",
}, },
{ {
title: "CODE OF BUSINESS CONDUCT AND ETHICS", title: "CODE OF BUSINESS CONDUCT AND ETHICS",
description: description:
"Establishes the ethical standards and legal compliance expectations for all directors, officers and employees.", "Establishes the ethical standards and legal compliance expectations for all directors, officers and employees.",
url: quarterlyPdftwo, url: quarterlyPdftwo,
date: "Last updated: January 2025", date: "May 30, 2025",
}, },
{ {
title: "COMPENSATION COMMITTEE CHARTER", title: "COMPENSATION COMMITTEE CHARTER",
description: description:
"Outlines the duties and responsibilities for overseeing executive compensation and benefit plans.", "Outlines the duties and responsibilities for overseeing executive compensation and benefit plans.",
url: quarterlyPdfthree, url: quarterlyPdfthree,
date: "Last updated: February 2025", date: "May 30, 2025",
}, },
{ {
title: "NOMINATING AND CORPORATE GOVERNANCE COMMITTEE CHARTER", title: "NOMINATING AND CORPORATE GOVERNANCE COMMITTEE CHARTER",
description: description:
"Provides the framework for director nominations and corporate governance matters.", "Provides the framework for director nominations and corporate governance matters.",
url: quarterlyPdffour, url: quarterlyPdffour,
date: "Last updated: April 2025", date: "May 30, 2025",
}, },
], ],
}); });

View File

@ -36,6 +36,7 @@
<h1 class="text-2xl font-medium text-gray-800 mb-2"> <h1 class="text-2xl font-medium text-gray-800 mb-2">
{{ item.title }} {{ item.title }}
</h1> </h1>
<text> {{ item.date }}</text>
</div> </div>
</div> </div>
<div class="mt-auto"> <div class="mt-auto">
@ -82,28 +83,28 @@ const state = reactive({
description: description:
"Defines the purpose, composition, and responsibilities of the Audit Committee in overseeing financial reporting and disclosure.", "Defines the purpose, composition, and responsibilities of the Audit Committee in overseeing financial reporting and disclosure.",
url: quarterlyPdfone, url: quarterlyPdfone,
date: "Last updated: March 2025", date: "May 30, 2025",
}, },
{ {
title: "CODE OF BUSINESS CONDUCT AND ETHICS", title: "CODE OF BUSINESS CONDUCT AND ETHICS",
description: description:
"Establishes the ethical standards and legal compliance expectations for all directors, officers and employees.", "Establishes the ethical standards and legal compliance expectations for all directors, officers and employees.",
url: quarterlyPdftwo, url: quarterlyPdftwo,
date: "Last updated: January 2025", date: "May 30, 2025",
}, },
{ {
title: "COMPENSATION COMMITTEE CHARTER", title: "COMPENSATION COMMITTEE CHARTER",
description: description:
"Outlines the duties and responsibilities for overseeing executive compensation and benefit plans.", "Outlines the duties and responsibilities for overseeing executive compensation and benefit plans.",
url: quarterlyPdfthree, url: quarterlyPdfthree,
date: "Last updated: February 2025", date: "May 30, 2025",
}, },
{ {
title: "NOMINATING AND CORPORATE GOVERNANCE COMMITTEE CHARTER", title: "NOMINATING AND CORPORATE GOVERNANCE COMMITTEE CHARTER",
description: description:
"Provides the framework for director nominations and corporate governance matters.", "Provides the framework for director nominations and corporate governance matters.",
url: quarterlyPdffour, url: quarterlyPdffour,
date: "Last updated: April 2025", date: "May 30, 2025",
}, },
], ],
}); });

View File

@ -36,6 +36,7 @@
<h1 class="text-2xl font-medium text-gray-800 mb-2"> <h1 class="text-2xl font-medium text-gray-800 mb-2">
{{ item.title }} {{ item.title }}
</h1> </h1>
<text> {{ item.date }}</text>
</div> </div>
</div> </div>
<div class="mt-auto"> <div class="mt-auto">
@ -82,28 +83,28 @@ const state = reactive({
description: description:
"Defines the purpose, composition, and responsibilities of the Audit Committee in overseeing financial reporting and disclosure.", "Defines the purpose, composition, and responsibilities of the Audit Committee in overseeing financial reporting and disclosure.",
url: quarterlyPdfone, url: quarterlyPdfone,
date: "Last updated: March 2025", date: "May 30, 2025",
}, },
{ {
title: "CODE OF BUSINESS CONDUCT AND ETHICS", title: "CODE OF BUSINESS CONDUCT AND ETHICS",
description: description:
"Establishes the ethical standards and legal compliance expectations for all directors, officers and employees.", "Establishes the ethical standards and legal compliance expectations for all directors, officers and employees.",
url: quarterlyPdftwo, url: quarterlyPdftwo,
date: "Last updated: January 2025", date: "May 30, 2025",
}, },
{ {
title: "COMPENSATION COMMITTEE CHARTER", title: "COMPENSATION COMMITTEE CHARTER",
description: description:
"Outlines the duties and responsibilities for overseeing executive compensation and benefit plans.", "Outlines the duties and responsibilities for overseeing executive compensation and benefit plans.",
url: quarterlyPdfthree, url: quarterlyPdfthree,
date: "Last updated: February 2025", date: "May 30, 2025",
}, },
{ {
title: "NOMINATING AND CORPORATE GOVERNANCE COMMITTEE CHARTER", title: "NOMINATING AND CORPORATE GOVERNANCE COMMITTEE CHARTER",
description: description:
"Provides the framework for director nominations and corporate governance matters.", "Provides the framework for director nominations and corporate governance matters.",
url: quarterlyPdffour, url: quarterlyPdffour,
date: "Last updated: April 2025", date: "May 30, 2025",
}, },
], ],
}); });