Vi flyttar från butik till nätet - så funkar det framåt
Green Rider | 0:e upplagan
- Danskt band, Engelska, 2023
- Författare: Kristen Britain
- Betyg:
202
kr
Skickas inom 6-8 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
It's a race against time to save her country, but it could cost her life . . .
Karigan G'ladheon always seems to be getting into fights. But as she trudges through the forest, contemplating her inevitable expulsion from school, a horse bursts through the woodland, rider slumped over its neck with two arrows embedded in his back.
As the young man lies dying on the road, he tells her of his mission. He is a Green Rider - one of the legendary messengers of the king - and he has a life or death message that must reach King Zachary. He makes Karigan swear to deliver it, to keep it secret and, with his last breath, warns her to 'beware the shadow man . . .'
Pursued by an unknown assassin, Karigan sets out on her path to become a legendary Green Rider herself. Caught up in a world of deadly danger and complex magic, compelled by forces she cannot understand, her simple promise is about to become a race against time . . . and a race for her life . . .
Fall in love with GREEN RIDER, like readers already have:
'I'm bursting at the seams to talk about how incredible this book was!'- Goodreads reviewer, ⭐ ⭐ ⭐ ⭐ ⭐
'This series truly is a hidden gem' - Goodreads reviewer, ⭐ ⭐ ⭐ ⭐ ⭐
'This was such an epic adventure story - I loved every page!!' - Goodreads reviewer, ⭐ ⭐ ⭐ ⭐ ⭐
'This is the epic fantasy I'd been longing for. This book single-handedly restored my faith in the genre' - Goodreads reviewer, ⭐ ⭐ ⭐ ⭐ ⭐
Karigan G'ladheon always seems to be getting into fights. But as she trudges through the forest, contemplating her inevitable expulsion from school, a horse bursts through the woodland, rider slumped over its neck with two arrows embedded in his back.
As the young man lies dying on the road, he tells her of his mission. He is a Green Rider - one of the legendary messengers of the king - and he has a life or death message that must reach King Zachary. He makes Karigan swear to deliver it, to keep it secret and, with his last breath, warns her to 'beware the shadow man . . .'
Pursued by an unknown assassin, Karigan sets out on her path to become a legendary Green Rider herself. Caught up in a world of deadly danger and complex magic, compelled by forces she cannot understand, her simple promise is about to become a race against time . . . and a race for her life . . .
Fall in love with GREEN RIDER, like readers already have:
'I'm bursting at the seams to talk about how incredible this book was!'- Goodreads reviewer, ⭐ ⭐ ⭐ ⭐ ⭐
'This series truly is a hidden gem' - Goodreads reviewer, ⭐ ⭐ ⭐ ⭐ ⭐
'This was such an epic adventure story - I loved every page!!' - Goodreads reviewer, ⭐ ⭐ ⭐ ⭐ ⭐
'This is the epic fantasy I'd been longing for. This book single-handedly restored my faith in the genre' - Goodreads reviewer, ⭐ ⭐ ⭐ ⭐ ⭐
Om denna bok
Green Rider av Kristen Britain är en Danskt band bok med 592 sidor på Engelska. Den utgavs 2023 av Orion Publishing Co.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Green Rider 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:
Danskt band
Språk:
Engelska
ISBN:
9781399619882
Upplaga:
0
Utgiven:
2023-09-28
Förlag:
Orion Publishing Co
Sidantal:
592
$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"
>