fix: resolve review feedback I1-I7 including ISO 8601 dates, footer address, readme routes, and strict verify_counts gate

This commit is contained in:
2026-07-30 10:44:41 +09:00
parent ea26ef503e
commit 7943b9390f
11 changed files with 267 additions and 180 deletions
+4 -5
View File
@@ -3,7 +3,7 @@ import Marquee from "@/components/Marquee";
// CUSTOMIZATION HOOK: replace address / email placeholders & colophon below.
const links = [
{ href: "/intro", ko: "연구실 소개", en: "Intro" },
{ href: "/", ko: "", en: "Home" },
{ href: "/members", ko: "구성원", en: "Members" },
{ href: "/publications", ko: "논문", en: "Publications" },
{ href: "/lectures", ko: "강의", en: "Lectures" },
@@ -47,14 +47,13 @@ export default function Footer() {
<div className="lg:col-span-4">
<p className="kicker text-ivory/50">Contact</p>
<address className="mt-3 not-italic text-sm leading-relaxed text-ivory/70">
{/* 주소 placeholder */}
(41566) 80<br />
IT대학 OO호 (placeholder)<br />
IT대학 5(415) 527<br />
<a
href="mailto:iot-lab@example.knu.ac.kr"
href="mailto:sjkoh@knu.ac.kr"
className="draw-underline mt-2 inline-block text-ivory hover:text-vermillion"
>
iot-lab@example.knu.ac.kr
sjkoh@knu.ac.kr
</a>
</address>
</div>