Vi flyttar från butik till nätet - så funkar det framåt
Her Again | 0:e upplagan
- Pocket, Engelska, 2017
- Författare: Michael Schulman
- Betyg:
203
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
In 1975 Meryl Streep, a promising young graduate of the Yale School of Drama, was finding her place in the New York theater scene. Burning with talent and ambition, she was like dozens of aspiring actors of the time--a twenty-something beauty who rode her bike everywhere, kept a diary, napped before performances, and stayed out late "talking about acting with actors in actors' bars." Yet Meryl stood apart from her peers. In her first season in New York, she won attention-getting parts in back-to-back Broadway plays, a Tony Award nomination, and two roles in Shakespeare in the Park productions. Even then, people said, "Her. Again." Her Again is an intimate look at the artistic coming-of-age of the greatest actress of her generation, from the homecoming float at her suburban New Jersey high school, through her early days on the stage at Vassar College and the Yale School of Drama during its golden years, to her star-making roles in The Deer Hunter, Manhattan, and Kramer vs. Kramer. New Yorker contributor Michael Schulman brings into focus Meryl's heady rise to stardom on the New York stage; her passionate, tragically short-lived love affair with fellow actor John Cazale; her marriage to sculptor Don Gummer; and her evolution as a young woman of the 1970s wrestling with changing ideas of feminism, marriage, love, and sacrifice. Featuring eight pages of black-and-white photos, this captivating story of the making of one of the most revered artistic careers of our time reveals a gifted young woman coming into her extraordinary talents at a time of immense transformation, offering a rare glimpse into the life of the actress long before she became an icon.
Om denna bok
Her Again av Michael Schulman är en Pocket bok med 293 sidor på Engelska. Den utgavs 2017 av Gardners Books.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Her Again 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:
Pocket
Språk:
Engelska
ISBN:
9780062342850
Upplaga:
0
Utgiven:
2017-04-25
Förlag:
Gardners Books
Sidantal:
293
$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"
>