cv ohne types

This commit is contained in:
svemagie
2026-03-08 09:03:59 +01:00
parent 610131c5c8
commit 5c8736833a
3 changed files with 28 additions and 33 deletions
-5
View File
@@ -12,7 +12,6 @@ export default {
location: "Garmisch-Partenkirchen, Germany", location: "Garmisch-Partenkirchen, Germany",
startDate: "2024", startDate: "2024",
endDate: null, endDate: null,
type: "part-time",
experienceType: "work", experienceType: "work",
description: description:
"Spearheaded strategic communication initiatives, improved public outreach, and strengthened stakeholder relationships.", "Spearheaded strategic communication initiatives, improved public outreach, and strengthened stakeholder relationships.",
@@ -63,7 +62,6 @@ export default {
location: "Murnau, Germany", location: "Murnau, Germany",
startDate: "2017", startDate: "2017",
endDate: "2021", endDate: "2021",
type: "full-time",
experienceType: "work", experienceType: "work",
description: description:
"Managed daily store operations, team leadership, and sales strategy with consistent growth and strong customer service outcomes.", "Managed daily store operations, team leadership, and sales strategy with consistent growth and strong customer service outcomes.",
@@ -80,7 +78,6 @@ export default {
location: "Konstanz, Germany", location: "Konstanz, Germany",
startDate: "2012", startDate: "2012",
endDate: "2017", endDate: "2017",
type: "full-time",
experienceType: "work", experienceType: "work",
description: description:
"Built strong customer relationships and product expertise in outdoor retail while improving sales performance.", "Built strong customer relationships and product expertise in outdoor retail while improving sales performance.",
@@ -97,7 +94,6 @@ export default {
location: "Konstanz, Germany", location: "Konstanz, Germany",
startDate: "2007", startDate: "2007",
endDate: "2012", endDate: "2012",
type: "part-time",
experienceType: "work", experienceType: "work",
description: description:
"Supported sociological research projects, contributed to publications, and tutored students in qualitative and quantitative methods.", "Supported sociological research projects, contributed to publications, and tutored students in qualitative and quantitative methods.",
@@ -114,7 +110,6 @@ export default {
location: "Waiblingen and Stuttgart, Germany", location: "Waiblingen and Stuttgart, Germany",
startDate: "1998", startDate: "1998",
endDate: "2002", endDate: "2002",
type: "full-time",
experienceType: "work", experienceType: "work",
description: description:
"Delivered UNIX consulting in networked environments, covering system administration, troubleshooting, and technical support.", "Delivered UNIX consulting in networked environments, covering system administration, troubleshooting, and technical support.",
+14 -14
View File
@@ -213,20 +213,6 @@
</div> </div>
{% endif %} {% endif %}
{# Share #}
{% set widgetKey = "post-widget-share-1" %}
<div class="widget-collapsible mb-4" x-data="{ open: localStorage.getItem('{{ widgetKey }}') !== null ? localStorage.getItem('{{ widgetKey }}') === 'true' : true }">
<div class="bg-surface-50 dark:bg-surface-800 rounded-lg border border-surface-200 dark:border-surface-700 shadow-sm overflow-hidden">
<button class="widget-header w-full p-4" @click="open = !open; localStorage.setItem('{{ widgetKey }}', open)" :aria-expanded="open ? 'true' : 'false'">
<h3 class="widget-title font-bold text-lg flex items-center gap-2">{{ icon("share", "w-5 h-5 text-surface-600 dark:text-surface-400") }} Share</h3>
<svg class="widget-chevron" :class="open && 'rotate-180'" fill="none" stroke="currentColor" viewBox="0 0 24 24" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"/></svg>
</button>
<div x-show="open" x-transition:enter="transition ease-out duration-150" x-transition:enter-start="opacity-0" x-transition:enter-end="opacity-100" x-transition:leave="transition ease-in duration-100" x-transition:leave-start="opacity-100" x-transition:leave-end="opacity-0" x-cloak>
{% include "components/widgets/share.njk" %}
</div>
</div>
</div>
{# Post Categories #} {# Post Categories #}
{% set widgetKey = "post-widget-post-categories-2" %} {% set widgetKey = "post-widget-post-categories-2" %}
<div class="widget-collapsible mb-4" x-data="{ open: localStorage.getItem('{{ widgetKey }}') !== null ? localStorage.getItem('{{ widgetKey }}') === 'true' : true }"> <div class="widget-collapsible mb-4" x-data="{ open: localStorage.getItem('{{ widgetKey }}') !== null ? localStorage.getItem('{{ widgetKey }}') === 'true' : true }">
@@ -241,6 +227,20 @@
</div> </div>
</div> </div>
{# Share #}
{% set widgetKey = "post-widget-share-1" %}
<div class="widget-collapsible mb-4" x-data="{ open: localStorage.getItem('{{ widgetKey }}') !== null ? localStorage.getItem('{{ widgetKey }}') === 'true' : true }">
<div class="bg-surface-50 dark:bg-surface-800 rounded-lg border border-surface-200 dark:border-surface-700 shadow-sm overflow-hidden">
<button class="widget-header w-full p-4" @click="open = !open; localStorage.setItem('{{ widgetKey }}', open)" :aria-expanded="open ? 'true' : 'false'">
<h3 class="widget-title font-bold text-lg flex items-center gap-2">{{ icon("share", "w-5 h-5 text-surface-600 dark:text-surface-400") }} Share</h3>
<svg class="widget-chevron" :class="open && 'rotate-180'" fill="none" stroke="currentColor" viewBox="0 0 24 24" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"/></svg>
</button>
<div x-show="open" x-transition:enter="transition ease-out duration-150" x-transition:enter-start="opacity-0" x-transition:enter-end="opacity-100" x-transition:leave="transition ease-in duration-100" x-transition:leave-start="opacity-100" x-transition:leave-end="opacity-0" x-cloak>
{% include "components/widgets/share.njk" %}
</div>
</div>
</div>
{# Social Activity #} {# Social Activity #}
{% set widgetKey = "post-widget-social-activity-3" %} {% set widgetKey = "post-widget-social-activity-3" %}
<div class="widget-collapsible mb-4" x-data="{ open: localStorage.getItem('{{ widgetKey }}') !== null ? localStorage.getItem('{{ widgetKey }}') === 'true' : false }"> <div class="widget-collapsible mb-4" x-data="{ open: localStorage.getItem('{{ widgetKey }}') !== null ? localStorage.getItem('{{ widgetKey }}') === 'true' : false }">
+14 -14
View File
@@ -213,20 +213,6 @@
</div> </div>
{% endif %} {% endif %}
{# Share #}
{% set widgetKey = "post-widget-share-1" %}
<div class="widget-collapsible mb-4" x-data="{ open: localStorage.getItem('{{ widgetKey }}') !== null ? localStorage.getItem('{{ widgetKey }}') === 'true' : true }">
<div class="bg-surface-50 dark:bg-surface-800 rounded-lg border border-surface-200 dark:border-surface-700 shadow-sm overflow-hidden">
<button class="widget-header w-full p-4" @click="open = !open; localStorage.setItem('{{ widgetKey }}', open)" :aria-expanded="open ? 'true' : 'false'">
<h3 class="widget-title font-bold text-lg flex items-center gap-2">{{ icon("share", "w-5 h-5 text-surface-600 dark:text-surface-400") }} Share</h3>
<svg class="widget-chevron" :class="open && 'rotate-180'" fill="none" stroke="currentColor" viewBox="0 0 24 24" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"/></svg>
</button>
<div x-show="open" x-transition:enter="transition ease-out duration-150" x-transition:enter-start="opacity-0" x-transition:enter-end="opacity-100" x-transition:leave="transition ease-in duration-100" x-transition:leave-start="opacity-100" x-transition:leave-end="opacity-0" x-cloak>
{% include "components/widgets/share.njk" %}
</div>
</div>
</div>
{# Post Categories #} {# Post Categories #}
{% set widgetKey = "post-widget-post-categories-2" %} {% set widgetKey = "post-widget-post-categories-2" %}
<div class="widget-collapsible mb-4" x-data="{ open: localStorage.getItem('{{ widgetKey }}') !== null ? localStorage.getItem('{{ widgetKey }}') === 'true' : true }"> <div class="widget-collapsible mb-4" x-data="{ open: localStorage.getItem('{{ widgetKey }}') !== null ? localStorage.getItem('{{ widgetKey }}') === 'true' : true }">
@@ -241,6 +227,20 @@
</div> </div>
</div> </div>
{# Share #}
{% set widgetKey = "post-widget-share-1" %}
<div class="widget-collapsible mb-4" x-data="{ open: localStorage.getItem('{{ widgetKey }}') !== null ? localStorage.getItem('{{ widgetKey }}') === 'true' : true }">
<div class="bg-surface-50 dark:bg-surface-800 rounded-lg border border-surface-200 dark:border-surface-700 shadow-sm overflow-hidden">
<button class="widget-header w-full p-4" @click="open = !open; localStorage.setItem('{{ widgetKey }}', open)" :aria-expanded="open ? 'true' : 'false'">
<h3 class="widget-title font-bold text-lg flex items-center gap-2">{{ icon("share", "w-5 h-5 text-surface-600 dark:text-surface-400") }} Share</h3>
<svg class="widget-chevron" :class="open && 'rotate-180'" fill="none" stroke="currentColor" viewBox="0 0 24 24" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"/></svg>
</button>
<div x-show="open" x-transition:enter="transition ease-out duration-150" x-transition:enter-start="opacity-0" x-transition:enter-end="opacity-100" x-transition:leave="transition ease-in duration-100" x-transition:leave-start="opacity-100" x-transition:leave-end="opacity-0" x-cloak>
{% include "components/widgets/share.njk" %}
</div>
</div>
</div>
{# Social Activity #} {# Social Activity #}
{% set widgetKey = "post-widget-social-activity-3" %} {% set widgetKey = "post-widget-social-activity-3" %}
<div class="widget-collapsible mb-4" x-data="{ open: localStorage.getItem('{{ widgetKey }}') !== null ? localStorage.getItem('{{ widgetKey }}') === 'true' : false }"> <div class="widget-collapsible mb-4" x-data="{ open: localStorage.getItem('{{ widgetKey }}') !== null ? localStorage.getItem('{{ widgetKey }}') === 'true' : false }">