Vi flyttar från butik till nätet - så funkar det framåt
Cues | 0:e upplagan
- Danskt band, Engelska, 2022
- Författare: Vanessa Van Edwards
- Betyg:
175
kr
Skickas inom 0-2 vardagar
Butikslager
Onlinelager
I lager hos leverantör
$event.detail.name === 'store-selector' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'store-selector' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'store-selector'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'store-selector'
});
}
});"
class="h-full"
>
Beskrivning
It's not enough to have great ideas. You also need to know how to communicate them.
What makes someone charismatic? Why do some people captivate a room, while others have trouble managing a small meeting? What makes some ideas spread, while other good ones fall by the wayside?
Cues - the tiny signals we send to others 24/7 through our body language, facial expressions, word choices and vocal inflection - have a massive impact on how we, and our ideas, come across. Our cues can either enhance our message or undermine it.
In this entertaining and accessible guide to the hidden language of cues, Vanessa Van Edwards teaches you how to convey power, trust, leadership, likability and charisma in every interaction. You'll learn:
- Which vocal cues make you sound more confident
- Which body language cues assert, 'I'm a leader, and here's why you should join me'
- Which verbal cues to use in pitches, branding and emails to increase trust (and generate excitement about interacting with you)
- Which visual cues you are sending in your profile pictures, clothing and professional brand
Whether you're pitching an investment, negotiating a job offer or having a tough conversation with a colleague, Cues can help you improve your relationships, express empathy and create meaningful connections with lasting impact.
'A must-have guide to becoming an unstoppable force' - Mel Robbins
'Packed with invaluable strategies for maximizing your message, Van Edward's energy will inspire you to become the best possible version of yourself' - Nir Eyal
What makes someone charismatic? Why do some people captivate a room, while others have trouble managing a small meeting? What makes some ideas spread, while other good ones fall by the wayside?
Cues - the tiny signals we send to others 24/7 through our body language, facial expressions, word choices and vocal inflection - have a massive impact on how we, and our ideas, come across. Our cues can either enhance our message or undermine it.
In this entertaining and accessible guide to the hidden language of cues, Vanessa Van Edwards teaches you how to convey power, trust, leadership, likability and charisma in every interaction. You'll learn:
- Which vocal cues make you sound more confident
- Which body language cues assert, 'I'm a leader, and here's why you should join me'
- Which verbal cues to use in pitches, branding and emails to increase trust (and generate excitement about interacting with you)
- Which visual cues you are sending in your profile pictures, clothing and professional brand
Whether you're pitching an investment, negotiating a job offer or having a tough conversation with a colleague, Cues can help you improve your relationships, express empathy and create meaningful connections with lasting impact.
'A must-have guide to becoming an unstoppable force' - Mel Robbins
'Packed with invaluable strategies for maximizing your message, Van Edward's energy will inspire you to become the best possible version of yourself' - Nir Eyal
Om denna bok
Cues av Vanessa Van Edwards är en Danskt band bok med 320 sidor på Engelska. Den utgavs 2022.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Cues begagnad från Campusbokhandeln och spara upp till 25% jämfört med nypris. Du kan bevaka den här boken så får du ett mail så fort vi får in den i lager som begagnad.
Genom att köpa & sälja begagnat sänker du kostnaden för studier både för dig och nästa student samtidigt som du gör nytta för klimatet.
Produktinformation
Kategori:
Okänd
Bandtyp:
Danskt band
Språk:
Engelska
ISBN:
9780241554937
Upplaga:
0
Utgiven:
2022-03-03
Förlag:
Okänt
Sidantal:
320
$event.detail.name === 'primary-menu' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'primary-menu' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'primary-menu'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'primary-menu'
});
}
});"
class="h-full"
>
$event.detail.name === 'mobile-search' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'mobile-search' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'mobile-search'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'mobile-search'
});
}
});"
class="h-full"
>
$event.detail.name === 'mini-cart' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'mini-cart' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'mini-cart'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'mini-cart'
});
}
});"
class="h-full"
>
$event.detail.name === 'add-to-cart' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'add-to-cart' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'add-to-cart'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'add-to-cart'
});
}
});"
class="h-full"
>