Vi flyttar från butik till nätet - så funkar det framåt
Something Lost, Something Gained | 0:e upplagan
- Inbunden, Engelska, 2024
- Författare: Hillary Rodham Clinton
- Betyg:
312
kr
Skickas inom 1-3 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
What would it be like to sit down for an impassioned, entertaining conversation with Hillary Clinton? In Something Lost, Something Gained, Hillary offers her candid views on life and love, politics, liberty, democracy, the threats we face, and the future within our reach.
She describes the strength she draws from her deepest friendships, her Methodist faith, and the nearly fifty years she's been married to President Bill Clinton-all with the wisdom that comes from looking back on a full life with fresh eyes. She takes us along as she returns to the classroom as a college professor, enjoys the bonds inside the exclusive club of former First Ladies, moves past her dream of being president, and dives into new activism for women and democracy.
From canoeing with an ex-Nazi trying to deprogram white supremacists to sweltering with salt farmers in the desert trying to adapt to the climate crisis in India, Hillary brings us to the front lines of our biggest challenges. For the first time, Hillary shares the story of her operation to evacuate Afghan women to safety in the harrowing final days of America's longest war. But we also meet the brave women dissidents defying dictators around the world, gain new personal insights about her old adversary Vladimir Putin, and learn the best ways that worried parents can protect kids from toxic technology. We also hear her fervent and persuasive warning to all American voters. In the end, Something Lost, Something Gained is a testament to the idea that the personal is political, and the political is personal, providing a blueprint for what each of us can do to make our lives better.
Hillary has "looked at life from both sides now." In these pages, she shares the latest chapter of her inspiring life and shows us how to age with grace and keep moving forward, with grit, joy, purpose, and a sense of humour.
She describes the strength she draws from her deepest friendships, her Methodist faith, and the nearly fifty years she's been married to President Bill Clinton-all with the wisdom that comes from looking back on a full life with fresh eyes. She takes us along as she returns to the classroom as a college professor, enjoys the bonds inside the exclusive club of former First Ladies, moves past her dream of being president, and dives into new activism for women and democracy.
From canoeing with an ex-Nazi trying to deprogram white supremacists to sweltering with salt farmers in the desert trying to adapt to the climate crisis in India, Hillary brings us to the front lines of our biggest challenges. For the first time, Hillary shares the story of her operation to evacuate Afghan women to safety in the harrowing final days of America's longest war. But we also meet the brave women dissidents defying dictators around the world, gain new personal insights about her old adversary Vladimir Putin, and learn the best ways that worried parents can protect kids from toxic technology. We also hear her fervent and persuasive warning to all American voters. In the end, Something Lost, Something Gained is a testament to the idea that the personal is political, and the political is personal, providing a blueprint for what each of us can do to make our lives better.
Hillary has "looked at life from both sides now." In these pages, she shares the latest chapter of her inspiring life and shows us how to age with grace and keep moving forward, with grit, joy, purpose, and a sense of humour.
Om denna bok
Something Lost, Something Gained av Hillary Rodham Clinton är en Inbunden bok med 336 sidor på Engelska. Den utgavs 2024 av Simon & Schuster.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Something Lost, Something Gained 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:
Biografier
Bandtyp:
Inbunden
Språk:
Engelska
ISBN:
9781398542693
Upplaga:
0
Utgiven:
2024-09-17
Förlag:
Simon & Schuster
Sidantal:
336
$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"
>