A minimalist, high-performance, and multi-language operational portfolio dashboard for George Freedom (Programmer, educator, and product builder).
Built with a focus on systems thinking and digital resilience — zero-backend architecture, zero trackers, ultra-fast load times, and maximum structural transparency. Engineered to display active software projects, automated digital products, and open-source IT training curricula.
- HTML5 (Semantic structure)
- Pico CSS (Minimalist, lightweight CSS framework for semantic HTML)
- Custom CSS (Layout overrides and brand-specific components)
- GitHub Pages (Production hosting and deployment via global CDN)
- Zero Bloat: No databases, no tracking scripts, and no cookie-consent banners required. Pure execution.
- Dark Mode Native: Automatic theme switching based on system preferences with a lightweight local storage override toggle.
- Multi-Language Infrastructure: Native, independent support for English (default root), Czech (
/cz), and Spanish (/es) locales. Uses fully relative pathways to allow standalone offline execution.
This repository uses a single-repo, subdirectory architecture to manage language mutations efficiently without duplicity of core assets.
├── index.html # Main English portfolio dashboard
├── cz/
│ └── index.html # Czech localized dashboard
├── es/
│ └── index.html # Spanish localized dashboard
├── static/ # Shared production assets
│ ├── css/
│ │ ├── custom.css
│ │ └── pico.min.css
│ ├── img/
│ │ ├── studio_profil.jpg
│ │ └── favicon.png
│ └── docs/
│ └── GeorgeFreedom_CV.pdf
└── README.md # System documentation
- Visit my website: https://GeorgeFreedom.com
- Connect on LinkedIn: https://www.linkedin.com/in/georgefreedom/
- Let's talk: https://cal.com/georgefreedom
Copyright (c) 2026 Jiří Svoboda (George Freedom) / George Freedom Tech
This project is licensed under:
- Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License
We build for the Future!