Vi flyttar från butik till nätet - så funkar det framåt
The Bad Beginning | 0:e upplagan
- Danskt band, Engelska, 2012
- Författare: Lemony Snicket
- Betyg:
131
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
Dear reader,
There is nothing to be found in Lemony Snicket’s ‘A Series of Unfortunate Events’ but misery and despair. You still have time to choose another international best-selling series to read. But if you insist on discovering the unpleasant adventures of the Baudelaire orphans, then proceed with caution…
Violet, Klaus, and Sunny Baudelaire are intelligent children. They are charming, and resourceful, and have pleasant facial features. Unfortunately, they are exceptionally unlucky.
In The Bad Beginning, the siblings encounter a greedy and repulsive villain, itchy clothing, a disastrous fire, a plot to steal their fortune and cold porridge for breakfast.
In the tradition of great storytellers, from Dickens to Dahl, comes an exquisitely dark comedy that is both literary and irreverent, hilarious and deftly crafted.
Despite their wretched contents, ‘A Series of Unfortunate Events’ has sold 60 million copies worldwide and been made into a Hollywood film starring Jim Carrey. And in the future things are poised to get much worse, thanks to the forthcoming Netflix series starring Neil Patrick Harris. You have been warned.
Are you unlucky enough to own all 13 adventures?
The Bad Beginning
The Reptile Room
The Wide Window
The Miserable Mill
The Austere Academy
The Ersatz Elevator
The Vile Village
The Hostile Hospital
The Carnivorous Carnival
The Slippery Slope
The Grim Grotto
The Penultimate Peril
The End
And what about All the Wrong Questions? In this four-book series a 13-year-old Lemony chronicles his dangerous and puzzling apprenticeship in a mysterious organisation that nobody knows anything about:
‘Who Could That Be at This Hour?’
‘When Did you Last See Her?’
‘Shouldn’t You Be in School?’
‘Why is This Night Different from All Other Nights?’
Lemony Snicket was born before you were and is likely to die before you as well. He was born in a small town where the inhabitants were suspicious and prone to riot. He grew up near the sea and currently lives beneath it. Until recently, he was living somewhere else.
Brett Helquist was born in Ganado, Arizona, grew up in Orem, Utah, and now lives in New York City. He earned a bachelor’s degree in fine arts from Brigham Young University and has been illustrating ever since. His art has appeared in many publications, including Cricket magazine and The New York Times.
There is nothing to be found in Lemony Snicket’s ‘A Series of Unfortunate Events’ but misery and despair. You still have time to choose another international best-selling series to read. But if you insist on discovering the unpleasant adventures of the Baudelaire orphans, then proceed with caution…
Violet, Klaus, and Sunny Baudelaire are intelligent children. They are charming, and resourceful, and have pleasant facial features. Unfortunately, they are exceptionally unlucky.
In The Bad Beginning, the siblings encounter a greedy and repulsive villain, itchy clothing, a disastrous fire, a plot to steal their fortune and cold porridge for breakfast.
In the tradition of great storytellers, from Dickens to Dahl, comes an exquisitely dark comedy that is both literary and irreverent, hilarious and deftly crafted.
Despite their wretched contents, ‘A Series of Unfortunate Events’ has sold 60 million copies worldwide and been made into a Hollywood film starring Jim Carrey. And in the future things are poised to get much worse, thanks to the forthcoming Netflix series starring Neil Patrick Harris. You have been warned.
Are you unlucky enough to own all 13 adventures?
The Bad Beginning
The Reptile Room
The Wide Window
The Miserable Mill
The Austere Academy
The Ersatz Elevator
The Vile Village
The Hostile Hospital
The Carnivorous Carnival
The Slippery Slope
The Grim Grotto
The Penultimate Peril
The End
And what about All the Wrong Questions? In this four-book series a 13-year-old Lemony chronicles his dangerous and puzzling apprenticeship in a mysterious organisation that nobody knows anything about:
‘Who Could That Be at This Hour?’
‘When Did you Last See Her?’
‘Shouldn’t You Be in School?’
‘Why is This Night Different from All Other Nights?’
Lemony Snicket was born before you were and is likely to die before you as well. He was born in a small town where the inhabitants were suspicious and prone to riot. He grew up near the sea and currently lives beneath it. Until recently, he was living somewhere else.
Brett Helquist was born in Ganado, Arizona, grew up in Orem, Utah, and now lives in New York City. He earned a bachelor’s degree in fine arts from Brigham Young University and has been illustrating ever since. His art has appeared in many publications, including Cricket magazine and The New York Times.
Om denna bok
The Bad Beginning av Lemony Snicket är en Danskt band bok med 192 sidor på Engelska. Den utgavs 2012 av Gardners Books.
Spara pengar – köp begagnad från Campusbokhandeln
Köp The Bad Beginning 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:
9781405266062
Upplaga:
0
Utgiven:
2012-09-01
Förlag:
Gardners Books
Sidantal:
192
$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"
>