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:
- WIM Calculator →
pages/wincalc.html - Trainings →
pages/trainingsindex.html - Entertainment DB → External link
- 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 sectionswincalc.html→ Work In Motion (WIM) calculator with form and resultstrainingsindex.html→ Training modules hub (Linux, Python, CyberArk)usefulstuff.html→ Curated list of external resources
-
styles/→ All CSS files for styling the website- Modern glassmorphism dark theme with blur effects
- Separate stylesheets for each page (e.g.,
wincalc-styles.css)
-
scripts/→ JavaScript files powering interactivitywincalc.js→ Handles calculator logic with holiday API integrationcyberark.js→ Handles CyberArk quiz logic
-
images/→ Logos and graphical assetsskoizz_logo.png→ Main project logo with glow effectquiz.png→ Quiz module logo
-
data/→ JSON files for dynamic or quiz-based contentquestions.json→ CyberArk quiz with multiple-choice questions
- Portuguese workday/holiday calculator
- Automatic holiday detection via Nager.Date API
- Visual compliance indicators (2-day and 3-day rules)
- Organized learning resources (Linux, Python, CyberArk)
- Interactive CyberArk quiz with pass/fail and review modes
- Curated external links (GitHub repos, DevOps resources, tools)
The project uses a modern Inspired glassmorphism design:
- Dark backgrounds with subtle gradients
- Translucent panels with backdrop blur
- Soft shadows and rounded corners
- SVG icons for navigation (no image files)
- Responsive layouts for all screen sizes
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
-
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