김명주

Update homepage

add ranking in homepage
...@@ -45,10 +45,22 @@ html, body{ ...@@ -45,10 +45,22 @@ html, body{
45 width: 500px; 45 width: 500px;
46 height: 450px; 46 height: 450px;
47 top:3%; 47 top:3%;
48 + float:left;
48 left:20%; 49 left:20%;
49 box-shadow: 1px 1px 1px rgb(209, 207, 207); 50 box-shadow: 1px 1px 1px rgb(209, 207, 207);
50 background-color: white; 51 background-color: white;
51 } 52 }
53 +#div3
54 +{
55 + position: relative;
56 + width: 500px;
57 + height: 450px;
58 + float:left;
59 + top:3%;
60 + left:26%;
61 + box-shadow: 1px 1px 1px rgb(209, 207, 207);
62 + background-color: white;
63 +}
52 #table 64 #table
53 { 65 {
54 position:relative; 66 position:relative;
...@@ -56,12 +68,23 @@ html, body{ ...@@ -56,12 +68,23 @@ html, body{
56 width:100%; 68 width:100%;
57 69
58 } 70 }
71 +#ranktd
72 +{
73 + text-align: center;
74 +}
59 .line 75 .line
60 { 76 {
61 height: 40px; 77 height: 40px;
62 margin-bottom: 10px; 78 margin-bottom: 10px;
63 border-bottom:1px solid rgb(223, 220, 220); 79 border-bottom:1px solid rgb(223, 220, 220);
64 } 80 }
81 +
82 +.rline
83 +{
84 + height: 30px;
85 + margin-bottom: 10px;
86 + border-bottom:1px solid rgb(223, 220, 220);
87 +}
65 #btn1 88 #btn1
66 { 89 {
67 position: relative; 90 position: relative;
......
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
12 <button id="btn2" onClick="location.href='inf'"> <img src="image/btn2.png"></button> 12 <button id="btn2" onClick="location.href='inf'"> <img src="image/btn2.png"></button>
13 </div> 13 </div>
14 <div id="div2"> 14 <div id="div2">
15 - <div id="title">
16 <img src="image/notice.PNG"> 15 <img src="image/notice.PNG">
17 <table id="table"> 16 <table id="table">
18 <tr> 17 <tr>
...@@ -64,7 +63,74 @@ ...@@ -64,7 +63,74 @@
64 </td> 63 </td>
65 </tr> 64 </tr>
66 </table> 65 </table>
67 - </div> 66 + </div>
67 + <div id="div3">
68 + <img src="image/ranking.PNG">
69 + <table id="table">
70 + <tr>
71 + <img src="image/menu.PNG">
72 + </tr>
73 + <tr>
74 + <td id="ranktd"><img src="image/rank1.png"></td>
75 + <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>
76 + <td>두두카클럽</td>
77 + <td>3331</td>
78 + </tr>
79 + <tr>
80 + <td id="ranktd"><img src="image/rank2.png"></td>
81 + <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>
82 + <td>TeamAox</td>
83 + <td>3254</td>
84 + </tr>
85 + <tr>
86 + <td id="ranktd"><img src="image/rank3.png"></td>
87 + <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>
88 + <td> </td>
89 + <td>3056</td>
90 + </tr>
91 + <tr class="rline">
92 + <td id="ranktd">4</td>
93 + <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>
94 + <td>Blossom</td>
95 + <td>3001</td>
96 + </tr>
97 + <tr class="rline">
98 + <td id="ranktd">5</td>
99 + <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>
100 + <td>FreeSky</td>
101 + <td>2934</td>
102 + </tr>
103 + <tr class="rline">
104 + <td id="ranktd">6</td>
105 + <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>
106 + <td>두두카클럽</td>
107 + <td>2918</td>
108 + </tr>
109 + <tr class="rline">
110 + <td id="ranktd">7</td>
111 + <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>
112 + <td>OneQ</td>
113 + <td>2913</td>
114 + </tr>
115 + <tr class="rline">
116 + <td id="ranktd">8</td>
117 + <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>
118 + <td> </td>
119 + <td>2904</td>
120 + </tr>
121 + <tr class="rline">
122 + <td id="ranktd">9</td>
123 + <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>
124 + <td>TCCstar</td>
125 + <td>2903</td>
126 + </tr>
127 + <tr class="rline">
128 + <td id="ranktd">10</td>
129 + <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>
130 + <td>두두카클럽</td>
131 + <td>2901</td>
132 + </tr>
133 + </table>
68 </div> 134 </div>
69 </body> 135 </body>
70 136
......