-
Notifications
You must be signed in to change notification settings - Fork 0
/
tasks.html
163 lines (158 loc) · 9.01 KB
/
tasks.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
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="./output.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap"
rel="stylesheet" />
</head>
<body class="text-taskia-black font-poppins">
<section id="Dashboard" class="flex">
<div id="Sidebar"
class="w-[280px] flex flex-col gap-[30px] p-[30px] shrink-0 h-screen overflow-y-scroll no-scrollbar">
<div class="flex justify-center">
<img src="img/logo.svg" alt="logo">
</div>
<div class="general-menu flex flex-col gap-[18px]">
<h3 class="font-semibold text-sm leading-[21px]">GENERAL</h3>
<a href="dashboard-overview.html"
class="flex items-center gap-[10px] p-[12px_16px] h-12 rounded-full border border-taskia-background-grey">
<div class="w-6 h-6">
<img src="img/icons/3dcube.svg" alt="icon">
</div>
<p class="font-semibold">Overview</p>
</a>
<a href="dashboard-my-people.html"
class="flex items-center gap-[10px] p-[12px_16px] h-12 rounded-full border border-taskia-background-grey">
<div class="w-6 h-6">
<img src="img/icons/profile-2user.svg" alt="icon">
</div>
<p class="font-semibold">My People</p>
</a>
<a href="tasks.html"
class="flex items-center gap-[10px] p-[12px_16px] h-12 rounded-full bg-taskia-light-orange drop-shadow-[0_10px_20px_rgba(255,216,141,0.50)]">
<div class="w-6 h-6">
<img src="img/icons/note-favorite.svg" alt="icon">
</div>
<p class="font-semibold">Manage Task</p>
</a>
<a href="dashboard-rewards.html"
class="flex items-center gap-[10px] p-[12px_16px] h-12 rounded-full border border-taskia-background-grey">
<div class="w-6 h-6">
<img src="img/icons/crown.svg" alt="icon">
</div>
<p class="font-semibold">Rewards</p>
</a>
<a href="dashboard-ai-customs.html"
class="flex items-center gap-[10px] p-[12px_16px] h-12 rounded-full border border-taskia-background-grey">
<div class="w-6 h-6">
<img src="img/icons/hierarchy-square-3.svg" alt="icon">
</div>
<p class="font-semibold">AI Customs</p>
</a>
</div>
<hr class="text-taskia-background-grey">
<div class="general-menu flex flex-col gap-[18px]">
<h3 class="font-semibold text-sm leading-[21px]">OTHERS</h3>
<a href="dashboard-settings.html"
class="flex items-center gap-[10px] p-[12px_16px] h-12 rounded-full border border-taskia-background-grey">
<div class="w-6 h-6">
<img src="img/icons/setting-2.svg" alt="icon">
</div>
<p class="font-semibold">Settings</p>
</a>
<a href="dashboard-help-center.html"
class="flex items-center gap-[10px] p-[12px_16px] h-12 rounded-full border border-taskia-background-grey">
<div class="w-6 h-6">
<img src="img/icons/message-question.svg" alt="icon">
</div>
<p class="font-semibold">Help Center</p>
</a>
<a href="signin.html"
class="flex items-center gap-[10px] p-[12px_16px] h-12 rounded-full border border-taskia-background-grey">
<div class="w-6 h-6">
<img src="img/icons/forbidden-2.svg" alt="icon">
</div>
<p class="font-semibold">Logout</p>
</a>
</div>
</div>
<div id="Content"
class="flex flex-col bg-taskia-background-grey rounded-l-[60px] w-full h-screen overflow-y-scroll p-[50px] gap-[30px]">
<div class="dashboard-nav bg-white flex justify-between items-center w-full p-4 rounded-[18px]">
<div
class="dashboard-search flex items-center p-[12px_20px] rounded-full border border-taskia-background-grey w-[400px] h-12 focus-within:ring-2 focus-within:ring-taskia-purple">
<input type="text"
class="font-semibold placeholder:text-taskia-grey placeholder:font-normal focus:outline-none w-full"
placeholder="Search by report name..." name="name" required>
<button class="ml-[10px] w-6 h-6 flex items-center justify-center">
<img src="img/icons/search-normal.svg" alt="icon">
</button>
</div>
<div class="flex gap-[30px] items-center">
<div class="flex gap-3 items-center">
<a href=""
class="flex justify-center items-center w-12 h-12 rounded-full border border-taskia-background-grey">
<img src="img/icons/direct.svg" alt="icon">
</a>
<a href=""
class="flex justify-center items-center w-12 h-12 rounded-full border border-taskia-background-grey">
<img src="img/icons/activity.svg" alt="icon">
</a>
</div>
<div class="flex h-12 border-x border-[0.5px] border-taskia-background-grey"></div>
<div class="flex gap-3 items-center">
<div class="*:text-right flex flex-col">
<p class="text-taskia-grey text-sm w-full">Howdy,</span>
<p class="font-bold">Jannellia</p>
</div>
<div class="w-12 h-12 rounded-full overflow-hidden">
<img src="img/photo.png" class="object-cover h-full w-full" alt="photo">
</div>
</div>
</div>
</div>
<div class="flex flex-col gap-[30px]">
<div class="content-header flex justify-between items-center">
<div>
<h1 class="font-extrabold text-[30px] leading-[45px]">Manage Task</h1>
<p class="leading-[21px] text-sm">Set the goals to grow your company</p>
</div>
<div class="flex gap-3 items-center">
<a id="btnAddTaskHeader" href="add-task.html"
class="flex gap-[10px] justify-center items-center text-white p-[12px_20px] h-12 font-semibold bg-gradient-to-b from-[#977FFF] to-[#6F4FFF] rounded-full w-full border border-taskia-background-grey">Add
New Task</a>
</div>
</div>
<!-- if task != 0 -->
<div class="flex flex-col gap-6" id="taskWrapper">
</div>
<div class="flex justify-center items-center h-[420px] mx-auto" id="taskWrapperEmpty">
<div
class="bg-white p-[30px] gap-[30px] rounded-[30px] w-[350px] shrink-0 flex flex-col items-center">
<div class="w-20 h-20 rounded-full bg-[#FEE7BA] flex shrink-0 items-center justify-center">
<img src="img/icons/note-favorite-dark-orange.svg" alt="icon">
</div>
<div class="flex flex-col gap-[10px] text-center">
<p class="font-bold text-xl leading-[30px]">Oops! No Task</p>
<p class="text-sm text-taskia-grey leading-6">You need to create some tasks for<br>your
employees to work on</p>
</div>
<div class="flex gap-2 w-full">
<button
class="p-[12px_20px] rounded-full border border-taskia-black w-full font-semibold">Import</button>
<!-- <a href="dashboard-manage-task-add.html" -->
<a href="add-task.html"
class="p-[12px_20px] bg-gradient-to-b from-[#977FFF] to-[#6F4FFF] rounded-full w-full border border-taskia-background-grey font-semibold text-white text-center">Add
New</a>
</div>
</div>
</div>
</div>
</div>
</section>
<script src="js/Task.js"></script>
<script src="js/manageTask.js"></script>
</body>
</html>