Vi flyttar från butik till nätet - så funkar det framåt
The Girl on the Cliff | 0:e upplagan
- Danskt band, Engelska, 2012
- Författare: Lucinda Riley
- Betyg:
220
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
From the author of the international bestseller The Orchid House, comes a mesmerizing story about two Irish families and the tangled ties that have bound them since World War I.
From the author of the #1 international bestseller The Orchid House, the mesmerizing story of two Irish families entangled by a tragic past that seems destined to repeat itself
To escape a recent heartbreak in New York, Grania Ryan returns to her family home on the rugged, wind-swept coast of Ireland. Here, on the cliff edge in the middle of a storm, she meets a young girl, Aurora Lisle, who will profoundly change her life.
Despite the warnings Grania receives from her mother to be wary of the Lisle family, Aurora and Grania forge a close friendship. Through a trove of old family letters dating from 1914, Grania begins to learn just how deeply their families histories are entwined. The horrors of World War I, the fate of a beautiful foundling child, and the irresistible lure of the ballet give rise to a legacy of heartache that leaves its imprint on each new generation. Ultimately, it will be Aurora whose intuition and spirit may be able to unlock the chains of the past.
Sweeping from Edwardian England to present-day New York, from the majestic Irish coast to the crumbling splendor of a legendary London town house, The Girl on the Cliff introduces two remarkable women whose quest to understand their past sends them toward a future where love can triumph over loss.
From the author of the #1 international bestseller The Orchid House, the mesmerizing story of two Irish families entangled by a tragic past that seems destined to repeat itself
To escape a recent heartbreak in New York, Grania Ryan returns to her family home on the rugged, wind-swept coast of Ireland. Here, on the cliff edge in the middle of a storm, she meets a young girl, Aurora Lisle, who will profoundly change her life.
Despite the warnings Grania receives from her mother to be wary of the Lisle family, Aurora and Grania forge a close friendship. Through a trove of old family letters dating from 1914, Grania begins to learn just how deeply their families histories are entwined. The horrors of World War I, the fate of a beautiful foundling child, and the irresistible lure of the ballet give rise to a legacy of heartache that leaves its imprint on each new generation. Ultimately, it will be Aurora whose intuition and spirit may be able to unlock the chains of the past.
Sweeping from Edwardian England to present-day New York, from the majestic Irish coast to the crumbling splendor of a legendary London town house, The Girl on the Cliff introduces two remarkable women whose quest to understand their past sends them toward a future where love can triumph over loss.
Om denna bok
The Girl on the Cliff av Lucinda Riley är en Danskt band bok med 416 sidor på Engelska. Den utgavs 2012 av Atria Books.
Spara pengar – köp begagnad från Campusbokhandeln
Köp The Girl on the Cliff 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:
Skönlitteratur
Bandtyp:
Danskt band
Språk:
Engelska
ISBN:
9781451655827
Upplaga:
0
Utgiven:
2012-10-30
Förlag:
Atria Books
Sidantal:
416
$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"
>