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