diff --git a/apps/web/src/modules/about/05Charter.tsx b/apps/web/src/modules/about/05Charter.tsx
new file mode 100644
index 000000000..40572bacc
--- /dev/null
+++ b/apps/web/src/modules/about/05Charter.tsx
@@ -0,0 +1,24 @@
+import React from 'react';
+import LinkLegacy from '@common/components/LinkLegacy';
+import { Paragraph, DocTitle } from './components';
+
+const Charter = () => {
+ return (
+
+
Charter / 章程
+
+ The OSS Compass community charter is available
+
+ here
+
+ . / OSS Compass 社区章程请
+
+ 点击查看
+
+ 。
+
+
+ );
+};
+
+export default Charter;
diff --git a/apps/web/src/modules/about/index.tsx b/apps/web/src/modules/about/index.tsx
index 5c999b74e..1bd308827 100644
--- a/apps/web/src/modules/about/index.tsx
+++ b/apps/web/src/modules/about/index.tsx
@@ -1,6 +1,7 @@
import React from 'react';
import Banner from './Banner';
import Introduce from './Introduce';
+import Charter from './05Charter';
import Board from './10Board';
import Members from './20Members';
import TechnicalCommittee from './30TechnicalCommittee';
@@ -17,6 +18,7 @@ const About = () => {