-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
234 lines (209 loc) · 6.62 KB
/
index.html
File metadata and controls
234 lines (209 loc) · 6.62 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
<!DOCTYPE html>
<html lang="en">
<head>
<!--========================-->
<!--※※【網頁顯示資訊設定】※※-->
<!--========================-->
<!--使用編碼-->
<meta charset="UTF-8">
<!--頁籤設定-->
<title>TheF2E Week3: Admin Order</title>
<link rel="shortcut icon" href="img/favicon.ico">
<!--把螢幕解析度的寬度變成載具的寬度(RWD用)-->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--網站描述與關鍵字設定-->
<meta name="description" content="此網站為書豪參加TheF2E的第三週作品">
<meta name="keywords" content="TheF2E, Week3, Admin Order">
<!--網站貼在Facebook上時顯示的資訊-->
<meta property="og:title" content="TheF2E Week3: Admin Order">
<meta property="og:description" content="此網站為書豪參加TheF2E的第三週作品">
<meta property="og:type" content="website">
<meta property="og:url" content="">
<meta property="og:image" content="img/thumbnail.jpg">
<!--IE相容性設定-->
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<!--載入Font Awesome的Icons-->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
<!--載入CSS-->
<link rel="stylesheet" href="css/CSSReset.css">
<link rel="stylesheet" href="css/header.css">
<link rel="stylesheet" href="css/home.css">
<!--載入jQuery-->
<script src="js/jquery-2.2.3.min.js"></script>
<!--載入Chart-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.6.0/Chart.js"></script>
<!--載入javascript-->
<script src="js/home.js"></script>
</head>
<body>
<!--主選單-->
<div class="header">
<div class="headBox">
<h1 class="mainLogo">Shoptime</h1>
<ul class="mainMenu">
<li class="current"><a href="index.html" style="width: 90px;">HOME</a></li>
<li><a href="orders.html" style="width: 109px;">ORDERS</a></li>
<li><a href="product.html" style="width: 121px;">PRODUCT</a></li>
</ul>
<div class="userTitle">ADMIN</div>
<div class="clearfix"></div>
</div>
</div>
<!--內容-->
<div class="wrap">
<div class="overview">
<h2>OVERVIEW</h2>
<div class="dateBox">
<span id="firstDay">2018/6/6</span>
<i class="fas fa-caret-right"></i>
<span id="lastDay">2018/6/13</span>
<div id = "selectTimeRange">
<span class="currentSelect">Weekly</span>
<i class="fas fa-caret-down"></i>
<ul class="timeRangeList">
<li>Daily</li>
<li>Weekly</li>
<li>Monthly</li>
<li>Yearly</li>
<li>Custom</li>
</ul>
</div>
</div>
<div class="clearfix"></div>
</div>
<ul class="dataList">
<li class="totalRevenue">
<i class="fas fa-hand-holding-usd"></i>
<h3>TOTAL REVENUE</h3>
<p>54,540</p>
</li>
<li class="totalCost">
<i class="fas fa-boxes"></i>
<h3>TOTAL COST</h3>
<p>12,660</p>
</li>
<li class="netIncome">
<i class="fas fa-money-bill"></i>
<h3>NET INCOME</h3>
<p>41,880</p>
</li>
<div class="clearfix"></div>
</ul>
<div class="activity">
<h2>Activity</h2>
<canvas id="canvas"></canvas>
</div>
<div class="transactionWebsiteBox">
<h2>Transaction Website</h2>
<table>
<tr class="drawBorderBottom">
<td><i class="fab fa-facebook websiteMarks"></i></td>
<td class="websiteAddress">Facebook.com</td>
<td class="salesVolume">45,836</td>
<td class="performance goUp"><i class="fas fa-arrow-up "></i></td>
<td class="performanceValue goUp">20%</td>
</tr>
<tr class="drawBorderBottom">
<td><i class="fab fa-google websiteMarks"></i></td>
<td class="websiteAddress">google.com</td>
<td class="salesVolume">23,582</td>
<td class="performance goUp"><i class="fas fa-arrow-up"></i></td>
<td class="performanceValue goUp">12%</td>
</tr>
<tr class="drawBorderBottom">
<td><i class="fab fa-nintendo-switch websiteMarks"></i></td>
<td class="websiteAddress">nintendo.com</td>
<td class="salesVolume">2,489</td>
<td class="performance goDown"><i class="fas fa-arrow-down"></i></td>
<td class="performanceValue goDown">15%</td>
</tr>
<tr>
<td><i class="fab fa-wordpress websiteMarks"></i></td>
<td class="websiteAddress">Wordpress.com</td>
<td class="salesVolume">1,057</td>
<td class="performance goDown"><i class="fas fa-arrow-down"></i></td>
<td class="performanceValue goDown">30%</td>
</tr>
</table>
</div>
<div class="latestOrdersBox">
<h2>Latest Orders</h2>
<table>
<tr class="drawBorderBottom">
<td>
<div class="picture" style="background-image: url(./img/img1.jpg)"></div>
</td>
<td class="salesData">
<ul class="productData">
<li class="productName">Blush Dress</li>
<li class="purchaseDay">
<i class="fas fa-clock"></i>
<span>2018/6/13 13:42</span>
</li>
<li class="customer">
<i class="fas fa-female"></i>
<span>Mary Willis</span>
</li>
</ul>
</td>
<td class="salesTotalNum">
<ul class="productTotalCost">
<li class="totalTitle">Total</li>
<li class="totalNum">3,200</li>
</ul>
</td>
</tr>
<tr class="drawBorderBottom">
<td>
<div class="picture" style="background-image: url(./img/img2.jpg)"></div>
</td>
<td class="salesData">
<ul class="productData">
<li class="productName">Suspender Trousers</li>
<li class="purchaseDay">
<i class="fas fa-clock"></i>
<span>2018/6/13 10:45</span>
</li>
<li class="customer">
<i class="fas fa-female"></i>
<span>Alice Cummings</span>
</li>
</ul>
</td>
<td class="salesTotalNum">
<ul class="productTotalCost">
<li class="totalTitle">Total</li>
<li class="totalNum">2,800</li>
</ul>
</td>
</tr>
<tr>
<td>
<div class="picture" style="background-image: url(./img/img3.jpg)"></div>
</td>
<td class="salesData">
<ul class="productData">
<li class="productName">Women's T-shirt</li>
<li class="purchaseDay">
<i class="fas fa-clock"></i>
<span>2018/6/13 8:26</span>
</li>
<li class="customer">
<i class="fas fa-female"></i>
<span>Helen Holland</span>
</li>
</ul>
</td>
<td class="salesTotalNum">
<ul class="productTotalCost">
<li class="totalTitle">Total</li>
<li class="totalNum">1,600</li>
</ul>
</td>
</tr>
</table>
</div>
<div class="clearfix"></div>
</div>
</body>
</html>