Vi flyttar från butik till nätet - så funkar det framåt
Dirt Town | 0:e upplagan
- Danskt band, Engelska, 2022
- Författare: Hayley Scrivenor
- Betyg:
157
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"
>
Fler utgåvor
Beskrivning
*Winner of the CWA New Blood Dagger 2023*
'A heart-wrenching mystery' – Jane Harper, author of The Dry
Twelve year-old Esther Bianchi disappears on her way home from school in the small town of Durton – and the truth will not come easily. Dirt Town by Hayley Scrivenor is an atmospheric crime novel set in rural Australia.
Dirt town. Dirt and hurt – that’s what others would remember about our town . . .
The Detective
As the community is thrown into a state of grief and suspicion, Detective Sergeant Sarah Michaels begins her investigation into the disappearance of Esther Bianchi. She questions those who knew the girl, attempting to unpick the secrets which bind them together.
The Mother
The girl’s mother believes that her daughter going missing is the worst thing that can happen to her. But as the search for Esther develops, she learns that things can always get worse.
The Friends
Ronnie is Esther’s best friend and is determined to bring her home. So when her classmate Lewis tells her that he saw Esther with a strange man at the creek the afternoon she went missing, Ronnie feels she is one step closer to finding her. But why is Lewis refusing to speak to the police?
And who else is keeping quiet about what happened to Esther?
'I couldn’t turn the pages fast enough' - Chris Whitaker, bestselling author of We Begin at the End
'A stunning debut' - Ann Cleeves
'A heart-wrenching mystery' – Jane Harper, author of The Dry
Twelve year-old Esther Bianchi disappears on her way home from school in the small town of Durton – and the truth will not come easily. Dirt Town by Hayley Scrivenor is an atmospheric crime novel set in rural Australia.
Dirt town. Dirt and hurt – that’s what others would remember about our town . . .
The Detective
As the community is thrown into a state of grief and suspicion, Detective Sergeant Sarah Michaels begins her investigation into the disappearance of Esther Bianchi. She questions those who knew the girl, attempting to unpick the secrets which bind them together.
The Mother
The girl’s mother believes that her daughter going missing is the worst thing that can happen to her. But as the search for Esther develops, she learns that things can always get worse.
The Friends
Ronnie is Esther’s best friend and is determined to bring her home. So when her classmate Lewis tells her that he saw Esther with a strange man at the creek the afternoon she went missing, Ronnie feels she is one step closer to finding her. But why is Lewis refusing to speak to the police?
And who else is keeping quiet about what happened to Esther?
'I couldn’t turn the pages fast enough' - Chris Whitaker, bestselling author of We Begin at the End
'A stunning debut' - Ann Cleeves
Om denna bok
Dirt Town av Hayley Scrivenor är en Danskt band bok med 368 sidor på Engelska. Den utgavs 2022 av Macmillan Distribution.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Dirt Town 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:
9781529080261
Upplaga:
0
Utgiven:
2022-06-23
Förlag:
Macmillan Distribution
Sidantal:
368
$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"
>