About Me

Professional Snapshot

Profession: {{ about.profession }}

Experience: {{ about.experience }}

Current Role: {{ about.current_role }}

Specializations:

    {% for specialization in about.specializations %}
  • {{ specialization }}
  • {% endfor %}

Skills Overview

Languages

  • German: {{ about.skills.languages.german }}
  • English: {{ about.skills.languages.english }}

Certifications

    {% for cert in about.skills.certifications %}
  • {{ cert }}
  • {% endfor %}

Technical Skills

{% for skill in about.skills.technical %} {{ skill }} {% endfor %}

Location History

    {% for loc in about.location_history %}
  • {{ loc.location }} ({{ loc.duration if loc.duration else (loc.status if loc.status == 'current' else '') }}){% if loc.status == 'current' %} (Current){% endif %}
  • {% endfor %}
{% if portfolio.ai %}

AI Projects

{% for item in portfolio.ai %}

{{ item.name }}

{{ item.description }}

{% if item.platforms %}
Platforms: {% for p in item.platforms %}{{ p }}{% endfor %}
{% endif %}
{% endfor %}
{% endif %} {% if portfolio.apps %}

Apps

{% for app in portfolio.apps %}

{{ app.name }}

{{ app.description }}

{% if app.platforms %}
Platforms: {% for platform in app.platforms %}{{ platform }}{% endfor %}
{% endif %}
{% endfor %}
{% endif %} {% if portfolio.websites %}

Websites

{% for website in portfolio.websites %}

{{ website.name }}

{{ website.description }}

{% if website.achievements %}
{% for key, value in website.achievements %} {{ key | replace('_', ' ') | capitalize }}: {{ value }} {% endfor %}
{% endif %} {% if website.notes %}
Notes: {{ website.notes }}
{% endif %}
{% endfor %}
{% endif %} {% if portfolio.css_paged_media %}

CSS Paged Media

{% for item in portfolio.css_paged_media %}

{{ item.name }}

{{ item.description }}

{% if item.type %}
Type: {{ item.type }}
{% endif %} {% if item.achievements %}
{% for key, value in item.achievements %} {{ key | replace('_', ' ') | capitalize }}: {{ value }} {% endfor %}
{% endif %} {% if item.status %}
Status: {{ item.status }}
{% endif %}
{% endfor %}
{% endif %}

Connect with Me

Have a project idea or just want to chat? Reach out:

Email: {{ contact.email }}