손장민

Table Added

...@@ -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,14 +43,14 @@ ...@@ -43,14 +43,14 @@
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'); 48 + text-shadow: black 0.1em 0.1em 0.1em;
49 - background-size: cover; 49 + color: white;
50 - text-shadow: black 0.1em 0.1em 0.1em; 50 + background-image:url(https://network.ducatus.net/wp-content/uploads/2017/02/Bitcoin-Background.jpg);
51 - color: whites; 51 + background-size:cover;
52 - } 52 + }
53 - </style> 53 + </style>
54 <!-- Fixed navbar --> 54 <!-- Fixed navbar -->
55 <nav class="navbar navbar-default"> 55 <nav class="navbar navbar-default">
56 <div class="container-fluid"> 56 <div class="container-fluid">
...@@ -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,98 +39,124 @@ ...@@ -39,98 +39,124 @@
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">
59 - <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> 58 + <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
60 <span class="sr-only">Toggle navigation</span> 59 <span class="sr-only">Toggle navigation</span>
61 <span class="icon-bar"></span> 60 <span class="icon-bar"></span>
62 <span class="icon-bar"></span> 61 <span class="icon-bar"></span>
63 <span class="icon-bar"></span> 62 <span class="icon-bar"></span>
64 </button> 63 </button>
65 - <a class="navbar-brand" href="#">Coin Community</a> 64 + <a class="navbar-brand" href="#">Coin Community</a>
66 - </div> 65 + </div>
67 66
68 - <!-- Collect the nav links, forms, and other content for toggling --> 67 + <!-- Collect the nav links, forms, and other content for toggling -->
69 - <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> 68 + <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
70 - <ul class="nav navbar-nav"> 69 + <ul class="nav navbar-nav">
71 - <!--<li class="active"><a href="#">View Chart <span class="sr-only">(current)</span></a></li> 70 + <!--<li class="active"><a href="#">View Chart <span class="sr-only">(current)</span></a></li>
72 <li><a href="#">Freeboard</a></li>--> 71 <li><a href="#">Freeboard</a></li>-->
73 72
74 - </ul> 73 + </ul>
75 74
76 - <ul class="nav navbar-nav navbar-right"> 75 + <ul class="nav navbar-nav navbar-right">
77 - <li><a href="/logout">Logout</a></li> 76 + <li><a href="/logout">Logout</a></li>
78 - <li><a href="/info">About me</a></li> 77 + <li><a href="/info">About me</a></li>
79 78
80 - </ul> 79 + </ul>
81 - </div>
82 - <!-- /.navbar-collapse -->
83 </div> 80 </div>
84 - <!-- /.container-fluid --> 81 + <!-- /.navbar-collapse -->
85 - </nav> 82 + </div>
86 - 83 + <!-- /.container-fluid -->
87 - <div class="container"> 84 +</nav>
88 - <h1><%=name%>님 환영합니다</h1> 85 +
89 - 86 +<div class="container">
90 - 87 + <h1><%=name%>님 환영합니다</h1>
91 - 88 +
92 - <div class="col-lg-12"> 89 +
93 - <div class="panel panel-default"> 90 +
94 - <div class="panel-heading"> 91 + <div class="col-lg-12">
95 - Line Chart Example 92 + <div class="panel panel-default">
96 - 93 + <div class="panel-heading">
97 - <script src="https://mining-profit.com/js/mp-btc-chart.js"></script> 94 + Line Chart Example
98 - <script type="text/javascript"> 95 +
99 - MiningProfitBTCChart.setChartWidth(1070); 96 + <script src="https://mining-profit.com/js/mp-btc-chart.js"></script>
100 - MiningProfitBTCChart.setChartHeight(500); 97 + <script type="text/javascript">
101 - MiningProfitBTCChart.isDisplayControlRanges(true); 98 + MiningProfitBTCChart.setChartWidth(875);
102 - MiningProfitBTCChart.isDisplayControlInterval(false); 99 + MiningProfitBTCChart.setChartHeight(500);
103 - MiningProfitBTCChart.setInitialRange('20h'); 100 + MiningProfitBTCChart.isDisplayControlRanges(true);
104 - MiningProfitBTCChart.setChartRanges(['6h', '10h', '20h', '2d', '1w', '2w', '1m']); 101 + MiningProfitBTCChart.isDisplayControlInterval(false);
105 - MiningProfitBTCChart.setChartExchanges([{mpvaluation: '#428bca'}, {bitstamp: '#B4CD3E'}, {coinbase: '#D54E88'}, {btce: '#F0522B'}]); 102 + MiningProfitBTCChart.setInitialRange('20h');
106 - MiningProfitBTCChart.setInitialExchange('coinbase'); 103 + MiningProfitBTCChart.setChartRanges(['6h', '10h', '20h', '2d', '1w', '2w', '1m']);
107 - MiningProfitBTCChart.setMajorColor('rgb(35, 119, 58)'); 104 + MiningProfitBTCChart.setChartExchanges([{
108 - MiningProfitBTCChart.draw(); 105 + mpvaluation: '#428bca'
109 - </script> 106 + }, {
110 - </div> 107 + bitstamp: '#B4CD3E'
111 - <!-- /.panel-heading --> 108 + }, {
112 - <div class="panel-body"> 109 + coinbase: '#D54E88'
113 - <div class="flot-chart"> 110 + }, {
114 - <div class="flot-chart-content" id="flot-line-chart"></div> 111 + btce: '#F0522B'
115 - </div> 112 + }]);
116 - </div> 113 + MiningProfitBTCChart.setInitialExchange('coinbase');
117 - <!-- /.panel-body --> 114 + MiningProfitBTCChart.setMajorColor('rgb(35, 119, 58)');
115 + MiningProfitBTCChart.draw();
116 + </script>
117 + </div>
118 + <!-- /.panel-heading -->
119 + <div class="panel-body">
120 + <div class="flot-chart">
121 + <div class="flot-chart-content" id="flot-line-chart"></div>
118 </div> 122 </div>
119 - <!-- /.panel --> 123 + </div>
124 + <!-- /.panel-body -->
120 </div> 125 </div>
121 - 126 + <!-- /.panel -->
122 </div> 127 </div>
123 - <!-- /container -->
124 128
125 - <!-- Bootstrap core JavaScript 129 + <table class="table">
130 + <thread>
131 + <tr>
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>
......