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
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 %}
AI Projects
{% for item in portfolio.ai %}
{% endfor %}
{{ item.name }}
{{ item.description }}
{% if item.platforms %} {% endif %}Apps
{% for app in portfolio.apps %}
{% endfor %}
{{ app.name }}
{{ app.description }}
{% if app.platforms %} {% endif %}Websites
{% for website in portfolio.websites %}
{% endfor %}
{{ website.name }}
{{ website.description }}
{% if website.achievements %} {% endif %} {% if website.notes %} {% endif %}CSS Paged Media
{% for item in portfolio.css_paged_media %}
{% endfor %}
{{ item.name }}
{{ item.description }}
{% if item.type %}{% endif %} {% if item.achievements %} {% endif %} {% if item.status %} {% endif %}Connect with Me
Have a project idea or just want to chat? Reach out:
Email: {{ contact.email }}