-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
377 lines (373 loc) · 20.2 KB
/
index.html
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
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>ValuedSeed - Dashboard</title>
<link rel="stylesheet" href="src/dashboard.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.css">
</head>
<body class="h-screen flex flex-col">
<header class="flex flex-shrink-0">
<div class="w-64 flex-shrink-0 px-4 py-3 bg-gray-800">
<button class="block w-full flex items-center">
<img
class="h-8 w-8 rounded-full object-cover"
src="https://images.unsplash.com/photo-1494790108377-be9c29b29330?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=4&w=144&q=80">
<span class="ml-4 mr-2 text-sm font-medium text-white">Akanbi Lawal</span>
<svg class="ml-auto h-6 w-6 stroke-current text-gray-400" viewBox="0 0 24 24" fill="none">
<path
d="M16 10l-4 4-4-4"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
/>
</svg>
</button>
</div>
<div class="flex-1 flex items-center px-6 justify-between bg-gray-700">
<nav class="flex">
<a href="#" class="ml-2 text-sm px-3 py-2 leading-none rounded-lg inline-block font-medium text-white hover:bg-gray-600 bg-gray-800">Mailbox</a>
<a href="#" class="ml-2 text-sm px-3 py-2 leading-none rounded-lg inline-block font-medium text-white hover:bg-gray-600">Customers</a>
<a href="#" class="ml-2 text-sm px-3 py-2 leading-none rounded-lg inline-block font-medium text-white hover:bg-gray-600">Reporting</a>
<a href="#" class="ml-2 text-sm px-3 py-2 leading-none rounded-lg inline-block font-medium text-white hover:bg-gray-600">Manage</a>
</nav>
<div class="flex">
<div class="relative py-1">
<span class="absolute inset-y-0 left-0 flex items-center pl-2">
<svg class="h-5 w-5 fill-current text-gray-500" viewBox="0 0 24 24">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M10 2a8 8 0 100 16 8 8 0 000-16zM0 10C0 4.477 4.477 0 10 0s10 4.477 10 10-4.477 10-10 10S0 15.523 0 10z"
/>
<path fill-rule="evenodd" clip-rule="evenodd"
d="M16.293 16.293a1 1 0 011.414 0l6 6a1 1 0 01-1.414 1.414l-6-6a1 1 0 010-1.414z" />
</svg>
</span>
<input class="block pl-10 pr-4 py-2 w-64 bg-gray-900 rounded-lg text-sm placeholder-gray-400 text-white focus:bg-white focus:placeholder-gray-700 focus:text-gray-900 focus:outline-none" placeholder="Search">
</div>
<button class="ml-5 text-gray-400 hover:text-gray-200">
<svg class="h-5 w-5 fill-current" viewBox="0 0 24 24">
<path
d="M8 0a2 2 0 00-2 2v.341C3.67 3.165 2 5.388 2 8v5H1a1 1 0 100 2h14a1 1 0 100-2h-1V8a6.002 6.002 0 00-4-5.659V2a2 2 0 00-2-2zM8 18a2 2 0 01-2-2h4a2 2 0 01-2 2z"
/>
</svg>
</button>
<button class="ml-5 text-gray-400 hover:text-gray-200">
<svg class="h-5 w-5 fill-current" viewBox="0 0 24 24">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10zm-1.086-8.724c-.084.56.392 1.022.958 1.022h.47a.525.525 0 00.524-.492c.057-.526.283-.986.676-1.379l.63-.62c.492-.495.836-.944 1.033-1.347.197-.409.295-.842.295-1.299 0-1.005-.303-1.782-.909-2.33C13.985 6.277 13.133 6 12.035 6c-1.088 0-1.947.29-2.58.871a2.84 2.84 0 00-.793 1.28c-.184.604.36 1.131.99 1.131.534 0 .933-.435 1.304-.84.052-.057.103-.114.154-.168.234-.247.542-.37.925-.37.808 0 1.212.454 1.212 1.362 0 .301-.078.589-.233.863-.155.269-.469.621-.94 1.056-.466.43-.787.869-.964 1.315-.087.221-.152.48-.196.776zm.057 2.611c-.233.231-.35.527-.35.887 0 .355.114.648.342.88.233.23.539.346.917.346s.68-.116.909-.347c.233-.231.35-.524.35-.879 0-.36-.12-.656-.358-.887-.233-.237-.534-.355-.901-.355-.368 0-.671.118-.91.355z"
/>
</svg>
</button>
</div>
</div>
</header>
<div class="flex flex-1 overflow-hidden">
<div class="w-64 p-6 bg-gray-100 overflow-y-auto">
<nav>
<h2 class="text-xs font-semibold text-gray-600 uppercase tracking-wider">
Mailboxes
</h2>
<div class="mt-3">
<a href="#" class="mt-2 -mx-3 px-3 py-2 flex items-center justify-between text-sm font-medium bg-gray-200 rounded-lg">
<span class="inline-flex align-baseline">
<span class="leading-normal">
<i class="fas fa-inbox h-5 w-5 fill-current text-gray-700 "></i>
</span>
<span class="ml-2 text-gray-900">Inbox</span>
</span>
<span class="w-10 text-center py-1 text-xs font-semibold rounded-full text-gray-700 bg-gray-300">
6
</span>
</a>
<a href="#" class="mt-2 -mx-3 px-3 py-2 flex items-center justify-between text-sm font-medium hover:bg-gray-200 rounded-lg">
<span class="inline-flex align-baseline">
<span class="leading-normal">
<i class="far fa-flag h-5 w-5 fill-current text-gray-500 "></i>
</span>
<span class="ml-2 text-gray-700">Flagged</span>
</span>
</a>
<a href="#" class="mt-2 -mx-3 px-3 py-2 flex items-center justify-between text-sm font-medium hover:bg-gray-200 rounded-lg">
<span class="inline-flex align-baseline">
<span class="leading-normal">
<i class="far fa-edit h-5 w-5 fill-current text-gray-500 "></i>
</span>
<span class="ml-2 text-gray-700">Drafts</span>
</span>
<span class="w-10 text-center py-1 text-xs font-semibold rounded-full text-gray-700 bg-gray-300">
2
</span>
</a>
<a href="#" class="mt-2 -mx-3 px-3 py-2 flex items-center justify-between text-sm font-medium hover:bg-gray-200 rounded-lg">
<span class="inline-flex align-baseline">
<span class="leading-normal">
<i class="far fa-user-circle h-5 w-5 fill-current text-gray-500 "></i>
</span>
<span class="ml-2 text-gray-700">Assigned</span>
</span>
<span class="w-10 text-center py-1 text-xs font-semibold rounded-full text-gray-700 bg-gray-300">
1
</span>
</a>
<a href="#" class="mt-2 -mx-3 px-3 py-2 flex items-center justify-between text-sm font-medium hover:bg-gray-200 rounded-lg">
<span class="inline-flex align-baseline">
<span class="leading-normal">
<i class="far fa-check-circle h-5 w-5 fill-current text-gray-500 "></i>
</span>
<span class="ml-2 text-gray-700">Closed</span>
</span>
</a>
<a href="#" class="mt-2 -mx-3 px-3 py-2 flex items-center justify-between text-sm font-medium hover:bg-gray-200 rounded-lg">
<span class="inline-flex align-baseline">
<span class="leading-normal">
<i class="fas fa-trash h-5 w-5 fill-current text-gray-500 "></i>
</span>
<span class="ml-2 text-gray-700">Junk</span>
</span>
</a>
</div>
<h2 class="mt-8 text-xs font-semibold text-gray-600 uppercase tracking-wider">
Folders
</h2>
<div class="mt-4">
<a href="#" class=" block text-sm font-medium text-gray-700">Refunds</a>
<a href="#" class="mt-4 block text-sm font-medium text-gray-700">Discounts</a>
<a href="#" class="mt-4 block text-sm font-medium text-gray-700">Bugs</a>
</div>
</nav>
</div>
<main class="flex-1 flex bg-gray-200">
<div class="relative flex flex-col w-full max-w-xs flex-grow border-l border-r bg-gray-200">
<div class="flex-shrink-0 px-4 py-2 border-b flex items-center justify-between">
<button class="flex items-center text-xs font-semibold text-gray-600">
Sorted by Date
<span class="leading-loose h-6 w-6 stroke-current text-gray-500">
<i class="fas fa-chevron-down ml-1"></i>
</span>
</button>
<button>
<span class=" h-6 w-6 stroke-current text-gray-500">
<i class="fas fa-sort-amount-up"></i>
</span>
</button>
</div>
<div class="flex-1 overflow-y-auto">
<a href="#" class="block px-6 pt-3 pb-4 bg-white">
<div class="flex justify-between">
<span class="text-sm font-semibold text-gray-900">Masturah Adam</span>
<span class="text-sm text-gray-500">2 days ago</span>
</div>
<p class="text-sm text-gray-900">Refund</p>
<p class="text-sm text-gray-600">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc tempus element...</p>
</a>
<a href="#" class="block px-6 pt-3 pb-4 bg-white border-t">
<div class="flex justify-between">
<span class="text-sm font-semibold text-gray-900">Masturah Adam</span>
<span class="text-sm text-gray-500">2 days ago</span>
</div>
<p class="text-sm text-gray-900">Refund</p>
<p class="text-sm text-gray-600">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc tempus element...</p>
</a>
<a href="#" class="block px-6 pt-3 pb-4 bg-white border-t">
<div class="flex justify-between">
<span class="text-sm font-semibold text-gray-900">Masturah Adam</span>
<span class="text-sm text-gray-500">2 days ago</span>
</div>
<p class="text-sm text-gray-900">Refund</p>
<p class="text-sm text-gray-600">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc tempus element...</p>
</a>
<a href="#" class="block px-6 pt-3 pb-4 bg-white border-t">
<div class="flex justify-between">
<span class="text-sm font-semibold text-gray-900">Masturah Adam</span>
<span class="text-sm text-gray-500">2 days ago</span>
</div>
<p class="text-sm text-gray-900">Refund</p>
<p class="text-sm text-gray-600">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc tempus element...</p>
</a>
<a href="#" class="block px-6 pt-3 pb-4 bg-white border-t">
<div class="flex justify-between">
<span class="text-sm font-semibold text-gray-900">Masturah Adam</span>
<span class="text-sm text-gray-500">2 days ago</span>
</div>
<p class="text-sm text-gray-900">Refund</p>
<p class="text-sm text-gray-600">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc tempus element...</p>
</a>
<a href="#" class="block px-6 pt-3 pb-4 bg-white border-t">
<div class="flex justify-between">
<span class="text-sm font-semibold text-gray-900">Masturah Adam</span>
<span class="text-sm text-gray-500">2 days ago</span>
</div>
<p class="text-sm text-gray-900">Refund</p>
<p class="text-sm text-gray-600">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc tempus element...</p>
</a>
<a href="#" class="block px-6 pt-3 pb-4 bg-white border-t">
<div class="flex justify-between">
<span class="text-sm font-semibold text-gray-900">Masturah Adam</span>
<span class="text-sm text-gray-500">2 days ago</span>
</div>
<p class="text-sm text-gray-900">Refund</p>
<p class="text-sm text-gray-600">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc tempus element...</p>
</a>
<a href="#" class="block px-6 pt-3 pb-4 bg-white border-t">
<div class="flex justify-between">
<span class="text-sm font-semibold text-gray-900">Masturah Adam</span>
<span class="text-sm text-gray-500">2 days ago</span>
</div>
<p class="text-sm text-gray-900">Refund</p>
<p class="text-sm text-gray-600">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc tempus element...</p>
</a>
<a href="#" class="block px-6 pt-3 pb-4 bg-white border-t">
<div class="flex justify-between">
<span class="text-sm font-semibold text-gray-900">Masturah Adam</span>
<span class="text-sm text-gray-500">2 days ago</span>
</div>
<p class="text-sm text-gray-900">Refund</p>
<p class="text-sm text-gray-600">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc tempus element...</p>
</a>
<a href="#" class="block px-6 pt-3 pb-4 bg-white border-t">
<div class="flex justify-between">
<span class="text-sm font-semibold text-gray-900">Masturah Adam</span>
<span class="text-sm text-gray-500">2 days ago</span>
</div>
<p class="text-sm text-gray-900">Refund</p>
<p class="text-sm text-gray-600">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc tempus element...</p>
</a>
<a href="#" class="block px-6 pt-3 pb-4 bg-white border-t">
<div class="flex justify-between">
<span class="text-sm font-semibold text-gray-900">Masturah Adam</span>
<span class="text-sm text-gray-500">2 days ago</span>
</div>
<p class="text-sm text-gray-900">Refund</p>
<p class="text-sm text-gray-600">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc tempus element...</p>
</a>
</div>
</div>
<div class="flex-1 flex flex-col w-0">
<div class="relative shadow-md">
<div class="flex items-center px-5 py-4 justify-between bg-gray-100 border-b">
<div class="flex items-center">
<button>
<span class="leading-normal">
<i class="fas fa-reply h-5 w-5 text-2xl fill-current text-gray-600 "></i>
</span>
</button>
<button class="ml-6">
<span class="leading-normal">
<i class="fas fa-tag h-5 w-5 text-2xl fill-current text-gray-600 "></i>
</span>
</button>
<button class="ml-6">
<span class="leading-normal">
<i class="far fa-user-circle h-5 w-5 text-2xl fill-current text-gray-600 "></i>
</span>
</button>
<button class="ml-6">
<span class="leading-normal">
<i class="fas fa-file-download text-2xl fill-current text-gray-600 "></i>
</span>
</button>
<button class="ml-4">
<span class="leading-normal">
<i class="fas fa-ellipsis-h h-5 w-5 text-2xl fill-current text-gray-600 "></i>
</span>
</button>
</div>
<div class="flex items-center">
<button>
<span class="leading-normal">
<i class="fas fa-chevron-up h-8 w-8 text-2xl stroke-current text-gray-600"></i>
</span>
</button>
<button>
<span class="leading-normal">
<i class="fas fa-chevron-down h-8 w-8 text-2xl stroke-current text-gray-600"></i>
</span>
</button>
</div>
</div>
<div class="flex items-center justify-between px-5 py-3 bg-white">
<h3 class="text-xl text-gray-900 truncate">Re: Student discount? this is really long and has to wrap and looks stupid this is really long and has to wrap and looks stupid</h3>
<div class="ml-4 flex-shrink-0">
<span>#1428</span>
<span class="ml-2 text-sm font-semibold text-green-900 bg-green-200 rounded-full leading-none px-2 py-1">Active</span>
</div>
</div>
</div>
<div class="p-3 flex-1 overflow-y-auto">
<article class="px-10 pt-6 pb-8 bg-white rounded-lg shadow">
<div class="flex items-center justify-between">
<p class="text-lg font-semibold">
<span class="text-gray-900">Masturah Adam</span>
<span class="text-gray-600">wrote</span>
</p>
<div class="flex items-center">
<span class="text-xs text-gray-600">Yesterday at 7:24 AM</span>
<img
class="ml-5 h-8 w-8 rounded-full object-cover"
src="https://images.unsplash.com/photo-1463453091185-61582044d556?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=3.5&w=144&q=60">
</div>
</div>
<div class="mt-6 text-gray-800 text-sm">
<p>Thanks so much!! Can't wait to try it out :)</p>
</div>
</article>
<article class="mt-3 px-10 pt-6 pb-8 bg-white rounded-lg shadow">
<div class="flex items-center justify-between">
<p class="text-lg font-semibold">
<span class="text-gray-900">Akanbi Lawal</span>
<span class="text-gray-600">wrote</span>
</p>
<div class="flex items-center">
<span class="text-xs text-gray-600">Yesterday at 7:24 AM</span>
<img
class="ml-5 h-8 w-8 rounded-full object-cover"
src="https://images.unsplash.com/photo-1494790108377-be9c29b29330?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=4&w=144&q=80">
</div>
</div>
<div class="mt-6 text-gray-800 text-sm">
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna
aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
</p>
<p class="mt-4">
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint
occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</p>
<p class="mt-4 font-semibold text-gray-900">Akanbi Lawal</p>
<p>Customer Service</p>
</div>
</article>
<article class="mt-3 px-10 pt-6 pb-8 bg-white rounded-lg shadow">
<div class="flex items-center justify-between">
<p class="text-lg font-semibold">
<span class="text-gray-900">Masturah Adam</span>
<span class="text-gray-600">wrote</span>
</p>
<div class="flex items-center">
<span class="text-xs text-gray-600">Yesterday at 7:24 AM</span>
<img
class="ml-5 h-8 w-8 rounded-full object-cover"
src="https://images.unsplash.com/photo-1463453091185-61582044d556?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=3.5&w=144&q=60">
</div>
</div>
<div class="mt-6 text-gray-800 text-sm">
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna
aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
</p>
<p class="mt-4">
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint
occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</p>
<p class="mt-4 font-semibold text-gray-900">Masturah Abiola</p>
<p>Customer Service</p>
</div>
</article>
</div>
</div>
</main>
</div>
</body>
</html>