Commit Graph
28 Commits
Author SHA1 Message Date
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
tfw f27ef5adc1 Merge remote-tracking branch 'origin/matomo-integration' into matomo-integration 2025-12-16 10:53:33 +01:00
tfw 18882d6c72 Rollback to CMP 2025-12-16 10:53:07 +01:00
TimandGitHub 5a4a0426d2 Merge branch 'main-mkdocs' into matomo-integration
Signed-off-by: Tim <37934567+tfwmedia@users.noreply.github.com>
2025-12-16 10:29:52 +01:00
tfw 1451752f2b Switch Cookie Consent to CCM19 2025-12-16 10:28:44 +01:00
885387f52e feat(team): integrate ElevenLabs conversational AI widget on Jane's page (#221)
* feat(workshops): implement static workshop listing page

- Fixed broken Jinja2 template rendering (was showing raw code)
- Created custom workshops.html template with workshop data
- Simplified navigation title from full SEO title to 'Workshops'
- Added workshop post files for future blog integration
- Configured blog plugin for workshops (currently unused)
- Removed broken Jinja2 macro implementation

Changes:
- docs/workshops/index.md: Clean title, template directive
- mkdocs.yml: Blog plugin workshop configuration
- overrides/workshops.html: Static workshop template with FontAwesome icons
- docs/workshops/posts/: Individual workshop markdown files
- docs/templates/workshop-update-guide.md: Update documentation

