Vi flyttar från butik till nätet - så funkar det framåt
Alight | 0:e upplagan
- Pocket, Engelska, 2016
- Författare: Scott Sigler
- Betyg:
172
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"
>
Beskrivning
In "Alive, "Scott Sigler introduced readers to an unforgettable young heroine and a mysterious new world reminiscent of those of "The Hunger Games, Divergent, "and" Red Rising." Now he expands his singular vision in the next thrilling novel of this powerful sci-fi adventure series. " If it s war they want, they messed with the wrong girl. " M. Savage or Em, as she is called has made a bewildering and ominous discovery. She and the other young people she was chosen to lead awoke in strange coffins with no memory of their names or their pasts. They faced an empty, unknown place of twisting tunnels and human bones. With only one another to depend on, they searched for answers and found the truth about their terrifying fate. Confronted by a monstrous enemy, they vowed never to surrender and, by any means, to "survive." The planet Omeyocan may be the sanctuary Em and her comrades seek. But the planet for which they were created turns out not to be a pristine, virgin world. Vestiges of a lost civilization testify to a horrifying past that may yet repeat itself. And when a new enemy creeps from the jungle shadows, Em and her young refugees learn there s nowhere left to run. They face a simple choice: fight or die. In the midst of this desperate struggle, their unity is compromised from within and a dangerous zealot devoted to a bloodthirsty god moves to usurp Em s command, threatening to lead them all down a path to violent doom. Praise for Scott Sigler s "Alive" Suspenseful . . . "Alive"] lives up to its hype, packing plenty of thrills. . . . A page-turner that whets the appetite for volume 2. "Entertainment Weekly" "" Fascinating and intriguing . . . a cross between "Lord of the Flies "and" The Maze Runner "and yet . . . so much more. " Fresh Fiction" "" A ripping, claustrophobic thunderbolt of a novel. Pierce Brown, "New York Times" bestselling author of "Red Rising" Unstoppable and real, M. Savage is one hell of aheroine. Get ready to be left breathless. Kristin Cast, "New York Times" bestselling author of the House of Night series "" Sigler has created a wonderful and engrossing character in M. Savage. Strong and smart, but with the naivete and misgivings of any teenage girl, she s someone you ll definitely want on your side when s**t hits the fan, which it most certainly does. Veronica Belmont, host of "Sword & Laser" The puzzle unfolds masterfully, right down to the last page. Phil Plait, PhD, author of "Bad Astronomy" "From the Hardcover edition.""
Om denna bok
Alight av Scott Sigler är en Pocket bok på Engelska. Den utgavs 2016 av The Book Services TBS.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Alight 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:
Okänd
Bandtyp:
Pocket
Språk:
Engelska
ISBN:
9780553393170
Upplaga:
0
Utgiven:
2016-10-04
Förlag:
The Book Services TBS
Sidantal:
$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"
>