Vi flyttar från butik till nätet - så funkar det framåt
Blindsighted | 0:e upplagan
- Danskt band, Engelska, 2011
- Författare: Karin Slaughter
- Betyg:
140
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
'I'd follow her anywhere' GILLIAN FLYNN
'One of the boldest thriller writers working today' TESS GERRITSEN
'Her characters, plot, and pacing are unrivalled' MICHAEL CONNELLY
_________________________________________
The first book in Karin Slaughter's #1 bestselling GRANT COUNTY series.
She was found in the local diner. Brutally murdered. Ritually mutilated.
And she won't be the last.
The sleepy town of Heartsdale, Georgia, is jolted into panic when Sara Linton, paediatrician and medical examiner, finds a woman dead in the local diner.
She has been cut: two deep knife wounds form a lethal cross over her stomach. But it's only once Sara starts to perform the post-mortem that the full extent of the killer's brutality becomes clear.
Police chief Jeffrey Tolliver - Sara's ex-husband - is in charge of the investigation, and when a second victim is found, crucified, only a few days later, both Jeffrey and Sara have to face the fact that themurder wasn't a one-off attack. What they're dealing with is a seasoned sexual predator. A violent serial killer...
_________________________________________
Crime and thriller masters know there's nothing better than a little Slaughter:
'Passion, intensity, and humanity' LEE CHILD
'A writer of extraordinary talents' KATHY REICHS
'Fiction doesn't get any better than this' JEFFERY DEAVER
'A great writer at the peak of her powers' PETER JAMES
'Raw, powerful and utterly gripping' KATHRYN STOCKETT
'With heart and skill Karin Slaughter keeps you hooked from the first page until the last' CAMILLA LACKBERG
'Amongst the world's greatest and finest crime writers' YRSA SIGURÐARDÓTTIR
'One of the boldest thriller writers working today' TESS GERRITSEN
'Her characters, plot, and pacing are unrivalled' MICHAEL CONNELLY
_________________________________________
The first book in Karin Slaughter's #1 bestselling GRANT COUNTY series.
She was found in the local diner. Brutally murdered. Ritually mutilated.
And she won't be the last.
The sleepy town of Heartsdale, Georgia, is jolted into panic when Sara Linton, paediatrician and medical examiner, finds a woman dead in the local diner.
She has been cut: two deep knife wounds form a lethal cross over her stomach. But it's only once Sara starts to perform the post-mortem that the full extent of the killer's brutality becomes clear.
Police chief Jeffrey Tolliver - Sara's ex-husband - is in charge of the investigation, and when a second victim is found, crucified, only a few days later, both Jeffrey and Sara have to face the fact that themurder wasn't a one-off attack. What they're dealing with is a seasoned sexual predator. A violent serial killer...
_________________________________________
Crime and thriller masters know there's nothing better than a little Slaughter:
'Passion, intensity, and humanity' LEE CHILD
'A writer of extraordinary talents' KATHY REICHS
'Fiction doesn't get any better than this' JEFFERY DEAVER
'A great writer at the peak of her powers' PETER JAMES
'Raw, powerful and utterly gripping' KATHRYN STOCKETT
'With heart and skill Karin Slaughter keeps you hooked from the first page until the last' CAMILLA LACKBERG
'Amongst the world's greatest and finest crime writers' YRSA SIGURÐARDÓTTIR
Om denna bok
Blindsighted av Karin Slaughter är en Danskt band bok med 416 sidor på Engelska. Den utgavs 2011 av The Book Services TBS.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Blindsighted 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:
9780099553052
Upplaga:
0
Utgiven:
2011-06-01
Förlag:
The Book Services TBS
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"
>