Result: Clean, professional workshop page with proper VHS link handling
(upcoming workshops have links, past workshops don't)

* feat(team): integrate ElevenLabs conversational AI widget on Jane's page

- Add ElevenLabs convai-widget-embed script to Jane's team profile page
- Add elevenlabs-convai component with agent ID
- Widget appears only on docs/team/jane.md for voice AI interaction
- Removed global integration from main.html template

Agent ID: agent_9801kcc1x711fbatxh0hq10zcj4h

---------

Co-authored-by: Jane Alesi <ja@satware.ai>
2025-12-16 10:14:40 +01:00
tfw c7448e0b35 Kacheln für Webinare 2025-12-15 10:18:02 +01:00
tfw c384f96828 Remove Workshop entries 2025-12-10 15:31:39 +01:00
jaandGitHub fbcbf8a1dc feat(workshops): implement static workshop listing page (#188)
- Fixed broken Jinja2 template rendering (was showing raw code)
- Created custom workshops.html template with workshop data
- Simplified navigation title from full SEO title to 'Workshops'
- Added workshop post files for future blog integration
- Configured blog plugin for workshops (currently unused)
- Removed broken Jinja2 macro implementation

Changes:
- docs/workshops/index.md: Clean title, template directive
- mkdocs.yml: Blog plugin workshop configuration
- overrides/workshops.html: Static workshop template with FontAwesome icons
- docs/workshops/posts/: Individual workshop markdown files
- docs/templates/workshop-update-guide.md: Update documentation

Result: Clean, professional workshop page with proper VHS link handling
(upcoming workshops have links, past workshops don't)
2025-11-17 10:05:50 +01:00
tfw 3a0498ca28 more padding for order button (mobile) 2025-11-12 16:34:08 +01:00
tfw c751a4559e Header size correction 2025-11-12 16:19:08 +01:00
tfw b276400996 "Jetzt bestellen!" Button added to header 2025-11-12 15:47:36 +01:00
mwandGitHub 81b84014cb Refactor index.md content structure for improved readability and accessibility. Simplify CSS styles and adjust layout dimensions. Update SCSS compilation logic in mkdocs.sh with new directory creation. Optimize Docker configuration and integrate new assets for testimonials. (#148) 2025-06-22 15:21:21 +02:00
8674e12eef Fix tooltip width to display content in single line (Issue #70) (#132)
* Add comprehensive tooltip styling module to fix issue #70

- Ensures tooltips display on single line with proper width handling
- Provides both MkDocs Material and browser-native tooltip improvements
- Includes responsive design and accessibility considerations
- Adds dark mode and print media support
- Specifically addresses footer social icon tooltip issues

* Add tooltip module import to fix issue #70

- Imports the new _tooltips.scss module
- Ensures tooltip styling improvements are applied site-wide
- Maintains existing module order for proper CSS cascade

* Add comprehensive tooltip styling module to fix issue #70

- Ensures tooltips display on single line with proper width handling
- Provides both MkDocs Material and browser-native tooltip improvements
- Includes responsive design and accessibility considerations
- Adds dark mode and print media support
- Specifically addresses footer social icon tooltip issues

* Add tooltip module import to fix issue #70

- Imports the new _tooltips.scss module
- Ensures tooltip styling improvements are applied site-wide
- Maintains existing module order for proper CSS cascade

* Fix tooltip wrapping issue with aggressive browser override

- Completely replaces browser-native tooltips with custom implementation
- Forces single-line display with white-space: nowrap !important
- Uses width: max-content to prevent wrapping
- Adds proper positioning and styling for footer social icons
- Includes responsive design and accessibility features
- Provides dark mode support and print styles

---------

Co-authored-by: Michael Wegener <mw@satware.com>
2025-06-10 02:11:54 +02:00
tfw 0637e1d984 Blog layouts fixed 2025-06-05 14:24:26 +02:00
mwandGitHub ee8eba8549 Refactor MkDocs blog structure, enhance SCSS watcher, and improve plugin configuration (#103)
- Adjusted `mkdocs.sh` to expand SCSS watcher to include `docs` and `mkdocs.yml`.
- Simplified blog template by extracting post logic to `partials/post.html`.
- Updated `mkdocs.yml` with refined plugins including RSS, meta, and enhanced blog options.
- Improved blog Markdown files with structural changes and better TOC handling.
- Removed unused styles and deprecated logic in blog posts for cleaner maintenance.
2025-06-02 16:01:40 +02:00
mwandGitHub 887fe536d6 Fix/local development (#101)
* **Remove Python SCSS compiler and development script**

- Deleted `compile_scss.py` and `dev.sh` scripts to clean up unused SCSS compilation and local development workflow.
- Streamlining project by removing legacy Python-based tooling. Clear shift toward alternative CSS build processes in workflows.

* Migrate SCSS compilation to Python-based workflow and simplify Dockerfile

- Replaced Node.js SCSS tools with libsass and introduced `scss_watcher.py` for automated SCSS compilation during development.
- Updated Dockerfile to use Python-based dependencies and removed redundant npm configuration.
- Cleaned up `package.json`, `requirements.txt`, and outdated scripts to streamline the project.
- Enhanced development workflow with a lightweight Python-based approach.

* Replace `python -m sass` with `pysassc` for SCSS compilation in development scripts

* **Refactor and streamline MkDocs workflows, footer, and blog structure**

- Removed outdated `deploy-preview-fix.yml` and `deploy-test.yml` workflows for cleanup.
- Enhanced `deploy-preview.yml`:
  - Expanded branch triggers to include `build/**`, `test/**`, and `preview/**`.
  - Improved `site_url` logic by standardizing URL formatting.
- Updated `mkdocs.yml` navigation to use consistent `index.md` file naming.
- Simplified footer template to use relative paths for internal links (e.g., `impressum/`, `datenschutz/`).
- Adjusted `mkdocs.sh` to ensure SCSS watcher includes `overrides`.
- Deleted outdated `Sequential Thinking` blog and branch documentation for better maintenance.

* Update to Python 3.13 and streamline MkDocs workflows

- Upgraded Dockerfile base image to `python:3.13-slim-bullseye` for consistency with the latest Python version.
- Consolidated MkDocs and plugin installation steps in `deploy-preview.yml`.
- Replaced Node.js SCSS tools with Python `pysassc` for CSS build process, removing unnecessary npm steps.

* Replace `mkdocs-lightbox` with `mkdocs-glightbox` and improve CSS build step in GitHub Actions workflow

- Updated `deploy-preview.yml` to switch from `mkdocs-lightbox` to `mkdocs-glightbox` for better compatibility and features.
- Enhanced CSS build logic to create the target directory (`docs/assets/css`) if it does not exist, ensuring a smoother workflow execution.

* Streamline deploy workflows and enhance CSS build process

- Added repository-specific condition to `deploy-live.yml` for improved workflow targeting.
- Consolidated MkDocs and plugin installation steps in `deploy-live.yml` to remove redundant tasks.
- Enhanced CSS build step to ensure target directory creation (`mkdir -p docs/assets/css`) in both workflows.
2025-06-02 14:03:20 +02:00
tfw eda4da38a0 Adding slideshow scss file 2025-05-28 11:58:06 +02:00
tfw 08969756ad Adding Slideshow for pictures in prompt examples 2025-05-28 10:48:30 +02:00
tfw bab48487e8 Increase font size for navigation tabs
Commented the previous font size and updated it to 1.4rem to improve readability. This change enhances the user experience by providing clearer and more accessible navigation labels.
2025-05-27 15:04:19 +02:00
tfw a516568ab3 Update blog styling and date formatting logic
Refined the blog's CSS, addressing title, meta, and author elements for improved readability and consistency. Reintroduced meta date formatting in the blog's HTML, including localized month names for better user experience. Removed unnecessary commented-out code for cleaner structure.
2025-05-27 14:29:45 +02:00
tfw cb9e123c34 Adjust margin for icons in blog sidebar navigation
Added a 5px top margin to SVG icons in the blog post sidebar navigation links. This improves alignment and visual consistency in the blog layout.
2025-05-27 12:59:21 +02:00
tfw a97d025a98 Refine webinar CSS and update location formatting.
Adjusted CSS for better icon alignment and spacing in webinar components. Simplified location formatting in workshop documentation for consistency and readability.
2025-05-27 11:29:23 +02:00
tfw 4cde10e830 Fix minor HTML and CSS formatting issues across files
Removed redundant closing tags in HTML and updated font-family declarations in CSS to include a fallback. These changes ensure better code consistency and avoid potential rendering issues.
2025-05-27 10:32:14 +02:00
tfw ef0f52e4c5 Update webinar and workshop content with new details and styles
Enhanced webinars and workshops sections with updated schedules, new descriptions, and recorded session details. Adjusted styles for improved responsiveness, layout clarity, and a better user experience across devices.
2025-05-27 10:30:42 +02:00
d19a4ba0f8 New Webinar Dates and minor fixes (#74)
* Adjust sub-navigation padding for better alignment

Added consistent left padding to sub-navigation items and links to improve visual hierarchy. Overrode Material theme's media query to ensure primary navigation padding remains uniform across breakpoints.

* Remove unused comment in navigation.scss

The comment regarding tabs styling was redundant and has been removed. This helps to keep the codebase clean and more maintainable.

* Fix typo in Datenschutz link title in footer

Corrected the link title from "sDatenschutzerklärung" to "Datenschutzerklärung" for consistency and clarity. This improves the accuracy of the footer content.

* Remove outdated webinar entry from schedule

The webinar scheduled for 23.05.2025 has been removed from the list. This ensures the schedule displays only relevant and up-to-date information.

* Update webinar form iframe attributes

Removed the unnecessary "scrolling" and "frameborder" attributes from the webinar form iframe for cleaner and more modern HTML. This change simplifies the code while retaining functionality.

* Add new webinar dates and adjust formatting

Added details for new webinars on 06.06.2025 and 13.06.2025. Updated labels and styling for consistency, including minor refinement of the webinar form container.

---------

Co-authored-by: Tim Friedrich Weber <tfw@satware.com>
2025-05-23 15:57:44 +02:00
0d1de78799 Fix/64 logo navi fehlt bei mobile ansicht auf ipad bspw quer (#3)
* Update .gitignore to include custom.css.map

Added a reference to custom.css.map to prevent it from being tracked by Git. This helps avoid committing autogenerated files and keeps the repository clean.

* Fix layout issues for iPad and tablet landscape view

Updated responsive styles to ensure proper visibility and alignment of header elements and navigation on devices with widths between 768px and 1220px. Adjusted logo, spacing, font sizes, and layout to improve usability and appearance. Disabled the hamburger menu to avoid conflicts in this viewport range.

* Fix layout issues for iPad and tablet landscape view

Updated responsive styles to ensure proper visibility and alignment of header elements and navigation on devices with widths between 768px and 1220px. Adjusted logo, spacing, font sizes, and layout to improve usability and appearance. Disabled the hamburger menu to avoid conflicts in this viewport range.

* Add workflow_dispatch trigger to preview workflows

Enable manual execution for preview deployment workflows by adding the `workflow_dispatch` trigger. This allows users to start the workflows manually when necessary, improving flexibility and control.

* Set default font to "Assistant" in base.scss

Removed an unnecessary comment and ensured the root uses "Assistant" as the default font. This improves code clarity while maintaining consistent styling.

---------

Co-authored-by: Tim Friedrich Weber <tfw@satware.com>
2025-05-22 13:13:53 +02:00
mwandGitHub 9fbea33697 Blog/2025 05 20 test blog post (#51)
* Remove unused font-face definitions from stylesheets

The `fonts.scss` file defining `Assistant` font-face rules has been deleted as it was no longer in use. This cleanup reduces unnecessary assets and improves maintainability.

* Fix npm script command in blog preview workflow

Replaced `npm scss:build` with the correct `npm run scss:build` command in the GitHub Actions workflow. This ensures the SCSS build step executes properly during site generation.

* Update blog preview workflow to use mkdocs gh-deploy

Replaces the GitHub Pages action with `mkdocs gh-deploy` for deploying previews. Simplifies the workflow configuration and reduces dependencies.

* Update `site_url` logic and fix URL format consistency

Simplified the `site_url` handling in the workflow by removing branch-specific URL construction. Additionally, ensured the main URL in `mkdocs.yml` uses a consistent trailing slash. This enhances clarity and maintains uniformity in URL formatting.

* Set `use_directory_urls` in mkdocs.yml directly.

Removed redundant script lines for configuring `use_directory_urls` in the workflow file. This simplifies deployment logic by directly defining the configuration in the mkdocs.yml file.

* Remove unnecessary CSS source map file

Deleted `custom.css.map` as it is not required for production. Removing it helps reduce clutter and keeps the repository clean.

* Add support for 'satware.ai' as a homepage path

Updated body-classes.js to treat 'satware.ai' as a homepage path by adding the 'home' class to the body element. This ensures correct behavior for both empty paths and specific developer GitHub Pages.

* Simplify FAQ and navigation structure.

Renamed `faq.md` to `index.md` for consistency and updated navigation links in `mkdocs.yml` to use folder paths directly. Adjusted `main.html` to clean up formatting with additional line breaks.

* Update footer links to use relative paths

Replaced absolute paths with relative paths for internal footer links to ensure consistency and improve maintainability. External links remain unchanged.

* Fix relative URL for Jane Alesi's team page in authors file

Updated the URL path for Jane Alesi to ensure correct navigation to her team page. This fixes a broken link caused by an incorrect relative URL.

* Update footer links and enhance blog post on website relaunch

Updated footer links to utilize dynamic `config.site_url` for consistent URL routing. Enhanced the blog post for better readability, showcasing the MkDocs implementation, GitHub integration, and use of Mermaid diagrams.

* Update footer link and simplify satWay documentation

Replaced the "Blog" link in the footer with "satWay Prinzipien" and refined the satWay documentation by removing overly detailed content about Jane Alesi. Additionally, added the Blog section to the site navigation in `mkdocs.yml`.
2025-05-20 15:27:23 +02:00