3 Commits

Author SHA1 Message Date
4d81bb4621 feat: Implement admin dashboard and page collection
This commit introduces a new admin dashboard and a page collection feature. The admin dashboard allows for managing KTP data, including viewing details and exporting data. The page collection provides a structure for organizing different pages within the application.

The following files were added:

- `dashboard-admin-ktp/index.html`: HTML structure for the admin dashboard.
- `dashboard-admin-ktp/script.js`: JavaScript logic for the admin dashboard.
- `dashboard-admin-ktp/style.css`: Styling for the admin dashboard.
- `page-collection/index.html`: HTML structure for a sample page collection.
- `page-collection/script.js`: JavaScript logic for the sample page collection.
- `page-collection/style.css`: Styling for the sample page collection.
- `design-styles.json`: JSON file to store design styles.
2025-06-29 23:33:46 +07:00
718ae8be96 Move site files to under-construction directory
Relocate index.html and style.css to an under-construction subfolder to better organize the project structure. Update HTML to reference CSS with new relative path. This prepares for future site development while keeping current under-construction version intact.
2025-06-28 14:37:21 +07:00
6d9ecb7196 Add initial HTML and CSS files for project setup
Create basic project structure with index.html and style.css
to serve as foundation for website development.
2025-06-28 14:32:38 +07:00