Skip to content

Commit b6b0516

Browse files
committed
update contribute page
Made-with: Cursor
1 parent dd74b5d commit b6b0516

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

co_website/app/contribute/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ export default async function ContributePage() {
3737
<p className="mt-4 text-lg text-gray-600 max-w-2xl mx-auto">
3838
Add a new study to HumanStudy-Bench.
3939
</p>
40-
<div className="mt-6 mx-auto max-w-2xl rounded-xl border border-indigo-100 bg-indigo-50/40 px-6 py-5 text-sm leading-relaxed text-gray-700 space-y-1.5">
40+
<div className="mt-6 mx-auto max-w-2xl rounded-xl border border-cyan-100 bg-cyan-50/40 px-6 py-5 text-sm leading-relaxed text-gray-700 space-y-1.5">
4141
<p>HumanStudy-Bench is a non-profit and open-source platform.</p>
4242
<p>We welcome collaborators from all backgrounds!</p>
43-
<p>All contributors will be credited in future reports and publications.</p>
43+
<p>All accepted contributions will be acknowledged and credited.</p>
4444
</div>
4545
{/* Section nav */}
4646
<div className="mt-8 flex flex-wrap justify-center gap-3">

co_website/components/DatasetGrid.tsx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,10 @@ export default function DatasetGrid() {
9393
<h2 className="text-3xl font-bold tracking-tight text-gray-900 sm:text-4xl font-serif">Study Dataset</h2>
9494
<p className="mt-4 text-lg leading-8 text-gray-600">
9595
An initial curated collection of 12 foundational human-subject studies spanning individual cognition, strategic interaction, and social psychology, all with complete experimental materials and clearly specified statistical tests.
96-
{' '}
97-
<a href="/contribute" className="text-indigo-600 hover:text-indigo-500 font-medium">
98-
Become a contributor &rarr;
99-
</a>
10096
</p>
97+
<a href="/contribute" className="mt-3 inline-block text-lg font-medium text-indigo-600 hover:text-indigo-500">
98+
Become a contributor &rarr;
99+
</a>
101100
</div>
102101
<div className="mx-auto mt-16 grid max-w-2xl grid-cols-1 gap-6 sm:mt-20 lg:max-w-none lg:grid-cols-2">
103102
{datasets.map((study) => (

co_website/components/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export default function Footer() {
33
<footer className="bg-white border-t border-gray-200 mt-auto">
44
<div className="mx-auto max-w-7xl px-4 py-6 sm:px-6 lg:px-8">
55
<p className="text-center text-sm text-gray-500">
6-
&copy; {new Date().getFullYear()} Xuan Liu, Haoyang Shang, Zizhang Liu. All rights reserved.
6+
&copy; {new Date().getFullYear()} Xuan Liu, Haoyang Shang, Zizhang Liu, Guankai Zhai. All rights reserved.
77
</p>
88
</div>
99
</footer>

0 commit comments

Comments
 (0)