This repository contains a personal productivity and learning hub, built as a static website.
It provides interactive tools, training resources, and curated references, all organized into dedicated sections.
The home page (index.html) acts as the main entry point with navigation buttons to all sections:
- Personal Kanban Board →
pages/kanban.html - WIM Calculator →
pages/wincalc.html - Trainings →
pages/trainingsindex.html - Useful Stuff →
pages/usefulstuff.html
Each section has its own purpose and supporting assets (HTML, CSS, JS, JSON, and images).
-
pages/→ Contains the main HTML files for all sectionskanban.html→ Interactive Kanban board with task export/importwincalc.html→ Work In Motion (WIM) calculator with form and resultstrainingsindex.html→ Training modules hub (Linux, Python, CyberArk, etc.)usefulstuff.html→ Curated list of external resources
-
styles/→ All CSS files for styling the website- Separate stylesheets for each page (e.g.,
kanban-styles.css,wincalc-styles.css)
- Separate stylesheets for each page (e.g.,
-
scripts/→ JavaScript files powering interactivitykanban.js→ Handles tasks creation, drag-and-drop, exportwincalc.js→ Handles calculator logiccyberark.js→ Handles cyberark quiz logic
-
images/→ Logos, buttons, and other graphical assets- Includes reusable images like
homebutton.pngandskoizz_logo.png
- Includes reusable images like
-
data/→ JSON files for dynamic or quiz-based content- Currently includes a CyberArk quiz JSON with multiple-choice questions
- 📝 Personal Kanban Board with multiple columns, live clocks, and task export
- 📊 WIM Calculator for calculating work/vacation distribution
- 🎓 Training Hub to organize learning resources
- 🌍 Useful Stuff Section with curated external links
- 📁 Modular folder structure with dedicated
README.mdfiles for deeper details
This project is fully documented in a modular way:
pages/README.md→ Explains the purpose of each HTML pagestyles/README.md→ Describes the CSS organizationscripts/README.md→ Explains the logic and functionality of JS filesimages/README.md→ Lists the available images and their usagedata/README.md→ Documents the structure and purpose of JSON files
👉 For further details, please refer to the README.md file inside each respective folder.
- Clone this repository
git clone <repo-url> cd <repo-folder>
- Open
index.htmlin your browser - Navigate via the buttons to explore each tool and section
- Add more training modules
- Expand the quiz dataset under
data/ - Improve responsive design for mobile devices