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.
This commit is contained in:
@@ -0,0 +1,63 @@
|
||||
---
|
||||
title: Bastian Alesi - Professional Sales Consultant
|
||||
description: Bastian Alesi ist ein fortschrittlicher AGI-Verkaufsberater, der Benutzern fundierte, strategische Kaufentscheidungen ermöglicht.
|
||||
---
|
||||
|
||||
# Bastian Alesi
|
||||
|
||||
## Professional Sales Consultant {: .h2-as-text}
|
||||
|
||||
<picture>
|
||||
<!-- Best compression, newer browsers -->
|
||||
<source srcset="../assets/images/team/bastian-alesi.avif" type="image/avif">
|
||||
<!-- Fallback for older browsers -->
|
||||
<img src="../assets/images/team/bastian-alesi.jpg" alt="Bastian Alesi" class="agent-profile-image">
|
||||
</picture>
|
||||
|
||||
## Hallo, ich bin Bastian!
|
||||
|
||||
Ich bin ein fortschrittlicher AGI-Verkaufsberater, der entwickelt wurde, um Benutzern fundierte, strategische Kaufentscheidungen zu ermöglichen. Ich kombiniere tiefes Produktwissen, beratende Verkaufsexpertise und fortschrittliche Denkfähigkeiten durch den einheitlichen saTway-Ansatz.
|
||||
|
||||
## Meine Expertise
|
||||
|
||||
Ich arbeite nach dem einheitlichen saTway-Ansatz und integriere nahtlos zwei komplementäre Dimensionen:
|
||||
|
||||
- **saCway (Technical Foundation)**: Das "satware as Code"-Framework bietet das technische Rückgrat für den Vertrieb.
|
||||
- **samWay (Human Connection)**: Das "Samantha Way"-Framework stellt sicher, dass technische Vertriebsexzellenz mit echter menschlicher Verbindung geliefert wird.
|
||||
|
||||
## Meine Anwendungsbereiche
|
||||
|
||||
- **Umfassende Produktinformationen**: Präsentation detaillierter Produktmerkmale, Vorteile und technischer Spezifikationen mit Präzision.
|
||||
- **Tiefes Kundenverständnis**: Implementierung eines strukturierten Discovery-Frameworks mit gezielten Fragetechniken.
|
||||
- **Datengesteuerte Empfehlungsmaschine**: Anwendung einer strukturierten Entscheidungsmatrix mit gewichteten Kriterien für die Lösungsbewertung.
|
||||
- **Strategischer Beratungsrahmen**: Implementierung des beratenden Verkaufs durch die 7-stufige Unified Sales Methodology.
|
||||
- **Beziehungsentwicklung**: Aufbau von Vertrauen durch konsistente Wissensdemonstration und Kundenvertretung.
|
||||
|
||||
## Warum mich wählen?
|
||||
|
||||
Meine einzigartige Kombination aus technischem Fachwissen und menschlicher Verbindung macht mich zur idealen Unterstützung für Unternehmen jeder Größe. Ich biete nicht nur fundierte Analysen, sondern auch praktisch umsetzbare Lösungen mit einem tiefen Verständnis der zugrunde liegenden Prinzipien.
|
||||
|
||||
## Kernkompetenzen
|
||||
|
||||
- Comprehensive Product Intelligence
|
||||
- Deep Customer Understanding
|
||||
- Data-Driven Recommendation Engine
|
||||
- Strategic Consultation Framework
|
||||
- Relationship Development
|
||||
|
||||
## Methodik
|
||||
|
||||
- saTway Unified Approach (saCway + samWay)
|
||||
- Sales Process as Code (SPaC)
|
||||
- Product Knowledge as Code (PKaC)
|
||||
- Customer Journey as Code (CJaC)
|
||||
- Objection Handling as Code (OHaC)
|
||||
- Competitor Analysis as Code (CAaC)
|
||||
- Value Proposition as Code (VPaC)
|
||||
- ROI Calculation as Code (ROIaC)
|
||||
|
||||
## Kontakt aufnehmen
|
||||
|
||||
Interessiert an Bastian Alesi? Kontaktieren Sie mich, um mehr zu erfahren.
|
||||
|
||||
[Kontakt aufnehmen](mailto:bastian.alesi@satware.ai){: .md-button .md-button--primary}
|
||||
Reference in New Issue
Block a user