-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
87 lines (82 loc) · 3.55 KB
/
Copy pathcontact.html
File metadata and controls
87 lines (82 loc) · 3.55 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<!doctype html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="달빛해몽소 문의 페이지입니다." />
<meta name="theme-color" content="#f7f2e8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="manifest" href="/site.webmanifest" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700;800&family=Noto+Serif+KR:wght@600;700&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="/src/style.css" />
<title>문의 | 달빛해몽소</title>
</head>
<body class="subpage-body">
<main class="legal-page">
<header class="legal-header">
<a class="legal-brand" href="/">
<span class="brand-mark">月</span>
<span>
<strong>달빛해몽소</strong>
<small>Contact</small>
</span>
</a>
<nav class="legal-nav" aria-label="보조 메뉴">
<a href="/">홈</a>
<a href="/about">소개</a>
<a href="/privacy">개인정보</a>
<a href="/symbols">상징 모음</a>
</nav>
</header>
<section class="legal-hero">
<p class="eyebrow">Contact</p>
<h1>서비스 문의와 개인정보 요청을<br />안전한 경로로 접수합니다.</h1>
<p>
공개 GitHub 양식에는 꿈 내용, 실명, 연락처, 계정 정보 같은 개인정보를 적지 마세요.
개인정보 관련 요청은 전용 양식에서 요청 유형과 비민감한 설명만 남기면 운영자가
필요한 경우 별도의 비공개 경로를 안내합니다.
</p>
</section>
<section class="legal-grid">
<article class="legal-card">
<h2>오류와 기능 제안</h2>
<p>재현 가능한 오류나 비민감한 기능 제안은 저장소의 공개 양식으로 접수합니다.</p>
<p>
<a href="https://github.com/KIM3310/dream-interpretation-pages/issues/new/choose" target="_blank" rel="noopener noreferrer">
문의 유형 선택
</a>
</p>
</article>
<article class="legal-card">
<h2>개인정보와 데이터 요청</h2>
<p>열람, 삭제, 정정, 데이터 처리 문의는 전용 양식에서 요청 사실만 접수합니다.</p>
<p>
<a href="https://github.com/KIM3310/dream-interpretation-pages/issues/new?template=privacy_data_request.yml" target="_blank" rel="noopener noreferrer">
개인정보 요청 접수
</a>
</p>
</article>
<article class="legal-card">
<h2>안전한 문의 원칙</h2>
<div class="contact-note">
꿈 원문, 의료 정보, 결제 정보, 비밀번호, API 키, 타인의 개인정보는 공개 이슈에
올리지 마세요. 이 서비스는 긴급 상담이나 의료·법률 지원 채널이 아닙니다.
</div>
</article>
</section>
<footer class="legal-footer">
<p>운영 주체: KIM3310 · 서비스명: 달빛해몽소 · 최종 갱신: 2026-07-26</p>
<nav class="legal-nav">
<a href="/">홈</a>
<a href="/about">소개</a>
<a href="/privacy">개인정보</a>
</nav>
</footer>
</main>
</body>
</html>