Add: maestro login

This commit is contained in:
2018-06-25 11:01:29 +09:00
parent 7e85b7d639
commit a5ee18440f
5 changed files with 137 additions and 28 deletions
+3 -3
View File
@@ -1,14 +1,14 @@
<div class="container">
<span class="col two">
<a href="#" id="home" class="btn btn-orange" style="padding: 1.1em;">첫 화면</a>
<a href="./../main/index.html" id="home" class="btn btn-orange" style="padding: 1.1em;">첫 화면</a>
</span>
<span class="col two" style="float: right;">
<a href="#" id="login_maestro" class="btn btn-sea">마에스트로<br/>로그인</a>
<a href="./../maestro/login.html" id="login_maestro" class="btn btn-sea">마에스트로<br/>로그인</a>
</span>
<span class="col two" style="float: right;">
<a href="#" id="login_player" class="btn btn-rouge">플레이어<br/>로그인</a>
<a href="./../client/login.html" target="_blank" id="login_player" class="btn btn-rouge">플레이어<br/>로그인</a>
</span>
</div>
+44
View File
@@ -0,0 +1,44 @@
<div class="container">
<div class="player_free">
<span class="col four" style="float: center;">
<a href="#" id="faq" class="btn btn-rouge">플레이어<br/>무료체험</a>
</span>
</div>
<div class="maestro_free">
<div class="col four" style="float: center;">
<a href="#" id="faq" class="btn btn-sea">마에스트로<br/>무료체험</a>
</div>
<ol>
<li>
플레이어 관리
</li>
<li>
과목 관리
</li>
<li>
랭킹
</li>
<li>
기록
</li>
</ol>
&nbsp;
&nbsp;
&nbsp;
<div class="col four" style="float: center;">
<a href="#" id="faq" class="btn btn-sea">마에스트로<br/>가입</a>
</div>
<ol>
<li>
1만원 : 플레이어 20명
</li>
<li>
2만원 : 플레이어 50명
</li>
<li>
3만원 : 플레이어 100명
</li>
</ol>
</div>
</div>