Vi flyttar från butik till nätet - så funkar det framåt
My Friend Tree | 0:e upplagan
- Häftad, Engelska, 2024
- Författare: Dawn Casey
- Betyg:
156
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
Discover the touching story of a young girl and boy and an ancient old oak tree, in this sweet picture book about friendship, growing up, and our connectedness with nature.
Told in minimal and poetic rhyming text from folktale writer Dawn Casey and with soft, romantic artwork from illustrator Geneviève Godbout, the story introduces a girl and a boy who grow up alongside their friend, an old oak tree.
The tree is a constant presence in their lives as they play.
Inspired by their shared love for their old friend, they plant a new forest and tend to it together, finding their feelings for one another deepening and changing alongside the growing saplings.
As their relationship blossoms, so too does the forest.
The loving couple add three joyful children to the branches of their flourishing family tree, and the woodland thrives and grows with them – one living, loving family.
This sweet and timeless tale packs an emotional punch, showing how love is all around us, and includes instructions for how to plant an acorn and grow your own oak tree, wistfully reflecting the beauty of nature and family.
A beautiful and romantic picture book from the author and illustrator pairing behind the bestselling Apple Cake. A celebration of love and connectedness with nature, this book is printed on environmentally friendly 100% recycled paper. It’s a calming read for kids and a lovely reminder that nature connects us all and of the touching harmony between us as people. A great gift for Valentine’s Day, Mother’s Day, Father’s Day or just as a touching keepsake for loved ones.
Told in minimal and poetic rhyming text from folktale writer Dawn Casey and with soft, romantic artwork from illustrator Geneviève Godbout, the story introduces a girl and a boy who grow up alongside their friend, an old oak tree.
The tree is a constant presence in their lives as they play.
Inspired by their shared love for their old friend, they plant a new forest and tend to it together, finding their feelings for one another deepening and changing alongside the growing saplings.
As their relationship blossoms, so too does the forest.
The loving couple add three joyful children to the branches of their flourishing family tree, and the woodland thrives and grows with them – one living, loving family.
This sweet and timeless tale packs an emotional punch, showing how love is all around us, and includes instructions for how to plant an acorn and grow your own oak tree, wistfully reflecting the beauty of nature and family.
A beautiful and romantic picture book from the author and illustrator pairing behind the bestselling Apple Cake. A celebration of love and connectedness with nature, this book is printed on environmentally friendly 100% recycled paper. It’s a calming read for kids and a lovely reminder that nature connects us all and of the touching harmony between us as people. A great gift for Valentine’s Day, Mother’s Day, Father’s Day or just as a touching keepsake for loved ones.
Om denna bok
My Friend Tree av Dawn Casey är en Häftad bok på Engelska. Den utgavs 2024 av Stardist bokimport.
Spara pengar – köp begagnad från Campusbokhandeln
Köp My Friend Tree 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:
Häftad
Språk:
Engelska
ISBN:
9780711269866
Upplaga:
0
Utgiven:
2024-04-04
Förlag:
Stardist bokimport
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"
>