Vi flyttar från butik till nätet - så funkar det framåt
Keeping 13 | 0:e upplagan
- Pocket, Engelska, 2023
- Författare: Chloe Walsh
- Betyg:
139
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
An epic and unforgettable love story continues in Keeping 13, the second book in the international bestselling and TikTok-phenomenon The Boys of Tommen series, from Chloe Walsh.
The power and pain of first love has never been more deeply felt than in Chloe Walsh's extraordinary stories about the irresistible Boys of Tommen, which will give you the ultimate book hangover.
The reader reaction to The Boys of Tommen says it all!
'The chemistry, the love, everything about this book was so good it gave me all the feels . . . Beautiful book, beautiful words. Chloe Walsh you're my home'
'Chloe Walsh has surpassed herself again, from the get-go you will be hooked, you will be sad, angry, elated, hysterical and you will absolutely love it!'
'This was absolutely EVERYTHING. I find it difficult to even put into words just how much this book made me laugh, cry and swoon'
'There aren't enough stars for this book. It has everything, I laughed, I cried, I fumed and I despaired . . . This is a rare book, one that evokes every emotion'
.........................
Falling in love was the easy part. What comes next is the test . . .
Following a devastating injury that has left him sidelined and stripped of his beloved number 13 jersey, Johnny Kavanagh is struggling to hold onto his dreams. Lost, insecure, and desperately seeking comfort, he sets his sights on unravelling the mystery of the girl with the midnight-blue eyes, who haunts his every waking hour.
Keeping secrets has never been a problem for Shannon Lynch. The life she was born into demands nothing less. She knows that demons and evil men don't just exist in fairytales. They exist in her world, too. Traumatized beyond repair after her return from Dublin, and desperate to protect her little brothers, Shannon finds herself falling into the same old cover-up, barely keeping her head above water, as her future unravels before her eyes. Beaten and broken, her walls are up and her trust is shaken.
Only one boy has the ability to climb those walls. The boy who owns her heart. But secrets are about to be exposed and lives could be changed forever - can Johnny and Shannon's love survive?
.........................
Want more of Johnny, Shannon and the rest of The Boys of Tommen? Read the rest of the series so far:
Binding 13
Keeping 13
Saving 6
Redeeming 6
The power and pain of first love has never been more deeply felt than in Chloe Walsh's extraordinary stories about the irresistible Boys of Tommen, which will give you the ultimate book hangover.
The reader reaction to The Boys of Tommen says it all!
'The chemistry, the love, everything about this book was so good it gave me all the feels . . . Beautiful book, beautiful words. Chloe Walsh you're my home'
'Chloe Walsh has surpassed herself again, from the get-go you will be hooked, you will be sad, angry, elated, hysterical and you will absolutely love it!'
'This was absolutely EVERYTHING. I find it difficult to even put into words just how much this book made me laugh, cry and swoon'
'There aren't enough stars for this book. It has everything, I laughed, I cried, I fumed and I despaired . . . This is a rare book, one that evokes every emotion'
.........................
Falling in love was the easy part. What comes next is the test . . .
Following a devastating injury that has left him sidelined and stripped of his beloved number 13 jersey, Johnny Kavanagh is struggling to hold onto his dreams. Lost, insecure, and desperately seeking comfort, he sets his sights on unravelling the mystery of the girl with the midnight-blue eyes, who haunts his every waking hour.
Keeping secrets has never been a problem for Shannon Lynch. The life she was born into demands nothing less. She knows that demons and evil men don't just exist in fairytales. They exist in her world, too. Traumatized beyond repair after her return from Dublin, and desperate to protect her little brothers, Shannon finds herself falling into the same old cover-up, barely keeping her head above water, as her future unravels before her eyes. Beaten and broken, her walls are up and her trust is shaken.
Only one boy has the ability to climb those walls. The boy who owns her heart. But secrets are about to be exposed and lives could be changed forever - can Johnny and Shannon's love survive?
.........................
Want more of Johnny, Shannon and the rest of The Boys of Tommen? Read the rest of the series so far:
Binding 13
Keeping 13
Saving 6
Redeeming 6
Om denna bok
Keeping 13 av Chloe Walsh är en Pocket bok med 752 sidor på Engelska. Den utgavs 2023 av Little Brown.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Keeping 13 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:
9780349439273
Upplaga:
0
Utgiven:
2023-08-17
Förlag:
Little Brown
Sidantal:
752
$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"
>