diff --git a/Design 2024_08/Design 2024_08.png b/Design 2024_08/Design 2024_08.png new file mode 100644 index 0000000..2377294 Binary files /dev/null and b/Design 2024_08/Design 2024_08.png differ diff --git a/Design 2024_08/index.html b/Design 2024_08/index.html new file mode 100644 index 0000000..bd4364e --- /dev/null +++ b/Design 2024_08/index.html @@ -0,0 +1,112 @@ + + + + + + Employee Management Dashboard + + + + + + + + + +
+ +
+

Manage Employees Work

+

Optimize employee performance and foster a positive work environment.

+
+

Employee Activity

+
+ Avatar +
+

John Doe

+

Reviewed and forwarded the invoice 30m ago.

+
+
+
+
+ + +
+

Manage Employees Work

+

Optimize employee performance and foster a positive work environment.

+ + + + + + + + + + + + + + + + + + + + + + + +
EmployeeDepartmentWork ByStatus
Bang ChanGeneral ManagerRemote
Pham HanhiSocial SpecialistRemoteOngoing
+
+ + +
+

Organize Meetings

+

Effortlessly schedule meetings using the calendar tool.

+
+
+

January 2024

+
+
Sun
Mon
Tue
Wed
Thu
Fri
Sat
+
28
29
30
31
1
2
3
+
4
5
6
7
8
9
10
+
+
+
+
+ + +
+

Supervise Your Employees

+

Optimize employee performance and foster a positive work environment.

+ +
+ + +
+

Filtered Search

+

Embark on an enlightening quest with streamlined filtered search.

+
+ +
+ + +
+ +
+
+
+ + + + diff --git a/Design 2024_08/script.js b/Design 2024_08/script.js new file mode 100644 index 0000000..ec438d4 --- /dev/null +++ b/Design 2024_08/script.js @@ -0,0 +1,5 @@ +document.querySelector('form').addEventListener('submit', (event) => { + event.preventDefault(); + alert('Filter applied!'); + }); + \ No newline at end of file