cv ohne types
This commit is contained in:
@@ -12,7 +12,6 @@ export default {
|
||||
location: "Garmisch-Partenkirchen, Germany",
|
||||
startDate: "2024",
|
||||
endDate: null,
|
||||
type: "part-time",
|
||||
experienceType: "work",
|
||||
description:
|
||||
"Spearheaded strategic communication initiatives, improved public outreach, and strengthened stakeholder relationships.",
|
||||
@@ -63,7 +62,6 @@ export default {
|
||||
location: "Murnau, Germany",
|
||||
startDate: "2017",
|
||||
endDate: "2021",
|
||||
type: "full-time",
|
||||
experienceType: "work",
|
||||
description:
|
||||
"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",
|
||||
startDate: "2012",
|
||||
endDate: "2017",
|
||||
type: "full-time",
|
||||
experienceType: "work",
|
||||
description:
|
||||
"Built strong customer relationships and product expertise in outdoor retail while improving sales performance.",
|
||||
@@ -97,7 +94,6 @@ export default {
|
||||
location: "Konstanz, Germany",
|
||||
startDate: "2007",
|
||||
endDate: "2012",
|
||||
type: "part-time",
|
||||
experienceType: "work",
|
||||
description:
|
||||
"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",
|
||||
startDate: "1998",
|
||||
endDate: "2002",
|
||||
type: "full-time",
|
||||
experienceType: "work",
|
||||
description:
|
||||
"Delivered UNIX consulting in networked environments, covering system administration, troubleshooting, and technical support.",
|
||||
|
||||
@@ -213,20 +213,6 @@
|
||||
</div>
|
||||
{% 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 #}
|
||||
{% 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 }">
|
||||
@@ -241,6 +227,20 @@
|
||||
</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 #}
|
||||
{% 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 }">
|
||||
|
||||
@@ -213,20 +213,6 @@
|
||||
</div>
|
||||
{% 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 #}
|
||||
{% 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 }">
|
||||
@@ -241,6 +227,20 @@
|
||||
</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 #}
|
||||
{% 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 }">
|
||||
|
||||
Reference in New Issue
Block a user