자잘한 수정
This commit is contained in:
@@ -3,14 +3,14 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>이단 탈퇴자 교리점검표</title>
|
<title>아버지의마음국 교리점검표</title>
|
||||||
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
|
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<header>
|
<header>
|
||||||
<h1>이단 탈퇴자 교리점검표</h1>
|
<h1>교리점검표</h1>
|
||||||
<p class="subtitle">기독교대한감리회 신앙고백에 따른 교리 점검</p>
|
<p class="subtitle">기독교대한감리회 선한목자교회 아버지의마음국</p>
|
||||||
{% if session.get('authenticated') %}
|
{% if session.get('authenticated') %}
|
||||||
<div class="header-actions">
|
<div class="header-actions">
|
||||||
<a href="{{ url_for('logout') }}" class="logout-link">로그아웃</a>
|
<a href="{{ url_for('logout') }}" class="logout-link">로그아웃</a>
|
||||||
@@ -23,7 +23,7 @@
|
|||||||
</main>
|
</main>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<p>© 2024 기독교대한감리회. All rights reserved.</p>
|
<p>© 2025 기독교대한감리회 선한목자교회. All rights reserved.</p>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
<div class="checkmark">✓</div>
|
<div class="checkmark">✓</div>
|
||||||
<h2>제출이 완료되었습니다!</h2>
|
<h2>제출이 완료되었습니다!</h2>
|
||||||
<p>교리점검표가 성공적으로 제출되었습니다.</p>
|
<p>교리점검표가 성공적으로 제출되었습니다.</p>
|
||||||
<p>담당자가 검토 후 연락드리겠습니다.</p>
|
<p>담당 니고데모(상담사) 검토 후 연락드리겠습니다.</p>
|
||||||
|
|
||||||
<div class="form-actions">
|
<div class="form-actions">
|
||||||
<button type="button" class="btn btn-primary" onclick="window.location.href='/'">처음으로</button>
|
<button type="button" class="btn btn-primary" onclick="window.location.href='/'">처음으로</button>
|
||||||
|
|||||||
@@ -4,8 +4,8 @@
|
|||||||
<div class="step-container">
|
<div class="step-container">
|
||||||
<div class="welcome-message">
|
<div class="welcome-message">
|
||||||
<h2>환영합니다</h2>
|
<h2>환영합니다</h2>
|
||||||
<p>이단 탈퇴자를 위한 교리점검표 설문에 오신 것을 환영합니다.</p>
|
<p>아버지의마음국 교리점검표 설문에 오신 것을 환영합니다.</p>
|
||||||
<p>기독교대한감리회 신앙고백에 따른 교리 점검을 진행합니다.</p>
|
<p>기독교대한감리회 신앙고백서 및 이단 교리에 대한한 점검을 진행합니다.</p>
|
||||||
|
|
||||||
<div class="info-box description-box">
|
<div class="info-box description-box">
|
||||||
<p class="description-text">총 4개의 섹션으로 되어 있습니다.</p>
|
<p class="description-text">총 4개의 섹션으로 되어 있습니다.</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user