Skip to content

Commit d59dbea

Browse files
committed
Update homepage intro copy
1 parent 00b0d00 commit d59dbea

3 files changed

Lines changed: 8 additions & 24 deletions

File tree

assets/css/style.css

Lines changed: 5 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -898,25 +898,13 @@ html[lang="en"] .home-hero-title {
898898

899899
.home-intro-reveal p {
900900
margin: 0;
901-
color: var(--text);
902-
font-size: 22px;
903-
line-height: 1.9;
901+
color: var(--text-soft);
902+
font-size: 16px;
903+
line-height: 1.7;
904904
font-weight: 400;
905905
text-wrap: pretty;
906906
}
907907

908-
html[lang="zh-CN"] .home-intro-reveal p {
909-
text-align: justify;
910-
text-align-last: left;
911-
text-justify: inter-character;
912-
}
913-
914-
@media (min-width: 900px) {
915-
html[lang="zh-CN"] .home-intro-reveal p {
916-
text-align-last: justify;
917-
}
918-
}
919-
920908
.home-section {
921909
padding: 32px 0 48px;
922910
}
@@ -1039,12 +1027,8 @@ html[lang="zh-CN"] .home-intro-reveal p {
10391027
padding: 56px 0 36px;
10401028
}
10411029
.home-intro-reveal p {
1042-
font-size: 17px;
1043-
line-height: 1.85;
1044-
}
1045-
html[lang="zh-CN"] .home-intro-reveal p {
1046-
text-align: left;
1047-
text-align-last: left;
1030+
font-size: 16px;
1031+
line-height: 1.7;
10481032
}
10491033
.home-section { padding: 60px 0 32px; }
10501034
}

assets/js/i18n.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
'hero.title': 'OpenMOSS 团队',
1717
'hero.headline': '追求极致的<wbr><span class="home-hero-em">AI前沿探索</span>',
1818
'hero.subtitle': '<span>开放</span><span>好奇心</span><span>团队协作</span><span>AI共生</span>',
19-
'hero.p1': '人工智能正在深刻改变世界。OpenMOSS 团队由上海创智学院、复旦大学自然语言处理实验室与模思智能联合共建,以"产学研深度融合"为核心,坚持开放协作的研究路线,深入探索智能的本质与边界。',
19+
'hero.p1': '人工智能正在深刻改变世界。OpenMOSS 团队由上海创智学院、复旦大学自然语言处理实验室与模思智能联合共建,"研创学"深度融合,坚持开放协作,深入探索智能的本质与边界。',
2020
'hero.btn.highlights': '最新亮点',
2121
'hero.btn.join': '加入我们',
2222

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
<link rel="preload" as="font" type="font/woff2" href="/assets/fonts/roboto-subset.woff2" crossorigin>
1111
<link rel="preload" as="font" type="font/woff2" href="/assets/fonts/noto-sans-sc-subset.woff2" crossorigin>
1212
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css" crossorigin="anonymous" referrerpolicy="no-referrer" />
13-
<link rel="stylesheet" href="/assets/css/style.css?v=20260606093000">
13+
<link rel="stylesheet" href="/assets/css/style.css?v=20260606103000">
1414
</head>
1515
<body>
1616
<div id="app"></div>
1717

18-
<script src="/assets/js/i18n.js?v=20260606093000"></script>
18+
<script src="/assets/js/i18n.js?v=20260606103000"></script>
1919
<script src="/assets/js/content-data.js?v=20260605172641"></script>
2020
<script src="/assets/js/gh-stars-data.js?v=20260605172641"></script>
2121
<script src="/assets/js/team-data.js?v=20260605172641"></script>

0 commit comments

Comments
 (0)