Files
agent0_homepage/overrides/workshops.html
T
ja 8b0bc7f70c feat(workshops): VHS Worms 2026 workshops with improved styling
- Add 4 VHS Worms 2026 courses (Feb-Jun 2026)
- Use markdown-native Material grid cards design
- Fix page rendering (remove workshops blog plugin)
- Add equal height cards via flexbox CSS
- Remove awkward checkmark pseudo-elements
- Make page full-width layout (hide navigation sidebar)

Courses: KI-Chatbots (Feb 21), KI-Einsatz im Beruf (Mar 14),
Videos mit KI (Apr 18), Programmieren mit KI (Jun 20)
2025-12-16 18:08:30 +01:00

12 lines
319 B
HTML

{% extends "main.html" %}
{#
Workshops Template
This template extends main.html without custom content.
All content is now rendered from markdown in docs/workshops/index.md
using Material for MkDocs features (grids, cards, icons, admonitions).
This file exists for future customizations if needed.
#}