# welcome

- Updated: 2026-05-28
- Source: https://blex.me/static/welcome

---

<style>
  .blex-welcome {
    --surface: #ffffff;
    --text: #1f1f1f;
    --muted: #666666;
    --border: #e5e5e5;
    --soft: #f7f7f7;

    max-width: 760px;
    margin: 48px auto;
    padding: 38px 30px;
    color: var(--text);
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 20px;
    font-family: -apple-system, BlinkMacSystemFont, "Pretendard", "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
    line-height: 1.78;
  }

  html[data-theme="dark"] .blex-welcome {
    --surface: #151515;
    --text: #eeeeee;
    --muted: #aaaaaa;
    --border: #333333;
    --soft: #202020;
  }

  .blex-welcome .label {
    display: inline-block;
    margin-bottom: 18px;
    color: var(--muted);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .blex-welcome h1 {
    margin: 0 0 24px;
    font-size: 30px;
    line-height: 1.35;
    letter-spacing: -0.045em;
  }

  .blex-welcome p {
    margin: 0 0 17px;
    font-size: 16px;
  }

  .blex-welcome .muted {
    color: var(--muted);
  }

  .blex-brief {
    margin: 30px 0;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
  }

  .blex-brief-item {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 22px;
    padding: 22px 0;
    border-bottom: 1px solid var(--border);
  }

  .blex-brief-item:last-child {
    border-bottom: 0;
  }

  .blex-brief-title {
    color: var(--text);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -0.02em;
  }

  .blex-brief-desc p {
    margin: 0;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.72;
  }

  .blex-welcome-footer {
    margin-top: 30px;
    padding-top: 22px;
    border-top: 1px solid var(--border);
  }

  .blex-welcome-sign {
    margin-top: 22px;
    text-align: right;
    color: var(--muted);
  }

  .blex-welcome-sign strong {
    color: var(--text);
  }

  @media (max-width: 560px) {
    .blex-welcome {
      margin: 32px auto;
      padding: 30px 22px;
      border-radius: 18px;
    }

    .blex-welcome h1 {
      font-size: 26px;
    }

    .blex-brief-item {
      grid-template-columns: 1fr;
      gap: 8px;
      padding: 20px 0;
    }
  }
</style>

<div class="blex-welcome">
<span class="label">BLEX</span>
<h1>가입해주셔서 감사합니다</h1>
<p>
    안녕하세요. BLEX에 가입해주셔서 감사합니다.
  </p>
<p>
    BLEX는 오픈소스 블로그 플랫폼이자,
    디지털과 코딩을 다루는 글을 함께 소개하는 매거진형 서비스입니다.
  </p>
<div class="blex-brief">
<div class="blex-brief-item">
<div class="blex-brief-title">BLEX란 무엇인가요?</div>
<div class="blex-brief-desc">
<p>
          BLEX는 누구나 자유롭게 사용할 수 있는 오픈소스 CMS 플랫폼입니다.
          동시에 BLEX 서비스 안에서는 글을 읽고 에디터를 구독할 수 있습니다.
        </p>
</div>
</div>
<div class="blex-brief-item">
<div class="blex-brief-title">누가 글을 쓰나요?</div>
<div class="blex-brief-desc">
<p>
          BLEX의 글은 에디터로 선정된 사람들이 작성합니다.
          가입자분들은 관심 있는 에디터를 구독하고 새 글을 받아볼 수 있습니다.
        </p>
</div>
</div>
<div class="blex-brief-item">
<div class="blex-brief-title">무엇을 다루나요?</div>
<div class="blex-brief-desc">
<p>
          주로 디지털, 코딩, 개발 도구, 제품, 기술 문화와 관련된 글을 다룹니다.
          전문 매거진에 가까운 방향으로 운영됩니다.
        </p>
</div>
</div>
</div>
<p>
    플랫폼으로서의 BLEX는 자유로운 블로그 도구를 지향하고,
    서비스로서의 BLEX는 선별된 글을 편하게 읽을 수 있는 공간을 지향합니다.
  </p>
<p class="muted">
    앞으로도 읽을 만한 글과 에디터를 꾸준히 소개하겠습니다.
    편하게 둘러봐주세요.
  </p>
<div class="blex-welcome-footer">
<p>
      감사합니다.
    </p>
<div class="blex-welcome-sign">
<strong>배진오 드림</strong>
</div>
</div>
</div>
