Showing
3 changed files
with
63 additions
and
36 deletions
| ... | @@ -2,14 +2,14 @@ | ... | @@ -2,14 +2,14 @@ |
| 2 | <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css"> | 2 | <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css"> |
| 3 | 3 | ||
| 4 | <!-- 부가적인 테마 --> | 4 | <!-- 부가적인 테마 --> |
| 5 | -<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap-theme.min.css"> | 5 | +<!-- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap-theme.min.css"> |
| 6 | 6 | ||
| 7 | <!-- 합쳐지고 최소화된 최신 자바스크립트 --> | 7 | <!-- 합쳐지고 최소화된 최신 자바스크립트 --> |
| 8 | <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js"></script> | 8 | <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js"></script> |
| 9 | <html> | 9 | <html> |
| 10 | <head> | 10 | <head> |
| 11 | <meta charset="UTF-8"> | 11 | <meta charset="UTF-8"> |
| 12 | - <meta name="viewport" content="width=device-width", initial-scale="1"> | 12 | + <meta name="viewport" content="width=device-width" , initial-scale="1"> |
| 13 | <title>Coin Community</title> | 13 | <title>Coin Community</title> |
| 14 | <linke rel="stylesheet" href="css/bootstrap.css"> | 14 | <linke rel="stylesheet" href="css/bootstrap.css"> |
| 15 | </head> | 15 | </head> |
| ... | @@ -17,17 +17,19 @@ | ... | @@ -17,17 +17,19 @@ |
| 17 | <style type="text/css"> | 17 | <style type="text/css"> |
| 18 | .jumbotron{ | 18 | .jumbotron{ |
| 19 | text-shadow: black 0.1em 0.1em 0.1em; | 19 | text-shadow: black 0.1em 0.1em 0.1em; |
| 20 | - color: black; | 20 | + color: white; |
| 21 | - background-image: url('images/background.jpg'); | 21 | + background-image:url(https://network.ducatus.net/wp-content/uploads/2017/02/Bitcoin-Background.jpg); |
| 22 | - background-size: cover; | 22 | + background-size:cover; |
| 23 | } | 23 | } |
| 24 | </style> | 24 | </style> |
| 25 | - <div class="container"> | 25 | + <!-- <div class="container"> --> |
| 26 | + <h1 class="text-center"> </h1> | ||
| 27 | + <h1 class="text-center"> </h1> | ||
| 26 | <div class="jumbotron"> | 28 | <div class="jumbotron"> |
| 27 | <h1 class="text-center">Coin Community를 소개합니다.</h1> | 29 | <h1 class="text-center">Coin Community를 소개합니다.</h1> |
| 28 | <p class="text-center">Coin Community는 Coin의 동향을 보고 서로 의견을 나누는 사이트입니다.</p> | 30 | <p class="text-center">Coin Community는 Coin의 동향을 보고 서로 의견을 나누는 사이트입니다.</p> |
| 29 | <p class="text-center"><a class="btn btn-primary btn-lg" href="/main" role="button">사이트로 접속하기</a></p> | 31 | <p class="text-center"><a class="btn btn-primary btn-lg" href="/main" role="button">사이트로 접속하기</a></p> |
| 30 | </div> | 32 | </div> |
| 31 | - </div> | 33 | + <!-- </div> --> |
| 32 | </body> | 34 | </body> |
| 33 | </html> | 35 | </html> | ... | ... |
| ... | @@ -43,12 +43,12 @@ | ... | @@ -43,12 +43,12 @@ |
| 43 | background-image: url("background.jpg"); | 43 | background-image: url("background.jpg"); |
| 44 | background-color: #cccccc; | 44 | background-color: #cccccc; |
| 45 | </style> | 45 | </style> |
| 46 | - <style type = "text/css"> | 46 | + <style type="text/css"> |
| 47 | .jumbotron{ | 47 | .jumbotron{ |
| 48 | - background-image: url('images/background.jpg'); | ||
| 49 | - background-size: cover; | ||
| 50 | text-shadow: black 0.1em 0.1em 0.1em; | 48 | text-shadow: black 0.1em 0.1em 0.1em; |
| 51 | - color: whites; | 49 | + color: white; |
| 50 | + background-image:url(https://network.ducatus.net/wp-content/uploads/2017/02/Bitcoin-Background.jpg); | ||
| 51 | + background-size:cover; | ||
| 52 | } | 52 | } |
| 53 | </style> | 53 | </style> |
| 54 | <!-- Fixed navbar --> | 54 | <!-- Fixed navbar --> |
| ... | @@ -103,7 +103,7 @@ | ... | @@ -103,7 +103,7 @@ |
| 103 | 103 | ||
| 104 | <script src="https://mining-profit.com/js/mp-btc-chart.js"></script> | 104 | <script src="https://mining-profit.com/js/mp-btc-chart.js"></script> |
| 105 | <script type="text/javascript"> | 105 | <script type="text/javascript"> |
| 106 | - MiningProfitBTCChart.setChartWidth(1070); | 106 | + MiningProfitBTCChart.setChartWidth(875); |
| 107 | MiningProfitBTCChart.setChartHeight(500); | 107 | MiningProfitBTCChart.setChartHeight(500); |
| 108 | MiningProfitBTCChart.isDisplayControlRanges(true); | 108 | MiningProfitBTCChart.isDisplayControlRanges(true); |
| 109 | MiningProfitBTCChart.isDisplayControlInterval(false); | 109 | MiningProfitBTCChart.isDisplayControlInterval(false); |
| ... | @@ -125,7 +125,6 @@ | ... | @@ -125,7 +125,6 @@ |
| 125 | </div> | 125 | </div> |
| 126 | <!-- /.panel --> | 126 | <!-- /.panel --> |
| 127 | </div> | 127 | </div> |
| 128 | - | ||
| 129 | </div> | 128 | </div> |
| 130 | <!-- /container --> | 129 | <!-- /container --> |
| 131 | 130 | ... | ... |
| ... | @@ -39,20 +39,19 @@ | ... | @@ -39,20 +39,19 @@ |
| 39 | <![endif]--> | 39 | <![endif]--> |
| 40 | </head> | 40 | </head> |
| 41 | <style> | 41 | <style> |
| 42 | -<body> | 42 | + <body>background-image: url("background.jpg"); |
| 43 | - background-image: url("background.jpg"); | ||
| 44 | background-color: #cccccc; | 43 | background-color: #cccccc; |
| 45 | - </style> | 44 | +</style> |
| 46 | - <style type = "text/css"> | 45 | +<style type="text/css"> |
| 47 | - .jumbotron{ | 46 | + .jumbotron { |
| 48 | background-image: url('images/background.jpg'); | 47 | background-image: url('images/background.jpg'); |
| 49 | background-size: cover; | 48 | background-size: cover; |
| 50 | text-shadow: black 0.1em 0.1em 0.1em; | 49 | text-shadow: black 0.1em 0.1em 0.1em; |
| 51 | color: whites; | 50 | color: whites; |
| 52 | } | 51 | } |
| 53 | - </style> | 52 | +</style> |
| 54 | - <!-- Fixed navbar --> | 53 | +<!-- Fixed navbar --> |
| 55 | - <nav class="navbar navbar-default"> | 54 | +<nav class="navbar navbar-default"> |
| 56 | <div class="container-fluid"> | 55 | <div class="container-fluid"> |
| 57 | <!-- Brand and toggle get grouped for better mobile display --> | 56 | <!-- Brand and toggle get grouped for better mobile display --> |
| 58 | <div class="navbar-header"> | 57 | <div class="navbar-header"> |
| ... | @@ -82,9 +81,9 @@ | ... | @@ -82,9 +81,9 @@ |
| 82 | <!-- /.navbar-collapse --> | 81 | <!-- /.navbar-collapse --> |
| 83 | </div> | 82 | </div> |
| 84 | <!-- /.container-fluid --> | 83 | <!-- /.container-fluid --> |
| 85 | - </nav> | 84 | +</nav> |
| 86 | 85 | ||
| 87 | - <div class="container"> | 86 | +<div class="container"> |
| 88 | <h1><%=name%>님 환영합니다</h1> | 87 | <h1><%=name%>님 환영합니다</h1> |
| 89 | 88 | ||
| 90 | 89 | ||
| ... | @@ -96,13 +95,21 @@ | ... | @@ -96,13 +95,21 @@ |
| 96 | 95 | ||
| 97 | <script src="https://mining-profit.com/js/mp-btc-chart.js"></script> | 96 | <script src="https://mining-profit.com/js/mp-btc-chart.js"></script> |
| 98 | <script type="text/javascript"> | 97 | <script type="text/javascript"> |
| 99 | - MiningProfitBTCChart.setChartWidth(1070); | 98 | + MiningProfitBTCChart.setChartWidth(875); |
| 100 | MiningProfitBTCChart.setChartHeight(500); | 99 | MiningProfitBTCChart.setChartHeight(500); |
| 101 | MiningProfitBTCChart.isDisplayControlRanges(true); | 100 | MiningProfitBTCChart.isDisplayControlRanges(true); |
| 102 | MiningProfitBTCChart.isDisplayControlInterval(false); | 101 | MiningProfitBTCChart.isDisplayControlInterval(false); |
| 103 | MiningProfitBTCChart.setInitialRange('20h'); | 102 | MiningProfitBTCChart.setInitialRange('20h'); |
| 104 | MiningProfitBTCChart.setChartRanges(['6h', '10h', '20h', '2d', '1w', '2w', '1m']); | 103 | MiningProfitBTCChart.setChartRanges(['6h', '10h', '20h', '2d', '1w', '2w', '1m']); |
| 105 | - MiningProfitBTCChart.setChartExchanges([{mpvaluation: '#428bca'}, {bitstamp: '#B4CD3E'}, {coinbase: '#D54E88'}, {btce: '#F0522B'}]); | 104 | + MiningProfitBTCChart.setChartExchanges([{ |
| 105 | + mpvaluation: '#428bca' | ||
| 106 | + }, { | ||
| 107 | + bitstamp: '#B4CD3E' | ||
| 108 | + }, { | ||
| 109 | + coinbase: '#D54E88' | ||
| 110 | + }, { | ||
| 111 | + btce: '#F0522B' | ||
| 112 | + }]); | ||
| 106 | MiningProfitBTCChart.setInitialExchange('coinbase'); | 113 | MiningProfitBTCChart.setInitialExchange('coinbase'); |
| 107 | MiningProfitBTCChart.setMajorColor('rgb(35, 119, 58)'); | 114 | MiningProfitBTCChart.setMajorColor('rgb(35, 119, 58)'); |
| 108 | MiningProfitBTCChart.draw(); | 115 | MiningProfitBTCChart.draw(); |
| ... | @@ -119,18 +126,37 @@ | ... | @@ -119,18 +126,37 @@ |
| 119 | <!-- /.panel --> | 126 | <!-- /.panel --> |
| 120 | </div> | 127 | </div> |
| 121 | 128 | ||
| 122 | - </div> | 129 | + <table class="table"> |
| 123 | - <!-- /container --> | 130 | + <thread> |
| 124 | - | 131 | + <tr> |
| 125 | - <!-- Bootstrap core JavaScript | 132 | + <th>제목</th> |
| 133 | + <th>내용</th> | ||
| 134 | + <th>작성자</th> | ||
| 135 | + <th>날짜</th> | ||
| 136 | + </tr> | ||
| 137 | + </thead> | ||
| 138 | + <tbody> | ||
| 139 | + <tr> | ||
| 140 | + <td>아인스</td> | ||
| 141 | + <td>오르나요</td> | ||
| 142 | + <td>마나요</td> | ||
| 143 | + <td>1234</td> | ||
| 144 | + </tr> | ||
| 145 | + </tbody> | ||
| 146 | + </table> | ||
| 147 | + | ||
| 148 | +</div> | ||
| 149 | +<!-- /container --> | ||
| 150 | + | ||
| 151 | +<!-- Bootstrap core JavaScript | ||
| 126 | ================================================== --> | 152 | ================================================== --> |
| 127 | - <!-- Placed at the end of the document so the pages load faster --> | 153 | +<!-- Placed at the end of the document so the pages load faster --> |
| 128 | - <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script> | 154 | +<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script> |
| 129 | - <script src="../../dist/js/bootstrap.min.js"></script> | 155 | +<script src="../../dist/js/bootstrap.min.js"></script> |
| 130 | - <!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> | 156 | +<!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> |
| 131 | - <script src="../../assets/js/ie10-viewport-bug-workaround.js"></script> | 157 | +<script src="../../assets/js/ie10-viewport-bug-workaround.js"></script> |
| 132 | - <script scr="https://code.jquery.com/jquery-3.1.1.min.js"></script> | 158 | +<script scr="https://code.jquery.com/jquery-3.1.1.min.js"></script> |
| 133 | - <script src="js/bootstrap.js"></script> | 159 | +<script src="js/bootstrap.js"></script> |
| 134 | </body> | 160 | </body> |
| 135 | 161 | ||
| 136 | </html> | 162 | </html> | ... | ... |
-
Please register or login to post a comment