Website für den Verein Bund Junges Tirol.
https://www.bund-junges-tirol.at
- CSS 56.3%
- PHP 23.9%
- Hack 18.3%
- JavaScript 1.5%
| Classes/Http/Middleware | ||
| Configuration | ||
| NodeTypes | ||
| Resources | ||
| .editorconfig | ||
| composer.json | ||
| Readme.md | ||
Website Bund Junges Tirol
https://www.bund-junges-tirol.at/
Implementation Details
Backend
Uses Neos Content Application Platform as underlying CMS. In fact, this is a Neos Site Package, intended to be installed using Composer.
Frontend
This project aims for a minimalistic stack, relying on technology broadly available as of 2026:
- performant, non-blocking distribution of many small parts thanks to
http2/http3 - efficient transport compression even for small resources thanks to
brotli CSS3features that remove most pain points traditionally solved by preprocessors: nesting, custom properties ("variables"), the @layer rule and container queries.
Privacy
This project is about its users and visitors. Tracking, data selling and even producing such data is contrary to its intent. This especially means:
- no third-party hosting (libraries, web fonts, images)
- careful configuration (HTTP headers, link attributes) to avoid data gathering
- no tracking software
- no unnecessary cookies
Management
This project is hosted and managed using a private hosted Forgejo instance at https://code.netztechniker.at/ludwig/bund-junges-tirol-website. Although the project is private in nature, this code is freely available. You are welcome to look at it and help me out.