-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
236 lines (224 loc) · 10.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Dev Board</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
rel="stylesheet" />
<script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>
<style>
.custom-gradient {
background: linear-gradient(130.7deg,
rgb(55, 82, 253) 0.419%,
rgb(108, 127, 250) 52.66%,
rgb(155, 168, 248) 99.733%);
}
.poppins{
font-family: "Poppins", sans-serif;
}
.btn-primary,
.active-btn {
padding: 10px;
background-color: #3752fd;
border-radius: 8px;
font-weight: 500;
font-size: 16px;
color: white;
cursor: pointer;
}
</style>
</head>
<body id="body" class="poppins mt-5 bg-slate-100">
<header class="container mx-auto bg-white p-6 rounded-2xl flex justify-between items-center">
<div class="flex items-center gap-[10px]">
<img class="hover:cursor-pointer" src="./assets/logo.png" alt="" />
<h1 class="text-3xl text-[#00303C]">Dev<span class="font-bold">Board</span></h1>
</div>
<div class="flex gap-9 items-center">
<div class="flex items-center gap-3 bg-[#F4F7FF] rounded-[32px] p-3 text-2xl font-bold">
<img src="./assets/checkbox.png" alt="" />
<button id="task-complete">
23
</button>
</div>
<button id="theme-btn" class="bg-gray-100 cursor-pointer rounded-full p-2">
<img src="./assets/theme-btn.png" alt="" />
</button>
</div>
</header>
<main class="container mx-auto grid grid-cols-12 gap-4 mt-5">
<section class="bg-white rounded-2xl col-span-9">
<div class="flex rounded-2xl p-4 justify-between items-center">
<div class="flex items-center rounded-xl bg-slate-100 px-8 gap-5 h-[128px]">
<div>
<img src="./assets/checkbox.png" alt="" />
</div>
<div class="text-[#00303C]">
<h2 class="text-base">Task Assigned</h2>
<h1 id="task-assign" class="text-xl font-bold">06</h1>
</div>
</div>
<div class="flex items-center gap-5 custom-gradient px-10 rounded-xl h-[128px]">
<div class="border border-dashed text-gray-400">
<img src="./assets/board.png" alt="" />
</div>
<div>
<a href="blog.html" class="text-white cursor-pointer text-2xl">
Discover Something <br>
New Today!
</a>
</div>
</div>
<div class="flex items-center h-[128px] rounded-xl px-4 bg-slate-100 gap-4">
<div class=" p-3 rounded-[50%] bg-[#FFFFFF]" >
<img src="./assets/calender.png" alt="" />
</div>
<div class="text-[#00303C] text-lg font-medium">
<p id="date">
wed, <br> <span class="font-bold">Jul 28 2025 </span>
</p>
</div>
</div>
</div>
<div class="border-dashed text-gray-200 border-b-2 mb-3 ">
</div>
<!-- cards -->
<div class="p-6 grid grid-cols-3 gap-4">
<!-- card 1 -->
<div class="bg-slate-100 p-6 rounded-2xl">
<h3 class="bg-white p-3 w-fit text-[#00303C] rounded-lg">
ShopEase
</h3>
<h1 class="text-xl text-[#00303C] card-title my-2 font-semibold">Fix Mobile Button Issue</h1>
<p class="p-4 bg-white opacity-50 truncate rounded-lg">
Check for debris, restart device, update software, adjust settings, or replace button if damaged.
</p>
<div class="flex mt-5 items-center justify-between">
<div class="text-[#00303C] text-sm">
<p>Deadline</p>
<h3 class="font-semibold">23 march 2025</h6>
</div>
<button class="btn-primary">
Complete
</button>
</div>
</div>
<!-- card 2 -->
<div class="bg-slate-100 p-6 rounded-2xl">
<h3 class="bg-white p-3 w-fit text-[#00303C] rounded-lg">
CloudSync
</h3>
<h1 class="text-xl text-[#00303C] card-title font-semibold my-2">Add Dark Mode</h1>
<p class="p-4 bg-white opacity-50 truncate rounded-lg">
Clean button, restart, update software, enable dark mode, or visit a technician for repair...
</p>
<div class="flex mt-5 items-center justify-between">
<div class="text-[#00303C] text-sm">
<p>Deadline</p>
<h3 class="font-semibold">13 april 2025</h3>
</div>
<button class="btn-primary">
Complete
</button>
</div>
</div>
<!-- card 3 -->
<div class="bg-slate-100 p-6 rounded-2xl">
<h3 class="bg-white p-3 w-fit text-[#00303C] rounded-lg">
SwiftPay
</h3>
<h1 class="text-xl text-[#00303C] card-title font-semibold my-2">Optimize Home page</h1>
<p class="p-4 bg-white truncate opacity-50 rounded-lg">
Optimize homepage by improving load speed, simplifying design....
</p>
<div class="flex mt-5 items-center justify-between">
<div class="text-[#00303C] text-sm">
<p>Deadline</p>
<h3 class="font-semibold">08 may 2025</h3>
</div>
<button class="btn-primary">
Complete
</button>
</div>
</div>
<!-- card 4 -->
<div class="bg-slate-100 p-6 rounded-2xl">
<h3 class="bg-white p-3 w-fit text-[#00303C] rounded-lg">
Meta
</h3>
<h1 class="text-xl text-[#00303C] card-title font-semibold my-2">Add new emoji 🤲</h1>
<p class="p-4 bg-white truncate opacity-50 rounded-lg">
this emojis express your feelings in the awesome ways.......
</p>
<div class="flex mt-5 items-center justify-between">
<div class="text-[#00303C] text-sm">
<p>Deadline</p>
<h3 class="font-semibold">12 Sep 2025</h6>
</div>
<button class="btn-primary">
Complete
</button>
</div>
</div>
<!-- card 5 -->
<div class="bg-slate-100 p-6 rounded-2xl">
<h3 class="bg-white p-3 w-fit text-[#00303C] rounded-lg">
Google LLC
</h3>
<h1 class="text-xl text-[#00303C] card-title font-semibold my-2">Integrate OpenAI API</h1>
<p class="p-4 bg-white truncate opacity-50 rounded-lg">
Integrate OpenAI API by signing up, API keys, and coding....
</p>
<div class="flex mt-5 items-center justify-between">
<div class="text-[#00303C] text-sm">
<p>Deadline</p>
<h3 class="font-semibold">09 August 2025</h3>
</div>
<button class="btn-primary">
Complete
</button>
</div>
</div>
<!-- card 6 -->
<div class="bg-slate-100 p-6 rounded-2xl">
<h3 class="bg-white p-3 w-fit text-[#00303C] rounded-lg ">
Glasswork
</h3>
<h1 class="text-xl text-[#00303C] card-title font-semibold my-2">Improve Job searching</h1>
<p class="p-4 bg-white truncate opacity-50 rounded-lg">
Improve it by optimizing your resume, networking on LinkedIn.
</p>
<div class="flex mt-5 items-center justify-between">
<div class="text-[#00303C] text-sm">
<p>Deadline</p>
<h3 class="font-semibold">23 march 2025</h3>
</div>
<button class="btn-primary">
Complete
</button>
</div>
</div>
</div>
</section>
<!-- activity log start -->
<section class="bg-white text-[#00303C] rounded-2xl col-span-3">
<div class="flex justify-center gap-4 mt-4 items-center">
<img src="./assets/activity.png" alt="" />
<h1 class="text-xl font-medium">Activity Log</h1>
</div>
<div class="flex justify-center">
<button id="clear-btn" class="active-btn mt-5">Clear History</button>
</div>
<div class="border-dashed text-gray-200 border-b-2 my-3">
</div>
<div id="history-btn">
</div>
</section>
</main>
<script src="scripts/main.js"></script>
</body>
</html>