Skip to content

SkoiZz94/SkoiZz94.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Overview

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.


Website Structure

The home page (index.html) acts as the main entry point with navigation buttons to all sections:

  • WIM Calculatorpages/wincalc.html
  • Trainingspages/trainingsindex.html
  • Entertainment DB → External link
  • Useful Stuffpages/usefulstuff.html

Each section has its own purpose and supporting assets (HTML, CSS, JS, JSON, and images).


Folder Breakdown

  • pages/ → Contains the main HTML files for all sections

    • wincalc.html → Work In Motion (WIM) calculator with form and results
    • trainingsindex.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 interactivity

    • wincalc.js → Handles calculator logic with holiday API integration
    • cyberark.js → Handles CyberArk quiz logic
  • images/ → Logos and graphical assets

    • skoizz_logo.png → Main project logo with glow effect
    • quiz.png → Quiz module logo
  • data/ → JSON files for dynamic or quiz-based content

    • questions.json → CyberArk quiz with multiple-choice questions

Features

WIM Calculator

  • Portuguese workday/holiday calculator
  • Automatic holiday detection via Nager.Date API
  • Visual compliance indicators (2-day and 3-day rules)

Training Hub

  • Organized learning resources (Linux, Python, CyberArk)
  • Interactive CyberArk quiz with pass/fail and review modes

Useful Stuff

  • Curated external links (GitHub repos, DevOps resources, tools)

Design System

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

Documentation

This project is fully documented in a modular way:

  • pages/README.md → Explains the purpose of each HTML page
  • styles/README.md → Describes the CSS organization
  • scripts/README.md → Explains the logic and functionality of JS files
  • images/README.md → Lists the available images and their usage
  • data/README.md → Documents the structure and purpose of JSON files

Getting Started

  1. Clone this repository

    git clone <repo-url>
    cd <repo-folder>
  2. Open index.html in your browser

  3. Navigate via the buttons to explore each tool and section


About

In order to improve time management and organization on the day to day operations, several tools, starting with a personal kanban board will be developed and made available

Topics

Resources

Stars

Watchers

Forks

Contributors