diff --git a/refer_landing_page/app/members/page.tsx b/refer_landing_page/app/members/page.tsx
index 6cad2f1..4a96f49 100644
--- a/refer_landing_page/app/members/page.tsx
+++ b/refer_landing_page/app/members/page.tsx
@@ -15,9 +15,9 @@ export default function MembersPage() {
{/* Header */}
-
-
- People & Researchers
+
+
+ People & Researchers
@@ -30,7 +30,7 @@ export default function MembersPage() {
{/* Professor Section */}
-
+
Faculty
@@ -51,7 +51,7 @@ export default function MembersPage() {
sjkoh@knu.ac.kr
diff --git a/refer_landing_page/app/page.tsx b/refer_landing_page/app/page.tsx
index 9e8023d..517250f 100644
--- a/refer_landing_page/app/page.tsx
+++ b/refer_landing_page/app/page.tsx
@@ -81,7 +81,7 @@ export default function HomePage() {
{/* Metrics Row (Derived from data array, AC-13) */}
-
+
{PILLARS.length}
@@ -89,7 +89,7 @@ export default function HomePage() {
-
+
{Math.floor((publications.length + patents.length) / 10) * 10}+
@@ -120,7 +120,7 @@ export default function HomePage() {
-
+
Research Areas
diff --git a/refer_landing_page/app/publications/[category]/page.tsx b/refer_landing_page/app/publications/[category]/page.tsx
index ad7b53e..1bd1477 100644
--- a/refer_landing_page/app/publications/[category]/page.tsx
+++ b/refer_landing_page/app/publications/[category]/page.tsx
@@ -59,8 +59,8 @@ export default function PublicationCategoryPage({ params }: PageProps) {
{/* Header */}
-
-
+
+
Publications Category
diff --git a/refer_landing_page/app/publications/_components/CategoryNav.tsx b/refer_landing_page/app/publications/_components/CategoryNav.tsx
index b0db98a..34eee38 100644
--- a/refer_landing_page/app/publications/_components/CategoryNav.tsx
+++ b/refer_landing_page/app/publications/_components/CategoryNav.tsx
@@ -19,8 +19,8 @@ export function CategoryNav({ currentCategory }: CategoryNavProps) {
href={`/publications/${cat.slug}`}
className={`px-4 py-2 rounded text-xs font-mono tracking-wider transition-colors ${
isActive
- ? "bg-vermillion text-white dark:text-ivory font-bold"
- : "bg-paper text-ink border border-line hover:border-vermillion"
+ ? "bg-cobalt-dark text-white dark:text-ivory font-bold"
+ : "bg-paper text-ink border border-line hover:border-cobalt-dark dark:hover:border-cobalt"
}`}
>
{cat.label}
diff --git a/refer_landing_page/app/publications/page.tsx b/refer_landing_page/app/publications/page.tsx
index 41e8b76..d010363 100644
--- a/refer_landing_page/app/publications/page.tsx
+++ b/refer_landing_page/app/publications/page.tsx
@@ -26,8 +26,8 @@ export default function PublicationsIndexPage() {
{/* Header section */}
-
-
+
+
BIBLIOGRAPHY & INTELLECTUAL PROPERTY
@@ -49,13 +49,13 @@ export default function PublicationsIndexPage() {
return (
Category
-
+
{cat.label}
diff --git a/refer_landing_page/app/standardization/page.tsx b/refer_landing_page/app/standardization/page.tsx
index d12421d..d6e4283 100644
--- a/refer_landing_page/app/standardization/page.tsx
+++ b/refer_landing_page/app/standardization/page.tsx
@@ -13,8 +13,8 @@ export default function StandardizationPage() {
{/* Header */}
-
-
+
+
Open Standards & Contributions
@@ -33,7 +33,7 @@ export default function StandardizationPage() {
-
+
[{body.scope}]
{body.role && (
@@ -30,7 +30,7 @@ export default function MembersPage() {
{/* Professor Section */}
-
+
Faculty
@@ -51,7 +51,7 @@ export default function MembersPage() {
sjkoh@knu.ac.kr
diff --git a/refer_landing_page/app/page.tsx b/refer_landing_page/app/page.tsx
index 9e8023d..517250f 100644
--- a/refer_landing_page/app/page.tsx
+++ b/refer_landing_page/app/page.tsx
@@ -81,7 +81,7 @@ export default function HomePage() {
{/* Metrics Row (Derived from data array, AC-13) */}
-
+
{PILLARS.length}
@@ -89,7 +89,7 @@ export default function HomePage() {
-
+
{Math.floor((publications.length + patents.length) / 10) * 10}+
@@ -120,7 +120,7 @@ export default function HomePage() {
-
+
Research Areas
diff --git a/refer_landing_page/app/publications/[category]/page.tsx b/refer_landing_page/app/publications/[category]/page.tsx
index ad7b53e..1bd1477 100644
--- a/refer_landing_page/app/publications/[category]/page.tsx
+++ b/refer_landing_page/app/publications/[category]/page.tsx
@@ -59,8 +59,8 @@ export default function PublicationCategoryPage({ params }: PageProps) {
{/* Header */}
-
-
+
+
Publications Category
diff --git a/refer_landing_page/app/publications/_components/CategoryNav.tsx b/refer_landing_page/app/publications/_components/CategoryNav.tsx
index b0db98a..34eee38 100644
--- a/refer_landing_page/app/publications/_components/CategoryNav.tsx
+++ b/refer_landing_page/app/publications/_components/CategoryNav.tsx
@@ -19,8 +19,8 @@ export function CategoryNav({ currentCategory }: CategoryNavProps) {
href={`/publications/${cat.slug}`}
className={`px-4 py-2 rounded text-xs font-mono tracking-wider transition-colors ${
isActive
- ? "bg-vermillion text-white dark:text-ivory font-bold"
- : "bg-paper text-ink border border-line hover:border-vermillion"
+ ? "bg-cobalt-dark text-white dark:text-ivory font-bold"
+ : "bg-paper text-ink border border-line hover:border-cobalt-dark dark:hover:border-cobalt"
}`}
>
{cat.label}
diff --git a/refer_landing_page/app/publications/page.tsx b/refer_landing_page/app/publications/page.tsx
index 41e8b76..d010363 100644
--- a/refer_landing_page/app/publications/page.tsx
+++ b/refer_landing_page/app/publications/page.tsx
@@ -26,8 +26,8 @@ export default function PublicationsIndexPage() {
{/* Header section */}
-
-
+
+
BIBLIOGRAPHY & INTELLECTUAL PROPERTY
@@ -49,13 +49,13 @@ export default function PublicationsIndexPage() {
return (
Category
-
+
{cat.label}
diff --git a/refer_landing_page/app/standardization/page.tsx b/refer_landing_page/app/standardization/page.tsx
index d12421d..d6e4283 100644
--- a/refer_landing_page/app/standardization/page.tsx
+++ b/refer_landing_page/app/standardization/page.tsx
@@ -13,8 +13,8 @@ export default function StandardizationPage() {
{/* Header */}
-
-
+
+
Open Standards & Contributions
@@ -33,7 +33,7 @@ export default function StandardizationPage() {
-
+
[{body.scope}]
{body.role && (
diff --git a/refer_landing_page/app/publications/[category]/page.tsx b/refer_landing_page/app/publications/[category]/page.tsx
index ad7b53e..1bd1477 100644
--- a/refer_landing_page/app/publications/[category]/page.tsx
+++ b/refer_landing_page/app/publications/[category]/page.tsx
@@ -59,8 +59,8 @@ export default function PublicationCategoryPage({ params }: PageProps) {
{/* Header */}
-
-
+
+
Publications Category
diff --git a/refer_landing_page/app/publications/_components/CategoryNav.tsx b/refer_landing_page/app/publications/_components/CategoryNav.tsx
index b0db98a..34eee38 100644
--- a/refer_landing_page/app/publications/_components/CategoryNav.tsx
+++ b/refer_landing_page/app/publications/_components/CategoryNav.tsx
@@ -19,8 +19,8 @@ export function CategoryNav({ currentCategory }: CategoryNavProps) {
href={`/publications/${cat.slug}`}
className={`px-4 py-2 rounded text-xs font-mono tracking-wider transition-colors ${
isActive
- ? "bg-vermillion text-white dark:text-ivory font-bold"
- : "bg-paper text-ink border border-line hover:border-vermillion"
+ ? "bg-cobalt-dark text-white dark:text-ivory font-bold"
+ : "bg-paper text-ink border border-line hover:border-cobalt-dark dark:hover:border-cobalt"
}`}
>
{cat.label}
diff --git a/refer_landing_page/app/publications/page.tsx b/refer_landing_page/app/publications/page.tsx
index 41e8b76..d010363 100644
--- a/refer_landing_page/app/publications/page.tsx
+++ b/refer_landing_page/app/publications/page.tsx
@@ -26,8 +26,8 @@ export default function PublicationsIndexPage() {
{/* Header section */}
-
-
+
+
BIBLIOGRAPHY & INTELLECTUAL PROPERTY
@@ -49,13 +49,13 @@ export default function PublicationsIndexPage() {
return (
Category
-
+
{cat.label}
diff --git a/refer_landing_page/app/standardization/page.tsx b/refer_landing_page/app/standardization/page.tsx
index d12421d..d6e4283 100644
--- a/refer_landing_page/app/standardization/page.tsx
+++ b/refer_landing_page/app/standardization/page.tsx
@@ -13,8 +13,8 @@ export default function StandardizationPage() {
{/* Header */}
-
-
+
+
Open Standards & Contributions
@@ -33,7 +33,7 @@ export default function StandardizationPage() {
-
+
[{body.scope}]
{body.role && (
+
{cat.label}
diff --git a/refer_landing_page/app/standardization/page.tsx b/refer_landing_page/app/standardization/page.tsx
index d12421d..d6e4283 100644
--- a/refer_landing_page/app/standardization/page.tsx
+++ b/refer_landing_page/app/standardization/page.tsx
@@ -13,8 +13,8 @@ export default function StandardizationPage() {
{/* Header */}