Add: home article

This commit is contained in:
2018-06-25 10:15:45 +09:00
parent 0f62d73393
commit 7e85b7d639
5 changed files with 63 additions and 8 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ GENERIC BUTTON STYLES
.btn.btn-dark:hover{background-color:#202d3d;}
.btn.btn-dark:active{top: 3px; outline: none; -webkit-box-shadow: none; box-shadow: none;}
/*DARK BUTTON STYLES*/
/*ORANGE BUTTON STYLES*/
.btn.btn-orange{color: #000; background-color: #f59e00; border-color: #f59e00; -webkit-box-shadow: 0 3px 0 #b37401; box-shadow: 0 3px 0 #b37401;}
.btn.btn-orange:hover{background-color:#dd9003;}
.btn.btn-orange:active{top: 3px; outline: none; -webkit-box-shadow: none; box-shadow: none;}
+14 -2
View File
@@ -37,8 +37,20 @@ footer {
#id {
color: black;
#home {
/*color: red;*/
}
.player_free {
display: inline-block;
width: 100%;
background-color: #f00;
}
.maestro_free {
display: inline-block;
width: 100%;
background-color: #0ff;
}
</style>
+2 -2
View File
@@ -4,11 +4,11 @@
</span>
<span class="col two" style="float: right;">
<a href="#" id="login_player" class="btn btn-sunflower">플레이어<br/>로그인</a>
<a href="#" id="login_maestro" class="btn btn-sea">마에스트로<br/>로그인</a>
</span>
<span class="col two" style="float: right;">
<a href="#" id="login_maestro" class="btn btn-sunflower">마에스트로<br/>로그인</a>
<a href="#" 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>