<!DOCTYPE html>

<html lang="ko">

<head>

    <meta charset="UTF-8">

    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <title>Eom Ki-seong | City Archivist</title>

    <style>

        /* poyccir.com 스타일 완벽 복원 */

        body {

            font-family: "Times New Roman", Times, serif; /* 그 사이트의 서체 */

            font-size: 16px;

            line-height: 1.5;

            color: #000;

            margin: 40px; /* 여백 */

            max-width: 900px;

        }


        /* 굵은 검은 선 (핵심 디자인) */

        hr {

            border: 0;

            border-top: 2px solid #000;

            margin-top: 25px;

            margin-bottom: 25px;

        }


        /* 링크 (파란색 + 밑줄) */

        a { color: #0000EE; text-decoration: underline; }

        a:hover { text-decoration: none; }


        /* 제목 스타일 */

        .section-title {

            font-size: 16px; /* 본문과 같은 크기지만 */

            margin-bottom: 10px;

        }


        /* 리스트 (점) */

        ul {

            list-style-type: disc;

            padding-left: 20px;

            margin: 0;

        }

        li { margin-bottom: 4px; }

    </style>

</head>

<body>


    <div style="margin-bottom: 30px;">

        <strong>City Archivist</strong><br><br>

        Based in Incheon & Seoul, Korea<br>

        Email: <a href="mailto:artist@email.com">artist@email.com</a><br>

        Instagram: <a href="#" target="_blank">@your_instagram</a>

    </div>


    <hr> <div class="section-title">People</div>

    <ul>

        <li>Director: Eumm Ki-seong </li>

        <li>1988 Born in Korea </li>

        <li>2025 Incheon Art Platform Resident Artist</li>

    </ul>


    <hr> <div class="section-title">Projects</div>

    <ul>

        <li>2026 City Archivist Brand Launching</li>

        <li>2026 Yingge Ceramics Museum Residency (Taiwan)</li>

        <li>2025 'Each Person's Gaze' (각자의 시선) Project</li>

        <li>2025 Solo Exhibition (The Willow / Buyeon)</li>

    </ul>


    <hr> <div class="section-title">Methods & Tools</div>

    <ul>

        <li>Urban Space Rubbing (탁본)</li>

        <li>Archiving Disappearing Spaces</li>

        <li>Ceramic Casting & Kiln Work</li>

    </ul>


    <hr> </body>

</html>