Vi flyttar från butik till nätet - så funkar det framåt
Brick Lane | 0:e upplagan
- Danskt band, Engelska, 2004
- Författare: Monica Ali
- Betyg:
Välj skick:
Bästa pris
98
kr
Skickas nästa vardag
Du sparar 11 kr
(10%)
mot nypris
109
kr
Skickas inom 1-3 vardagar
Butikslager
Onlinelager
1 st i lager
$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
***As dramatised on BBC Radio Four***
SHORTLISTED FOR THE MAN BOOKER PRIZE
THE SUNDAY TIMES and NEW YORK TIMES BESTSELLER
A RICHARD AND JUDY PICK
'Written with a wisdom and skill that few authors attain in a lifetime' SUNDAY TIMES
Still in her teenage years, Nazneen finds herself in an arranged marriage with a disappointed older man. Away from her Bangladeshi village, home is now a cramped flat in a high-rise block in London's East End. Nazneen knows not a word of English, and is forced to depend on her husband.
Confined in her tiny flat, Nazneen sews furiously for a living, shut away with her buttons and linings - until the radical Karim steps unexpectedly into her life. On a background of racial conflict and tension, they embark on a love affair that forces Nazneen finally to take control of her fate.
A GRANTA BEST OF BRITISH YOUNG NOVELIST
SHORTLISTED FOR THE GUARDIAN FIRST BOOK AWARD
'A brilliant evocation of sensuality' DAILY TELEGRAPH
'A novel that will last' GUARDIAN
'Highly evolved and accomplished' OBSERVER
Reader's love for BRICK LANE:
'Memorable and gripping' *****
'The kind of book that changes your perception of the world' *****
'This has become a classic and i can see why'*****
'Funny, sharp and very touching' *****
SHORTLISTED FOR THE MAN BOOKER PRIZE
THE SUNDAY TIMES and NEW YORK TIMES BESTSELLER
A RICHARD AND JUDY PICK
'Written with a wisdom and skill that few authors attain in a lifetime' SUNDAY TIMES
Still in her teenage years, Nazneen finds herself in an arranged marriage with a disappointed older man. Away from her Bangladeshi village, home is now a cramped flat in a high-rise block in London's East End. Nazneen knows not a word of English, and is forced to depend on her husband.
Confined in her tiny flat, Nazneen sews furiously for a living, shut away with her buttons and linings - until the radical Karim steps unexpectedly into her life. On a background of racial conflict and tension, they embark on a love affair that forces Nazneen finally to take control of her fate.
A GRANTA BEST OF BRITISH YOUNG NOVELIST
SHORTLISTED FOR THE GUARDIAN FIRST BOOK AWARD
'A brilliant evocation of sensuality' DAILY TELEGRAPH
'A novel that will last' GUARDIAN
'Highly evolved and accomplished' OBSERVER
Reader's love for BRICK LANE:
'Memorable and gripping' *****
'The kind of book that changes your perception of the world' *****
'This has become a classic and i can see why'*****
'Funny, sharp and very touching' *****
Om denna bok
Brick Lane av Monica Ali är en Danskt band bok med 512 sidor på Engelska. Den utgavs 2004.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Brick Lane begagnad från Campusbokhandeln och spara upp till 10% jämfört med nypris. Begagnade exemplar finns från 98 kr medan nya kostar 109 kr – en besparing på 11 kr. Köp tryggt med Campusbokhandeln.
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:
9780552771153
Upplaga:
0
Utgiven:
2004-05-01
Förlag:
Okänt
Sidantal:
512
$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"
>