김명주

Update homepage

add ranking in homepage
......@@ -45,10 +45,22 @@ html, body{
width: 500px;
height: 450px;
top:3%;
float:left;
left:20%;
box-shadow: 1px 1px 1px rgb(209, 207, 207);
background-color: white;
}
#div3
{
position: relative;
width: 500px;
height: 450px;
float:left;
top:3%;
left:26%;
box-shadow: 1px 1px 1px rgb(209, 207, 207);
background-color: white;
}
#table
{
position:relative;
......@@ -56,12 +68,23 @@ html, body{
width:100%;
}
#ranktd
{
text-align: center;
}
.line
{
height: 40px;
margin-bottom: 10px;
border-bottom:1px solid rgb(223, 220, 220);
}
.rline
{
height: 30px;
margin-bottom: 10px;
border-bottom:1px solid rgb(223, 220, 220);
}
#btn1
{
position: relative;
......
......@@ -12,7 +12,6 @@
<button id="btn2" onClick="location.href='inf'"> <img src="image/btn2.png"></button>
</div>
<div id="div2">
<div id="title">
<img src="image/notice.PNG">
<table id="table">
<tr>
......@@ -64,7 +63,74 @@
</td>
</tr>
</table>
</div>
</div>
<div id="div3">
<img src="image/ranking.PNG">
<table id="table">
<tr>
<img src="image/menu.PNG">
</tr>
<tr>
<td id="ranktd"><img src="image/rank1.png"></td>
<td><a href="https://kart.nexon.com/Garage/Main?strRiderID=멋진샌박주장&maskGameCode_Group=73985" onclick="window.open(this.href,'','width=700, height=600, scrollbars=yes'); return false;" id="notice">멋진샌박주장</a></td>
<td>두두카클럽</td>
<td>3331</td>
</tr>
<tr>
<td id="ranktd"><img src="image/rank2.png"></td>
<td><a href="https://kart.nexon.com/Garage/Main?strRiderID=병수욤&maskGameCode_Group=73985" onclick="window.open(this.href,'','width=700, height=600, scrollbars=yes'); return false;" id="notice">병수욤</a></td>
<td>TeamAox</td>
<td>3254</td>
</tr>
<tr>
<td id="ranktd"><img src="image/rank3.png"></td>
<td><a href="https://kart.nexon.com/Garage/Main?strRiderID=쑹턔&maskGameCode_Group=73985" onclick="window.open(this.href,'','width=700, height=600, scrollbars=yes'); return false;" id="notice">쑹턔</a></td>
<td> </td>
<td>3056</td>
</tr>
<tr class="rline">
<td id="ranktd">4</td>
<td><a href="https://kart.nexon.com/Garage/Main?strRiderID=현수쿨쿨&maskGameCode_Group=73985" onclick="window.open(this.href,'','width=700, height=600, scrollbars=yes'); return false;" id="notice">현수쿨쿨</a></td>
<td>Blossom</td>
<td>3001</td>
</tr>
<tr class="rline">
<td id="ranktd">5</td>
<td><a href="https://kart.nexon.com/Garage/Main?strRiderID=지쵸민파&maskGameCode_Group=73985" onclick="window.open(this.href,'','width=700, height=600, scrollbars=yes'); return false;" id="notice">지쵸민파</a></td>
<td>FreeSky</td>
<td>2934</td>
</tr>
<tr class="rline">
<td id="ranktd">6</td>
<td><a href="https://kart.nexon.com/Garage/Main?strRiderID=AF노준현&maskGameCode_Group=73985" onclick="window.open(this.href,'','width=700, height=600, scrollbars=yes'); return false;" id="notice">AF노준현</a></td>
<td>두두카클럽</td>
<td>2918</td>
</tr>
<tr class="rline">
<td id="ranktd">7</td>
<td><a href="https://kart.nexon.com/Garage/Main?strRiderID=챵현&maskGameCode_Group=73985" onclick="window.open(this.href,'','width=700, height=600, scrollbars=yes'); return false;" id="notice">챵현</a></td>
<td>OneQ</td>
<td>2913</td>
</tr>
<tr class="rline">
<td id="ranktd">8</td>
<td><a href="https://kart.nexon.com/Garage/Main?strRiderID=다함께갑시다&maskGameCode_Group=73985" onclick="window.open(this.href,'','width=700, height=600, scrollbars=yes'); return false;" id="notice">다함께갑시다</a></td>
<td> </td>
<td>2904</td>
</tr>
<tr class="rline">
<td id="ranktd">9</td>
<td><a href="https://kart.nexon.com/Garage/Main?strRiderID=AttackXiaoGu&maskGameCode_Group=73985" onclick="window.open(this.href,'','width=700, height=600, scrollbars=yes'); return false;" id="notice">AttackXiaoGu</a></td>
<td>TCCstar</td>
<td>2903</td>
</tr>
<tr class="rline">
<td id="ranktd">10</td>
<td><a href="https://kart.nexon.com/Garage/Main?strRiderID=재혁Zzz&maskGameCode_Group=73985" onclick="window.open(this.href,'','width=700, height=600, scrollbars=yes'); return false;" id="notice">재혁Zzz</a></td>
<td>두두카클럽</td>
<td>2901</td>
</tr>
</table>
</div>
</body>
......