diff --git a/TO-FIX.md b/TO-FIX.md index ed1c183..d4436ce 100644 --- a/TO-FIX.md +++ b/TO-FIX.md @@ -1,9 +1,16 @@ +`body > header > div.hidden.border-b.border-line.desktop\:block > div > span:nth-child(3)` +- "Daegu / South Korea" 로 수정 + `body > footer > div.container-content.grid.gap-12.py-16.lg\:grid-cols-12 > div.lg\:col-span-5 > h3`와 `body > footer > div.container-content.grid.gap-12.py-16.lg\:grid-cols-12 > div.lg\:col-span-5 > h3` 앞에 favicon logo 넣어서 `body > header > div.container-content.flex.h-\[4\.25rem\].items-center.justify-between.gap-4.my-2.sm\:my-3 > a`와 같이 변경해줘. `body > footer > div.border-t.border-line > div > p.kicker.text-ink-mute` - 제거해줘. `body > footer > div.container-content.grid.gap-12.py-16.lg\:grid-cols-12 > div.lg\:col-span-4 > address` -- 교수 정보, 이메일 주소, 주소 순으로 배치해줘. +- 교수 정보, 이메일 주소, 주소 순으로 배치 -Footer 레이아웃을 조금 더 구조적이고 모던하게 보이도록 레이아웃을 변경해줘. \ No newline at end of file +Footer 레이아웃을 조금 더 구조적이고 모던하게 보이도록 레이아웃을 변경 + +`body > main > div > section.relative > div.grid.grid-cols-1.lg\:grid-cols-12.gap-8.lg\:items-center > div.lg\:col-span-7.space-y-6.lg\:pt-4 > div` +- International Journals & Conference, Standardization Contributions, Patent 순으로 배치 +- "PATENT" -> "PATENT\n(IoT Architecture \& Protocols) 수정 \ No newline at end of file diff --git a/refer_landing_page/app/page.tsx b/refer_landing_page/app/page.tsx index 5c12024..72650b7 100644 --- a/refer_landing_page/app/page.tsx +++ b/refer_landing_page/app/page.tsx @@ -68,26 +68,29 @@ export default function HomePage() {
{intlPubsCount}
-
+
International Journals & Conference
-
-
- {patentCount} -
-
- Patent -
-
{stdDocsCount}
-
+
Standardization Contributions
+
+
+ {patentCount} +
+
+ Patent
+ + (IoT Architecture & Protocols) + +
+
diff --git a/refer_landing_page/components/Footer.tsx b/refer_landing_page/components/Footer.tsx index 5af20f4..8e2b8e0 100644 --- a/refer_landing_page/components/Footer.tsx +++ b/refer_landing_page/components/Footer.tsx @@ -25,75 +25,136 @@ export default function Footer() { className="border-b border-line py-4 font-display text-lg tracking-wide text-ink/90" /> -
- {/* Masthead title */} -
-

Colophon

-

- ANL -

-

- AI Agent Networking Lab +

+ {/* Brand Block */} +
+ +
+ +
+ +
+ + ANL + + + AI Agent Networking LAB + +
+ + +

+ Research on agent networking technologies and standard framework technologies for multi-AI agent orchestration.

-
+ +
{/* Contact */} -
-

Contact

-
- Prof. Seok-Joo Koh
- Room 527, Bldg. 415 (IT-5), College of IT Engineering
- Kyungpook National University
- 80 Daehak-ro, Buk-gu, Daegu 41566, Republic of Korea
- - sjkoh@knu.ac.kr - +
+
+ +

+ Contact +

+
+ +
+
+
Prof. Seok-Joo Koh
+ + sjkoh@knu.ac.kr + +
+
+ Room 527, Bldg. 415 (IT-5), College of IT Engineering
+ Kyungpook National University
+ 80 Daehak-ro, Buk-gu, Daegu 41566, Republic of Korea +
- {/* Index */} -
-

Index

-
    + {/* Navigation Index */} +
    +
    + +

    + Index +

    +
    +
      {links.map((l, i) => ( -
    • - - {String(i + 1).padStart(2, "0")} - +
    • - {l.en} + + {l.en} + + + {String(i + 1).padStart(2, "0")} → +
    • ))} @@ -106,7 +167,6 @@ export default function Footer() {

      © {new Date().getFullYear()} AI Agent Networking Lab (ANL) · School of Computer Science and Engineering, KNU. All rights reserved.

      -

      Set in Fraunces · Noto Serif KR · Pretendard

diff --git a/refer_landing_page/components/Header.tsx b/refer_landing_page/components/Header.tsx index 6244d9b..f644002 100644 --- a/refer_landing_page/components/Header.tsx +++ b/refer_landing_page/components/Header.tsx @@ -122,7 +122,7 @@ export default function Header() { Kyungpook National University · School of Computer Science & Engineering - 대구 · Daegu + Daegu / South Korea