Fix: notice for reopen, start paid service

This commit is contained in:
2022-06-29 20:45:42 +09:00
parent 7bcbf7495c
commit 9eec33cc49
9 changed files with 256 additions and 77 deletions
+10 -13
View File
@@ -3,13 +3,13 @@
$(document).ready(function() {
// showServiceCloseMessage();
showErrorMessage(
'(0430일) 알림<br/>\
* 초코마에 베타 서비스 시작<br/>\
* 2022년 07월까지 무료, 08월 이후 유료화 예정<br/>\
'(07월 02일) 알림<br/>\
* 초코마에 유료 정식 서비스 시작<br/>\
* 계정 유효기간 연장 or 업그레이드 메뉴가 활성화되었습니다.<br/>\
<br/>\
<a class="btn btn-outline-success" roll="button" href="../main/beta_service.html">\
<a class="btn btn-outline-success" roll="button" href="../main/reopen_service.html">\
<span class="oi oi-bullhorn" title="icon bullhorn" aria-hidden="true"></span>\
&nbsp;베타 서비스 + 8월 유료화 안내</a>'
정식 유료 서비스 - 자세한 내용 보기</a>'
, 'info'
);
});
@@ -161,16 +161,13 @@ function experienceMaestro() {
</div>
<div class="col-4">
<ul>
<li class="text-secondary"><del>3만원 : 학생 100명</del></li>
<li class="text-secondary"><del>4만원 : 학생 500명</del></li>
<li class="text-secondary"><del>5만원 : 학생 1,000명</del></li>
<li>3만원 : 학생 100명</li>
<li>4만원 : 학생 500명</li>
</ul>
</div>
<div class="col-4">
<ul class="list-unstyled">
<li class="text-info">(베타 기간 이후)</li>
<li class="text-info">학생 100명 이상 계정</li>
<li class="text-info">등록 가능</li>
<ul>
<li>5만원 : 학생 1,000명</li>
</ul>
</div>
</div>
@@ -186,7 +183,7 @@ function experienceMaestro() {
</a>
</div>
<div class="col-8">
<a class="btn btn-primary btn-block btn-lg" role="button" href="./../main/register.html">마에스트로 가입 <span class="font-weight-light">(베타 기간동안 무료)</span></a>
<a class="btn btn-primary btn-block btn-lg" role="button" href="./../main/register.html">마에스트로 가입</a>
</div>
</div>