Commit Graph
13 Commits
Author SHA1 Message Date
tfw fa723c2463 Update webinar dates for late June and July schedule 2025-06-20 14:59:51 +02:00
tfw 3e57ead6f1 Update webinar dates and course titles for June and July schedule 2025-06-18 15:37:44 +02:00
tfw c813dd165c Update title for June webinar to "KI im Handwerk: Gunta Alesi live erleben!" 2025-06-11 15:25:09 +02:00
tfw 80e4ecb778 Update webinar recording titles and add new entry for "KI für Einsteiger" 2025-06-10 13:52:41 +02:00
tfw 66516009d2 New webinar dates 2025-06-06 15:21:55 +02:00
tfw d54ee65f94 Change title for upcoming webinar 2025-06-04 12:54:24 +02:00
tfw 896feebe4a Add new webinar recording, change title of upcoming webinar 2025-06-04 11:57:08 +02:00
tfw 33f3bdb81d Adding new Webinar dates for june 2025-06-02 10:46:32 +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
jaandGitHub d016f42251 Fix: Remove unavailable May 16 webinar date (#57)
* Delete readme.md

Signed-off-by: Jane Alesi <ja@satware.ai>

* Fix: Remove unavailable May 16 webinar date

This commit removes the May 16, 2025 webinar date that is no longer available according to the registration form dropdown options. The form only shows May 23 and May 30 as available dates.

---------

Signed-off-by: Jane Alesi <ja@satware.ai>
2025-05-20 17:18:36 +02:00
mwandGitHub 9ec744a042 Live (#50)
* Remove unused assets including logo and Lunr language files

Deleted the site logo SVG and minimized Lunr language files for Arabic and Danish. These assets were no longer needed and were removed to reduce unused files in the project.

* Add .repoinsight configuration for satware.ai project

This commit introduces a profile.yml file to configure RepoInsight for analyzing the satware.ai project. It specifies scan directories, exclusion patterns, LLM parameters, and output options to generate concise project insights. The configuration is tailored for efficient processing and markdown output.

* Add CNAME file for custom domain

This adds a CNAME file specifying "test.satware.ai" as the custom domain. It ensures proper domain configuration for the project’s documentation.

* Add Dockerfile for customized mkdocs-material setup

This Dockerfile sets up mkdocs-material with additional plugins to enhance functionality, such as macros, glightbox, and RSS support. It streamlines the process of configuring a tailored mkdocs environment for documentation needs.

* Refactor directory structure and update references

Moved documentation and team files to new directories, updated paths for assets and links, and adjusted MkDocs configuration accordingly. Added GitHub Actions workflow for test environment deployment, and updated `.gitignore` with `.cache` directory.

* Remove unused Font Awesome Pro stylesheet

Deleted an unused CSS file referencing Font Awesome Pro 6.7.1. This reduces unnecessary assets and ensures compliance with licensing terms.

* Fix typo in SCSS compilation script name in workflow

Corrected the script name from 'compily_scss.py' to 'compile_scss.py' in the deployment workflow. This ensures the CSS build step runs successfully during the deployment process.

* Add libsass installation step in deploy-test workflow

The deploy-test workflow now includes libsass in the dependencies to ensure proper build and styling support. This update resolves potential issues related to missing CSS preprocessor functionality.

* Add GitHub Actions workflow for live MkDocs deployment

This workflow automates the deployment of MkDocs to the live environment upon a push to the `live` branch. It includes dependency installation, site building, and deployment to GitHub Pages with custom domain support.

* Update deploy workflow to enhance build process

Replaced mkdocs-material installation with the imaging option for improved functionality. Added a new step to compile SCSS before building the site, ensuring styles are properly processed.

* Update deployment workflow and dependencies for GitHub Pages

Switched deployment branch to "main" and updated GitHub Actions workflow to align with current standards, including caching dependencies and using updated action versions. Revised dependencies in `requirements.txt` and corrected CNAME for production domain. Adjusted footer links in HTML override for improved consistency.

* Fix indentation in deploy-live workflow

Corrected the indentation for the 'mkdocs build' step in the deploy-live workflow file. This ensures proper execution of the workflow during deployment.

* Update deployment workflow to use 'live' branch

Changed the deployment branch from 'main' to 'live' in the workflow configuration. This ensures that only changes pushed to the 'live' branch trigger deployments to production.

* Update deploy step to use mkdocs gh-deploy

Replaces the GitHub Pages action with the native mkdocs gh-deploy command. This simplifies the workflow and ensures consistent deployment behavior. The `--force` flag is added to override potential publishing conflicts.

* Update team member links to use relative paths

Replaced absolute paths with relative paths for team member profiles in the team index page. This ensures better portability and consistency across different environments.
2025-05-20 09:54:28 +02:00